summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci
Commit message (Expand)AuthorAgeFilesLines
* Remove Ci::Build#timeoutTomasz Maczukin2018-03-281-2/+10
* Merge branch '40781-os-to-ce' into 'master'Sean McGivern2018-03-271-0/+315
|\
| * Merge remote-tracking branch 'origin/master' into 40781-os-to-ceMicaël Bergeron2018-03-223-0/+175
| |\
| * | Backport ee-40781-os-to-ceMicaël Bergeron2018-03-221-20/+6
| * | Merge remote-tracking branch 'origin/master' into 40781-os-to-ceMicaël Bergeron2018-03-0810-0/+604
| |\ \
| * | | removed EE specific code from the portMicaël Bergeron2018-03-011-0/+329
* | | | Merge branch 'backstage/gb/populating-pipeline-refactoring' into 'master'Kamil Trzciński2018-03-267-655/+699
|\ \ \ \ | |_|_|/ |/| | |
| * | | Improve YAML processor specs and remove unused codeGrzegorz Bizon2018-03-221-29/+25
| * | | Fix static analysis and tests related to YAML processingGrzegorz Bizon2018-03-222-36/+87
| * | | Add specs for pipeline chain that builds stages and jobsGrzegorz Bizon2018-03-222-1/+42
| * | | Decouple YAML processor from pipeline objectsGrzegorz Bizon2018-03-221-22/+22
| * | | Move policy related specs our of YAML processor testsGrzegorz Bizon2018-03-224-484/+327
| * | | Evaluate only/except policies outside of YAML processorGrzegorz Bizon2018-03-211-3/+5
| * | | Make it easier to test pipeline stage seedsGrzegorz Bizon2018-03-212-19/+19
| * | | Reduce stage seeds coupling between pipeline and YAMLGrzegorz Bizon2018-03-212-22/+26
| * | | Add specs for chain element that populates a pipelineGrzegorz Bizon2018-03-212-22/+119
| * | | Populate pipeline with objects before creating itGrzegorz Bizon2018-03-211-0/+10
| * | | Remove legacy service for creating pipeline stagesGrzegorz Bizon2018-03-211-3/+3
| * | | Introduce pipeline build seedsGrzegorz Bizon2018-03-212-6/+6
| * | | Start building abstraction over pipeline seedsGrzegorz Bizon2018-03-211-1/+1
| * | | Instantiate pipeline stages and builds before savingGrzegorz Bizon2018-03-192-24/+24
* | | | Use update_column than write_attribute and savefix/sm/erase_old_traceShinya Maeda2018-03-191-0/+22
|/ / /
* | | Improve predefined variables collection methodsGrzegorz Bizon2018-03-141-0/+10
* | | Fix variables collection item sequence specsGrzegorz Bizon2018-03-141-4/+3
* | | Add more unit tests for variables collection classGrzegorz Bizon2018-03-132-0/+33
* | | Make predefined variables in a collection public by defaultGrzegorz Bizon2018-03-131-1/+1
* | | Extract variables collection item to a separate classGrzegorz Bizon2018-03-122-2/+50
* | | Make variables collection to runner mapping explicitGrzegorz Bizon2018-03-071-3/+3
* | | Merge branch 'master' into backstage/gb/refactor-ci-cd-variables-collectionsGrzegorz Bizon2018-03-0750-74/+1972
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' into 'master'Grzegorz Bizon2018-03-071-0/+45
| |\ \
| | * | CI charts now include the current dayDakkaron2018-03-061-0/+45
| * | | Fix false positive spec of using digest instead of hexdigestShinya Maeda2018-03-071-4/+4
| * | | Set sha256 checksum when archiving tracesShinya Maeda2018-03-071-0/+2
| * | | Define Trace::ArchiveError to make it explit as an errorShinya Maeda2018-03-061-6/+4
| * | | Fix spec failure on mysql because it can not store long tracesShinya Maeda2018-03-061-1/+1
| * | | Fix static analysysShinya Maeda2018-03-061-7/+7
| * | | Raise an error if conditions are not fulfilled in archive methodShinya Maeda2018-03-061-3/+14
| * | | Add soec for achevie! method. Fixed the methodShinya Maeda2018-03-061-0/+125
| |/ /
| * | Make max tokens in expressions lexer a class-level attributeGrzegorz Bizon2018-03-011-2/+2
| * | Improve pipeline expressions lexerGrzegorz Bizon2018-03-011-2/+2
| * | Do not use keyword args to pass expression variablesGrzegorz Bizon2018-02-271-0/+7
| * | Improve specs for pipeline expression statementGrzegorz Bizon2018-02-271-4/+5
| * | Add support for single quoted string in pipeline expressionsGrzegorz Bizon2018-02-272-0/+63
| * | Add missing specs for pipeline expression lexemesGrzegorz Bizon2018-02-235-1/+129
| * | Adds specs for pipeline expressions raw tokenGrzegorz Bizon2018-02-231-0/+45
| * | Add support for evaluating pipeline expression variablesGrzegorz Bizon2018-02-231-0/+20
| * | Add operator / value types in pipeline expressionsGrzegorz Bizon2018-02-231-5/+14
| * | Move pipeline expression lexemes to a separate moduleGrzegorz Bizon2018-02-233-5/+5
| * | Simplify pipelines expression parserGrzegorz Bizon2018-02-232-7/+9
| * | Build a recursive parser for pipeline expressionsGrzegorz Bizon2018-02-221-0/+17