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-06-22Merge branch 'default-enable-complex-ci-variables-expressions' into 'master'12-1-auto-deploy-0010836Kamil Trzciński
2019-06-13Disable CI variable complex expressions by defaultdrew cimino
2019-06-05&& and || operators for CI Pipeline expressions.drew cimino
2019-05-20Fix typos in the whole gitlab-ce projectYoginth
2019-05-05Run rubocop -a on CE filesStan Hu
2019-04-23Support negative matchesKamil Trzciński
2019-04-09Use Gitlab::PushOptions for `ci.skip` push optionLuke Duncalfe
2019-04-02Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into jarv/dev-to-gitl...John Jarvis
2019-04-02Merge branch 'security-use-untrusted-regexp' into 'master'GitLab Release Tools Bot
2019-03-29Create detached merge request pipelinesShinya Maeda
2019-03-15Make CI refs matching to to use UntrustedRegexpKamil Trzciński
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-25Add a new relation between a stage and related bridgesGrzegorz Bizon
2019-01-25Make it possible to fabricate CI/CD bridge jobsGrzegorz Bizon
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-05Merge branch 'master' into 'backstage/gb/use-persisted-stages-to-improve-pipe...Grzegorz Bizon
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-25Restore lazy loading of pipeline commits in preloaderGrzegorz Bizon
2018-05-23Simplify pipelines preloader implementationGrzegorz Bizon
2018-05-22Refactor pipeline preloader to split reponsibilities betterGrzegorz Bizon
2018-05-22Preload number of warnings in every stage in a pipelineGrzegorz Bizon
2018-05-22Remvoe disable_ddl_transaction! and redandant RecordNotUnique exception rescueShinya Maeda
2018-05-22Merge branch 'master' into per-project-pipeline-iidShinya Maeda
2018-05-21Use persisted stages to load pipelines index tableGrzegorz Bizon
2018-05-18Merge branch 'feature/gb/add-regexp-variables-expression' into 'master'Kamil Trzciński
2018-05-18Simplify pattern lexeme fabrication and matcherGrzegorz Bizon
2018-05-17Preload pipeline data for project pipelinesYorick Peterse
2018-05-17Add variables expression pattern validation supportGrzegorz Bizon
2018-05-17Add anti-corruption layer above expressions pattern matchingGrzegorz Bizon
2018-05-15Remove useless assignment in pattern lexemeGrzegorz Bizon
2018-05-15Do not support inverse variable pattern matchingGrzegorz Bizon