summaryrefslogtreecommitdiff
path: root/app/models/ci
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Rename Project#cache_index to jobs_cache_indexMatija Čupić2018-01-041-2/+2
* | Use Project.cache_index in Build#cacheMatija Čupić2017-12-221-1/+5
|/
* Load commit in batches for pipelines#indexZeger-Jan van de Weg2017-12-191-6/+7
* Fix job count in pipeline success mailChristiaan Van den Poel2017-12-181-0/+4
* Dependencies Validator fails when depended job is `manual`41110-dependencies-validator-fails-when-depended-job-is-manualShinya Maeda2017-12-141-1/+0
* Change feature flag to ci_disable_validates_dependencies to enable it as defaultShinya Maeda2017-12-071-1/+1
* Fix /build_spec.rbShinya Maeda2017-12-061-8/+8
* Optimize valid_dependency method by ayufan thoughtShinya Maeda2017-12-061-15/+11
* Add feature flagShinya Maeda2017-12-061-0/+2
* Add case when artifacts have not existed on dependenciesShinya Maeda2017-12-061-5/+15
* Use Class.new(StandardError) instead of custom extended error class. Bring ba...Shinya Maeda2017-12-061-2/+8
* Fail jobs if its dependency is missingShinya Maeda2017-12-061-0/+6