Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-26Merge branch 'rename-abilities' into 'master'Dmitriy Zaporozhets
2015-06-26Only people who can manage issue can assign labels to itDmitriy Zaporozhets
2015-06-26Rename abilities to correspond contoller/model action namesDmitriy Zaporozhets
2015-05-02Query issues, merge requests and milestones with their IID through APIjubianchi
2015-02-06Refactor and improve sorting objects in API for projects, issues and merge re...Dmitriy Zaporozhets
2015-02-06Explicitly define ordering in models using default_scopeDmitriy Zaporozhets
2014-09-27Filters issues by milestone via APIjubianchi
2014-09-16Improve error reporting on users APIjubianchi
2014-09-04Explicit issues order in API. Fixes tests for mysql. Again :)Dmitriy Zaporozhets
2014-09-04Filters issues by labels via APIjubianchi
2014-09-03Explicit order of issues in API. Fixes specs for mysql dbDmitriy Zaporozhets
2014-09-02Refactor finders. Prevent circular dependency errorDmitriy Zaporozhets
2014-09-01Filters issues by state via APIjubianchi
2014-08-20Improve labels validation and expose error messagesjubianchi
2014-08-14Do label validation for issues/merge requests APIRobert Schilling
2014-07-30Fix old api compatibility and testsDmitriy Zaporozhets
2014-04-02Move update issue code to separate serviceDmitriy Zaporozhets
2014-04-02Move code for issue creation to service.Dmitriy Zaporozhets
2013-10-16Fixing unsafe use of Thread.current variable :current_userAngus MacArthur
2013-06-11cattr_accessor is not threadsafe!Dmitriy Zaporozhets
2013-06-06Fix wrong documentation for issue close api. Fixes #3548Dmitriy Zaporozhets
2013-05-14Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets
2013-02-27API: extracted helper method to validate required parameters, code clean upSebastian Ziebell
2013-02-27API: issues documentation and API functions updatedSebastian Ziebell
2013-02-18Issue uses StateMachine nowAndrew8xx8
2013-01-02Fixed missing current user for issue observerDmitriy Zaporozhets
2012-12-21Remove all references tp the project code parameter from the APIRiyad Preukschas
2012-09-16Method name changedAlex Denisov
2012-09-16API attributes refactoredAlex Denisov
2012-09-10Error throwing moved to api_helperAlex Denisov
2012-09-10Auth for APIrandx
2012-09-03add pagination to APINihad Abbasov
2012-08-22Deprecate the DELETE method for Issues APIRobert Speicher
2012-08-11Fully embrace Ruby 1.9 hash syntaxRobert Speicher
2012-07-25API: update docsNihad Abbasov
2012-07-24add issues APINihad Abbasov