summaryrefslogtreecommitdiff
path: root/app/models/ci
Commit message (Expand)AuthorAgeFilesLines
* Use update_column than write_attribute and savefix/sm/erase_old_traceShinya Maeda2018-03-191-2/+1
* Merge branch 'fix/sm/clarify-ambiguous-with_artifacts-implication' into 'master'Kamil Trzciński2018-03-182-5/+5
|\
| * Use with_artifacts_archive name. Add specShinya Maeda2018-03-152-5/+5
| * Add rubocop:disable GitlabSecurity/PublicSendShinya Maeda2018-03-151-1/+1
| * Clarify ambiguous with_artifacts implicationShinya Maeda2018-03-152-5/+5
* | DRY remaining instances of predefined variablesGrzegorz Bizon2018-03-142-10/+8
* | Port deployment variables skeleton code from EEGrzegorz Bizon2018-03-141-1/+1
* | Use new collections to define build predefined variablesGrzegorz Bizon2018-03-131-53/+50
* | Improve how we handle persistent runner variablesGrzegorz Bizon2018-03-131-4/+0
* | DRY project-level predefined variablesGrzegorz Bizon2018-03-131-3/+1
* | Use variables collection as build predefined variablesGrzegorz Bizon2018-03-121-16/+18
* | Extract variables collection item to a separate classGrzegorz Bizon2018-03-121-0/+4
|/
* Persist runner IP address on contact (#43489)Dylan Griffith2018-02-281-2/+2
* Include CI Variable Key in its uniqueness validation error message43275-improve-variables-validation-messageMatija Čupić2018-02-232-2/+8
* Merge branch '43373-fix-cache-index-appending' into 'master'Kamil Trzciński2018-02-221-1/+1
|\
| * Change cache index delimiter to character not recognizable as variable partTomasz Maczukin2018-02-211-1/+1
* | Add inverse_of pipeline -> statuses -> pipeline (#43134)43134-reduce-queries-pipelines-controller-showDylan Griffith2018-02-221-1/+1
|/
* Revert "Merge branch 'expired-ci-artifacts' into 'master'"Stan Hu2018-02-161-33/+4
* Merge branch 'expired-ci-artifacts' into 'master'Grzegorz Bizon2018-02-141-4/+33
|\
| * revert to earlier coding using a hard coded UNION ALL instead of Gitlab::SQL:...expired-ci-artifactsGreg Stark2018-02-091-6/+3
| * add rubocop whitelistGreg Stark2018-02-091-3/+3
| * Revert to old code style where branches of the union do not have extra where ...Greg Stark2018-02-091-18/+12
| * WIP experimentGreg Stark2018-02-091-3/+9
| * Add indexes and change SQL for expired artifacts to deal with artifacts migra...Greg Stark2018-02-081-4/+36
* | 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 '41209-ci-linter-fails-on-gitlab-ci-blob-viewer' into 'master'Kamil Trzciński2018-02-071-1/+1
|\ \
| * | Handle all YAML parser exceptions in .gitlab-ci.yml (fixes #41209)41209-ci-linter-fails-on-gitlab-ci-blob-viewerDylan Griffith2018-02-071-1/+1
* | | Merge branch '38265-stuckcijobsworker-wrongly-detects-cancels-stuck-builds-wh...Kamil Trzciński2018-02-071-0/+27
|\ \ \ | |_|/ |/| |
| * | Save runner attributes only if there's changesMatija Čupić2018-02-051-1/+1
| * | Extract attribute caching to RedisCacheable concernMatija Čupić2018-02-051-35/+3
| * | Improve runner attribute cachineMatija Čupić2018-02-051-30/+22
| * | Merge branch 'master' into 38265-stuckcijobsworker-wrongly-detects-cancels-st...Matija Čupić2018-02-041-2/+2
| |\ \ | | |/
| * | Update list of allowed attribute updates in RunnerMatija Čupić2018-02-041-3/+11
| * | Refactor runner attribute caching implementationMatija Čupić2018-02-041-27/+44
| * | Handle updating only contacted_at runner cacheMatija Čupić2018-01-291-1/+1
| * | Make Ci::Runner#online? slightly more performantMatija Čupić2018-01-291-1/+1
| * | Expose Ci::Runner#cached_contacted_at as TimeMatija Čupić2018-01-291-1/+5
| * | Generelized cached attribute usage in runnerMatija Čupić2018-01-291-8/+19
| * | Move info update implementation to Ci::Runner modelMatija Čupić2018-01-291-3/+23
| * | Check cache in Ci::Runner#online?Matija Čupić2018-01-291-1/+8
* | | Trace as artifactsShinya Maeda2018-02-062-1/+5
| |/ |/|
* | Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-1/+1
* | Replace : with _ in cache key versioningMatija Čupić2018-01-261-1/+1
|/
* Look for rugged with static analysislint-ruggedJacob Vosmaer2018-01-251-1/+1
* Ensure CI pipelines and builds have the correction project associationsStan Hu2018-01-142-1/+2
* Remove soft removals related codeYorick Peterse2018-01-082-2/+4
* Merge branch 'fix/gb/fix-import-export-restoring-associations' into 'master'Kamil Trzciński2018-01-071-1/+1
|\
| * Assign stage and pipeline to a status when importingGrzegorz Bizon2018-01-051-1/+1
* | Refactor Ci::Build#cacheMatija Čupić2018-01-041-4/+7