- 11 Apr, 2018 27 commits
-
-
Rémy Coutable authored
-
GitLab Bot authored
# Conflicts: # lib/rspec_flaky/flaky_examples_collection.rb [ci skip]
-
Grzegorz Bizon authored
Resolve "Clean outdated flaky specs from the flaky specs report" Closes #37721 See merge request gitlab-org/gitlab-ce!18196
-
Grzegorz Bizon authored
[EE] Resolve "Clean outdated flaky specs from the flaky specs report" See merge request gitlab-org/gitlab-ee!5250
-
Rémy Coutable authored
Replace the `project/issues/milestones.feature` spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!18300
-
blackst0ne authored
-
Rémy Coutable authored
Replace the `project/commits/branches.feature` spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!18302
-
blackst0ne authored
-
Fatih Acet authored
Resolve "When editing a comment in an issue, the preview mode is toggled in the main textarea" Closes #44697 See merge request gitlab-org/gitlab-ce!18303
-
Simon Knox authored
-
Marin Jankovski authored
CE upstream - 2018-04-11 09:27 UTC Closes #5444 See merge request gitlab-org/gitlab-ee!5321
-
Rémy Coutable authored
Branch with a commit detection defaults to Gitaly See merge request gitlab-org/gitlab-ce!18304
-
Rémy Coutable authored
Tag with a commit detection defaults to Gitaly See merge request gitlab-org/gitlab-ce!18305
-
GitLab Bot authored
-
Kamil Trzciński authored
Don't send schedule confirmations for chat jobs See merge request gitlab-org/gitlab-ee!5312
-
Kamil Trzciński authored
Fix file-specific variables collection item option Closes gitlab-ee#5444 See merge request gitlab-org/gitlab-ce!18307
-
Grzegorz Bizon authored
-
Tim Zallmann authored
Fixed markdown preview in IDE not working for new files See merge request gitlab-org/gitlab-ce!18287
-
Douwe Maan authored
[Rails5] Fix admin/application_settings_controller See merge request gitlab-org/gitlab-ce!18275
-
Zeger-Jan van de Weg authored
By default this was an OPT_IN RPC, and now graduates to OPT_OUT as the acceptance testing was successful in: gitaly#1009 This follows the conventions of our [migration process](https://gitlab.com/gitlab-org/gitaly/blob/master/doc/MIGRATION_PROCESS.md)
-
Zeger-Jan van de Weg authored
By default this was an OPT_IN RPC, and now graduates to OPT_OUT as the acceptance testing was successful in: https://gitlab.com/gitlab-org/gitaly/issues/1008 This follows the conventions of our [migration process](https://gitlab.com/gitlab-org/gitaly/blob/master/doc/MIGRATION_PROCESS.md)
-
Stan Hu authored
[CE Backport] Fix email handler spec for EE See merge request gitlab-org/gitlab-ce!18298
-
blackst0ne authored
The `RAILS5=1 rspec spec/controllers/admin/application_settings_controller_spec.rb` command throws the error: Failures: 1) Admin::ApplicationSettingsController PUT #update falls back to defaults when settings are omitted Failure/Error: import_sources = params[:application_setting][:import_sources] NoMethodError: undefined method `[]' for nil:NilClass # ./app/controllers/admin/application_settings_controller.rb:62:in `application_setting_params' This commit fixes it.
-
Stan Hu authored
CE upstream - 2018-04-11 00:24 UTC See merge request gitlab-org/gitlab-ee!5318
-
Michael Kozono authored
-
GitLab Bot authored
-
Robert Speicher authored
Fix enviroments seeding on certain branch names Closes #45051 See merge request gitlab-org/gitlab-ce!18263
-
- 10 Apr, 2018 13 commits
-
-
Stan Hu authored
CE upstream - 2018-04-10 20:31 UTC Closes gitlab-development-kit#335 See merge request gitlab-org/gitlab-ee!5316
-
GitLab Bot authored
-
Robert Speicher authored
Update vendored .gitlab-ci.yml for Auto-Devops See merge request gitlab-org/gitlab-ce!18289
-
Phil Hughes authored
-
Phil Hughes authored
Use axios in the stage component See merge request gitlab-org/gitlab-ce!18286
-
Phil Hughes authored
-
Sean McGivern authored
Make sure hooks run when seeding admin user Closes gitlab-development-kit#335 See merge request gitlab-org/gitlab-ce!18284
-
Marin Jankovski authored
CE upstream - 2018-04-10 15:35 UTC See merge request gitlab-org/gitlab-ee!5311
-
Olivier Gonzalez authored
-
Rémy Coutable authored
[Rails5] Fix running spinach tests See merge request gitlab-org/gitlab-ce!18281
-
Yorick Peterse authored
Previously whenever you'd schedule a chatops command we'd respond with the message "The command has been scheduled!" which was a link to the new build. Such messages can get annoying very quickly. Fortunately there's a trick we can use: when you send back an empty message Slack won't show said message, but it _will_ show the input command.
-
Phil Hughes authored
-
GitLab Bot authored
-