summaryrefslogtreecommitdiff
path: root/spec/requests/api/issues_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-84/+84
* gitlab-org/gitlab-ce#17818 - add api call for issues by groupMarc Siegfriedt2016-06-231-0/+142
* Project members with guest role can't access confidential issuesDouglas Barbosa Alexandre2016-06-131-1/+24
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into awardablesFatih Acet2016-05-181-0/+12
|\
| * Add API endpoints for un/subscribing from/to a labelAhmad Sherif2016-05-121-0/+12
* | Incorporate feedbackZeger-Jan van de Weg2016-05-111-1/+0
|/
* Expose MergeRequest#user_notes_count in the API and use the method in issues ...Rémy Coutable2016-05-091-14/+20
* API: Expose Issue#user_notes_countcnam-dep2016-05-091-0/+15
* Allow back dating issues on updateMichael Greene2016-04-131-4/+16
* Ensure that issues and merge requests are foundRobert Schilling2016-04-131-3/+3
* Make subscription API more RESTfulRobert Schilling2016-04-131-7/+19
* API: Ability to subscribe and unsubscribe from an issueRobert Schilling2016-04-131-0/+31
* Update tests for moving issues via APIRobert Schilling2016-04-131-20/+37
* API: Ability to move an issueRobert Schilling2016-04-131-1/+52
* Back dating of issues when creating throught the APIZeger-Jan van de Weg2016-03-281-0/+11
* Minor improvements on IssuableActionsZeger-Jan van de Weg2016-03-211-6/+11
* minor improvements and fixed specsZeger-Jan van de Weg2016-03-191-13/+15
* Soft delete issuablesZeger-Jan van de Weg2016-03-191-2/+11
* Restrict access to confidential issues through APIDouglas Barbosa Alexandre2016-03-171-2/+110
* Merge branch 'support-akismet' into 'master' Robert Speicher2016-02-031-0/+31
|\
| * Fix rubocop offensesDouglas Barbosa Alexandre2016-02-021-5/+9
| * Refactor spam filtering on issues APIDouglas Barbosa Alexandre2016-02-021-3/+8
| * Support Akismet spam checking for creation of issues via APIStan Hu2016-02-021-0/+22
* | Add a spec for the API pagination Link headerRémy Coutable2016-02-021-3/+3
|/
* Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher2015-06-131-4/+4
* Query issues, merge requests and milestones with their IID through APIjubianchi2015-05-021-0/+8
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-106/+107
* Filters issues by milestone via APIjubianchi2014-09-261-6/+58
* Improve error reporting on users APIjubianchi2014-09-161-0/+18
* Filters issues by labels via APIjubianchi2014-09-041-1/+64
* Filters issues by state via APIjubianchi2014-09-011-0/+26
* Improve labels validation and expose error messagesjubianchi2014-08-201-6/+50
* Do label validation for issues/merge requests APIRobert Schilling2014-08-141-0/+20
* Remove rails observers from applicationDmitriy Zaporozhets2014-06-171-3/+0
* Added API testing groupJeroen van Baarsen2014-04-111-1/+1
* Merge pull request #5469 from NARKOZ/api-pagination-headersDmitriy Zaporozhets2014-03-311-0/+6
|\
| * add 'Link' header for API responseNihad Abbasov2013-10-291-0/+6
* | Fix testsDmitriy Zaporozhets2014-03-251-12/+0
|/
* Fixing unsafe use of Thread.current variable :current_userAngus MacArthur2013-10-161-0/+12
* Extend API Issues, MergeRequets, Milestones with iid fieldDmitriy Zaporozhets2013-10-141-0/+1
* Drop support of root namespace in modelHiroyuki Sato2013-09-171-0/+2
* Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets2013-05-141-1/+1
* API: issues documentation and API functions updatedSebastian Ziebell2013-02-271-0/+16
* Issue uses StateMachine nowAndrew8xx82013-02-181-3/+13
* Rspec fixesDmitriy Zaporozhets2013-01-041-1/+1
* Fix api specs. Use id instead pathDmitriy Zaporozhets2013-01-021-5/+5
* Fix few bugs and tests after refactoring ownership logicDmitriy Zaporozhets2013-01-021-1/+1
* Fixed some tests and snippet colorizeDmitriy Zaporozhets2012-11-231-5/+5
* Remove backward compatibility of factories.Vincent Bonmalais2012-11-131-3/+3
* make API specs more organized and readableNihad Abbasov2012-09-121-4/+6