summaryrefslogtreecommitdiff
path: root/spec/models/ci
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Remove rails dependent: :destroy statementZ.J. van de Weg2017-05-111-1/+1
* Merge branch 'retried-in-database-mysql' into 'master' Regis Boudinot2017-05-102-14/+24
|\
| * Store retried in database for CI buildsretried-in-database-mysqlKamil Trzcinski2017-05-072-14/+24
* | Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-2/+2
* | 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-074-109/+113
|/
* Merge branch 'feature/gb/manual-actions-protected-branches-permissions' into ...Kamil Trzciński2017-05-061-28/+14
|\
| * Merge commit '3a2b60f7' from 'master'Grzegorz Bizon2017-05-052-0/+76
| |\
| * \ Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-05-021-24/+67
| |\ \
| * | | Fix Rubocop offense in environments policy classGrzegorz Bizon2017-05-011-1/+1
| * | | Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-04-135-429/+222
| |\ \ \
| * | | | Use build policy to determine if user can play buildGrzegorz Bizon2017-04-121-27/+0
| * | | | Extract build play specs and extend test examplesGrzegorz Bizon2017-04-121-34/+2
| * | | | Check branch access when user triggers manual actionGrzegorz Bizon2017-04-061-12/+53
| * | | | Improve specs related to CI/CD job environmentGrzegorz Bizon2017-04-061-8/+12
* | | | | Real time pipeline show actionZeger-Jan van de Weg2017-05-062-2/+75
| |_|_|/ |/| | |
* | | | Add artifact file page that uses the blob viewerdm-artifact-blob-viewerDouwe Maan2017-05-041-0/+44
* | | | Fix lazy error handling of cron parserDosuken shinya2017-05-031-0/+32
| |_|/ |/| |
* | | 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-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