- 13 Mar, 2017 1 commit
-
-
Tomasz Maczukin authored
-
- 06 Mar, 2017 1 commit
-
-
Grzegorz Bizon authored
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.
-
- 02 Mar, 2017 1 commit
-
-
Tomasz Maczukin authored
-
- 01 Mar, 2017 1 commit
-
-
Sean McGivern authored
-
- 28 Feb, 2017 1 commit
-
-
Robert Schilling authored
-
- 23 Feb, 2017 8 commits
-
-
Douwe Maan authored
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
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 22 Feb, 2017 2 commits
-
-
Robert Schilling authored
-
Robert Schilling authored
-
- 21 Feb, 2017 1 commit
-
-
Douwe Maan authored
-
- 15 Feb, 2017 3 commits
-
-
Lin Jen-Shin authored
C: Style/MultilineOperationIndentation: Align the operands of an expression in an assignment spanning multiple lines.
-
Lin Jen-Shin authored
TODO: Add tests and screenshots
-
- 03 Feb, 2017 1 commit
-
- 25 Jan, 2017 8 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
The conflict happens when we try to update a build, but fail to do so due to fact that we update the same build concurrently for two different runners.
-
Kamil Trzcinski authored
-
Leandro Camargo authored
-
Leandro Camargo authored
Instead of using: `coverage: /\(\d+.\d+%\) covered/` This structure must be used now: ``` coverage: output_filter: /\(\d+.\d+%\) covered/` ``` The surrounding '/' is optional.
-
Leandro Camargo authored
This commit: * Turns `coverage_regex` into `coverage` entry in yml file * Fixes smaller requests from code reviewers for the previous commit * This commit is temporary (will be squashed afterwards) This commit does not (further commits will do though): * Add global `coverage` entry handling in yml file as suggested by Grzegorz * Add specs * Create changelog * Create docs
-
Leandro Camargo authored
* Instead of using the proposed `coverage` key, this expects `coverage_regex`
-
- 20 Jan, 2017 2 commits
-
-
Lin Jen-Shin authored
Closes #26921
-
- 09 Jan, 2017 1 commit
-
-
Rémy Coutable authored
Fixes #26051. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 04 Jan, 2017 1 commit
-
-
Lin Jen-Shin authored
* We realized that headers were not set whenever we give 204 because `render_api_error!` doesn't preserve the headers. * We also realized that `update_runner_info` would be called in POST /builds/register every time therefore runner is updated every time, ticking the queue, making this last_update didn't work very well, and the test would be failing due to that.
-
- 28 Dec, 2016 1 commit
-
-
Jared Deckard authored
-
- 21 Dec, 2016 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 19 Dec, 2016 4 commits
-
-
Lin Jen-Shin authored
Feedback: https://gitlab.com/gitlab-org/gitlab-ce/builds/7606797
- 16 Dec, 2016 2 commits
-
-
Kim "BKC" Carlbäcker authored
-
Kim "BKC" Carlbäcker authored
-