summaryrefslogtreecommitdiff
path: root/spec/models/ci/pipeline_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Instead of adding master, stub_not_protect_default_branchLin Jen-Shin2017-07-181-2/+6
* Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-171-0/+33
|\
| * Rename ci_config_file to ci_config_pathLin Jen-Shin2017-07-051-4/+4
| * Add back Pipeline#ci_yaml_file_path due to all the troublesLin Jen-Shin2017-07-051-0/+22
| * Follow feedback on the merge requestLin Jen-Shin2017-07-041-23/+2
| * Update wordings, allow only full path, add testsLin Jen-Shin2017-06-301-19/+7
| * Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Conf...Lin Jen-Shin2017-06-301-0/+6
| |\
| * | Fix the test and implement missing updateLin Jen-Shin2017-06-281-2/+16
| * | Merge remote-tracking branch 'upstream/master' into 15041-Add-Custom-CI-Confi...15041-Add-Custom-CI-Config-PathLin Jen-Shin2017-06-281-82/+826
| |\ \
| * | | Add config option to project to allow custom .gitlab-ci.yml locationKeith Pope2016-10-081-0/+30
* | | | Merge allowed_to_create? into CreatePipelineServiceLin Jen-Shin2017-07-051-97/+0
* | | | Update tests due to permission changesLin Jen-Shin2017-07-041-2/+2
* | | | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-041-0/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Split pipelines by origin on usage datazj-usage-ping-only-gl-pipelinesZ.J. van de Weg2017-06-271-0/+6
| | |/ | |/|
* | | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-06-291-17/+44
|\ \ \ | |/ /
| * | Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-8/+8
| * | Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-1/+3
| * | Improve specs for pipeline and pipeline seedsGrzegorz Bizon2017-06-051-2/+2
| * | Merge branch 'master' into feature/gb/persist-pipeline-stagesGrzegorz Bizon2017-06-051-3/+25
| |\ \
| * | | Refine implementation of pipeline stage seedsGrzegorz Bizon2017-06-021-7/+7
| * | | Rename `Ci::Stage` class to `Ci::LegacyStage`Grzegorz Bizon2017-06-011-1/+1
| * | | Rename pipeline methods related to legacy stagesGrzegorz Bizon2017-06-011-7/+7
| * | | Expose pipeline stage seeds from pipeline instanceGrzegorz Bizon2017-05-311-0/+11
| * | | Expose stage model attributes from pipeline objectGrzegorz Bizon2017-05-301-0/+14
* | | | Move the check to Pipeline.allowed_to_create?Lin Jen-Shin2017-06-061-0/+97
| |/ / |/| |
* | | Introduce source to pipeline entitytrigger-sourceKamil Trzcinski2017-05-311-2/+24
* | | Merge branch '17848-web-hook-logging' into 'master'Dmitriy Zaporozhets2017-05-251-1/+1
|\ \ \ | |/ / |/| |
| * | Implement web hooks loggingAlexander Randa2017-05-251-1/+1
* | | 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