- 07 Jun, 2018 40 commits
-
-
Matija Čupić authored
-
Matija Čupić authored
-
Matija Čupić authored
-
Rémy Coutable authored
Fix some N+1s when calculating notification recipients Closes #45534 See merge request gitlab-org/gitlab-ce!19535
-
Clement Ho authored
Resolve "Navbar is broken on mobile" Closes #47504 See merge request gitlab-org/gitlab-ce!19550
-
Filipa Lacerda authored
Fixes IDE button on merge requests not working with relative URL config Closes #46438 See merge request gitlab-org/gitlab-ce!19546
-
Annabel Dunstone Gray authored
-
Douwe Maan authored
Add git filter flag only if it is supported See merge request gitlab-org/gitlab-ce!19529
-
Francisco Javier López authored
-
Nick Thomas authored
Resolve "Hashed Storage: Make possible to migrate single project" Closes #46922 See merge request gitlab-org/gitlab-ce!19268
-
Gabriel Mazetto authored
-
Clement Ho authored
Resolve "Add `label-light` class to labels for new kubernetes cluster form" Closes #47432 See merge request gitlab-org/gitlab-ce!19499
-
Annabel Gray authored
Resolve "Performance bar select box has wrong text colour" See merge request gitlab-org/gitlab-ce!19523
-
Douwe Maan authored
Consistently use tar lookup function See merge request gitlab-org/gitlab-ce!19477
-
Marcia Ramos authored
Add artifacts expiry time for GitLab.com See merge request gitlab-org/gitlab-ce!19520
-
Sean McGivern authored
Add installation type to usage ping data See merge request gitlab-org/gitlab-ce!19300
-
Balasankar C authored
-
Phil Hughes authored
-
Sean McGivern authored
-
Douwe Maan authored
Make request argument required for Applications::CreateService See merge request gitlab-org/gitlab-ce!19530
-
Douwe Maan authored
Update doc for maintaining project visibility during Github import Closes #47189 See merge request gitlab-org/gitlab-ce!19533
-
Phil Hughes authored
-
Phil Hughes authored
Closes #46438
-
Achilleas Pipinellis authored
Docs: index article See merge request gitlab-org/gitlab-ce!19544
-
Marcia Ramos authored
Port the Auto DevOps docs from EE See merge request gitlab-org/gitlab-ce!19539
-
Marcia Ramos authored
-
Achilleas Pipinellis authored
-
Sean McGivern authored
Backport of 5942-extract-ee-specific-files See merge request gitlab-org/gitlab-ce!19285
-
Achilleas Pipinellis authored
Docs: article - Deploy SB apps to CF with GitLab CI/CD Closes #47505 and #37524 See merge request gitlab-org/gitlab-ce!19540
-
Marcia Ramos authored
-
Sean McGivern authored
[CE] Resolve "Extract EE specific files/lines for app/views/admin/groups" Closes gitlab-ee#6216 See merge request gitlab-org/gitlab-ce!19275
-
Tim Zallmann authored
Merge branch '47470-gke-cluster-creation-form-has-project-id-label-for-project-name-field' into 'master' Resolve "GKE cluster creation form has 'project id' label for 'project name' field" Closes #47470 See merge request gitlab-org/gitlab-ce!19528
-
Phil Hughes authored
Restore navigation theme order See merge request gitlab-org/gitlab-ce!19521
-
George Tsiolis authored
-
Achilleas Pipinellis authored
Resolve "Update docs to reflect the new place of the Kubernetes page" Closes #46404 See merge request gitlab-org/gitlab-ce!19524
-
Fabio Busatto authored
-
Sean McGivern authored
Stop logging email information when emails are disabled Closes #44790 See merge request gitlab-org/gitlab-ce!18521
-
Jacob Vosmaer authored
-
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.
-
Imre Farkas authored
-