summaryrefslogtreecommitdiff
path: root/spec/models/ci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'backstage/gb/refactor-ci-cd-variables-collections' into 'master'42762-project-settings-sections-cannot-be-expanded-after-submission-errorKamil Trzciński2018-03-152-7/+5
|\
| * Fix pipeline predefined variables specsGrzegorz Bizon2018-03-141-1/+1
| * Merge branch 'master' into backstage/gb/refactor-ci-cd-variables-collectionsGrzegorz Bizon2018-03-142-39/+90
| |\
| * | Fix pipeline specs for predefined variablesGrzegorz Bizon2018-03-141-2/+0
| * | Make predefined variables in a collection public by defaultGrzegorz Bizon2018-03-131-4/+4
* | | Don't attempt to override a `set` with a `let`rs-ci-build-spec-warningsRobert Speicher2018-03-141-8/+8
* | | Don't use `not_to raise_error(SomeError)`Robert Speicher2018-03-141-1/+1
| |/ |/|
* | Remove enforcing uniqueness of build variablesbackstage/gb/add-pipeline-build-variables-testsGrzegorz Bizon2018-03-071-9/+8
* | Improve pipeline tests for variables to test orderingGrzegorz Bizon2018-03-071-3/+3
* | Improve tests for predefined variables for a buildGrzegorz Bizon2018-03-071-36/+88
|/
* Include CI Variable Key in its uniqueness validation error message43275-improve-variables-validation-messageMatija Čupić2018-02-232-2/+2
* Change cache index delimiter to character not recognizable as variable partTomasz Maczukin2018-02-211-1/+1
* Merge branch '40994-fix-ee-ce-compatible-test' into 'master'Kamil Trzciński2018-02-121-1/+1
|\
| * Make GITLAB_FEATURES in build_spec compatible with EE40994-fix-ee-ce-compatible-testDylan Griffith2018-02-091-1/+1
* | Merge branch 'mc/bug/38984-wildcard-protected-tags' into 'security-10-4'Kamil Trzciński2018-02-091-4/+4
|/
* Merge branch '40994-expose-features-as-ci-cd-variable' into 'master'Kamil Trzciński2018-02-081-0/+1
|\
| * Expose GITLAB_FEATURES as CI/CD variable (fixes #40994)40994-expose-features-as-ci-cd-variableDylan Griffith2018-02-071-0/+1
* | Merge branch '38265-stuckcijobsworker-wrongly-detects-cancels-stuck-builds-wh...Kamil Trzciński2018-02-071-12/+96
|\ \ | |/ |/|
| * Improve runner attribute cachineMatija Čupić2018-02-051-10/+15
| * Merge branch 'master' into 38265-stuckcijobsworker-wrongly-detects-cancels-st...Matija Čupić2018-02-041-1/+1
| |\
| * | Expect instead of allow Redis get stub for online? specMatija Čupić2018-02-041-1/+1
| * | Refactor runner attribute caching implementationMatija Čupić2018-02-041-16/+16
| * | Use faster model updates in #update_runner_info specMatija Čupić2018-01-291-2/+2
| * | Make Ci::Runner#online? slightly more performantMatija Čupić2018-01-291-0/+2
| * | Generelized cached attribute usage in runnerMatija Čupić2018-01-291-6/+11
| * | Move info update implementation to Ci::Runner modelMatija Čupić2018-01-291-5/+47
| * | Check cache in Ci::Runner#online?Matija Čupić2018-01-291-12/+42
* | | Refactor :trace to :trace_live in specShinya Maeda2018-02-061-4/+4
* | | Finish all testsShinya Maeda2018-02-061-2/+2
* | | Add essential testsShinya Maeda2018-02-061-0/+3
| |/ |/|
* | Replace : with _ in cache key versioningMatija Čupić2018-01-261-1/+1
|/
* Add specs for CI builds and pipeline relationshipssh-optimize-ci-build-projectStan Hu2018-01-142-0/+14
* Remove soft removals related codeYorick Peterse2018-01-081-1/+0
* Merge branch 'master' into 41249-clearing-the-cacheMatija Čupić2018-01-042-2/+2
|\
| * Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-222-2/+2
* | Fix faulty Ci::Build#cache specMatija Čupić2018-01-041-1/+1
* | Rename Project#cache_index to jobs_cache_indexMatija Čupić2018-01-041-4/+4
* | Use Project.cache_index in Build#cacheMatija Čupić2017-12-221-0/+36
|/
* Fix job count in pipeline success mailChristiaan Van den Poel2017-12-181-0/+12
* Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-142-16/+16
* Dependencies Validator fails when depended job is `manual`41110-dependencies-validator-fails-when-depended-job-is-manualShinya Maeda2017-12-141-4/+3
* Backport a spec fix done in EE (5dbecb8e) to CERémy Coutable2017-12-111-18/+8
* Test for both ci_disable_validates_dependencies true/falseShinya Maeda2017-12-081-44/+64
* Change feature flag to ci_disable_validates_dependencies to enable it as defaultShinya Maeda2017-12-071-1/+1
* Fix pipelineShinya Maeda2017-12-061-1/+3
* Fix testsShinya Maeda2017-12-061-17/+27
* Fix /build_spec.rbShinya Maeda2017-12-061-1/+6
* Fix lintShinya Maeda2017-12-061-2/+6
* Add case when artifacts have not existed on dependenciesShinya Maeda2017-12-061-1/+20
* Use Class.new(StandardError) instead of custom extended error class. Bring ba...Shinya Maeda2017-12-061-1/+1