summaryrefslogtreecommitdiff
path: root/lib/api/issues.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix pseudo n+1 queries with Note and Note Authors in issuables APIsAlejandro Rodríguez2016-06-081-2/+2
* Add API endpoints for un/subscribing from/to a labelAhmad Sherif2016-05-121-38/+1
* Use ActionDispatch Remote IP for Akismet checkingStan Hu2016-04-271-2/+2
* Allow back dating issues on updateMichael Greene2016-04-131-2/+5
* Ensure that issues and merge requests are foundRobert Schilling2016-04-131-4/+4
* Make subscription API more RESTfulRobert Schilling2016-04-131-23/+6
* API: Ability to subscribe and unsubscribe from a merge requestRobert Schilling2016-04-131-2/+2
* API: Ability to subscribe and unsubscribe from an issueRobert Schilling2016-04-131-0/+53
* Update tests for moving issues via APIRobert Schilling2016-04-131-7/+7
* API: Ability to move an issueRobert Schilling2016-04-131-0/+23
* API: Expose subscribed? on issuesRobert Schilling2016-04-081-5/+5
* Back dating of issues when creating throught the APIZeger-Jan van de Weg2016-03-281-6/+10
* Minor improvements on IssuableActionsZeger-Jan van de Weg2016-03-211-6/+2
* minor improvements and fixed specsZeger-Jan van de Weg2016-03-191-1/+2
* Dry destroy action on issuablesZeger-Jan van de Weg2016-03-191-2/+3
* Soft delete issuablesZeger-Jan van de Weg2016-03-191-2/+7
* Restrict access to confidential issues through APIDouglas Barbosa Alexandre2016-03-171-1/+2
* Refactor spam filtering on issues APIDouglas Barbosa Alexandre2016-02-021-7/+8
* Support Akismet spam checking for creation of issues via APIStan Hu2016-02-021-1/+21
* Merge branch 'rename-abilities' into 'master'Dmitriy Zaporozhets2015-06-261-1/+1
|\
| * Rename abilities to correspond contoller/model action namesrename-abilitiesDmitriy Zaporozhets2015-06-261-1/+1
* | Only people who can manage issue can assign labels to itpermission-improvementsDmitriy Zaporozhets2015-06-261-1/+1
|/
* Query issues, merge requests and milestones with their IID through APIjubianchi2015-05-021-0/+3
* Refactor and improve sorting objects in API for projects, issues and merge re...Dmitriy Zaporozhets2015-02-051-2/+8
* Explicitly define ordering in models using default_scopeDmitriy Zaporozhets2015-02-051-2/+0
* Filters issues by milestone via APIjubianchi2014-09-261-3/+12
* Improve error reporting on users APIjubianchi2014-09-161-2/+2
* Explicit issues order in API. Fixes tests for mysql. Again :)Dmitriy Zaporozhets2014-09-041-1/+3
* Filters issues by labels via APIjubianchi2014-09-041-3/+24
* Explicit order of issues in API. Fixes specs for mysql dbDmitriy Zaporozhets2014-09-031-1/+1
* Refactor finders. Prevent circular dependency errorDmitriy Zaporozhets2014-09-021-3/+3
* Filters issues by state via APIjubianchi2014-09-011-4/+23
* Improve labels validation and expose error messagesjubianchi2014-08-201-5/+6
* Do label validation for issues/merge requests APIRobert Schilling2014-08-141-4/+17
* Fix old api compatibility and testsDmitriy Zaporozhets2014-07-301-3/+11
* Move update issue code to separate serviceDmitriy Zaporozhets2014-04-021-10/+10
* Move code for issue creation to service.Dmitriy Zaporozhets2014-04-021-11/+9
* Fixing unsafe use of Thread.current variable :current_userAngus MacArthur2013-10-161-18/+21
* cattr_accessor is not threadsafe!Dmitriy Zaporozhets2013-06-111-1/+2
* Fix wrong documentation for issue close api. Fixes #3548Dmitriy Zaporozhets2013-06-061-1/+1
* Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets2013-05-141-1/+1
* API: extracted helper method to validate required parameters, code clean upSebastian Ziebell2013-02-271-1/+1
* API: issues documentation and API functions updatedSebastian Ziebell2013-02-271-0/+1
* Issue uses StateMachine nowAndrew8xx82013-02-181-2/+2
* Fixed missing current user for issue observerDmitriy Zaporozhets2013-01-021-0/+1
* Remove all references tp the project code parameter from the APIRiyad Preukschas2012-12-211-5/+5
* Method name changedAlex Denisov2012-09-161-2/+2
* API attributes refactoredAlex Denisov2012-09-161-18/+6
* Error throwing moved to api_helperAlex Denisov2012-09-101-3/+3
* Auth for APIrandx2012-09-101-0/+2