summaryrefslogtreecommitdiff
path: root/app/models/ci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '24196-protected-variables' into 'master'Kamil Trzciński2017-06-012-1/+6
|\
| * Merge branch 'master' into '24196-protected-variables'Kamil Trzciński2017-06-011-4/+11
| |\
| * \ Merge remote-tracking branch 'upstream/master' into 24196-protected-variablesLin Jen-Shin2017-06-012-0/+10
| |\ \
| * | | Update docs and use protected secret variable as the nameLin Jen-Shin2017-05-312-1/+2
| * | | Merge remote-tracking branch 'upstream/master' into 24196-protected-variablesLin Jen-Shin2017-05-311-7/+3
| |\ \ \
| * | | | Merge secret and protected vars to variables_for(ref)Lin Jen-Shin2017-05-272-4/+5
| * | | | Fix tests and rubocop offenseLin Jen-Shin2017-05-251-1/+1
| * | | | Add tests and also pass protected vars to protected tagsLin Jen-Shin2017-05-251-1/+3
| * | | | Backend implementation for protected variablesLin Jen-Shin2017-05-251-0/+1
* | | | | Merge branch 'migrate-old-artifacts' into 'master'Grzegorz Bizon2017-06-011-32/+0
|\ \ \ \ \
| * | | | | Fix data inconsistency issue for old artifacts by moving them to a currently ...Kamil Trzcinski2017-06-011-32/+0
| | |_|_|/ | |/| | |
* | | | | Merge branch 'document-not-using-serialize' into 'master'Douwe Maan2017-06-012-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added Cop to blacklist the use of serializedocument-not-using-serializeYorick Peterse2017-05-312-3/+3
| | |/ / | |/| |
* | | | Merge branch 'master' into 'trigger-source'Grzegorz Bizon2017-05-311-0/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin2017-05-311-0/+4
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin2017-05-311-7/+3
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Rename BuildsController to JobsControllerLin Jen-Shin2017-05-171-0/+6
| | |_|/ | |/| |
* | | | Introduce source to pipeline entitytrigger-sourceKamil Trzcinski2017-05-311-4/+11
| |_|/ |/| |
* | | Define last_pipeline in PipelineScheduleEntityShinya Maeda2017-05-301-4/+0
* | | Remove bang from update!Shinya Maeda2017-05-301-1/+1
* | | Add own! method on PipleineScheduleShinya Maeda2017-05-301-0/+4
* | | Add API support for pipeline scheduleShinya Maeda2017-05-301-0/+4
| |/ |/|
* | Validate parameters when active is falseShinya Maeda2017-05-291-7/+3
|/
* 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