summaryrefslogtreecommitdiff
path: root/app/models/ci
Commit message (Expand)AuthorAgeFilesLines
* Added FromUnion to easily select from a UNIONYorick Peterse2018-09-171-4/+13
* Merge branch '50460-send-deployment-information-in-job-api' into 'master'Kamil Trzciński2018-09-171-0/+23
|\
| * Add deployment information in job APISteve Azzopardi2018-09-131-0/+23
* | Cleaned up CI runner administration codeYorick Peterse2018-09-141-0/+11
* | Merge branch 'feature/runner-state-filter-for-admin-view' into 'master'Grzegorz Bizon2018-09-141-1/+10
|\ \ | |/ |/|
| * add a comment to the usage of a anti-pattern queryAlexis Reigel2018-09-131-0/+6
| * dry up available scopes to constantsAlexis Reigel2018-08-201-1/+3
| * add offline scope to Ci::RunnerAlexis Reigel2018-08-201-0/+1
* | Merge branch 'rubocop-code-reuse' into 'master'Robert Speicher2018-09-132-0/+10
|\ \
| * | Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-112-0/+10
* | | Merge branch '42861-move-include-external-files-in-gitlab-ci-yml-from-starter...Grzegorz Bizon2018-09-131-1/+1
|\ \ \
| * | | Inline initialize_yaml_processorMatija Čupić2018-09-121-5/+1
| * | | Address MR suggestionsMatija Čupić2018-09-071-1/+1
| * | | Improve external architectureMatija Čupić2018-09-071-1/+5
| * | | Import external files in Gitlab CI configMatija Čupić2018-09-071-1/+1
| |/ /
* | | Add trigger information for job APISteve Azzopardi2018-09-122-0/+3
|/ /
* | Automatically disable Auto DevOps for project upon first pipeline failureMayra Cabrera2018-09-061-0/+6
* | Explicit hashed path check for trace, prevents background migration from acce...Jasper Maes2018-09-051-1/+3
* | Rails 5: fix hashed_path? method that looks up file_location that doesn't exi...Jasper Maes2018-09-051-1/+1
* | Merge branch 'add-background-migration-for-legacy-traces' into 'master'Kamil Trzciński2018-09-041-1/+19
|\ \
| * | Squashed commit of the following:add-background-migration-for-legacy-tracesShinya Maeda2018-08-271-1/+19
| |/
* | Backport Repository#keep_around changes from EE to CEMichael Kozono2018-08-271-2/+1
|/
* Add rake command to migrate archived traces from local storage to object storageShinya Maeda2018-08-161-0/+5
* Expose all artifacts sizes in jobs apiPeter Marko2018-08-141-1/+1
* Allows to cancel a Created jobJacopo2018-08-101-1/+1
* Squashed commit of the following:Shinya Maeda2018-08-071-2/+2
* Merge branch 'artifact-format-v2-with-parser' into 'master'Kamil Trzciński2018-08-033-0/+53
|\
| * Add factory for parsers. Add required specification in json schema matcher. I...Shinya Maeda2018-08-031-6/+1
| * Added unique identifier to calculate_reactive_cache. Decoupled comparison log...Shinya Maeda2018-08-031-2/+0
| * Squashed commit of the following:Shinya Maeda2018-08-023-0/+60
* | Enable frozen string for app/models/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-models-moregfyoung2018-08-0325-0/+50
|/
* Fix spec failuresKamil Trzciński2018-08-011-3/+3
* More clever way for testing runner featuresKamil Trzciński2018-08-011-8/+14
* If reports are used, require runner to expose `upload_multiple_artifacts` fea...Kamil Trzciński2018-08-011-1/+7
* Fix current spec failuresKamil Trzciński2018-08-011-8/+4
* Fix spec failuresKamil Trzciński2018-08-011-2/+2
* Add `runner_unsupported` CI failureKamil Trzciński2018-08-011-5/+13
* Fix authorization for web terminalsSteve Azzopardi2018-07-301-1/+1
* Avoid using destroy_allShinya Maeda2018-07-271-1/+2
* Squashed commit of the following:Shinya Maeda2018-07-272-9/+40
* Add missing `CI_COMMIT_BEFORE_SHA` predefined variableGrzegorz Bizon2018-07-121-0/+1
* Merge branch 'improve-metadata-access-performance' into 'master'Grzegorz Bizon2018-07-101-2/+2
|\
| * Access metadata directly from Object StorageKamil Trzciński2018-07-091-2/+2
* | Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
|/
* Merge branch 'build-chunks-on-object-storage' into 'master'Grzegorz Bizon2018-07-064-85/+203
|\
| * Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-07-063-22/+51
| |\
| * | Decouple optimization for erasing traceShinya Maeda2018-07-041-1/+1
| * | Rename retry_max left overs to retriesShinya Maeda2018-07-041-1/+1
| * | Add spec for ExclusiveLeaseHelpersShinya Maeda2018-07-031-1/+1
| * | Fix error messageShinya Maeda2018-07-031-1/+1