summaryrefslogtreecommitdiff
path: root/app/models/ci/pipeline.rb
Commit message (Expand)AuthorAgeFilesLines
* Change from double click to single click to open dropdownch-test-2Clement Ho2017-06-061-4/+11
* Fix specs 2Felipe Artur2017-05-081-8/+3
* Add merge requests association to pipelineFelipe Artur2017-05-081-0/+1
* Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-071-0/+1
* Merge branch 'tc-realtime-every-pipeline-on-mr' into 'master' Kamil Trzciński2017-04-241-6/+10
|\
| * Use a better performing query to find all MRs for pipelineToon Claes2017-04-241-7/+5
| * Properly expire cache for **all** MRs of a pipelineToon Claes2017-04-241-2/+8
* | Fix missing pipeline duration for blocked pipelinesGrzegorz Bizon2017-04-211-0/+4
|/
* Use `Ci::ExpirePipelineCacheService` to set `ProjectPipelinestatus`bvl-fix-project-ci-status-cacheBob Van Landuyt2017-04-071-5/+0
* Rename `ProjectBuildStatus` -> `ProjectPipelineStatus`Bob Van Landuyt2017-04-071-1/+1
* Wrap updating of cache after pipeline transition in class methodBob Van Landuyt2017-04-071-1/+1
* Update project build status cache when transitioningBob Van Landuyt2017-04-071-3/+2
* Rename Ci::PipelineStatus -> Ci::ProjectBuildStatusBob Van Landuyt2017-04-071-1/+1
* Merge branch '8998_skip_pending_commits_if_not_head' into 'master' Kamil Trzciński2017-04-071-1/+25
|\
| * Fix bad conflict resolutionLin Jen-Shin2017-04-071-6/+5
| * Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin2017-04-071-11/+9
| |\
| * | Fix rubocop offenses8998_skip_pending_commits_if_not_headLin Jen-Shin2017-04-061-1/+1
| * | Use before_transitionLin Jen-Shin2017-04-061-4/+4
| * | We don't have to save, transition would save for usLin Jen-Shin2017-04-061-1/+1
| * | Also track auto-cancelling in jobs, detail:Lin Jen-Shin2017-04-061-1/+18
| * | Add test for presentersLin Jen-Shin2017-04-061-0/+4
| * | replace helper with decoratorRydkin Maxim2017-04-041-0/+1
| * | rename `auto_canceled_by` and add foreign keyRydkin Maxim2017-04-041-0/+2
| * | move `auto_cancelable_pipelines` method to `create_pipeline_service.rb`Rydkin Maxim2017-04-041-8/+0
| * | add auto-cancel for pending pipelines on branch, if they are not HEADRydkin Maxim2017-04-041-0/+8
* | | Use Etag caching for pipelines jsonToon Claes2017-04-061-0/+2
| |/ |/|
* | Introduce endpoint optimisationsKamil Trzcinski2017-04-061-15/+12
|/
* Quiet pipeline emailsquiet-pipelinesSean McGivern2017-04-031-5/+0
* Fix N+1 query in loading pipelines in merge requestsStan Hu2017-04-021-1/+1
* All CI offline migrationsKamil Trzciński2017-03-171-3/+1
* removes n+1 query from tags and branches indexesfix-slow-queries-for-branches-indexTiago Botelho2017-03-161-0/+6
* Update the pipeline cache when updating a pipeline-statusBob Van Landuyt2017-03-161-0/+6
* Fix `passed with warnings` stage status on MySQLGrzegorz Bizon2017-03-081-1/+1
* 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/+5
* Revert "Enable Style/DotPosition"Douwe Maan2017-02-231-17/+17
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-22/+22
* Move up delegate callsDouwe Maan2017-02-231-2/+2
* Enable Rails/DelegateDouwe Maan2017-02-231-3/+1
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-22/+22
* Enable Rails/ValidationDouwe Maan2017-02-231-3/+3
* Enable Style/DotPositionDouwe Maan2017-02-231-17/+17
* Consider the case where we don't specify ref for pipelineLin Jen-Shin2017-02-201-3/+5
* Optimize Ci::Pipeline.latest queryLin Jen-Shin2017-02-201-0/+1
* Simplify implementation of pipeline retry serviceGrzegorz Bizon2017-02-141-7/+1
* Use new pipeline retry service with optimistic lockingGrzegorz Bizon2017-02-141-7/+3
* Add after_stage scope to commit status classGrzegorz Bizon2017-02-141-3/+1
* Add a separate CI/CD pipeline retry service classGrzegorz Bizon2017-02-131-1/+3
* Skip job only when canceling the pipeline it belongs toGrzegorz Bizon2017-02-131-1/+7
* CI is fine with lookup errorsDouwe Maan2017-02-061-1/+1