- 23 Mar, 2018 1 commit
-
-
DJ Mountney authored
These limits were updated in our docs, and in omnibus some time ago. But the defaults in the source-install were missed.
-
- 22 Mar, 2018 7 commits
-
-
Toon Claes authored
When the database is in a read-only state, display a banner on each page informing the user they cannot write to that GitLab instance. Closes gitlab-org/gitlab-ce#43937.
-
Takuya Noguchi authored
-
Lukas 'Eipi' Eipert authored
-
Alejandro Rodríguez authored
Before we were using a "plumbing" Gitlab::Git method that does not go through Gitaly migration checking.
-
Takuya Noguchi authored
-
Winnie Hellmann authored
-
James Lopez authored
[ci skip]
-
- 21 Mar, 2018 9 commits
-
-
Sean McGivern authored
-
Lukas 'Eipi' Eipert authored
-
James Lopez authored
[10.6] Fix GitLab Auth0 integration signs in the wrong user See merge request gitlab/gitlabhq!2354
-
Douwe Maan authored
Server Side Request Forgery in Services and Web Hooks See merge request gitlab/gitlabhq!2337
-
Andreas Brandl authored
Closes #44446.
-
Phil Hughes authored
Closes #44477
-
Phil Hughes authored
Closes #44298
-
George Tsiolis authored
- 20 Mar, 2018 4 commits
-
-
Takuya Noguchi authored
-
Simon Knox authored
-
George Tsiolis authored
-
Tomasz Maczukin authored
-
- 19 Mar, 2018 10 commits
-
-
Felipe authored
-
Sean McGivern authored
But first, rewrite the performance bar in Vue: 1. Remove the peek-host gem and replace it with existing code. This also allows us to include the host in the JSON response, rather than in the page HTML. 2. Leave the line profiler parts as here-be-dragons: nicer would be a separate endpoint for these, so we could use them on Ajax requests too. 3. The performance bar is too fiddly to rewrite right now, so apply the same logic to that. Then, add features! All requests made through Axios are able to be tracked. To keep a lid on memory usage, only the first two requests for a given URL are tracked, though. Each request that's tracked has the same data as the initial page load, with the exception of the performance bar and the line profiler, as explained above.
-
Jan Provaznik authored
'/-/' delimiter is used only in UI, in API we don't use it for other endpoints. To align search endpoints with the rest of API endpoints, this patch makes '/-/' optional for existing endpoints (to keep backward compatibility). Documentation is updated to prefer paths without '/-/'.
-
Mario de la Ossa authored
-
Jasper Maes authored
Split repository search result on \n instead of $ to prevent the items of the array to start with a newline. Remove the strip from parsing the search result to keep result endlines.
-
Takuya Noguchi authored
-
Jan Beckmann authored
-
George Tsiolis authored
-
Dylan Griffith authored
-
Dylan Griffith authored
-
- 18 Mar, 2018 2 commits
-
-
Takuya Noguchi authored
-
Clement Ho authored
-
- 17 Mar, 2018 2 commits
-
-
Takuya Noguchi authored
-
- 16 Mar, 2018 4 commits
-
-
Sean McGivern authored
These can be a `BatchLoader` which is proxying a nil, while not being concrete nils themselves.
-
Tiago Botelho authored
and fixes the project description not being imported
-
Andreas Brandl authored
Closes #31114.
-
Stan Hu authored
These extra sort keys caused sequential scans on the namespaces and projects page. Removing them makes the page load on GitLab.com. Closes #44338
-
- 15 Mar, 2018 1 commit
-
-
Ian Baum authored
[ci skip]
-