summaryrefslogtreecommitdiff
path: root/lib/api/issues.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* add pagination to APINihad Abbasov2012-09-031-2/+2
* Deprecate the DELETE method for Issues APIRobert Speicher2012-08-221-3/+2
* Fully embrace Ruby 1.9 hash syntaxRobert Speicher2012-08-101-16/+16
* API: update docsNihad Abbasov2012-07-251-5/+5
* add issues APINihad Abbasov2012-07-241-0/+111