| Commit message (Expand) | Author | Age | Files | Lines |
* | Persist runner IP address on contact (#43489) | Dylan Griffith | 2018-02-28 | 1 | -2/+2 |
* | Include CI Variable Key in its uniqueness validation error message43275-improve-variables-validation-message | Matija Čupić | 2018-02-23 | 2 | -2/+8 |
* | Merge branch '43373-fix-cache-index-appending' into 'master' | Kamil Trzciński | 2018-02-22 | 1 | -1/+1 |
|\ |
|
| * | Change cache index delimiter to character not recognizable as variable part | Tomasz Maczukin | 2018-02-21 | 1 | -1/+1 |
* | | Add inverse_of pipeline -> statuses -> pipeline (#43134)43134-reduce-queries-pipelines-controller-show | Dylan Griffith | 2018-02-22 | 1 | -1/+1 |
|/ |
|
* | Revert "Merge branch 'expired-ci-artifacts' into 'master'" | Stan Hu | 2018-02-16 | 1 | -33/+4 |
* | Merge branch 'expired-ci-artifacts' into 'master' | Grzegorz Bizon | 2018-02-14 | 1 | -4/+33 |
|\ |
|
| * | revert to earlier coding using a hard coded UNION ALL instead of Gitlab::SQL:...expired-ci-artifacts | Greg Stark | 2018-02-09 | 1 | -6/+3 |
| * | add rubocop whitelist | Greg Stark | 2018-02-09 | 1 | -3/+3 |
| * | Revert to old code style where branches of the union do not have extra where ... | Greg Stark | 2018-02-09 | 1 | -18/+12 |
| * | WIP experiment | Greg Stark | 2018-02-09 | 1 | -3/+9 |
| * | Add indexes and change SQL for expired artifacts to deal with artifacts migra... | Greg Stark | 2018-02-08 | 1 | -4/+36 |
* | | Merge branch '40994-expose-features-as-ci-cd-variable' into 'master' | Kamil Trzciński | 2018-02-08 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Expose GITLAB_FEATURES as CI/CD variable (fixes #40994)40994-expose-features-as-ci-cd-variable | Dylan Griffith | 2018-02-07 | 1 | -0/+1 |
* | | Merge branch '41209-ci-linter-fails-on-gitlab-ci-blob-viewer' into 'master' | Kamil Trzciński | 2018-02-07 | 1 | -1/+1 |
|\ \ |
|
| * | | Handle all YAML parser exceptions in .gitlab-ci.yml (fixes #41209)41209-ci-linter-fails-on-gitlab-ci-blob-viewer | Dylan Griffith | 2018-02-07 | 1 | -1/+1 |
* | | | Merge branch '38265-stuckcijobsworker-wrongly-detects-cancels-stuck-builds-wh... | Kamil Trzciński | 2018-02-07 | 1 | -0/+27 |
|\ \ \
| |_|/
|/| | |
|
| * | | Save runner attributes only if there's changes | Matija Čupić | 2018-02-05 | 1 | -1/+1 |
| * | | Extract attribute caching to RedisCacheable concern | Matija Čupić | 2018-02-05 | 1 | -35/+3 |
| * | | Improve runner attribute cachine | Matija Čupić | 2018-02-05 | 1 | -30/+22 |
| * | | Merge branch 'master' into 38265-stuckcijobsworker-wrongly-detects-cancels-st... | Matija Čupić | 2018-02-04 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| * | | Update list of allowed attribute updates in Runner | Matija Čupić | 2018-02-04 | 1 | -3/+11 |
| * | | Refactor runner attribute caching implementation | Matija Čupić | 2018-02-04 | 1 | -27/+44 |
| * | | Handle updating only contacted_at runner cache | Matija Čupić | 2018-01-29 | 1 | -1/+1 |
| * | | Make Ci::Runner#online? slightly more performant | Matija Čupić | 2018-01-29 | 1 | -1/+1 |
| * | | Expose Ci::Runner#cached_contacted_at as Time | Matija Čupić | 2018-01-29 | 1 | -1/+5 |
| * | | Generelized cached attribute usage in runner | Matija Čupić | 2018-01-29 | 1 | -8/+19 |
| * | | Move info update implementation to Ci::Runner model | Matija Čupić | 2018-01-29 | 1 | -3/+23 |
| * | | Check cache in Ci::Runner#online? | Matija Čupić | 2018-01-29 | 1 | -1/+8 |
* | | | Trace as artifacts | Shinya Maeda | 2018-02-06 | 2 | -1/+5 |
| |/
|/| |
|
* | | Enable RuboCop Style/RegexpLiteral | Takuya Noguchi | 2018-02-01 | 1 | -1/+1 |
* | | Replace : with _ in cache key versioning | Matija Čupić | 2018-01-26 | 1 | -1/+1 |
|/ |
|
* | Look for rugged with static analysislint-rugged | Jacob Vosmaer | 2018-01-25 | 1 | -1/+1 |
* | Ensure CI pipelines and builds have the correction project associations | Stan Hu | 2018-01-14 | 2 | -1/+2 |
* | Remove soft removals related code | Yorick Peterse | 2018-01-08 | 2 | -2/+4 |
* | Merge branch 'fix/gb/fix-import-export-restoring-associations' into 'master' | Kamil Trzciński | 2018-01-07 | 1 | -1/+1 |
|\ |
|
| * | Assign stage and pipeline to a status when importing | Grzegorz Bizon | 2018-01-05 | 1 | -1/+1 |
* | | Refactor Ci::Build#cache | Matija Čupić | 2018-01-04 | 1 | -4/+7 |
* | | Rename Project#cache_index to jobs_cache_index | Matija Čupić | 2018-01-04 | 1 | -2/+2 |
* | | Use Project.cache_index in Build#cache | Matija Čupić | 2017-12-22 | 1 | -1/+5 |
|/ |
|
* | Load commit in batches for pipelines#index | Zeger-Jan van de Weg | 2017-12-19 | 1 | -6/+7 |
* | Fix job count in pipeline success mail | Christiaan Van den Poel | 2017-12-18 | 1 | -0/+4 |
* | Dependencies Validator fails when depended job is `manual`41110-dependencies-validator-fails-when-depended-job-is-manual | Shinya Maeda | 2017-12-14 | 1 | -1/+0 |
* | Change feature flag to ci_disable_validates_dependencies to enable it as default | Shinya Maeda | 2017-12-07 | 1 | -1/+1 |
* | Fix /build_spec.rb | Shinya Maeda | 2017-12-06 | 1 | -8/+8 |
* | Optimize valid_dependency method by ayufan thought | Shinya Maeda | 2017-12-06 | 1 | -15/+11 |
* | Add feature flag | Shinya Maeda | 2017-12-06 | 1 | -0/+2 |
* | Add case when artifacts have not existed on dependencies | Shinya Maeda | 2017-12-06 | 1 | -5/+15 |
* | Use Class.new(StandardError) instead of custom extended error class. Bring ba... | Shinya Maeda | 2017-12-06 | 1 | -2/+8 |
* | Fail jobs if its dependency is missing | Shinya Maeda | 2017-12-06 | 1 | -0/+6 |