- 10.09.2019 5 коммитов
-
-
Sean Carroll создал
-
Sean Carroll создал
-
Sean Carroll создал
-
Sean Carroll создал
-
Sean Carroll создал
-
- 30.08.2019 35 коммитов
-
-
Kamil Trzciński создал
Fix for histogram corruption in Sidekiq See merge request gitlab-org/gitlab-ce!32453
-
Andrew Newdigate создал
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 создал
Don't use ee/.gitlab/ for CI config files See merge request gitlab-org/gitlab-ce!32351
-
Achilleas Pipinellis создал
Update documentation for security dashboard See merge request gitlab-org/gitlab-ce!32205
-
-
Markus Koller создал
-
Achilleas Pipinellis создал
Documentation for embedding Grafana live charts as images Closes #66662 See merge request gitlab-org/gitlab-ce!32342
-
-
-
-
Jan Provaznik создал
Perform two-step Routable lookup by path See merge request gitlab-org/gitlab-ce!32272
-
Andreas Brandl создал
Rename epic column state to state_id See merge request gitlab-org/gitlab-ce!32270
-
Felipe Artur создал
Rename epic column state to state_id to be consistent with issues and merge requests
-
Dave Pisek создал
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 создал
Add note about GitHub OAuth See merge request gitlab-org/gitlab-ce!32041
-
Evan Read создал
-
Achilleas Pipinellis создал
Settings API: Sync documentation with implemented features See merge request gitlab-org/gitlab-ce!30909
-
Andreas Brandl создал
We should see the ratio drop down when enabling the Feature. Recommendation by @andrewn
-
-
Markus Koller создал
- 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
-
-
Paul Slaughter создал
delete animation width on global search input Closes #66715 See merge request gitlab-org/gitlab-ce!32399
-
Maneschi Romain создал
-
Kushal Pandya создал
Remove vue resource from remove issue See merge request gitlab-org/gitlab-ce!32425
-
-
-
Kushal Pandya создал
Add `id` attribute to release blocks See merge request gitlab-org/gitlab-ce!32360
-
Paul Slaughter создал
CE backport for gitlab-org/gitlab-ee!15535: Resolve "Rename `ATMTWPS` to `MTWPS` in code" See merge request gitlab-org/gitlab-ce!32112
-
-
Alexis Sánchez создал
-
Jan Provaznik создал
Resolve "Use "moved" instead of "closed" in issue references" Closes #66264 See merge request gitlab-org/gitlab-ce!32277
-
Juliette de Rancourt создал
-
Andreas Brandl создал
-
Andreas Brandl создал
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 создал
Fixed grammar and inconsistencies with capitalization See merge request gitlab-org/gitlab-ce!32337
-