summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'microsoft-teams-integration' into 'master' Douwe Maan2017-04-068-230/+870
|\
| * adds relevant testsTiago Botelho2017-04-068-230/+870
* | Merge branch '2989-run-cicd-pipelines-on-a-schedule-idea1-basic-backend-imple...Kamil Trzciński2017-04-062-0/+77
|\ \
| * | Improve trigger_schedule.rbShinya Maeda2017-04-061-6/+62
| * | Use parenthesis for respond_to :refShinya Maeda2017-04-061-1/+1
| * | Define next_time as let in trigger_schedule_specShinya Maeda2017-04-061-1/+1
| * | Remove next_run_at: nil from trigger_schedule_specShinya Maeda2017-04-061-1/+1
| * | Rename cron_time_zone to cron_timezone. Separate add_concurrent_foreign_key.Shinya Maeda2017-04-061-1/+1
| * | Rename cron_nightly_build to nightlyShinya Maeda2017-04-061-1/+1
| * | Move Ci::CronParser to Gitlab::Ci::CronParserShinya Maeda2017-04-061-1/+1
| * | Add Import/Export Setting for trigger_schedule. Remove ref validation.Shinya Maeda2017-04-061-7/+0
| * | Commentout check_cron_frequencyShinya Maeda2017-04-061-26/+1
| * | Fix rubocop issues. Use add_concurrent_foreign_key.Shinya Maeda2017-04-061-1/+0
| * | Fixed failed testsShinya Maeda2017-04-061-12/+10
| * | Add validatorShinya Maeda2017-04-061-4/+2
| * | Move real_next_run to helperShinya Maeda2017-04-061-24/+0
| * | Brush up 2Shinya Maeda2017-04-061-54/+39
| * | Brush upShinya Maeda2017-04-061-12/+19
| * | real_next_run (WIP)Shinya Maeda2017-04-061-23/+71
| * | Add validation to Ci::TriggerSchedule (Halfway)Shinya Maeda2017-04-061-12/+24
| * | Rename ScheduledTrigger to TriggerSchedule. Because table structure changed.Shinya Maeda2017-04-063-29/+30
| * | basic componentsShinya Maeda2017-04-061-20/+11
| * | Add scheduled_trigger model. Add cron parser. Plus, specs.Shinya Maeda2017-04-061-0/+38
* | | Merge branch '28695-move-all-associated-records-to-ghost-user' into 'master' Douwe Maan2017-04-062-1/+42
|\ \ \
| * | | 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-061-0/+14
| * | | Fix a bug with the User#abuse_report association.Timothy Andrew2017-04-061-1/+27
* | | | Merge branch 'feature/multi-level-container-registry-images' into 'master' Kamil Trzciński2017-04-064-47/+273
|\ \ \ \
| * \ \ \ Merge commit '46e4ed6bd0c8c256bce6d35b4bb992d77fd09971' into feature/multi-le...feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-061-1/+21
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Fix indexes in container repositories tableGrzegorz Bizon2017-04-061-7/+0
| * | | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-064-57/+133
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-045-29/+11
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Fix project specs related to container registryGrzegorz Bizon2017-04-041-1/+2
| * | | | | Remove legacy registry tags when deleting a projectGrzegorz Bizon2017-04-041-0/+18
| * | | | | Fix namespace specs related to container registryGrzegorz Bizon2017-04-031-1/+3
| * | | | | Refine method for checking project registry tagsGrzegorz Bizon2017-04-031-0/+60
| * | | | | Refactor container registry repository tag stubsGrzegorz Bizon2017-04-032-2/+2
| * | | | | Simplify container repository build method specsGrzegorz Bizon2017-04-031-3/+4
| * | | | | Ensure root container repository when visiting registryGrzegorz Bizon2017-04-031-0/+37
| * | | | | Validate uniqueness of container repository nameGrzegorz Bizon2017-04-031-0/+7
| * | | | | Add missing test example for container repository tagsGrzegorz Bizon2017-04-031-0/+6
| * | | | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-036-21/+175
| |\ \ \ \ \
| * | | | | | Add specs for container repository factory methodGrzegorz Bizon2017-03-311-8/+43
| * | | | | | Improve code related to removing container image tagsGrzegorz Bizon2017-03-311-19/+11
| * | | | | | Add a few pending specs for container repositoryGrzegorz Bizon2017-03-271-0/+25
| * | | | | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-03-2711-28/+149
| |\ \ \ \ \ \
| * | | | | | | Remove container_registry method from project classGrzegorz Bizon2017-03-241-26/+3
| * | | | | | | Rename container image to repository in specsGrzegorz Bizon2017-03-232-4/+4
| * | | | | | | Fix Rubocop offenses in container repository codeGrzegorz Bizon2017-03-231-5/+4
| * | | | | | | Fix specs for container repository model classGrzegorz Bizon2017-03-232-73/+96