summaryrefslogtreecommitdiff
path: root/spec/models/ci
Commit message (Expand)AuthorAgeFilesLines
* 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-072-175/+3
* Merge branch '8998_skip_pending_commits_if_not_head' into 'master' Kamil Trzciński2017-04-071-0/+40
|\
| * Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin2017-04-072-36/+2
| |\
| * \ Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin2017-04-073-207/+172
| |\ \
| * | | 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
| |_|/ |/| |
* | | Merge remote-tracking branch 'origin/master' into optimise-pipelinesoptimise-pipelinesKamil Trzcinski2017-04-063-207/+172
|\ \ \ | | |/ | |/|
| * | Merge branch '2989-run-cicd-pipelines-on-a-schedule-idea1-basic-backend-imple...Kamil Trzciński2017-04-062-0/+77
| |\ \
| | * | Improve trigger_schedule.rbShinya Maeda2017-04-061-6/+62
| | * | Use parenthesis for respond_to :refShinya Maeda2017-04-061-1/+1
| | * | Define next_time as let in trigger_schedule_specShinya Maeda2017-04-061-1/+1
| | * | Remove next_run_at: nil from trigger_schedule_specShinya Maeda2017-04-061-1/+1
| | * | Rename cron_time_zone to cron_timezone. Separate add_concurrent_foreign_key.Shinya Maeda2017-04-061-1/+1
| | * | Rename cron_nightly_build to nightlyShinya Maeda2017-04-061-1/+1
| | * | Move Ci::CronParser to Gitlab::Ci::CronParserShinya Maeda2017-04-061-1/+1
| | * | Add Import/Export Setting for trigger_schedule. Remove ref validation.Shinya Maeda2017-04-061-7/+0
| | * | Commentout check_cron_frequencyShinya Maeda2017-04-061-26/+1
| | * | Fix rubocop issues. Use add_concurrent_foreign_key.Shinya Maeda2017-04-061-1/+0
| | * | Fixed failed testsShinya Maeda2017-04-061-12/+10
| | * | Add validatorShinya Maeda2017-04-061-4/+2
| | * | Move real_next_run to helperShinya Maeda2017-04-061-24/+0
| | * | Brush up 2Shinya Maeda2017-04-061-54/+39
| | * | Brush upShinya Maeda2017-04-061-12/+19
| | * | real_next_run (WIP)Shinya Maeda2017-04-061-23/+71
| | * | Add validation to Ci::TriggerSchedule (Halfway)Shinya Maeda2017-04-061-12/+24
| | * | Rename ScheduledTrigger to TriggerSchedule. Because table structure changed.Shinya Maeda2017-04-063-29/+30
| | * | basic componentsShinya Maeda2017-04-061-20/+11
| | * | Add scheduled_trigger model. Add cron parser. Plus, specs.Shinya Maeda2017-04-061-0/+38
| | |/
| * | Merge branch 'feature/multi-level-container-registry-images' into 'master' Kamil Trzciński2017-04-061-1/+1
| |\ \
| | * \ Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-041-2/+5
| | |\ \ | | | |/
| | * | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-03-217-64/+435
| | |\ \
| | * | | Fixes broken and missing testsAndre Guedes2017-02-221-1/+1
| * | | | Optimise trace handling code to use streaming instead of full readKamil Trzciński2017-04-061-206/+94
| | |_|/ | |/| |
* | | | Fix token test by specifying a static tokenLin Jen-Shin2017-04-071-2/+2
* | | | We no longer has has_command? methodLin Jen-Shin2017-04-061-34/+0
|/ / /
* | | Quiet pipeline emailsquiet-pipelinesSean McGivern2017-04-031-2/+5
| |/ |/|
* | All CI offline migrationsKamil Trzciński2017-03-172-3/+3
* | removes n+1 query from tags and branches indexesfix-slow-queries-for-branches-indexTiago Botelho2017-03-161-0/+13
* | Don't try to load status when there is no commitBob Van Landuyt2017-03-161-0/+8
* | Update the pipeline cache when updating a pipeline-statusBob Van Landuyt2017-03-161-0/+13
* | Add a wrapper for pipeline statusesBob Van Landuyt2017-03-161-0/+165
* | Merge branch 'fix/gb/passed-with-warnings-status-on-mysql' into 'master' Kamil Trzciński2017-03-102-4/+31
|\ \
| * | Fix `passed with warnings` stage status on MySQLGrzegorz Bizon2017-03-082-4/+31
* | | Adjust specs for core pipeline detailed statusesGrzegorz Bizon2017-03-081-1/+1
|/ /