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
2016-07-27Refactor spam validation to a concern that can be easily reused and improve l...Patricio Cano
2016-07-26Refactor `SpamCheckService` to make it cleaner and clearer.Patricio Cano
2016-07-26Submit all issues on public projects to Akismet if enabled.Patricio Cano
2016-07-26Submit new issues created via the WebUI by non project members to Akismet for...Patricio Cano
2016-07-12API: Expose due_date for issuesRobert Schilling
2016-06-23gitlab-org/gitlab-ce#17818 - add api call for issues by groupMarc Siegfriedt
2016-06-08Fix pseudo n+1 queries with Note and Note Authors in issuables APIsAlejandro Rodríguez
2016-05-12Add API endpoints for un/subscribing from/to a labelAhmad Sherif
2016-04-28Use ActionDispatch Remote IP for Akismet checkingStan Hu
2016-04-13Allow back dating issues on updateMichael Greene
2016-04-13Ensure that issues and merge requests are foundRobert Schilling
2016-04-13Make subscription API more RESTfulRobert Schilling
2016-04-13API: Ability to subscribe and unsubscribe from a merge requestRobert Schilling
2016-04-13API: Ability to subscribe and unsubscribe from an issueRobert Schilling
2016-04-13Update tests for moving issues via APIRobert Schilling
2016-04-13API: Ability to move an issueRobert Schilling
2016-04-08API: Expose subscribed? on issuesRobert Schilling
2016-03-28Back dating of issues when creating throught the APIZeger-Jan van de Weg
2016-03-21Minor improvements on IssuableActionsZeger-Jan van de Weg
2016-03-19minor improvements and fixed specsZeger-Jan van de Weg
2016-03-19Dry destroy action on issuablesZeger-Jan van de Weg
2016-03-19Soft delete issuablesZeger-Jan van de Weg
2016-03-18Restrict access to confidential issues through APIDouglas Barbosa Alexandre
2016-02-02Refactor spam filtering on issues APIDouglas Barbosa Alexandre
2016-02-02Support Akismet spam checking for creation of issues via APIStan Hu
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