summaryrefslogtreecommitdiff
path: root/app/services/ci
Commit message (Expand)AuthorAgeFilesLines
* Use `Ci::ExpirePipelineCacheService` to set `ProjectPipelinestatus`bvl-fix-project-ci-status-cacheBob Van Landuyt2017-04-071-0/+2
* Merge branch '8998_skip_pending_commits_if_not_head' into 'master' Kamil Trzciński2017-04-071-0/+18
|\
| * Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin2017-04-071-3/+1
| |\
| * | Also track auto-cancelling in jobs, detail:Lin Jen-Shin2017-04-061-2/+1
| * | rename `auto_canceled_by` and add foreign keyRydkin Maxim2017-04-041-1/+1
| * | move `auto_cancelable_pipelines` method to `create_pipeline_service.rb`Rydkin Maxim2017-04-041-2/+9
| * | add auto-cancel for pending pipelines on branch, if they are not HEADRydkin Maxim2017-04-041-0/+12
* | | Check if a commit belongs to pipeline before trying to expire cacheToon Claes2017-04-061-1/+1
* | | Enable polling for pipelines table other pagesToon Claes2017-04-061-1/+32
* | | Use Etag caching for pipelines jsonToon Claes2017-04-061-0/+18
| |/ |/|
* | Introduce endpoint optimisationsKamil Trzcinski2017-04-061-3/+1
|/
* Remove code deprecated in pipeline process serviceGrzegorz Bizon2017-04-021-15/+0
* Do not retry jobs multiple times when retrying a pipelineGrzegorz Bizon2017-03-271-2/+2
* All CI offline migrationsKamil Trzciński2017-03-171-3/+3
* Merge branch 'feature/runner-jobs-v4-api' into 'master' Kamil Trzciński2017-03-071-1/+1
|\
| * Refactor JobRequest response structureTomasz Maczukin2017-03-021-1/+1
* | Merge branch 'master' into pipeline-blocking-actionspipeline-blocking-actionsGrzegorz Bizon2017-03-061-1/+1
|\ \
| * | Make triggers to be user awareKamil Trzcinski2017-03-051-1/+1
* | | Always actionize build when it is a manual actionGrzegorz Bizon2017-03-061-4/+3
* | | Reinstitute a core `manual` status for manual actionsGrzegorz Bizon2017-03-061-2/+2
* | | Add support for blocking actions to CI/CD pipelineGrzegorz Bizon2017-03-061-0/+2
* | | Refactor code related to pipeline blocking actionsGrzegorz Bizon2017-03-061-2/+2
* | | Make manual actions blockingKamil Trzcinski2017-03-061-0/+3
|/ /
* | Merge branch 'fix/gb/fix-build-retry-tags-assignment' into 'master' Kamil Trzciński2017-03-031-14/+5
|\ \ | |/ |/|
| * Fix Rubocop offense in build retry servicefix/gb/fix-build-retry-tags-assignmentGrzegorz Bizon2017-03-021-1/+1
| * Move unused consts from retry build service to specsGrzegorz Bizon2017-03-021-13/+1
| * Fix runner tags assignment when retrying a jobGrzegorz Bizon2017-03-011-14/+17
* | Remove deprecated legacy CI project status badgeGrzegorz Bizon2017-03-011-25/+0
|/
* Fix concurrent access on builds/registerKamil Trzcinski2017-03-011-12/+24
* Merge branch 'dm-meer-blauw-op-straat' into 'master' Robert Speicher2017-02-231-3/+1
|\
| * Revert "Enable Style/DotPosition"Douwe Maan2017-02-234-16/+16
| * Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-237-27/+27
| * Enable Rails/DelegateDouwe Maan2017-02-231-3/+1
| * Prefer leading style for Style/DotPositionDouwe Maan2017-02-237-27/+27
| * Enable Style/DotPositionDouwe Maan2017-02-234-16/+16
* | Merge branch 'fix/gb/pipeline-retry-skipped-jobs' into 'master' Kamil Trzciński2017-02-231-0/+6
|\ \ | |/ |/|
| * Process skipped jobs in the pipeline when retrying itGrzegorz Bizon2017-02-231-10/+9
| * Reprocess jobs in stages once when retrying pipelineGrzegorz Bizon2017-02-221-5/+10
| * Fix reprocessing skipped jobs when retrying pipelineGrzegorz Bizon2017-02-221-0/+2
* | Merge branch 'fix-test-for-build-attributes' into 'master' Kamil Trzciński2017-02-231-3/+4
|\ \
| * | We actually want to clone project and remove gl_project_idfix-test-for-build-attributesLin Jen-Shin2017-02-211-2/+2
| * | Fix build attributes test, see:Lin Jen-Shin2017-02-211-3/+4
| |/
* | updated ci skip regex to accept underscores and hyphensupdate-ci-skip-regex-to-accept-underscores-and-hyphensLuke "Jared" Bennett2017-02-221-1/+2
|/
* Remove support for locking in pipeline retry serviceGrzegorz Bizon2017-02-171-9/+1
* Merge branch 'master' into fix/gb/pipeline-retry-builds-startedGrzegorz Bizon2017-02-171-0/+15
|\
| * Merge remote-tracking branch 'upstream/master' into use-update-runner-serviceLin Jen-Shin2017-02-151-4/+3
| |\
| * | Only tick queue if anything is updatedLin Jen-Shin2017-02-071-2/+2
| * | Merge remote-tracking branch 'upstream/master' into use-update-runner-serviceLin Jen-Shin2017-02-042-19/+51
| |\ \
| * | | Prefer service object over after_save hookLin Jen-Shin2017-01-211-0/+15
* | | | Make build clone/retry implementation more robustfix/gb/pipeline-retry-builds-startedGrzegorz Bizon2017-02-161-18/+20