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
2019-03-29Create detached merge request pipelinesShinya Maeda
2019-01-04Refactor the logic of updating head pipelinesShinya Maeda
2018-12-05Merge request pipelinesShinya Maeda
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-07-18Enable more frozen string in app/services/**/*.rbgfyoung
2018-04-11Rename `create_merge_request` permissionsBob Van Landuyt
2018-04-11Prevent new merge requests for archived projectsBob Van Landuyt
2018-03-05Rename quick actions handlerOswaldo Ferreira
2018-03-01Move wip handling to MergeRequest::BaseServiceOswaldo Ferreira
2018-02-07Remove allow_n_plus_1_calls from MergeRequests::CreateServiceAhmad Sherif
2018-01-17Merge branch '41567-projectfix' into 'security-10-3'Sean McGivern
2017-12-05Create merge request from emailJan Provaznik
2017-09-19Detect n+1 issues involving GitalyAndrew Newdigate
2017-08-23Cache the number of open issues and merge requestsYorick Peterse
2017-08-16Don't create event in Merge Request Create ServiceJarka Kadlecova
2017-08-08Simplify checking if objects exist code in new issaubles workersJarka Kadlecova
2017-08-08Merge branch '32844-issuables-performance' into 'master'Sean McGivern
2017-08-07Move some after_create parts to worker to improve performanceJarka Kadlecova
2017-08-04essentialShinya Maeda
2017-07-12Backport MR create service changes from EESean McGivern
2017-06-01Fix race condition between pipeline creation and MR diff_head_sha updateDouwe Maan
2017-05-29Set head pipeline when creating merge requestsFelipe Artur
2016-09-20Use the `IssuableBaseService` lifecycle hooks to cache `MergeRequestsClosingI...Timothy Andrew
2016-08-18Fix specs and implement fixes based on failing specsDouwe Maan
2016-08-13Support slash commands in noteable description and notesRémy Coutable
2016-05-20Allows MR authors to have the source branch removed when merging the MRJeroen Jacobs
2016-02-20Rename Tasks to TodosDouglas Barbosa Alexandre
2016-02-20Create a pending task when an MR is assigned to someoneDouglas Barbosa Alexandre
2015-10-12Simplify code around (cross)-referencesDouwe Maan
2015-08-21Check permissions on target project in merge request create service.Douwe Maan
2015-06-25Dont allow set assignee, milestone or labels if user is guestDmitriy Zaporozhets
2014-07-30Fix label set during issue/mr creationDmitriy Zaporozhets
2014-04-03More test fixesDmitriy Zaporozhets
2014-04-03Fix MR fork validation and services loadDmitriy Zaporozhets
2014-04-02MergeRequest services for create, update, close and reopenDmitriy Zaporozhets