An error occurred fetching the project authors.
- 07 Jul, 2020 1 commit
-
-
Gary Holtz authored
-
- 17 Mar, 2020 1 commit
-
-
Marius Bobin authored
-
- 06 Mar, 2020 1 commit
-
-
Fabio Pitino authored
* allow `trigger:artifact` to point to a job artifact * document new feature * Remove FF ci_limit_yaml_expansion
-
- 13 Dec, 2019 2 commits
-
-
Aleksei Lipniagov authored
Gitlab::Sentry does not reflect the purpose of the class, it needs more generic name which service-agnostic.
-
Kamil Trzciński authored
Rename methods of Sentry class: - `track_acceptable_exception` => `track_exception`: we just want to capture exception - `track_exception` => `track_and_raise_for_dev_exception`: as said, - `track_and_raise_exception` => we want to capture and re-raise exception Update exception tracking - Remove `extra:` and instead accept hash, - Update documentation to include the best practices, - Remove manual logging of exceptions
-
- 21 Oct, 2019 1 commit
-
-
allison.browne authored
-
- 17 Oct, 2019 1 commit
-
-
Marius Bobin authored
Adds two new predefined and always present stages to pipelines. .:pre:. will always be the first stage in a pipeline .:post:. will always be the last stage in a pipeline
-
- 24 Sep, 2019 1 commit
-
-
Marius Bobin authored
Define soft timeout for CI includes expansion in `Gitlab::Ci::Config::External::File::Base::Context` as `INCLUDES_TIMEOUT` with a default value of 10 seconds
-
- 30 Jul, 2019 1 commit
-
-
Yorick Peterse authored
All instances of injecting an EE specific module have been changed to use the new methods for this: prepend_if_ee, extend_if_ee, and include_if_ee. This allows these lines to be included in CE, even when the modules to inject do not exist. This in turn allows us to backport these lines to CE and keep them there, instead of having to strip them out.
-
- 02 Jul, 2019 2 commits
-
-
Fabio Pitino authored
It keeps track of the memory being used when loading the YAML file as well as the depth of nesting. Track exception when YAML is too big
-
Fabio Pitino authored
It keeps track of the memory being used when loading the YAML file as well as the depth of nesting. Track exception when YAML is too big
-
- 18 Jun, 2019 2 commits
-
-
Kamil Trzciński authored
This moves all existing `image/services/before_script/variables` into `default:`. This allows us to easily add a default and top-level entries. `default`: is keep backward compatible: to be considered to be job if `default:script:` is specified. This behavior should be removed. All existing `image/services/before_script/variables` are properly handled in root context.
-
Kamil Trzciński authored
This moves all existing `image/services/before_script/variables` into `default:`. This allows us to easily add a default and top-level entries. `default`: is keep backward compatible: to be considered to be job if `default:script:` is specified. This behavior should be removed. All existing `image/services/before_script/variables` are properly handled in root context.
-
- 17 Jun, 2019 3 commits
-
-
Matija Čupić authored
Backports CE changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14011/
-
Matija Čupić authored
EE::Gitlab::Ci::Config was conflicting with the namespace with the same name. It was renamed to ConfigEE to avoid this.
-
Matija Čupić authored
Implements the backend logic for required templates.
-
- 15 Apr, 2019 2 commits
-
-
Sean McGivern authored
Require all templates to use default stages Closes #59992 See merge request gitlab-org/gitlab-ce!26954 (cherry picked from commit 39eb16aa) e0df05cf Require all templates to use default stages
-
Sean McGivern authored
Require all templates to use default stages Closes #59992 See merge request gitlab-org/gitlab-ce!26954 (cherry picked from commit 39eb16aa) e0df05cf Require all templates to use default stages
-
- 05 Apr, 2019 4 commits
-
-
Sean McGivern authored
This reverts merge request !10579
-
Sean McGivern authored
This reverts merge request !26954
-
Kamil Trzciński authored
Our templates are free to override the 'stages:'. However, they should follow the convention to always include 'build', 'test', 'deploy' which are defaults when not defined.
-
Kamil Trzciński authored
Our templates are free to override the 'stages:'. However, they should follow the convention to always include 'build', 'test', 'deploy' which are defaults when not defined.
-
- 01 Mar, 2019 1 commit
-
-
Kamil Trzciński authored
This change introduces a support for nesting the includes, allowing to evaluate them in context of the target, by properly respecting the relative inclusions and user permissions of another projects, or templates.
-
- 07 Jan, 2019 1 commit
-
-
Kamil Trzciński authored
This adds `project:, file:, ref:` specification support.
-
- 04 Jan, 2019 1 commit
-
-
Kamil Trzciński authored
This rewrites a syntax to allow include of templates. This also normalises the syntax used by include: feature
-
- 29 Nov, 2018 1 commit
-
-
Kamil Trzciński authored
This decouples Ci::Config to provide a common interface for handling user configuration files.
-
- 26 Oct, 2018 1 commit
-
-
gfyoung authored
Enables frozen string for the following: * lib/gitlab/ci/*.rb * lib/gitlab/ci/build/**/*.rb * lib/gitlab/ci/config/**/*.rb * lib/gitlab/ci/pipeline/**/*.rb * lib/gitlab/ci/reports/**/*.rb Partially addresses #47424.
-
- 18 Oct, 2018 1 commit
-
-
Grzegorz Bizon authored
-
- 16 Oct, 2018 1 commit
-
-
Grzegorz Bizon authored
-
- 11 Sep, 2018 2 commits
-
-
Matija Čupić authored
-
Matija Čupić authored
-
- 08 Sep, 2018 2 commits
-
-
Matija Čupić authored
-
Matija Čupić authored
-
- 07 Sep, 2018 6 commits
-
-
Matija Čupić authored
CE mirror of c4578b951e331fe8c75cd4f948ce74cec6587bad
-
Matija Čupić authored
CE mirror of 4f17c7b2c30188302e6a73421acbf5a09fb2c823
-
Matija Čupić authored
CE mirror of 1269dc47b7f8d1a9913de326c9bd356d3e603663
-
Matija Čupić authored
CE mirror of 03c6094997023d9c8875ced421a6c9ef39a4af44
-
Matija Čupić authored
CE mirror of a10b777f8cb1902bba3964a4cbad2b1dd6bce785
-
Matija Čupić authored
CE mirror of 8e03a6619be44fdaf19a6c13284ea8e51377b311
-
- 06 Sep, 2018 1 commit
-
-
Grzegorz Bizon authored
-