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
2017-01-18Add some API endpoints for time tracking.Ruben Davila
2017-01-13API: Implement project issues iid param with IssuesFinder and add testsDavid Eisner
2017-01-13Adding 'IssueFinder' for 'projects' API endpointPanagiotis Atmatzidis
2017-01-04Add missing milestone parameterRobert Schilling
2017-01-04Refactor issues filter in APIRobert Schilling
2016-12-22Fix state_event parameter to reopen an issueRobert Schilling
2016-12-07Grapify the issues APIRobert Schilling
2016-12-06A simpler implementation of finding a merge requestBob Van Landuyt
2016-12-05Feature: delegate all open discussions to IssueBob Van Landuyt
2016-11-29Merge branch 'jej-use-issuable-finder-instead-of-access-check' into 'security' Douwe Maan
2016-11-29Merge branch 'zj-fix-label-creation-non-members' into 'security'Douwe Maan
2016-11-24API: Introduce `#find_group!` which also check access permissionRémy Coutable
2016-11-17Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre
2016-09-09Fix API issues sortingSean McGivern
2016-08-31API: Expose issue#confidentialRobert Schilling
2016-08-30if issue is not valid we revert back to the old labels when updatingtiagonbotelho
2016-08-30refactors update issue api request and some minor commentstiagonbotelho
2016-08-30adds test to check whether or not an email is sent to label subscribers after...tiagonbotelho
2016-08-30user is now notified when creating an issue through the apitiagonbotelho
2016-08-15Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano
2016-08-15Refactored spam related code even furtherPatricio Cano
2016-08-15Complete refactor of the `Spammable` concern and tests:Patricio Cano
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