- 30 Aug, 2019 40 commits
-
-
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
-
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
-
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
-
Paul Slaughter authored
Fix "Find Files Links Not URL Encoded" Closes #62055 See merge request gitlab-org/gitlab-ce!31311
-
Jan Beckmann authored
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/62055
-
Thong Kuah authored
Add `be_http_url` matcher Closes #65742 See merge request gitlab-org/gitlab-ce!32054
-
Alex Kalderimis authored
This allows the be_url matcher to be more specific. By default, it only matches HTTP and HTTPS URIs.
-
Evan Read authored
Add caution that this feature requires 2 IP's See merge request gitlab-org/gitlab-ce!31962
-
Ronald van Zon authored
Apply suggestion to doc/user/project/pages/custom_domains_ssl_tls_certification/lets_encrypt_integration.md
-
Tiger authored
-
Evan Read authored
docs: add docker-in-docker from registry example See merge request gitlab-org/gitlab-ce!31101
-