summaryrefslogtreecommitdiff
path: root/spec/models/ci/pipeline_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Change from double click to single click to open dropdownch-test-2Clement Ho2017-06-061-3/+25
* Exclude manual actions from cancelable jobs scopefix/gb/exclude-manual-actions-from-cancelable-jobsGrzegorz Bizon2017-05-191-0/+10
* Merge branch 'retried-in-database-mysql' into 'master' Regis Boudinot2017-05-101-14/+20
|\
| * Store retried in database for CI buildsretried-in-database-mysqlKamil Trzcinski2017-05-071-14/+20
* | Fix specs 2Felipe Artur2017-05-081-1/+1
* | Fix SpecsFelipe Artur2017-05-081-1/+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-4/+22
|\
| * Simplify specs and remove unnecessary attributestc-realtime-every-pipeline-on-mrToon Claes2017-04-241-11/+3
| * Refactor ExpirePipelineCacheWorker#performToon Claes2017-04-241-8/+10
| * Use a better performing query to find all MRs for pipelineToon Claes2017-04-241-0/+24
| * Properly expire cache for **all** MRs of a pipelineToon Claes2017-04-241-2/+2
* | Improve helpers in pipeline model specsGrzegorz Bizon2017-04-211-3/+3
* | Fix missing pipeline duration for blocked pipelinesGrzegorz Bizon2017-04-211-19/+44
|/
* Use `Ci::ExpirePipelineCacheService` to set `ProjectPipelinestatus`bvl-fix-project-ci-status-cacheBob Van Landuyt2017-04-071-12/+1
* Rename `ProjectBuildStatus` -> `ProjectPipelineStatus`Bob Van Landuyt2017-04-071-1/+1
* Wrap updating of cache after pipeline transition in class methodBob Van Landuyt2017-04-071-6/+2
* Update project build status cache when transitioningBob Van Landuyt2017-04-071-3/+4
* Rename Ci::PipelineStatus -> Ci::ProjectBuildStatusBob Van Landuyt2017-04-071-2/+3
* Merge branch '8998_skip_pending_commits_if_not_head' into 'master' Kamil Trzciński2017-04-071-0/+40
|\
| * Add missing tests and update test descriptionLin Jen-Shin2017-04-061-0/+1
| * Also track auto-cancelling in jobs, detail:Lin Jen-Shin2017-04-061-0/+37
| * Add tests for relations and scopes, and settingLin Jen-Shin2017-04-061-0/+2
* | Use Etag caching for pipelines jsonToon Claes2017-04-061-0/+8
|/
* Quiet pipeline emailsquiet-pipelinesSean McGivern2017-04-031-2/+5
* removes n+1 query from tags and branches indexesfix-slow-queries-for-branches-indexTiago Botelho2017-03-161-0/+13
* Update the pipeline cache when updating a pipeline-statusBob Van Landuyt2017-03-161-0/+13
* Merge branch 'fix/gb/passed-with-warnings-status-on-mysql' into 'master' Kamil Trzciński2017-03-101-0/+18
|\
| * Fix `passed with warnings` stage status on MySQLGrzegorz Bizon2017-03-081-0/+18
* | Adjust specs for core pipeline detailed statusesGrzegorz Bizon2017-03-081-1/+1
|/
* Improve specs for detailed statuses with manual actionsGrzegorz Bizon2017-03-061-0/+8
* Add specs for new pipeline and build action eventsGrzegorz Bizon2017-03-061-0/+8
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-6/+6
* Enable Style/WordArrayDouwe Maan2017-02-231-8/+8
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-6/+6
* Prefer using `project.add_developer` in specsGrzegorz Bizon2017-02-151-2/+2
* Simplify implementation of pipeline retry serviceGrzegorz Bizon2017-02-141-4/+4
* Fix pipeline specs after adding retry ability checkGrzegorz Bizon2017-02-131-8/+16
* Extend specs for canceling a running pipelineGrzegorz Bizon2017-02-131-2/+15
* Fix pipeline specs related to canceling buildsGrzegorz Bizon2017-02-131-2/+10
* Use `:empty_project` where possible in model specsrs-empty_project-modelsRobert Speicher2017-01-261-4/+4
* Improve readability of specs for pipeline stagesGrzegorz Bizon2017-01-181-39/+64
* fix pipelines/index.html.haml merge conflictRegis2017-01-021-0/+13
|\
| * Add a test for latest_successful_forfix-latest-pipeine-ordering-againLin Jen-Shin2016-12-261-0/+13
* | Add missing specs for new methods in pipeline classGrzegorz Bizon2016-12-271-0/+42
|/
* Revert "Merge branch 'fix-latest-pipeine-ordering' into 'master'"Grzegorz Bizon2016-12-241-6/+8
* Update description stating that ordering is importantLin Jen-Shin2016-12-231-2/+2
* Ci::Pipeline.latest order by id DESCLin Jen-Shin2016-12-231-8/+6
* Fix stage and pipeline specs and rubocop offenses19703-direct-link-pipelinesGrzegorz Bizon2016-12-201-3/+3
* Improve specsKamil Trzcinski2016-12-201-5/+9