- 30 Aug, 2019 40 commits
-
-
Gosia Ksionek authored
Add changelod Remove changelog Apply suggestion to doc/user/group/index.md
-
Grzegorz Bizon authored
Fix users cannot access job detail page when deployable does not exist Closes #65216 See merge request gitlab-org/gitlab-ce!32247
-
Kamil Trzciński authored
Fix for histogram corruption in Sidekiq See merge request gitlab-org/gitlab-ce!32453
-
Andrew Newdigate authored
This fixes a bug in which sidekiq histograms contain invalid labels. See https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/7729 for more details.
-
Lin Jen-Shin authored
Don't use ee/.gitlab/ for CI config files See merge request gitlab-org/gitlab-ce!32351
-
Achilleas Pipinellis authored
Update documentation for security dashboard See merge request gitlab-org/gitlab-ce!32205
-
Achilleas Pipinellis authored
Document ES web indexing See merge request gitlab-org/gitlab-ce!31972
-
Markus Koller authored
-
Achilleas Pipinellis authored
Documentation for embedding Grafana live charts as images Closes #66662 See merge request gitlab-org/gitlab-ce!32342
-
-
Kamil Trzciński authored
Install cert-manager v0.9.1 See merge request gitlab-org/gitlab-ce!32243
-
James Fargher authored
This does not support upgrading from earlier versions
-
Shinya Maeda authored
When deployable is nil, we gracefully take care of the case.
-
Jan Provaznik authored
Perform two-step Routable lookup by path See merge request gitlab-org/gitlab-ce!32272
-
Andreas Brandl authored
Rename epic column state to state_id See merge request gitlab-org/gitlab-ce!32270
-
Felipe Artur authored
Rename epic column state to state_id to be consistent with issues and merge requests
-
Dave Pisek authored
This commit updates a screenshot and the description of the documentation of the group security dashboard to it is in sync with the latest version of the dashboard.
-
Achilleas Pipinellis authored
Add note about GitHub OAuth See merge request gitlab-org/gitlab-ce!32041
-
Evan Read authored
-
Achilleas Pipinellis authored
Settings API: Sync documentation with implemented features See merge request gitlab-org/gitlab-ce!30909
-
Andreas Brandl authored
We should see the ratio drop down when enabling the Feature. Recommendation by @andrewn
-
Lin Jen-Shin authored
Improve search result labels See merge request gitlab-org/gitlab-ce!32101
-
Markus Koller authored
- Use "results" instead of "blobs", "wiki blobs", "snippet blobs" - Use "comments" instead of "notes" - Use correct pluralization - Don't add "1 - 10 of" if there's only one page
-
Achilleas Pipinellis authored
# Conflicts: # doc/api/settings.md
-
Paul Slaughter authored
delete animation width on global search input Closes #66715 See merge request gitlab-org/gitlab-ce!32399
-
Maneschi Romain authored
-
Kushal Pandya authored
Remove vue resource from remove issue See merge request gitlab-org/gitlab-ce!32425
-
Lee Tickett authored
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
-
Kushal Pandya authored
Update GitLab Packages See merge request gitlab-org/gitlab-ce!32419
-
Kushal Pandya authored
Add `id` attribute to release blocks See merge request gitlab-org/gitlab-ce!32360
-
Paul Slaughter authored
CE backport for gitlab-org/gitlab-ee!15535: Resolve "Rename `ATMTWPS` to `MTWPS` in code" See merge request gitlab-org/gitlab-ce!32112
-
Evan Read authored
Update doc/api/deploy_keys.md See merge request gitlab-org/gitlab-ce!32069
-
Alexis Sánchez authored
-
Jan Provaznik authored
Resolve "Use "moved" instead of "closed" in issue references" Closes #66264 See merge request gitlab-org/gitlab-ce!32277
-
Juliette de Rancourt authored
-
Andreas Brandl authored
-
Andreas Brandl authored
In order to lookup a Project or Namespace by path, we prefer an exact match (case-sensitive) but in absence of that, we'd also take a case-insensitive match. The case-insensitive matching with preference for the exact match is a bit more involved in SQL as the exact lookup. Yet, the majority of cases will be an exact match. The thinking here is that we can optimize the lookup by performing an exact match first and only if there is no result, we perform the case-insensitive lookup. Data for GitLab.com: * We have about 15M records in routes table * About 2,500 routes exist where there's more than one record with the same `lower(path)` It is possible for a user to craft requests that would always trigger the 2-step search (e.g. we have a route for `/foo/bar`, the request is always for `/FOO/bar`). In this case, the change at hand is not beneficial as it would run an additional query. However, based on the data, it is highly likely that the vast majority of requests can be satisfied with an exact match only. The context for this change is https://gitlab.com/gitlab-org/gitlab-ce/issues/64590#note_208156463.
-
Evan Read authored
Fixed grammar and inconsistencies with capitalization See merge request gitlab-org/gitlab-ce!32337
-
Shan authored
-
Ash McKenzie authored
Default clusters namespace_per_environment to true See merge request gitlab-org/gitlab-ce!32139
-