summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Extract pipeline expressions parser to a separate classGrzegorz Bizon2018-02-223-24/+27
* Rename pipeline expressions statement exception classGrzegorz Bizon2018-02-221-1/+12
* Add variables to pipeline expressions evaluatorGrzegorz Bizon2018-02-211-0/+4
* Improve pipeline expressions specs and freeze constantsGrzegorz Bizon2018-02-211-4/+15
* Implement pipeline expressions parserGrzegorz Bizon2018-02-212-0/+45
* Add test example for syntax error in pipeline expressionsGrzegorz Bizon2018-02-211-0/+7
* Add a lexeme for a string pipeline expressionGrzegorz Bizon2018-02-211-0/+16
* Implement pipeline expressions lexerGrzegorz Bizon2018-02-211-0/+30
* Rename pipeline expressions token for checking equalityGrzegorz Bizon2018-02-211-0/+0
* Add base classes to evaluate variables expressionsGrzegorz Bizon2018-02-202-0/+4
* Merge branch '41209-ci-linter-fails-on-gitlab-ci-blob-viewer' into 'master'Kamil Trzciński2018-02-072-20/+33
|\
| * Update style of yaml_processor_spec.rbKamil Trzciński2018-02-071-2/+7
| * Handle all YAML parser exceptions in .gitlab-ci.yml (fixes #41209)41209-ci-linter-fails-on-gitlab-ci-blob-viewerDylan Griffith2018-02-072-19/+27
* | Add essential testsShinya Maeda2018-02-061-0/+87
|/
* Merge branch 'sh-backport-10-3-4-security-fixes' into 'master'Oswaldo Ferreira2018-01-172-4/+113
|\
| * Make ruby lint happysh-backport-10-3-4-security-fixesOswaldo Ferreira2018-01-171-2/+2
| * Merge branch 'ac/fix-path-traversal' into 'security-10-3'Robert Speicher2018-01-161-0/+62
| * Merge branch 'ac/41346-xss-ci-job-output' into 'security-10-3'Robert Speicher2018-01-161-4/+51
* | Fix running manual action tooltipGrzegorz Bizon2018-01-161-4/+4
|/
* fix issue #37843Danny2018-01-031-0/+4
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-227-7/+7
* Fix RubocopKamil Trzcinski2017-12-081-1/+1
* Add Chain::Command specsfix/gb/fix-pipeline-build-chain-tag-evaluationKamil Trzcinski2017-12-082-1/+186
* Implement and use Gitlab::Ci::Pipeline::Chain::CommandKamil Trzcinski2017-12-087-45/+50
* Fix invalid pipeline build chain tag evaluationGrzegorz Bizon2017-12-081-2/+35
* Merge branch 'master' into backstage/gb/build-pipeline-in-a-separate-classGrzegorz Bizon2017-11-3018-40/+103
|\
| * Aling shared_exmaples to "same behavior between KubernetesService and Platfor...Shinya Maeda2017-11-282-6/+6
| * Duplicate spec for Platform::Kubernetes with kubernetes_projectShinya Maeda2017-11-281-7/+21
| * Add test suit for platform::kubernetesShinya Maeda2017-11-281-4/+17
| * Fixed Status Warning Icon39831-warning-icon-in-jobs-dropdown-has-incorrect-styleTim Zallmann2017-11-062-2/+2
| * Add TimeCop freeze for DST and Regular timefix/sm/39817-fix-cron_parser_spec-rbShinya Maeda2017-11-051-6/+42
| * Fixes one icon testTim Zallmann2017-10-301-1/+1
| * Test FixesTim Zallmann2017-10-302-2/+2
| * Fixes for TestsTim Zallmann2017-10-306-14/+14
| * Updated also Badge + Dropdown IconsTim Zallmann2017-10-309-9/+9
* | Extend pipeline build chain specsbackstage/gb/build-pipeline-in-a-separate-classGrzegorz Bizon2017-10-111-0/+8
* | Set pipeline config source attribute in a build stepGrzegorz Bizon2017-10-111-1/+1
* | Add initial specs for pipeline build chain classGrzegorz Bizon2017-10-101-0/+43
|/