Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'menu-shortcut' into 'master' | Jacob Schatz | 2017-04-06 | 2 | -10/+6 |
|\ | |||||
| * | Fixed specs | Phil Hughes | 2017-04-06 | 1 | -8/+4 |
| * | Update tests | Filipa Lacerda | 2017-04-06 | 1 | -5/+5 |
| * | Fix shortcut specs | Annabel Dunstone Gray | 2017-04-06 | 1 | -1/+1 |
* | | Merge branch 'button-capitalization' into 'master' | Clement Ho | 2017-04-06 | 29 | -131/+168 |
|\ \ | |||||
| * | | Fixed button capitalisation for Projects in views | Jose Ivan Vargas Lopez | 2017-04-06 | 10 | -95/+132 |
| * | | Fix rspec and spinach tests | Jose Ivan Vargas | 2017-04-06 | 12 | -18/+18 |
| * | | Groups section capitalization fix | Jose Ivan Vargas Lopez | 2017-04-06 | 1 | -1/+1 |
| * | | Dashboard section capitalization fix | Jose Ivan Vargas Lopez | 2017-04-06 | 1 | -1/+1 |
| * | | Admin section capitalization fix | Jose Ivan Vargas Lopez | 2017-04-06 | 4 | -5/+5 |
| * | | Fixed rspec tests | Jose Ivan Vargas | 2017-04-06 | 4 | -12/+12 |
* | | | Merge branch '29193-fix-switching-mr-changes-tab-before-loading' into 'master' | Jacob Schatz | 2017-04-06 | 1 | -1/+29 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fix container issue when switching parallel "Changes" MR tab before done loading29193-fix-switching-mr-changes-tab-before-loading | Eric Eastwood | 2017-04-03 | 1 | -1/+29 |
* | | | Merge branch 'optimise-pipelines' into 'master' | Douwe Maan | 2017-04-06 | 8 | -41/+62 |
|\ \ \ | |||||
| * \ \ | Merge remote-tracking branch 'origin/master' into optimise-pipelinesoptimise-pipelines | Kamil Trzcinski | 2017-04-06 | 161 | -1211/+5697 |
| |\ \ \ | |||||
| * | | | | Fix tests and review | Kamil Trzcinski | 2017-04-06 | 2 | -2/+2 |
| * | | | | Fix import export | Kamil Trzcinski | 2017-04-06 | 1 | -0/+5 |
| * | | | | Reload pipeline to make sure it's updated | Lin Jen-Shin | 2017-04-07 | 1 | -1/+4 |
| * | | | | Fix token test by specifying a static token | Lin Jen-Shin | 2017-04-07 | 1 | -2/+2 |
| * | | | | We no longer has has_command? method | Lin Jen-Shin | 2017-04-06 | 1 | -34/+0 |
| * | | | | Next round | Kamil Trzcinski | 2017-04-06 | 1 | -3/+4 |
| * | | | | Further optimise queries | Kamil Trzcinski | 2017-04-06 | 1 | -1/+1 |
| * | | | | Update tests and associations | Kamil Trzcinski | 2017-04-06 | 1 | -0/+7 |
| * | | | | Optimise includes | Kamil Trzcinski | 2017-04-06 | 1 | -1/+2 |
| * | | | | Introduce endpoint optimisations | Kamil Trzcinski | 2017-04-06 | 1 | -1/+1 |
| * | | | | Define baseline for test for pipelines serializer | Kamil Trzcinski | 2017-04-06 | 3 | -4/+41 |
* | | | | | Update issue board cards design | Clement Ho | 2017-04-06 | 1 | -9/+9 |
| |_|_|/ |/| | | | |||||
* | | | | Merge branch 'microsoft-teams-integration' into 'master' | Douwe Maan | 2017-04-06 | 11 | -230/+942 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | adds relevant tests | Tiago Botelho | 2017-04-06 | 10 | -230/+941 |
| * | | | adds initial microsoft teams integration | Tiago Botelho | 2017-04-05 | 1 | -0/+1 |
* | | | | Merge branch '2989-run-cicd-pipelines-on-a-schedule-idea1-basic-backend-imple... | Kamil TrzciĆski | 2017-04-06 | 8 | -0/+299 |
|\ \ \ \ | |||||
| * | | | | Use change direction in spec | Shinya Maeda | 2017-04-06 | 1 | -20/+13 |
| * | | | | Use be_pending | Shinya Maeda | 2017-04-06 | 1 | -1/+1 |
| * | | | | Improve trigger_schedule.rb | Shinya Maeda | 2017-04-06 | 3 | -14/+83 |
| * | | | | Implement a offset calculation on cron_parser_spec | Shinya Maeda | 2017-04-06 | 1 | -1/+1 |
| * | | | | Clean up trigger_schedule_worker_spec.rb | Shinya Maeda | 2017-04-06 | 1 | -4/+4 |
| * | | | | Use parenthesis for respond_to :ref | Shinya Maeda | 2017-04-06 | 1 | -1/+1 |
| * | | | | Define next_time as let in trigger_schedule_spec | Shinya Maeda | 2017-04-06 | 1 | -1/+1 |
| * | | | | Remove next_run_at: nil from trigger_schedule_spec | Shinya Maeda | 2017-04-06 | 1 | -1/+1 |
| * | | | | Rename cron_time_zone to cron_timezone. Separate add_concurrent_foreign_key. | Shinya Maeda | 2017-04-06 | 5 | -21/+21 |
| * | | | | Remove TriggerSchedulePresenter. This will go in another MR. | Shinya Maeda | 2017-04-06 | 1 | -64/+0 |
| * | | | | Remove triggers_helper. Add trigger_schedule_presenter. | Shinya Maeda | 2017-04-06 | 1 | -3/+27 |
| * | | | | Rename cron_nightly_build to nightly | Shinya Maeda | 2017-04-06 | 3 | -6/+6 |
| * | | | | Separate cron_valid? and cron_time_zone_valid? | Shinya Maeda | 2017-04-06 | 1 | -13/+25 |
| * | | | | Dry up next_time_from. Move cron_parser_spec to appropriate location. | Shinya Maeda | 2017-04-06 | 2 | -106/+104 |
| * | | | | Move Ci::CronParser to Gitlab::Ci::CronParser | Shinya Maeda | 2017-04-06 | 4 | -13/+13 |
| * | | | | Improve real_next_run. Improve triggers_helper_spec. | Shinya Maeda | 2017-04-06 | 1 | -7/+20 |
| * | | | | Add Import/Export Setting for trigger_schedule. Remove ref validation. | Shinya Maeda | 2017-04-06 | 3 | -7/+3 |
| * | | | | Commentout check_cron_frequency | Shinya Maeda | 2017-04-06 | 1 | -26/+1 |
| * | | | | Improve cron_parser_spec | Shinya Maeda | 2017-04-06 | 1 | -11/+17 |