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
2018-06-25Enforce setting string as value of the CI/CD variableTomasz Maczukin
2018-06-12Merge branch 'expose-ci-url' into 'master'Grzegorz Bizon | off until 20th June
2018-06-12Add CI_{PIPELINE,JOB}_URLKamil Trzciński
2018-06-06Enable mapping to nil in enumsJan Provaznik
2018-06-05Merge branch 'master' into 'backstage/gb/use-persisted-stages-to-improve-pipe...Grzegorz Bizon
2018-06-04Raise error if pipeline / stage hits unknown statusGrzegorz Bizon
2018-05-29Merge branch 'master' into backstage/gb/use-persisted-stages-to-improve-pipel...Grzegorz Bizon
2018-05-29Add a feature flag for switching pipeline stagesGrzegorz Bizon
2018-05-22Abstract persisted/legacy stages in pipeline modelGrzegorz Bizon
2018-05-22Order pipeline stages by a position in a relationGrzegorz Bizon
2018-05-22Preload number of warnings in every stage in a pipelineGrzegorz Bizon
2018-05-22Merge branch 'master' into per-project-pipeline-iidShinya Maeda
2018-05-21Use persisted stages to load pipelines index tableGrzegorz Bizon
2018-05-18Separate persisted and runtime pipeline variablesGrzegorz Bizon
2018-05-18Do not allow to use `CI_PIPELINE_ID` in environment nameGrzegorz Bizon
2018-05-17Preload pipeline data for project pipelinesYorick Peterse
2018-05-17Merge branch 'master' into per-project-pipeline-iidShinya Maeda
2018-05-11[Rails5] Fix Ci::Pipeline validator for sourceblackst0ne
2018-05-11Fix static analysysShinya Maeda
2018-05-08Fix specShinya Maeda
2018-05-08Decouple to_params from AtomicInternalId concernShinya Maeda
2018-05-08Merge branch 'master' into per-project-pipeline-iidShinya Maeda
2018-05-07Merge branch 'add-git-commit-message-predefined-variable' into 'master'Grzegorz Bizon
2018-05-07Add memoization of commit related values in Ci::PipelineTomasz Maczukin
2018-05-07Add a CI_COMMIT_MESSAGE predefined variableTomasz Maczukin
2018-05-03Use **CI_PIPELINE_IID**Kamil Trzciński
2018-05-03Make Atomic Internal ID work for pipelinesKamil Trzciński
2018-05-03Revert column name changeShinya Maeda
2018-05-03Expose CI_PIPELINE_IID_PER_PROJECT variableShinya Maeda
2018-05-03Add per-project pipeline idShinya Maeda
2018-05-02Merge branch 'master' into 44059-specify-variables-when-executing-a-manual-pi...Matija Čupić
2018-05-02[Rails5] Fix enum question mark methodsblackst0ne
2018-04-18Accept nested Variables in Ci::PipelineMatija Čupić
2018-03-26Merge branch 'backstage/gb/populating-pipeline-refactoring' into 'master'Kamil Trzciński
2018-03-23Remove outdates TODOs from pipeline classGrzegorz Bizon
2018-03-22Bring seeds size method back to CI/CD pipeline classGrzegorz Bizon
2018-03-22Fix static analysis and tests related to YAML processingGrzegorz Bizon
2018-03-22Decouple YAML processor from pipeline objectsGrzegorz Bizon
2018-03-22Merge branch '37987-speed-up-pipeline-creation' into 'master'Kamil Trzciński
2018-03-21Make it easier to test pipeline stage seedsGrzegorz Bizon
2018-03-21Reduce stage seeds coupling between pipeline and YAMLGrzegorz Bizon
2018-03-21Support building all pipeline resource before savingGrzegorz Bizon
2018-03-21Introduce pipeline build seedsGrzegorz Bizon
2018-03-21Add inverse_of: :pipeline for pipeline.builds (#37987)Dylan Griffith
2018-03-18Merge branch 'fix/sm/clarify-ambiguous-with_artifacts-implication' into 'master'Kamil Trzciński
2018-03-15Use with_artifacts_archive name. Add specShinya Maeda
2018-03-15Clarify ambiguous with_artifacts implicationShinya Maeda
2018-03-14DRY remaining instances of predefined variablesGrzegorz Bizon
2018-02-22Add inverse_of pipeline -> statuses -> pipeline (#43134)Dylan Griffith
2018-02-07Handle all YAML parser exceptions in .gitlab-ci.yml (fixes #41209)Dylan Griffith