summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/pipeline
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into 'backstage/gb/use-persisted-stages-to-improve-pipe...backstage/gb/use-persisted-stages-to-improve-pipelines-tableGrzegorz Bizon2018-06-051-0/+3
|\
| * Reveert build_relations and simply add a line for creating iidShinya Maeda2018-06-021-13/+7
| * Add build_relations method in Chain::PopulateShinya Maeda2018-05-302-7/+13
| * Remvoe disable_ddl_transaction! and redandant RecordNotUnique exception rescueShinya Maeda2018-05-221-1/+1
| * Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-226-6/+111
| |\
| * | Rescue RecordNotUnique when pipeline is created with non-unique iidShinya Maeda2018-05-111-1/+1
| * | Fix ensure_iid! method override problemShinya Maeda2018-05-101-2/+2
| * | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-082-2/+3
| |\ \
| * | | Make Atomic Internal ID work for pipelinesKamil Trzciński2018-05-031-0/+3
* | | | Restore lazy loading of pipeline commits in preloaderGrzegorz Bizon2018-05-251-5/+9
* | | | Simplify pipelines preloader implementationGrzegorz Bizon2018-05-231-34/+29
* | | | Refactor pipeline preloader to split reponsibilities betterGrzegorz Bizon2018-05-221-10/+30
* | | | Preload number of warnings in every stage in a pipelineGrzegorz Bizon2018-05-221-1/+6
* | | | Use persisted stages to load pipelines index tableGrzegorz Bizon2018-05-211-1/+1
| |_|/ |/| |
* | | Merge branch 'feature/gb/add-regexp-variables-expression' into 'master'Kamil Trzciński2018-05-185-6/+83
|\ \ \
| * | | Simplify pattern lexeme fabrication and matcherfeature/gb/add-regexp-variables-expressionGrzegorz Bizon2018-05-181-2/+2
| * | | Add variables expression pattern validation supportGrzegorz Bizon2018-05-171-0/+4
| * | | Add anti-corruption layer above expressions pattern matchingGrzegorz Bizon2018-05-171-2/+2
| * | | Remove useless assignment in pattern lexemeGrzegorz Bizon2018-05-151-1/+1
| * | | Do not support inverse variable pattern matchingGrzegorz Bizon2018-05-151-2/+1
| * | | Add support for pattern matching in variables expressionsGrzegorz Bizon2018-05-154-3/+9
| * | | Reorganize exceptions in pipeline expressions moduleGrzegorz Bizon2018-05-155-9/+16
| * | | Add pattern matching variables expression lexemeGrzegorz Bizon2018-05-141-0/+29
| * | | Raise variables statement exception if pattern is invalidGrzegorz Bizon2018-05-142-2/+6
| * | | Do not raise if variable expression can not be evaluatedGrzegorz Bizon2018-05-141-0/+2
| * | | Implement variables expression untrusted pattern lexemeGrzegorz Bizon2018-05-111-0/+26
| | |/ | |/|
* | | Preload pipeline data for project pipelinesYorick Peterse2018-05-171-0/+28
|/ /
* | Merge branch 'master' into 44059-specify-variables-when-executing-a-manual-pi...Matija Čupić2018-05-021-0/+1
|\ \ | |/
| * Use stages position column to track stage indexGrzegorz Bizon2018-05-011-1/+1
| * Merge branch 'master' into backstage/gb/migrate-pipeline-stages-indexGrzegorz Bizon2018-05-011-5/+1
| |\
| * | Rename stage index column name to priority columnGrzegorz Bizon2018-04-241-1/+1
| * | Validate presence of a stage index in the modelGrzegorz Bizon2018-04-241-0/+1
* | | Merge branch 'master' into 44059-specify-variables-when-executing-a-manual-pi...Jose2018-04-301-5/+1
|\ \ \ | | |/ | |/|
| * | Do not save associated records for pipeline builds twiceGrzegorz Bizon2018-04-251-5/+1
| |/
* | Extend Gitlab::Ci::Pipeline::Chain::Command with variables_attributesMatija Čupić2018-04-182-2/+3
|/
* Do not raise when validating variables expressionGrzegorz Bizon2018-03-271-4/+0
* Merge branch 'master' into feature/gb/variables-expressions-in-only-exceptGrzegorz Bizon2018-03-271-3/+3
|\
| * Make stage seed instance variables less ambiguousbackstage/gb/populating-pipeline-refactoringGrzegorz Bizon2018-03-261-4/+4
* | Simplify how we set pipeline builds user on creationGrzegorz Bizon2018-03-233-14/+1
* | Integrate build seeds with variables expressions policyGrzegorz Bizon2018-03-231-7/+10
* | Integration variables collections with expressionsGrzegorz Bizon2018-03-232-18/+3
* | Integrate variables policy with new pipeline servicesGrzegorz Bizon2018-03-231-3/+3
* | Merge branch 'backstage/gb/populating-pipeline-refactoring' into feature/gb/v...Grzegorz Bizon2018-03-239-42/+216
|\ \ | |/
| * Add specs for pipeline chain that builds stages and jobsGrzegorz Bizon2018-03-222-10/+10
| * Do not select included stage seeds in populate chainGrzegorz Bizon2018-03-221-5/+2
| * Move policy related specs our of YAML processor testsGrzegorz Bizon2018-03-222-5/+11
| * Fix rubocop offense in pipeline build seed classGrzegorz Bizon2018-03-221-13/+11
| * Add a guard clause to avoid creating empty stagesGrzegorz Bizon2018-03-211-0/+3
| * Evaluate only/except policies outside of YAML processorGrzegorz Bizon2018-03-212-8/+29
| * Make it easier to test pipeline stage seedsGrzegorz Bizon2018-03-215-17/+17