summaryrefslogtreecommitdiff
path: root/app/models/ci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bvl-rename-build-events-to-job-events' into 'master' cherry-pick-0663458cDouwe Maan2017-05-161-2/+2
* Do not schedule pipelines if the user can'tZ.J. van de Weg2017-05-151-0/+8
* Merge branch 'retried-in-database-mysql' into 'master' Regis Boudinot2017-05-101-2/+2
|\
| * Store retried in database for CI buildsretried-in-database-mysqlKamil Trzcinski2017-05-071-2/+2
* | Fix specs 2Felipe Artur2017-05-081-8/+3
* | Add merge requests association to pipelineFelipe Artur2017-05-081-0/+1
* | Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-073-12/+17
|/
* Merge branch 'feature/gb/manual-actions-protected-branches-permissions' into ...Kamil Trzciński2017-05-061-8/+3
|\
| * Merge commit '3a2b60f7' from 'master'Grzegorz Bizon2017-05-051-0/+35
| |\
| * \ Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-05-021-6/+14
| |\ \
| * \ \ Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-04-135-250/+109
| |\ \ \
| * | | | Use build policy to determine if user can play buildGrzegorz Bizon2017-04-121-6/+0
| * | | | Move code for playing an action to separate serviceGrzegorz Bizon2017-04-121-12/+3
| * | | | Check branch access when user triggers manual actionGrzegorz Bizon2017-04-061-0/+10
* | | | | Real time pipeline show actionZeger-Jan van de Weg2017-05-062-0/+48
| |_|_|/ |/| | |
* | | | Add artifact file page that uses the blob viewerdm-artifact-blob-viewerDouwe Maan2017-05-041-0/+35
| |_|/ |/| |
* | | 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
| |_|_|/ |/| | |