summaryrefslogtreecommitdiff
path: root/spec/requests/api/issues_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix API issues sortingfix-api-sortingSean McGivern2016-09-091-6/+120
* API: Expose issue#confidentialapi-confidential-issuesRobert Schilling2016-08-311-1/+64
* if issue is not valid we revert back to the old labels when updatingtiagonbotelho2016-08-301-1/+1
* refactors update issue api request and some minor commentstiagonbotelho2016-08-301-5/+17
* adds test to check whether or not an email is sent to label subscribers after...tiagonbotelho2016-08-301-0/+13
* api: expose web_url for project entitiesBen Boeckel2016-08-241-0/+1
* Further refactor and syntax fixes.Patricio Cano2016-08-151-1/+1
* Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano2016-08-151-1/+1
* Refactored spam related code even furtherPatricio Cano2016-08-151-2/+1
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-52/+52
* Submit all issues on public projects to Akismet if enabled.Patricio Cano2016-07-261-4/+2
* API: Expose due_date for issuesapi-isssues-due-dateRobert Schilling2016-07-121-0/+25
* Allow '?', or '&' for label titlesDouglas Barbosa Alexandre2016-07-051-17/+23
* 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