Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move `lib/ci/mask_secret.rb` into `lib/gitlab/ci/mask_secret.rb` | Maxim Rydkin | 2017-09-12 | 1 | -27/+0 |
| | |||||
* | move `lib/ci/gitlab_ci_yaml_processor.rb` into `lib/gitlab/ci/yaml_processor.rb` | Maxim Rydkin | 2017-09-12 | 1 | -1697/+0 |
| | |||||
* | move `lib/ci/charts.rb` into `lib/gitlab/ci/charts.rb` | Maxim Rydkin | 2017-09-12 | 1 | -24/+0 |
| | |||||
* | move `lib/ci/ansi2html.rb` into `lib/gitlab/ci/ansi2html.rb` | Maxim Rydkin | 2017-09-12 | 1 | -220/+0 |
| | |||||
* | Fix rubocop offense in CI/CD YAML processor specsfeature/gb/kubernetes-only-pipeline-jobs | Grzegorz Bizon | 2017-09-04 | 1 | -2/+5 |
| | |||||
* | Change CI/CD kubernetes policy keyword to `active` | Grzegorz Bizon | 2017-09-01 | 1 | -9/+3 |
| | |||||
* | Change kubernetes job policy allowed values | Grzegorz Bizon | 2017-08-31 | 1 | -1/+1 |
| | | | | It is now possible to use `kubernetes: configured`. | ||||
* | Remove unused method from CI/CD YAML processor | Grzegorz Bizon | 2017-08-31 | 1 | -1/+1 |
| | |||||
* | Check if kubernetes required before creating a job | Grzegorz Bizon | 2017-08-26 | 1 | -0/+40 |
| | |||||
* | Fix rubocop offense in YAML processor specs | Grzegorz Bizon | 2017-08-26 | 1 | -1/+0 |
| | |||||
* | Improve reporting of a CI/CD entry config location | Grzegorz Bizon | 2017-08-25 | 1 | -17/+24 |
| | |||||
* | Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-cop | Rémy Coutable | 2017-08-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Change all `:empty_project` to `:project`rs-empty_project-default | Robert Speicher | 2017-08-02 | 1 | -1/+1 |
| | |||||
* | Remove superfluous lib: true, type: redis, service: true, models: true, ↵ | Rémy Coutable | 2017-07-27 | 3 | -3/+3 |
| | | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix CI/CD job auto-retry specsfeature/gb/auto-retry-failed-ci-job | Grzegorz Bizon | 2017-07-20 | 1 | -2/+2 |
| | |||||
* | Add a new `retry` CI/CD configuration keyword | Grzegorz Bizon | 2017-07-17 | 1 | -0/+22 |
| | |||||
* | Pass before_script and script as-is preserving arrayspass-before-script-as-is | Kamil Trzcinski | 2017-07-07 | 1 | -14/+33 |
| | |||||
* | Introduce cache policies for CI jobs | Nick Thomas | 2017-07-05 | 1 | -3/+6 |
| | |||||
* | Fix rubocop offenseschange-extended-docker-configuration-syntax | Tomasz Maczukin | 2017-07-02 | 1 | -1/+1 |
| | |||||
* | Make entrypoint and command keys to be array of strings | Tomasz Maczukin | 2017-07-02 | 1 | -8/+17 |
| | |||||
* | Remove references to build in pipeline charts | Z.J. van de Weg | 2017-06-23 | 1 | -5/+5 |
| | | | | | | | Being the good boyscouts, but mainly because of [the comment in the review](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12378#note_33302115) the words used for classes and variables are changed to not use builds anymore. | ||||
* | Improve specs for GitlabCiYamlProcessor | Tomasz Maczukin | 2017-06-12 | 1 | -50/+105 |
| | |||||
* | Add support for docker image configuration in .gitlab-ci.yml | Tomasz Maczukin | 2017-06-12 | 1 | -16/+16 |
| | |||||
* | Add source policy spec | Shinya Maeda | 2017-06-08 | 1 | -0/+19 |
| | |||||
* | Fix typo in test | Filip Krakowski | 2017-06-08 | 1 | -1/+1 |
| | |||||
* | Fix static-analysis offenses (again) | Filip Krakowski | 2017-06-08 | 1 | -18/+18 |
| | |||||
* | Fix static-analysis offenses | Filip Krakowski | 2017-06-08 | 1 | -6/+6 |
| | |||||
* | Add all sources as special keywords for only and except | Filip Krakowski | 2017-06-08 | 1 | -71/+63 |
| | |||||
* | Use pipeline.source to determine what triggered a pipeline | Filip Krakowski | 2017-06-08 | 1 | -4/+4 |
| | |||||
* | Add 'schedules' keyword to 'only' and 'except' | Filip Krakowski | 2017-06-08 | 1 | -0/+44 |
| | |||||
* | Refine implementation of pipeline stage seeds | Grzegorz Bizon | 2017-06-02 | 1 | -12/+18 |
| | |||||
* | Return stage seeds object from YAML processor | Grzegorz Bizon | 2017-05-31 | 1 | -16/+14 |
| | |||||
* | Implement CI/CD config attributes for persisted stages | Grzegorz Bizon | 2017-05-30 | 1 | -1/+40 |
| | |||||
* | Enable the Style/TrailingCommaInArguments cop | Rémy Coutable | 2017-05-10 | 1 | -3/+3 |
| | | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Enable the Style/TrailingCommaInLiteral cop | Rémy Coutable | 2017-05-10 | 1 | -3/+3 |
| | | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Optimise trace handling code to use streaming instead of full read | Kamil Trzciński | 2017-04-06 | 1 | -43/+67 |
| | |||||
* | Ignore job by default if it is a manual action | Grzegorz Bizon | 2017-03-06 | 1 | -2/+52 |
| | | | | | | | | | This makes it possible to maintain backwards compatibility with configs created when manual actions were non-blocking. From now manual actions are blocking if configured with `allow_failure: false`, otherwise manual actions are optional, and their status is ignored. | ||||
* | Revert "Enable Style/DotPosition" | Douwe Maan | 2017-02-23 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | This reverts commit e00fb2bdc2090e9cabeb1eb35a2672a882cc96e9. # Conflicts: # .rubocop.yml # .rubocop_todo.yml # lib/gitlab/ci/config/entry/global.rb # lib/gitlab/ci/config/entry/jobs.rb # spec/lib/gitlab/ci/config/entry/factory_spec.rb # spec/lib/gitlab/ci/config/entry/global_spec.rb # spec/lib/gitlab/ci/config/entry/job_spec.rb # spec/lib/gitlab/ci/status/build/factory_spec.rb # spec/lib/gitlab/incoming_email_spec.rb | ||||
* | Revert "Prefer leading style for Style/DotPosition" | Douwe Maan | 2017-02-23 | 1 | -10/+10 |
| | | | | This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b. | ||||
* | Enable Style/WordArray | Douwe Maan | 2017-02-23 | 1 | -17/+17 |
| | |||||
* | Prefer leading style for Style/DotPosition | Douwe Maan | 2017-02-23 | 1 | -10/+10 |
| | |||||
* | Enable Style/SpaceInsideBrackets | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | Enable Style/DotPosition | Douwe Maan | 2017-02-23 | 1 | -10/+10 |
| | |||||
* | Make sure our current .gitlab-ci.yml is validtest-for-current-gitlab-ci-yml | Lin Jen-Shin | 2017-02-10 | 1 | -0/+10 |
| | | | | | | | This could prevent errors described in: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8970 Everything we're using right now, should be valid of course. | ||||
* | Fix Rubocop offense in legacy CI/CD config specs | Grzegorz Bizon | 2017-02-06 | 1 | -1/+1 |
| | |||||
* | Remove coverage entry from global CI/CD options | Grzegorz Bizon | 2017-02-04 | 1 | -17/+8 |
| | |||||
* | Make more code improvements around the '/' stripping logic | Leandro Camargo | 2017-01-25 | 1 | -2/+9 |
| | |||||
* | Force coverage value to always be surrounded by '/' | Leandro Camargo | 2017-01-25 | 1 | -3/+3 |
| | |||||
* | Improve specs styles/organization and add some more specs | Leandro Camargo | 2017-01-25 | 1 | -1/+1 |
| | |||||
* | Comply to more requirements and requests made in the code review | Leandro Camargo | 2017-01-25 | 1 | -2/+7 |
| |