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-09-05CE port for pipelines for external pull requestsFabio Pitino
2019-09-04Persist `needs:` validation as config errorKamil Trzciński
2019-08-21Add active_jobs_limit to plans tableFabio Pitino
2019-08-13Require `needs:` to be presentKamil Trzciński
2019-07-15Allow use of legacy triggers with feature flagFabio Pitino
2019-05-20Fix typos in the whole gitlab-ce projectYoginth
2019-05-05Run rubocop -a on CE filesStan Hu
2019-04-09Use Gitlab::PushOptions for `ci.skip` push optionLuke Duncalfe
2019-03-29Create detached merge request pipelinesShinya Maeda
2019-03-12Backport allow_mirror_update for Chain::CommandYorick Peterse
2019-02-27Persist source sha and target sha for merge pipelinesShinya Maeda
2019-02-21Move ChatOps to CoreJames Fargher
2019-02-04Reduce the diff with EE in Ci::CreatePipelineServiceRémy Coutable
2019-01-21Assign pipeline protected attribute in PopulateMatija Čupić
2019-01-18Move assignment to protected to separate stepMatija Čupić
2019-01-16Prevent checking protected_ref? for ambiguous refsMatija Čupić
2019-01-02Merge branch '18667-handle-push-opts' into 'master'Douwe Maan
2018-12-31Add support for Git push options, specifically ci.skipJonathon Reinhart
2018-12-08Implement Command#ambiguous_ref?Matija Čupić
2018-12-08Implement Repository#ambiguous_ref?Matija Čupić
2018-12-08Move Project#resolve_ref to RepositoryMatija Čupić
2018-12-08Reintroduce Command#protected_ref?Matija Čupić
2018-12-08Use nil instead of raising AmbiguousRefMatija Čupić
2018-12-08Prevent creating pipelines with ambiguous refsMatija Čupić
2018-12-08Use full ref when possible to avoid ambiguityMatija Čupić
2018-12-05Merge request pipelinesShinya Maeda
2018-11-06Squashed commit of the following:Shinya Maeda
2018-10-27Enable frozen string for lib/gitlab/cigfyoung
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-06-02Reveert build_relations and simply add a line for creating iidShinya Maeda
2018-05-30Add build_relations method in Chain::PopulateShinya Maeda
2018-05-22Remvoe disable_ddl_transaction! and redandant RecordNotUnique exception rescueShinya Maeda
2018-05-11Rescue RecordNotUnique when pipeline is created with non-unique iidShinya Maeda
2018-05-10Fix ensure_iid! method override problemShinya Maeda
2018-05-08Merge branch 'master' into per-project-pipeline-iidShinya Maeda
2018-05-03Make Atomic Internal ID work for pipelinesKamil Trzciński
2018-05-01Merge branch 'master' into 44059-specify-variables-when-executing-a-manual-pi...Jose
2018-04-25Do not save associated records for pipeline builds twiceGrzegorz Bizon
2018-04-18Extend Gitlab::Ci::Pipeline::Chain::Command with variables_attributesMatija Čupić
2018-03-23Simplify how we set pipeline builds user on creationGrzegorz Bizon
2018-03-22Add specs for pipeline chain that builds stages and jobsGrzegorz Bizon
2018-03-22Do not select included stage seeds in populate chainGrzegorz Bizon
2018-03-21Add a guard clause to avoid creating empty stagesGrzegorz Bizon
2018-03-21Make it easier to test pipeline stage seedsGrzegorz Bizon
2018-03-21Reduce stage seeds coupling between pipeline and YAMLGrzegorz Bizon
2018-03-21Add specs for chain element that populates a pipelineGrzegorz Bizon
2018-03-21Populate pipeline with objects before creating itGrzegorz Bizon
2018-03-21Remove legacy service for creating pipeline stagesGrzegorz Bizon
2018-03-21Decouple pipeline stage seeds from building environmentsGrzegorz Bizon
2018-03-08[CE] Add Naming/FileName rule checking expected class/module per filenameGabriel Mazetto