summaryrefslogtreecommitdiff
path: root/app/models/ci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '57905-etag-caching-probably-broken-since-11-5-0' into 'master'Robert Speicher2019-02-261-2/+2
|\
| * Fix Ci::Pipeline#all_merge_requests missing forked MRsStan Hu2019-02-261-2/+2
* | Revert "Merge branch '13784-simple-masking-of-protected-variables-in-logs' in...Kamil Trzciński2019-02-262-2/+0
* | Merge branch 'ce-revert-d5ce84fd' into 'master'Lin Jen-Shin2019-02-261-1/+1
|\ \
| * | Merge branch 'fix-misspellings-app-comments' into 'master'Rémy Coutable2019-02-261-1/+1
| |/
* | Add Maskable concern for CI variablesMatija Čupić2019-02-262-0/+2
|/
* Revert "Merge branch 'fix-misspellings-app-comments' into 'master'"Michael Kozono2019-02-251-1/+1
* Merge branch 'expose-merge-ref-to-runner' into 'master'Kamil Trzciński2019-02-251-5/+8
|\
| * Expose refspec and depth to runnerShinya Maeda2019-02-251-5/+8
* | Fix misspellings in app/spec commentsTakuya Noguchi2019-02-251-1/+1
|/
* Move ChatOps to CoreJames Fargher2019-02-203-0/+16
* Merge branch 'feature/gb/enable-ci-persisted-stages-by-default' into 'master'Stan Hu2019-02-181-1/+1
|\
| * Enable persisted pipeline stages by defaultGrzegorz Bizon2019-02-181-1/+1
* | Support `only: changes:` on MR pipelinesHiroyuki Sato2019-02-131-1/+10
|/
* Backport: Optimize slow pipelines.js responseShinya Maeda2019-02-051-2/+12
* Present all pipeline triggers using trigger presenterGrzegorz Bizon2019-01-311-1/+1
* Do not expose trigger token when user should not see itGrzegorz Bizon2019-01-311-0/+1
* Simplify relation between a build and metadataGrzegorz Bizon2019-01-291-3/+1
* Extract processable metadata to a separate concernGrzegorz Bizon2019-01-292-51/+4
* Move processables scope into commit status classGrzegorz Bizon2019-01-251-1/+1
* Extract common `when` code between CI/CD processablesGrzegorz Bizon2019-01-252-11/+0
* Add a new relation between a stage and related bridgesGrzegorz Bizon2019-01-251-0/+1
* Implement default `when` for bridge jobs as `on_success`Grzegorz Bizon2019-01-251-0/+7
* Use generic commit status as a tmp partial for a bridgeGrzegorz Bizon2019-01-251-1/+1
* Make CI/CD bridge job a pipeline processable entityGrzegorz Bizon2019-01-251-0/+20
* Segregate interface require to make CI/CD entity processableGrzegorz Bizon2019-01-252-0/+3
* Connect CI/CD bridge jobs to trigger requests tooGrzegorz Bizon2019-01-251-0/+1
* Remove expired artifacts periodicallyShinya Maeda2019-01-241-0/+2
* Fix runner eternal loop when update job resultShinya Maeda2019-01-181-1/+8
* Merge branch 'user-update-head-pipeline-worker-2' into 'master'Grzegorz Bizon2019-01-071-0/+13
|\
| * Clarify comments about for_merge_requestuser-update-head-pipeline-worker-2Shinya Maeda2019-01-041-2/+3
| * Refactor the logic of updating head pipelinesShinya Maeda2019-01-041-0/+12
* | Merge branch 'include-project' into 'master'Grzegorz Bizon2019-01-071-1/+1
|\ \
| * | Allow to include files from another projectsKamil Trzciński2019-01-071-1/+1
* | | Add config_options|variables to BuildMetadatakamil-refactor-ci-builds-v5Kamil Trzciński2019-01-042-8/+56
|/ /
* | Merge branch 'contacted_at' into 'master'Stan Hu2019-01-041-0/+4
|\ \
| * | Take contacted_at value from the DB when it is about to be displayed in the W...Alexander Kutelev2019-01-041-0/+4
| |/
* | Merge branch 'use-cheap-operation-for-ci-pipeline-all_merge_requests' into 'm...Kamil Trzciński2019-01-041-1/+1
|\ \
| * | Use cheap operation for `Ci::Pipeline#all_merge_requests`use-cheap-operation-for-ci-pipeline-all_merge_requestsShinya Maeda2019-01-031-1/+1
* | | Merge branch 'add-a-comment-on-ci-pipeline-git_ref-about-merge-request-ref' i...Kamil Trzciński2019-01-041-0/+6
|\ \ \ | |_|/ |/| |
| * | Add a comment on `Ci::Pipeline#git_ref` about merge request refadd-a-comment-on-ci-pipeline-git_ref-about-merge-request-refShinya Maeda2019-01-031-0/+6
| |/
* | Merge branch 'use-after-transition' into 'master'Grzegorz Bizon2019-01-031-0/+4
|\ \ | |/ |/|
| * Prefer to use after_transitionuse-after-transitionKamil Trzciński2019-01-021-0/+4
* | Merge branch 'security-master-secret-ci-variables-exposed' into 'master'John Jarvis2019-01-022-10/+8
|\ \ | |/ |/|
| * Support merge_request pipeline ref typesMatija Čupić2018-12-081-7/+3
| * Use full ref when possible to avoid ambiguityMatija Čupić2018-12-082-3/+5
* | Rename GroupHierarchy into ObjectHierarchyJarka Košanová2018-12-191-1/+1
* | Add new predefined variable CI_COMMIT_SHORT_SHAJason Lenny2018-12-171-0/+1
* | Remove rails4 specific codeJasper Maes2018-12-162-13/+2
* | Refactor Ci::Pipeline's config_sources enumYorick Peterse2018-12-132-5/+11