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-02-27Persist source sha and target sha for merge pipelinesShinya Maeda
2019-02-26Fix Ci::Pipeline#all_merge_requests missing forked MRsStan Hu
2019-02-21Move ChatOps to CoreJames Fargher
2019-02-18Merge branch 'feature/gb/enable-ci-persisted-stages-by-default' into 'master'Stan Hu
2019-02-18Enable persisted pipeline stages by defaultGrzegorz Bizon
2019-02-13Support `only: changes:` on MR pipelinesHiroyuki Sato
2019-01-25Move processables scope into commit status classGrzegorz Bizon
2019-01-25Segregate interface require to make CI/CD entity processableGrzegorz Bizon
2019-01-07Merge branch 'user-update-head-pipeline-worker-2' into 'master'Grzegorz Bizon
2019-01-07Allow to include files from another projectsKamil Trzciński
2019-01-04Merge branch 'use-cheap-operation-for-ci-pipeline-all_merge_requests' into 'm...Kamil Trzciński
2019-01-04Clarify comments about for_merge_requestShinya Maeda
2019-01-04Refactor the logic of updating head pipelinesShinya Maeda
2019-01-03Use cheap operation for `Ci::Pipeline#all_merge_requests`Shinya Maeda
2019-01-03Add a comment on `Ci::Pipeline#git_ref` about merge request refShinya Maeda
2019-01-02Merge branch 'security-master-secret-ci-variables-exposed' into 'master'John Jarvis
2018-12-16Remove rails4 specific codeJasper Maes
2018-12-13Refactor Ci::Pipeline's config_sources enumYorick Peterse
2018-12-08Support merge_request pipeline ref typesMatija Čupić
2018-12-08Use full ref when possible to avoid ambiguityMatija Čupić
2018-12-06Expose merge request pipeline variablesShinya Maeda
2018-12-05Rename project's pipelines relationFrancisco Javier López
2018-12-05Merge request pipelinesShinya Maeda
2018-12-04CE port of Add new service to create the web ide terminalFrancisco Javier López
2018-12-03Squashed commit of the following:Shinya Maeda
2018-11-15Refactor how a few ActiveRecord enums are definedYorick Peterse
2018-11-06Merge branch 'support-project-security-dashboard' into 'master'Grzegorz Bizon
2018-11-06Backport support project security dashboard changesKamil Trzciński
2018-11-06Backport generic methods to CEOlivier Gonzalez
2018-10-22Do not raise error when checking pipeline referenceGrzegorz Bizon
2018-10-22Fix pipeline reference existence check and add specsGrzegorz Bizon
2018-10-08Creates ref_exists? method for Pipeline classFilipa Lacerda
2018-10-05Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda
2018-10-05Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda
2018-10-04Merge branch 'master' into 'feature/gb/pipeline-only-except-with-modified-paths'Kamil Trzciński
2018-10-04Rename event :schedule to event :delay in Ci::Pipeline to avoid conflicts wit...Shinya Maeda
2018-10-04Revert "Avoid conflicts between enumlator's schedule! method and state machin...Shinya Maeda
2018-10-04Add pipeline.default_branch? mehodOlivier Gonzalez
2018-10-04Avoid conflicts between enumlator's schedule! method and state machine's sche...Shinya Maeda
2018-10-03Few minor fixed in code and docs for only: changesGrzegorz Bizon
2018-10-02Add scheduled_actions as an explicit group of actionsShinya Maeda
2018-10-02Add Spec for ProcessPipelineServiceShinya Maeda
2018-10-02Update pipelines and stages status as wellShinya Maeda
2018-10-02Expose paths modified by a push from a pipeline classGrzegorz Bizon
2018-09-13Merge branch 'rubocop-code-reuse' into 'master'Robert Speicher
2018-09-12Inline initialize_yaml_processorMatija Čupić
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-09-07Address MR suggestionsMatija Čupić
2018-09-07Improve external architectureMatija Čupić
2018-09-07Import external files in Gitlab CI configMatija Čupić