- Mar 27, 2018
-
-
-
-
Pascal Borreli authored
-
Achilleas Pipinellis authored
[ci skip]
-
- Mar 26, 2018
-
-
Achilleas Pipinellis authored
-
-
YarNayar authored
Closes #23460
-
-
- Mar 23, 2018
-
-
Achilleas Pipinellis authored
-
Bertrand Jamin authored
-
- Mar 22, 2018
-
-
Micael Bergeron authored
-
-
- Mar 21, 2018
-
-
- New cache page - Move manual cache clearing to the new page - Add all directives of cache in the yaml reference
-
-
Eric Eastwood authored
-
[10.6] Fix GitLab Auth0 integration signs in the wrong user See merge request gitlab/gitlabhq!2354
-
- Mar 20, 2018
-
-
Jose Ivan Vargas Lopez authored
-
Andreas Brandl authored
Index creation does not have an effect if the index is present already. Index removal does not have an affect if the index is not present. This helps to avoid patterns like this in migrations: ``` if index_exists?(...) remove_concurrent_index(...) end ```
-
James Ramsay authored
-
Tiago Botelho authored
-
Joshua Lambert authored
-
- Mar 19, 2018
-
-
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 '/-/'.
-
Achilleas Pipinellis authored
-
Abubakar Ango authored
-
Toon Claes authored
In gitlab-org/gitlab-ce!17807 the `package-qa` job was renamed to `package-and-qa`. But it was not renamed in the docs. So this change fixes that.
-
Achilleas Pipinellis authored
-
Dylan Griffith authored
-
Dylan Griffith authored
-
Joshua Lambert authored
-
- Mar 16, 2018
-
-
James Ramsay authored
-
-
Balasankar C authored
-
Tiago Botelho authored
and fixes the project description not being imported
-
Olivier Gonzalez authored
-
Joe Mullally authored
-
- Mar 15, 2018
-
-
-
Olivier Gonzalez authored
-
Sean McGivern authored
Carried over from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8857
-