summaryrefslogtreecommitdiff
path: root/app/services/ci
Commit message (Expand)AuthorAgeFilesLines
* Fix race condition between pipeline creation and MR diff_head_sha updateDouwe Maan2017-06-011-6/+3
* Introduce source to pipeline entitytrigger-sourceKamil Trzcinski2017-05-312-2/+3
* Set head pipeline when creating merge requestsissue_32225_2Felipe Artur2017-05-291-11/+10
* Sanity check pipeline sha before saving merge request head pipelineFelipe Artur2017-05-231-2/+8
* Merge branch 'retried-in-database-mysql' into 'master' Regis Boudinot2017-05-103-4/+31
|\
| * Make retried to be nullableKamil Trzcinski2017-05-091-2/+2
| * Store retried in database for CI buildsretried-in-database-mysqlKamil Trzcinski2017-05-073-4/+31
* | Merge branch 'issue_27168_2' into 'master' Sean McGivern2017-05-091-1/+6
|\ \
| * | Small code improvements and add migration specFelipe Artur2017-05-081-3/+2
| * | Preloads head pipeline for each merge requestFelipe Artur2017-05-081-1/+7
* | | Fix skipped manual actions issue in pipeline processingfix/gb/fix-skipped-manual-actionsGrzegorz Bizon2017-05-081-1/+1
|/ /
* | Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-073-5/+18
|/
* Do not reprocess actions when user retries pipelinefeature/gb/manual-actions-protected-branches-permissionsGrzegorz Bizon2017-05-051-0/+2
* Use update build policy instead of new play policyGrzegorz Bizon2017-05-051-1/+1
* Improve code style related to protected actionsGrzegorz Bizon2017-05-031-1/+1
* Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-05-021-51/+0
|\
| * Properly expire cache for **all** MRs of a pipelineToon Claes2017-04-241-51/+0
* | Add new ability check for stopping environmentGrzegorz Bizon2017-05-011-7/+2
* | Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-04-133-3/+70
|\ \ | |/
| * 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
| |/
* | Use build policy to determine if user can play buildGrzegorz Bizon2017-04-121-1/+2
* | Move code for playing an action to separate serviceGrzegorz Bizon2017-04-121-0/+17
* | Take branch access into account when stopping environmentGrzegorz Bizon2017-04-061-3/+5
|/
* 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
|/