- 07 Jun, 2018 20 commits
-
-
Sean McGivern authored
First N+1: we may have loaded a user's notification settings already, but not have loaded their sources. Because we're iterating through, we'd potentially load sources that are completely unrelated, just because they belong to this user. Second N+1: we do a separate query for each user who could be subscribed to or unsubcribed from the target. It's actually more efficient in this case to get all subscriptions at once, as we will need to check most of them. We can fix both by the slightly unpleasant means of checking IDs manually, rather than object equality.
-
Achilleas Pipinellis authored
Add documentation about disabling license_management jobs in CI with a variable. Closes #47325 See merge request gitlab-org/gitlab-ce!19436
-
Kamil Trzciński authored
Update vendored ADO template with adding of license management See merge request gitlab-org/gitlab-ce!19496
-
Kamil Trzciński authored
Enforce UTF-8 encoding on user input in LogrageWithTimestamp formatter Closes #45505 See merge request gitlab-org/gitlab-ce!19244
-
Douwe Maan authored
Resolve "ActionView::Template::Error: undefined method `human_import_status_name" Closes #47208 See merge request gitlab-org/gitlab-ce!19470
-
Marcia Ramos authored
Correct docs that mirror push is in Core See merge request gitlab-org/gitlab-ce!19518
-
Marcia Ramos authored
Change EKS article yaml frontmatter See merge request gitlab-org/gitlab-ce!19514
-
Achilleas Pipinellis authored
-
Sean McGivern authored
Bump grape-path-helpers to solve a bug in GrapePathHelpers::NamedRouteMatcher See merge request gitlab-org/gitlab-ce!19506
-
Douwe Maan authored
Moving rev-list lfs options to LfsChanges See merge request gitlab-org/gitlab-ce!19497
-
Gilbert Roulot authored
-
Sean McGivern authored
Log response body to production_json.log when a controller responds with a 422 status See merge request gitlab-org/gitlab-ce!19473
-
Achilleas Pipinellis authored
-
Grzegorz Bizon authored
update net-ssh 4 -> 5, remove rbnacl, rbnacl-libsodium (not needed) See merge request gitlab-org/gitlab-ce!19412
-
Phil Hughes authored
Resolve "Introduce new navigation themes in GitLab 11.0" Closes #43597 See merge request gitlab-org/gitlab-ce!19387
-
Annabel Gray authored
-
Achilleas Pipinellis authored
Fixed typo "all all" lines 25-26 (index.md) See merge request gitlab-org/gitlab-ce!19440
-
Clement Ho authored
Revert "Merge branch 'jivl-fix-labels-page' into 'master'" See merge request gitlab-org/gitlab-ce!19454
-
Clement Ho authored
Resolve "Kubernetes cluster information page > Advanced Settings > Fix styling of remove cluster section" Closes #47433 See merge request gitlab-org/gitlab-ce!19500
-
Annabel Gray authored
Add changelog for bootstrap upgrade See merge request gitlab-org/gitlab-ce!19503
-
- 06 Jun, 2018 20 commits
-
-
Annabel Gray authored
Fix history icon misaligned Closes #46679 See merge request gitlab-org/gitlab-ce!19493
-
tauriedavis authored
-
Clement Ho authored
Resolve "Admin area > users dropdown" Closes #47353 See merge request gitlab-org/gitlab-ce!19505
-
Stan Hu authored
If you include this helper with a class that also implements `method_missing`, this would result in AbstractController::DoubleRenderError. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19487#note_79096902.
-
Annabel Dunstone Gray authored
-
Filipa Lacerda authored
[ci skip]
-
Imre Farkas authored
Enforce UTF-8 encoding on user input in LogrageWithTimestamp formatter and filter out file content from logs
-
Clement Ho authored
-
Stan Hu authored
We have a number of import errors occurring with 422 errors, and it's hard to determine why they are happening. This change will surface the errors in the log lines. Relates to #47365
-
Clement Ho authored
Fix alert-danger class colors for text and background Closes #46715 See merge request gitlab-org/gitlab-ce!19489
-
Clement Ho authored
Resolve "Project > Settings > Members - The active tab doesn't work correctly" Closes #47362 See merge request gitlab-org/gitlab-ce!19463
-
Clement Ho authored
Resolve "Project homepage > Plus dropdown on mobile screens" Closes #46698 See merge request gitlab-org/gitlab-ce!19417
-
Sam Beckham authored
-
Francisco Javier López authored
-
Clement Ho authored
Resolve "Projects dropdown within new issue action of Issue boards doesn't show up correctly" Closes #47299 See merge request gitlab-org/gitlab-ce!19432
-
Clement Ho authored
Resolve "Kubernetes > Create form > Text color of error messages" Closes #47359 See merge request gitlab-org/gitlab-ce!19456
-
Clement Ho authored
Update sticky utils with polyfill Closes #46833 and #47130 See merge request gitlab-org/gitlab-ce!19324
-
Olivier Gonzalez authored
-
Jose authored
-
Annabel Gray authored
Remove outline from switch/toggle buttons Closes #47270 See merge request gitlab-org/gitlab-ce!19491
-