summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Show Flash message above Tags list18471-restrict-tag-pushes-protected-tagsKushal Pandya2017-04-073-2/+8
* Documentation for protected tagsJames Edwards-Jones2017-04-0710-3/+69
* Protected tags changes from backend maintainer reviewJames Edwards-Jones2017-04-073-3/+5
* Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya2017-04-06253-1835/+6699
|\
| * Merge branch 'dm-copy-diff-file-title-as-gfm' into 'master' Robert Speicher2017-04-0620-39/+88
| |\
| | * Copy diff file path as GFMDouwe Maan2017-04-0620-39/+88
| |/
| * Merge branch 'microsoft-teams-integration' into 'master' Douwe Maan2017-04-0629-328/+1277
| |\
| | * adds relevant testsTiago Botelho2017-04-0626-428/+1174
| | * adds microsoft team activity object and refactors code accordinglyTiago Botelho2017-04-0511-98/+107
| | * adds remaining messagesTiago Botelho2017-04-056-19/+72
| | * add note message integration with microsoft teamsTiago Botelho2017-04-055-36/+45
| | * adds initial microsoft teams integrationTiago Botelho2017-04-058-5/+137
| * | Merge branch 'rubocop-fix-migration-two-factor-columns' into 'master' Stan Hu2017-04-061-1/+1
| |\ \
| | * | Fixed rubocop failure for the add_two_factor_columns_migrationrubocop-fix-migration-two-factor-columnsJose Ivan Vargas2017-04-061-1/+1
| * | | Merge branch 'sh-improve-polling-text' into 'master' Stan Hu2017-04-061-0/+5
| |\ \ \
| | * | | Add text to break up diagramsStan Hu2017-04-061-0/+5
| | |/ /
| * | | Merge branch '2989-run-cicd-pipelines-on-a-schedule-idea1-basic-backend-imple...Kamil TrzciƄski2017-04-0625-1/+478
| |\ \ \
| | * | | Fix rubocopShinya Maeda2017-04-061-1/+1
| | * | | Use change direction in specShinya Maeda2017-04-061-20/+13
| | * | | Use be_pendingShinya Maeda2017-04-061-1/+1
| | * | | Improve trigger_schedule.rbShinya Maeda2017-04-064-17/+91
| | * | | Implement a offset calculation on cron_parser_specShinya Maeda2017-04-061-1/+1
| | * | | Clean up trigger_schedule_worker_spec.rbShinya Maeda2017-04-061-4/+4
| | * | | Improve instantiate recursion in cron_parser.rbShinya Maeda2017-04-061-2/+2
| | * | | Fix unnecessary changes in schema.rbShinya Maeda2017-04-061-3/+3
| | * | | Add empty line in cron_parser.rbShinya Maeda2017-04-061-1/+1
| | * | | 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-0612-49/+56
| | * | | Remove TriggerSchedulePresenter. This will go in another MR.Shinya Maeda2017-04-063-76/+0
| | * | | Remove triggers_helper. Add trigger_schedule_presenter.Shinya Maeda2017-04-064-10/+39
| | * | | Rename cron_nightly_build to nightlyShinya Maeda2017-04-063-6/+6
| | * | | Ommit begin block in try_parse_cronShinya Maeda2017-04-061-5/+3
| | * | | Separate cron_valid? and cron_time_zone_valid?Shinya Maeda2017-04-065-25/+42
| | * | | Dry up next_time_from. Move cron_parser_spec to appropriate location.Shinya Maeda2017-04-063-111/+105
| | * | | Move Ci::CronParser to Gitlab::Ci::CronParserShinya Maeda2017-04-069-53/+55
| | * | | Improve real_next_run. Improve triggers_helper_spec.Shinya Maeda2017-04-062-18/+25
| | * | | 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-067-22/+11
| | * | | Commentout check_cron_frequencyShinya Maeda2017-04-062-38/+15
| | * | | Improve cron_parser_specShinya Maeda2017-04-061-11/+17
| | * | | Resolve error on trigger.specShinya Maeda2017-04-061-1/+2
| | * | | Suppress Import/Export function warnings. Add comment for confirmation.Shinya Maeda2017-04-063-1/+13
| | * | | Fix spec/factories_spec.rbShinya Maeda2017-04-061-0/+2
| | * | | Fix rubocop issues. Use add_concurrent_foreign_key.Shinya Maeda2017-04-066-18/+15
| | * | | Fixed failed testsShinya Maeda2017-04-061-12/+10
| | * | | Maintain MRShinya Maeda2017-04-065-37/+8
| | * | | Add validatorShinya Maeda2017-04-065-41/+34
| | * | | Move real_next_run to helperShinya Maeda2017-04-064-37/+40