Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Ommit begin block in try_parse_cron | Shinya Maeda | 2017-04-06 | 1 | -5/+3 | |
| * | | | | | Separate cron_valid? and cron_time_zone_valid? | Shinya Maeda | 2017-04-06 | 5 | -25/+42 | |
| * | | | | | Dry up next_time_from. Move cron_parser_spec to appropriate location. | Shinya Maeda | 2017-04-06 | 3 | -111/+105 | |
| * | | | | | Move Ci::CronParser to Gitlab::Ci::CronParser | Shinya Maeda | 2017-04-06 | 9 | -53/+55 | |
| * | | | | | Improve real_next_run. Improve triggers_helper_spec. | Shinya Maeda | 2017-04-06 | 2 | -18/+25 | |
| * | | | | | Remove less_than_1_hour_from_now comments. Dry up def schedule_next_run! | Shinya Maeda | 2017-04-06 | 1 | -21/+1 | |
| * | | | | | Add Import/Export Setting for trigger_schedule. Remove ref validation. | Shinya Maeda | 2017-04-06 | 7 | -22/+11 | |
| * | | | | | Commentout check_cron_frequency | Shinya Maeda | 2017-04-06 | 2 | -38/+15 | |
| * | | | | | Improve cron_parser_spec | Shinya Maeda | 2017-04-06 | 1 | -11/+17 | |
| * | | | | | Resolve error on trigger.spec | Shinya Maeda | 2017-04-06 | 1 | -1/+2 | |
| * | | | | | Suppress Import/Export function warnings. Add comment for confirmation. | Shinya Maeda | 2017-04-06 | 3 | -1/+13 | |
| * | | | | | Fix spec/factories_spec.rb | Shinya Maeda | 2017-04-06 | 1 | -0/+2 | |
| * | | | | | Fix rubocop issues. Use add_concurrent_foreign_key. | Shinya Maeda | 2017-04-06 | 6 | -18/+15 | |
| * | | | | | Fixed failed tests | Shinya Maeda | 2017-04-06 | 1 | -12/+10 | |
| * | | | | | Maintain MR | Shinya Maeda | 2017-04-06 | 5 | -37/+8 | |
| * | | | | | Add validator | Shinya Maeda | 2017-04-06 | 5 | -41/+34 | |
| * | | | | | Move real_next_run to helper | Shinya Maeda | 2017-04-06 | 4 | -37/+40 | |
| * | | | | | Brush up 2 | Shinya Maeda | 2017-04-06 | 5 | -72/+55 | |
| * | | | | | Brush up | Shinya Maeda | 2017-04-06 | 8 | -59/+80 | |
| * | | | | | real_next_run (WIP) | Shinya Maeda | 2017-04-06 | 5 | -66/+102 | |
| * | | | | | Use constraint for #validation | Shinya Maeda | 2017-04-06 | 1 | -2/+4 | |
| * | | | | | Use delegate for ref on ci_trigger | Shinya Maeda | 2017-04-06 | 2 | -2/+4 | |
| * | | | | | Change configuration in gitlab.com as trigger_schedule_worker will perform tw... | Shinya Maeda | 2017-04-06 | 1 | -1/+1 | |
| * | | | | | Change configuration in gitlab.com as trigger_schedule_worker will perform tw... | Shinya Maeda | 2017-04-06 | 1 | -1/+1 | |
| * | | | | | Add validation to Ci::TriggerSchedule (Halfway) | Shinya Maeda | 2017-04-06 | 5 | -29/+72 | |
| * | | | | | Add rufus-scheduler to Gemfile | Shinya Maeda | 2017-04-06 | 3 | -2/+4 | |
| * | | | | | Fixed strcture for db change | Shinya Maeda | 2017-04-06 | 6 | -19/+22 | |
| * | | | | | Rename ScheduledTrigger to TriggerSchedule. Because table structure changed. | Shinya Maeda | 2017-04-06 | 10 | -52/+52 | |
| * | | | | | Add ci_trigger_schedules table | Shinya Maeda | 2017-04-06 | 2 | -0/+57 | |
| * | | | | | Add ref to ci_triggers | Shinya Maeda | 2017-04-06 | 2 | -0/+30 | |
| * | | | | | Remove old migration file | Shinya Maeda | 2017-04-06 | 1 | -45/+0 | |
| * | | | | | Rollback | Shinya Maeda | 2017-04-06 | 1 | -18/+0 | |
| * | | | | | Add config for worker | Shinya Maeda | 2017-04-06 | 2 | -0/+6 | |
| * | | | | | basic components | Shinya Maeda | 2017-04-06 | 8 | -99/+127 | |
| * | | | | | Add scheduled_trigger model. Add cron parser. Plus, specs. | Shinya Maeda | 2017-04-06 | 9 | -3/+356 | |
* | | | | | | Merge branch '28695-move-all-associated-records-to-ghost-user' into 'master' | Douwe Maan | 2017-04-06 | 13 | -36/+273 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Implement review comments from @DouweM for !10467.28695-move-all-associated-records-to-ghost-user | Timothy Andrew | 2017-04-06 | 8 | -148/+153 | |
| * | | | | | | Add documentation around migrating records to the ghost user after user delet... | Timothy Andrew | 2017-04-06 | 2 | -0/+26 | |
| * | | | | | | Add CHANGELOG entry for !10467 | Timothy Andrew | 2017-04-06 | 1 | -0/+4 | |
| * | | | | | | Move a user's award emoji to the ghost user | Timothy Andrew | 2017-04-06 | 6 | -3/+62 | |
| * | | | | | | Move a user's abuse reports to the ghost user | Timothy Andrew | 2017-04-06 | 2 | -7/+19 | |
| * | | | | | | Fix a bug with the User#abuse_report association. | Timothy Andrew | 2017-04-06 | 2 | -2/+28 | |
| * | | | | | | Move a user's notes to the ghost user | Timothy Andrew | 2017-04-06 | 3 | -14/+27 | |
| * | | | | | | Move a user's merge requests to the ghost user. | Timothy Andrew | 2017-04-06 | 4 | -18/+110 | |
* | | | | | | | Merge branch 'tc-show-pipeline-coverage-if-avail' into 'master' | Kamil Trzciński | 2017-04-06 | 9 | -16/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Show the test coverage if it is availabletc-show-pipeline-coverage-if-avail | Toon Claes | 2017-04-06 | 9 | -16/+12 | |
* | | | | | | | | Merge branch 'feature/multi-level-container-registry-images' into 'master' | Kamil Trzciński | 2017-04-06 | 45 | -440/+1378 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| * | | | | | | | Merge commit '46e4ed6bd0c8c256bce6d35b4bb992d77fd09971' into feature/multi-le...feature/multi-level-container-registry-images | Grzegorz Bizon | 2017-04-06 | 181 | -272/+2223 | |
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | ||||||
| * | | | | | | | Fix indexes in container repositories table | Grzegorz Bizon | 2017-04-06 | 2 | -9/+1 | |
| * | | | | | | | Merge branch 'master' into feature/multi-level-container-registry-images | Grzegorz Bizon | 2017-04-06 | 296 | -1440/+55445 | |
| |\ \ \ \ \ \ \ |