summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | 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
| * | | real_next_run (WIP)Shinya Maeda2017-04-061-2/+17
| * | | Use delegate for ref on ci_triggerShinya Maeda2017-04-061-0/+2
| * | | Add validation to Ci::TriggerSchedule (Halfway)Shinya Maeda2017-04-061-4/+31
| * | | Rename ScheduledTrigger to TriggerSchedule. Because table structure changed.Shinya Maeda2017-04-062-5/+6
| * | | basic componentsShinya Maeda2017-04-061-6/+4
| * | | Add scheduled_trigger model. Add cron parser. Plus, specs.Shinya Maeda2017-04-061-0/+23
* | | | Merge branch '28695-move-all-associated-records-to-ghost-user' into 'master' Douwe Maan2017-04-063-2/+11
|\ \ \ \
| * | | | Implement review comments from @DouweM for !10467.28695-move-all-associated-records-to-ghost-userTimothy Andrew2017-04-061-0/+1
| * | | | Move a user's award emoji to the ghost userTimothy Andrew2017-04-062-1/+9
| * | | | Fix a bug with the User#abuse_report association.Timothy Andrew2017-04-061-1/+1
* | | | | Merge branch 'tc-show-pipeline-coverage-if-avail' into 'master' Kamil Trzciński2017-04-061-4/+0
|\ \ \ \ \
| * | | | | Show the test coverage if it is availabletc-show-pipeline-coverage-if-availToon Claes2017-04-061-4/+0
* | | | | | Merge branch 'feature/multi-level-container-registry-images' into 'master' Kamil Trzciński2017-04-062-25/+97
|\ \ \ \ \ \
| * \ \ \ \ \ Merge commit '46e4ed6bd0c8c256bce6d35b4bb992d77fd09971' into feature/multi-le...feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-062-1/+12
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-0612-40/+126
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Remove redundant code from container registry classesGrzegorz Bizon2017-04-051-2/+2
| * | | | | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-0411-19/+70
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Simplify registry-related code in project modelGrzegorz Bizon2017-04-041-5/+1
| * | | | | | Remove legacy registry tags when deleting a projectGrzegorz Bizon2017-04-041-0/+4
| * | | | | | Remove changes unnecessary changes from namespace modelGrzegorz Bizon2017-04-031-3/+3
| * | | | | | Revert changes in services related to moving projectsGrzegorz Bizon2017-04-032-3/+3
| * | | | | | Refine method for checking project registry tagsGrzegorz Bizon2017-04-031-0/+20
| * | | | | | Ensure root container repository when visiting registryGrzegorz Bizon2017-04-031-2/+10
| * | | | | | Validate uniqueness of container repository nameGrzegorz Bizon2017-04-031-0/+1
| * | | | | | Add missing test example for container repository tagsGrzegorz Bizon2017-04-031-2/+0