summaryrefslogtreecommitdiff
path: root/lib/api/issues.rb
Commit message (Expand)AuthorAgeFilesLines
* 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