- 20 Jun, 2017 2 commits
-
-
Robert Speicher authored
Update carrierwave from 1.0.0 to 1.1.0. See merge request !12291
-
Douwe Maan authored
Prepare for bypassing GitLab sign in in feature specs See merge request !11913
-
- 19 Jun, 2017 38 commits
-
-
Robert Speicher authored
Not sure why this fails with the full login flow, but it's not necessary and would've been changed eventually anyway, so whatever!
-
Robert Speicher authored
-
Robert Speicher authored
Change `logout_direct` uses to `gitlab_sign_out_direct`
-
Robert Speicher authored
Change single `login_via` use to `gitlab_sign_in_via`
-
Robert Speicher authored
-
Stan Hu authored
Restored missing function inside dropzone_input.js Closes #33836 See merge request !12279
-
Jacob Schatz authored
Enable autocomplete on project snippets Closes #33911 See merge request !12286
-
Robert Speicher authored
- [x] Rename `login_as` to `gitlab_sign_in` - [x] Rename `login_with` to `gitlab_sign_in_with` - [x] Rename `login_via` to `gitlab_sign_in_via` - [x] Rename `logout` to `gitlab_sign_out` - [x] Rename `logout_direct` to `gitlab_sign_out_direct` - [x] Make `gitlab_login_with` (née `login_with`) private - [x] Make `mock_auth_hash` private
-
Connor Shea authored
Changelog: https://github.com/carrierwaveuploader/carrierwave/blob/f2f8569b1013f601fe7be4b3a616359acd27240d/CHANGELOG.md#110---2017-04-30 Adds support for Rails 5.1
-
Jose Ivan Vargas authored
-
Fatih Acet authored
Adjust position and wording for related issues in merge requests Closes #33652 See merge request !11759
-
Winnie Hellmann authored
-
Eric Eastwood authored
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1210 disabled autocomplete for personal snippets and project snippets. But we want autocomplete on project snippets.
-
Jacob Schatz authored
Re-enable autocomplete for milestones, tags, releases, and wiki Closes #33598 See merge request !12110
-
Clement Ho authored
Disable autocomplete on snippets comments Closes #33594 See merge request !12108
-
Robert Speicher authored
If migrations are pending, make CurrentSettings use existing values and populate missing columns with defaults See merge request !12253
-
Jose Ivan Vargas authored
-
Eric Eastwood authored
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33594 Was supposedly fixed in MR for https://gitlab.com/gitlab-org/gitlab-ce/issues/32086 but seeing this pop up again
-
Achilleas Pipinellis authored
Add info about artifacts object storage in docs See merge request !12208
-
-
Sean McGivern authored
Don't display comment on unchanged line on both sides in parallel diff Closes #33864 See merge request !12275
-
Rémy Coutable authored
Disable fork button on project limit Closes #25164 See merge request !12145
-
Rémy Coutable authored
repository: index submodules by path See merge request !10798
-
Rémy Coutable authored
Put an upper limit on update batches See merge request !12265
-
Rémy Coutable authored
Reduce wait timings for Sidekiq jobs See merge request !12270
-
Stan Hu authored
If migrations are pending, make CurrentSettings use existing values and populate missing columns with defaults master was failing because `ApplicationSetting.create_from_defaults` attempted to write to a column that did not exist in the database. This occurred in a `rake db:migrate` task, which was unable to perform the migration that would have added the missing column in the first place. In 9.3 RC2, we also had a bug where password sign-ins were disabled because there were many pending migrations. The problem occurred because `fake_application_settings` was being returned with an OpenStruct that did not include the predicate method `signup_enabled?`. As a result, the value would erroneously return `nil` instead of `true`. This commit uses the values of the defaults to mimic this behavior. This commit also refactors some of the logic to be clearer.
-
Douwe Maan authored
-
Douwe Maan authored
Ensures default user limits when external user is unchecked Closes #30725 See merge request !12218
-
Phil Hughes authored
Use color inputs for broadcast messages Closes #28139 See merge request !12237
-
Annabel Dunstone Gray authored
-
Achilleas Pipinellis authored
Docs permissions for group labels See merge request !12269
-
Tiago Botelho authored
-
Annabel Dunstone Gray authored
Darken label color in search filter when hovering Closes #31899 See merge request !12182
-
Yorick Peterse authored
This reduces the time spent waiting for Sidekiq jobs to complete in JobWaiter, and reduces the sleep interval when trying to acquire the lease for refreshing authorizations. These changes should reduce the time spent just waiting for a lock, which we seem to be spending most time in when running the AuthorizedProjectsWorker.
-
Douwe Maan authored
correct ByAuthor translation in commit box Closes #33819 See merge request !12256
-
Douwe Maan authored
Add "project was moved" error messages for git See merge request !11259
-
Annabel Dunstone Gray authored
[#27697] Make the arrow icons consistent in dropdown Closes #27697 See merge request !9659
-