summaryrefslogtreecommitdiff
path: root/app/models/ci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tc-realtime-every-pipeline-on-mr' into 'master' Kamil Trzciński2017-04-241-6/+10
|\
| * Use a better performing query to find all MRs for pipelineToon Claes2017-04-241-7/+5
| * Properly expire cache for **all** MRs of a pipelineToon Claes2017-04-241-2/+8
* | Fix missing pipeline duration for blocked pipelinesGrzegorz Bizon2017-04-211-0/+4
|/
* Add foreign key on trigger requestszj-fk-ci-triggersZ.J. van de Weg2017-04-111-1/+1
* Merge branch 'dosuken123/gitlab-ce-2989-run-cicd-pipelines-on-a-schedule-idea...Sean McGivern2017-04-072-5/+22
|\
| * Fix test failuresKamil Trzcinski2017-04-071-2/+3
| * Update code to remove no longer needed changesKamil Trzcinski2017-04-071-1/+1
| * Fix ref referenceKamil Trzcinski2017-04-072-11/+10
| * N/A to None. Revert validates from validates_presence_of.Shinya Maeda2017-04-071-1/+1
| * Add def trigger_schedule in Trigger. Use persisted? for checling existanceShinya Maeda2017-04-071-0/+4
| * before_create :set_project. Now TriggerSchedule saves project from parentShinya Maeda2017-04-071-1/+5
| * Use allow_destroy. Remove condtion from form.haml.Shinya Maeda2017-04-072-15/+5
| * Add form for scheduled triggerShinya Maeda2017-04-072-1/+20
* | 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-071-1/+1
* | 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-072-87/+1
|/
* Merge branch '8998_skip_pending_commits_if_not_head' into 'master' Kamil Trzciński2017-04-071-1/+25
|\
| * 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-072-19/+11
| |\
| * \ Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin2017-04-073-135/+52
| |\ \
| * | | 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-061-1/+18
| * | | Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin2017-04-061-0/+6
| |\ \ \
| * | | | 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
| * | | | 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-041-0/+8
* | | | | Use Etag caching for pipelines jsonToon Claes2017-04-061-0/+2
| |_|_|/ |/| | |
* | | | Merge remote-tracking branch 'origin/master' into optimise-pipelinesoptimise-pipelinesKamil Trzcinski2017-04-063-135/+58
|\ \ \ \ | | |_|/ | |/| |
| * | | 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
| | * | | Add validatorShinya Maeda2017-04-061-20/+6
| | * | | Move real_next_run to helperShinya Maeda2017-04-061-13/+0
| | * | | Brush up 2Shinya Maeda2017-04-061-4/+1
| | * | | Brush upShinya Maeda2017-04-061-7/+14