- 19 Jun, 2017 37 commits
-
-
Eric Eastwood authored
Always use a explicit true/false value to set highlight because jQuery assumes `null` means toggle from whatever state and doesn't force false. Regressed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12098
-
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
-
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
-
TM Lee authored
-
Victor Wu authored
-
Yorick Peterse authored
When using update_column_in_batches the upper limit on the batch size is now 1000. This ensures that for very large tables we don't lock tens of thousands of rows during the update. This in turn should reduce the likelyhood of running into deadlocks.
-
Rémy Coutable authored
add created_after and created_before params to issuables Closes #32901 See merge request !12151
-
Grzegorz Bizon authored
Display own user id in account settings pages Closes #33461 See merge request !12141
-
Achilleas Pipinellis authored
Update Prometheus Merge Request Metrics page See merge request !12259
-
Joshua Lambert authored
-
Rémy Coutable authored
Accept image for avatar in user API Closes #26212 See merge request !12143
-
Sean McGivern authored
Fix API bug accepting wrong merge requests parameters Closes #33205 See merge request !12173
-
Phil Hughes authored
Make filtered search boards more consistent with EE Closes #33723 See merge request !12235
-
Phil Hughes authored
Make dropdown hint consistent with EE version Closes #33721 See merge request !12234
-
Simon Knox authored
-
- 18 Jun, 2017 2 commits
-
-
Kyle Bishop authored
-
Tim Zallmann authored
Fix eslint import resolver in Atom v1.18.0 See merge request !12238
-
- 17 Jun, 2017 1 commit
-
-
Phil Hughes authored
Changed utilites imports from ~ to relative paths Closes #33485 See merge request !12026
-