summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* 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-072-2/+2
* 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-073-88/+2
* Merge branch '30056-rename-milestones-empty' into 'master'Robert Speicher2017-04-071-4/+0
|\
| * Removed `Milestone#is_empty?`Jacopo2017-04-071-4/+0
* | Merge branch 'gitaly-repository-message' into 'master' Sean McGivern2017-04-071-0/+2
|\ \
| * | Combine delegations in one lineJacob Vosmaer2017-04-071-2/+1
| * | Send more Gitaly::Repository fieldsJacob Vosmaer2017-04-071-0/+3
* | | Merge branch '28574-jira-trigers' into 'master' Sean McGivern2017-04-071-1/+1
|\ \ \ | |/ / |/| |
| * | Remove confusing placeholder for JIRA transition_idJarka Kadlecova2017-04-051-1/+1
* | | Merge branch '8998_skip_pending_commits_if_not_head' into 'master' Kamil Trzciński2017-04-074-1/+33
|\ \ \
| * | | 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-0713-123/+237
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin2017-04-0712-174/+263
| |\ \ \ \
| * | | | | 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-062-1/+23
| * | | | | Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin2017-04-062-1/+12
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin2017-04-069-17/+84
| |\ \ \ \ \
| * | | | | | 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
| * | | | | | change order of enum options in auto_cancel_pending_pipelinesRydkin Maxim2017-04-041-1/+1
| * | | | | | 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-043-0/+11
* | | | | | | Use Etag caching for pipelines jsonToon Claes2017-04-061-0/+2
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'optimise-pipelines' into 'master' Douwe Maan2017-04-063-29/+22
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into optimise-pipelinesoptimise-pipelinesKamil Trzcinski2017-04-0618-192/+359
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Fix tests and reviewKamil Trzcinski2017-04-061-9/+3
| * | | | | | Introduce endpoint optimisationsKamil Trzcinski2017-04-063-26/+25
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'microsoft-teams-integration' into 'master' Douwe Maan2017-04-0611-98/+218
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | adds relevant testsTiago Botelho2017-04-069-184/+154
| * | | | | adds microsoft team activity object and refactors code accordinglyTiago Botelho2017-04-059-83/+80
| * | | | | adds remaining messagesTiago Botelho2017-04-055-18/+68
| * | | | | add note message integration with microsoft teamsTiago Botelho2017-04-055-36/+45
| * | | | | adds initial microsoft teams integrationTiago Botelho2017-04-056-5/+99
* | | | | | Merge branch '2989-run-cicd-pipelines-on-a-schedule-idea1-basic-backend-imple...Kamil Trzciński2017-04-062-0/+31
|\ \ \ \ \ \
| * | | | | | Fix rubocopShinya Maeda2017-04-061-1/+1
| * | | | | | Improve trigger_schedule.rbShinya Maeda2017-04-061-3/+8
| * | | | | | Rename cron_time_zone to cron_timezone. Separate add_concurrent_foreign_key.Shinya Maeda2017-04-061-2/+2
| * | | | | | Remove TriggerSchedulePresenter. This will go in another MR.Shinya Maeda2017-04-061-1/+0
| * | | | | | Remove triggers_helper. Add trigger_schedule_presenter.Shinya Maeda2017-04-061-0/+1
| * | | | | | Separate cron_valid? and cron_time_zone_valid?Shinya Maeda2017-04-061-1/+1
| * | | | | | Move Ci::CronParser to Gitlab::Ci::CronParserShinya Maeda2017-04-061-1/+1
| * | | | | | Remove less_than_1_hour_from_now comments. Dry up def schedule_next_run!Shinya Maeda2017-04-061-21/+1
| * | | | | | Add Import/Export Setting for trigger_schedule. Remove ref validation.Shinya Maeda2017-04-061-4/+5
| * | | | | | Commentout check_cron_frequencyShinya Maeda2017-04-061-12/+14