- Oct 29, 2019
-
-
GitLab Bot authored
-
- Sep 16, 2019
-
-
GitLab Bot authored
-
- Sep 09, 2019
-
-
drew authored
-
- Sep 05, 2019
-
-
Cédric Tabin authored
Since it is not possible to dynamically detect if a job is automatically cancellable or not, a this new attribute is necessary. Moreover, it let the maintainer of the repo to adjust the behaviour of the auto cancellation feature to match exactly what he needs.
-
- Aug 04, 2019
-
-
Matija Čupić authored
Ports changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/12343
-
- Aug 01, 2019
-
-
Kamil Trzcińśki authored
This implements the support for `needs:` keyword as part of GitLab CI. That makes some of the jobs to be run out of order.
-
- Jul 31, 2019
-
-
drew authored
Default dependency job stage index to Infinity, and correctly report it as undefined in prior stages
-
- Jun 18, 2019
-
-
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.
-
- Jan 25, 2019
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- Jan 07, 2019
-
-
Kamil Trzcińśki authored
This adds `project:, file:, ref:` specification support.
-
- Jan 04, 2019
-
-
Kamil Trzcińśki authored
These are data columns that store runtime configuration of build needed to execute it on runner and within pipeline. The definition of this data is that once used, and when no longer needed (due to retry capability) they can be freely removed. They use `jsonb` on PostgreSQL, and `text` on MySQL (due to lacking support for json datatype on old enough version).
-
- Nov 29, 2018
-
-
Kamil Trzcińśki authored
This decouples Ci::Config to provide a common interface for handling user configuration files.
-
- Nov 06, 2018
-
-
Matija Čupić authored
-
- Nov 05, 2018
-
-
Matija Čupić authored
Use Hash#each_with_object to manipulate job hashes.
-
Matija Čupić authored
-
- Nov 01, 2018
-
-
Matija Čupić authored
-
Matija Čupić authored
-
- Oct 31, 2018
-
-
Matija Čupić authored
-
- Oct 30, 2018
-
-
Matija Čupić authored
Revert "Add Build seed specs" This reverts commit 03bc722e. Revert "Add build specs" This reverts commit c2d49565. Revert "Refactor parallelization implementation" This reverts commit 72430483. Revert "Implement POC for job parallelization" This reverts commit 44b740f9.
-
- Oct 26, 2018
-
-
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.
-
Matija Čupić authored
-
- Oct 02, 2018
-
-
-
-
commit 9d9594ba20097dc4598f7eb42a9f9d78d73eae54 Author: Shinya Maeda <shinya@gitlab.com> Date: Thu Sep 13 20:18:31 2018 +0900 Cancel scheduled jobs commit f31c7172e07a9eb03b58c1e62eaa18cda4064aa6 Author: Shinya Maeda <shinya@gitlab.com> Date: Thu Sep 13 11:18:42 2018 +0900 Add Ci::BuildSchedule commit fb6b3ca638f40f9e1ee38b1fdd892bda4f6fede7 Author: Shinya Maeda <shinya@gitlab.com> Date: Wed Sep 12 20:02:50 2018 +0900 Scheduled jobs
-
- Sep 08, 2018
-
-
Matija Čupić authored
-
- Sep 07, 2018
-
-
Matija Čupić authored
CE mirror of 4f17c7b2c30188302e6a73421acbf5a09fb2c823
-
Matija Čupić authored
CE mirror of 03c6094997023d9c8875ced421a6c9ef39a4af44
-
Matija Čupić authored
CE mirror of a10b777f8cb1902bba3964a4cbad2b1dd6bce785
-
- Sep 04, 2018
-
-
Grzegorz Bizon authored
-
- Mar 26, 2018
-
-
Mayra Cabrera authored
- Create ci/lints controller inside project/ - Move js pages to be inside projects/ - Copy view ci/lint view to be inside project folder - Remove ci/lint view and js files Closes #43603
-
- Mar 22, 2018
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- Mar 21, 2018
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- Mar 01, 2018
-
-
Grzegorz Bizon authored
-
- Feb 06, 2018
-
-
Dylan Griffith authored
- Move the exception handling as close to the source as possible to avoid leaking Psych ahstraction - Also remove unnecessary rescue all statement from LintsController. This should not be necessary anymore since any YAML errors should all be caught by the #validation_message method.
-
- Sep 18, 2017
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
Use project full path that can be received from a pipeline object
-