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-08-22Remove unneeded check for merge_request.projectHeinrich Lee Yu
2019-07-05Split AutoMergeService interfaces into two `cancel` and `abort`Shinya Maeda
2019-06-10Cancel Auto Merge when target branch is changedShinya Maeda
2019-06-06Introduce service for merge request pipeline creationShinya Maeda
2019-05-06Fix merge request pipeline exist methodShinya Maeda
2019-04-30Fix environment automatic on_stop triggerShinya Maeda
2019-04-09[CE] Support multiple assignees for merge requestsOswaldo Ferreira
2019-04-05Fix merge requst relationships with pipeline in MWPSServiceShinya Maeda
2019-04-04Backport attached merge request pipelinesShinya Maeda
2019-03-29Create detached merge request pipelinesShinya Maeda
2019-03-01Add suffix for merge request eventShinya Maeda
2019-01-28Move validation logic to service layerHiroyuki Sato
2018-12-05Merge request pipelinesShinya Maeda
2018-09-28Add a class that represents a git push operationGrzegorz Bizon
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-07-18Enable more frozen string in app/services/**/*.rbgfyoung
2018-06-01Rephrase "maintainer" to more precise "members who can merge to the target br...Mark Chao
2018-03-07Allow a user to select `allow maintainer to push`Bob Van Landuyt
2018-03-01Move wip handling to MergeRequest::BaseServiceOswaldo Ferreira
2018-01-02Cache merged and closed events data in merge_request_metrics tableOswaldo Ferreira
2017-11-24Refactor the way we pass `old associations` to issuable's update servicesRémy Coutable
2017-11-23Fix WIP system note not being createdFelipe Artur
2017-11-15Add total_time_spent to the `changes` hash in issuable Webhook payloadsRémy Coutable
2017-10-09Start adding Gitlab::HookData::IssuableBuilderRémy Coutable
2017-10-09Include the changes in issuable webhook payloadsRémy Coutable
2017-07-28Merge issuable "reopened" state into "opened"Yorick Peterse
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-04-06Search for opened MRs - include reopened MRsJarka Kadlecova
2017-01-23Backport EE changes on approvals reset for closed MRsOswaldo Ferreira
2016-12-28Check if user can read issue before being assignedFelipe Artur
2016-11-29Rename `MergeRequest#pipeline` to `head_pipeline`Grzegorz Bizon
2016-10-06Remove support for branch-less builds in MWBSGrzegorz Bizon
2016-10-06Fix tests and code for MWBS event move to pipelineGrzegorz Bizon
2016-10-06Move MWBS trigger from build to pipeline eventGrzegorz Bizon
2016-10-03Add a /wip slash commandThomas Balthazar
2016-08-01webhooks: include old revision in MR update eventsBen Boeckel
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-02Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski
2016-05-17Create a todo on failing MR buildSean McGivern
2016-04-13Refactor and expose only Gitlab::UrlBuilder.build(record)Rémy Coutable
2016-03-19Improve the "easy WIP & un-WIP from link" featureRémy Coutable
2016-02-27Use specialized system notes when MR is (un)marked as WIPDouwe Maan
2015-07-24Dynamically check `:admin_*` ability in IssuableBaseServiceRobert Speicher
2015-05-11Update SystemNoteService method naming conventionsRobert Speicher
2015-05-11Add a SystemNoteService classRobert Speicher
2015-03-03Issue #595: Support Slack notifications upon issue and merge request eventsStan Hu
2015-01-20Add action property to merge request hookjubianchi
2014-11-05Merge pull request #7967 from Bugagazavr/issue-actorValeriy Sizov
2014-10-07Factor issue and merge request servicesCiro Santilli
2014-10-05Add issueable actorKirill Zaitsev