summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'menu-shortcut' into 'master' Jacob Schatz2017-04-062-10/+6
|\
| * Fixed specsPhil Hughes2017-04-061-8/+4
| * Update testsFilipa Lacerda2017-04-061-5/+5
| * Fix shortcut specsAnnabel Dunstone Gray2017-04-061-1/+1
* | Merge branch 'button-capitalization' into 'master' Clement Ho2017-04-0629-131/+168
|\ \
| * | Fixed button capitalisation for Projects in viewsJose Ivan Vargas Lopez2017-04-0610-95/+132
| * | Fix rspec and spinach testsJose Ivan Vargas2017-04-0612-18/+18
| * | Groups section capitalization fixJose Ivan Vargas Lopez2017-04-061-1/+1
| * | Dashboard section capitalization fixJose Ivan Vargas Lopez2017-04-061-1/+1
| * | Admin section capitalization fixJose Ivan Vargas Lopez2017-04-064-5/+5
| * | Fixed rspec testsJose Ivan Vargas2017-04-064-12/+12
* | | Merge branch '29193-fix-switching-mr-changes-tab-before-loading' into 'master' Jacob Schatz2017-04-061-1/+29
|\ \ \ | |_|/ |/| |
| * | Fix container issue when switching parallel "Changes" MR tab before done loading29193-fix-switching-mr-changes-tab-before-loadingEric Eastwood2017-04-031-1/+29
* | | Merge branch 'optimise-pipelines' into 'master' Douwe Maan2017-04-068-41/+62
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/master' into optimise-pipelinesoptimise-pipelinesKamil Trzcinski2017-04-06161-1211/+5697
| |\ \ \
| * | | | Fix tests and reviewKamil Trzcinski2017-04-062-2/+2
| * | | | Fix import exportKamil Trzcinski2017-04-061-0/+5
| * | | | Reload pipeline to make sure it's updatedLin Jen-Shin2017-04-071-1/+4
| * | | | Fix token test by specifying a static tokenLin Jen-Shin2017-04-071-2/+2
| * | | | We no longer has has_command? methodLin Jen-Shin2017-04-061-34/+0
| * | | | Next roundKamil Trzcinski2017-04-061-3/+4
| * | | | Further optimise queriesKamil Trzcinski2017-04-061-1/+1
| * | | | Update tests and associationsKamil Trzcinski2017-04-061-0/+7
| * | | | Optimise includesKamil Trzcinski2017-04-061-1/+2
| * | | | Introduce endpoint optimisationsKamil Trzcinski2017-04-061-1/+1
| * | | | Define baseline for test for pipelines serializerKamil Trzcinski2017-04-063-4/+41
* | | | | Update issue board cards designClement Ho2017-04-061-9/+9
| |_|_|/ |/| | |
* | | | Merge branch 'microsoft-teams-integration' into 'master' Douwe Maan2017-04-0611-230/+942
|\ \ \ \ | |_|/ / |/| | |
| * | | adds relevant testsTiago Botelho2017-04-0610-230/+941
| * | | adds initial microsoft teams integrationTiago Botelho2017-04-051-0/+1
* | | | Merge branch '2989-run-cicd-pipelines-on-a-schedule-idea1-basic-backend-imple...Kamil TrzciƄski2017-04-068-0/+299
|\ \ \ \
| * | | | Use change direction in specShinya Maeda2017-04-061-20/+13
| * | | | Use be_pendingShinya Maeda2017-04-061-1/+1
| * | | | Improve trigger_schedule.rbShinya Maeda2017-04-063-14/+83
| * | | | 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
| * | | | 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-065-21/+21
| * | | | Remove TriggerSchedulePresenter. This will go in another MR.Shinya Maeda2017-04-061-64/+0
| * | | | Remove triggers_helper. Add trigger_schedule_presenter.Shinya Maeda2017-04-061-3/+27
| * | | | Rename cron_nightly_build to nightlyShinya Maeda2017-04-063-6/+6
| * | | | Separate cron_valid? and cron_time_zone_valid?Shinya Maeda2017-04-061-13/+25
| * | | | Dry up next_time_from. Move cron_parser_spec to appropriate location.Shinya Maeda2017-04-062-106/+104
| * | | | Move Ci::CronParser to Gitlab::Ci::CronParserShinya Maeda2017-04-064-13/+13
| * | | | Improve real_next_run. Improve triggers_helper_spec.Shinya Maeda2017-04-061-7/+20
| * | | | Add Import/Export Setting for trigger_schedule. Remove ref validation.Shinya Maeda2017-04-063-7/+3
| * | | | Commentout check_cron_frequencyShinya Maeda2017-04-061-26/+1
| * | | | Improve cron_parser_specShinya Maeda2017-04-061-11/+17