- 20 Mar, 2018 21 commits
-
-
Jacob Schatz authored
Resolve "Loss of input text on comments after preview" Closes #42880 See merge request gitlab-org/gitlab-ce!17076
-
Simon Knox authored
-
Grzegorz Bizon authored
Prevent auto-retry AccessDenied error from stopping transition to failed See merge request gitlab-org/gitlab-ce!17862
-
Robert Speicher authored
Fix end-to-end specs for rebasing a merge request Closes gitlab-qa#208 See merge request gitlab-org/gitlab-ce!17885
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Marcia Ramos authored
Update merge request maintainer access docs See merge request gitlab-org/gitlab-ce!17864
-
James Ramsay authored
-
Marcia Ramos authored
Update cloud native Helm chart docs for alpha See merge request gitlab-org/gitlab-ce!17875
-
Kamil Trzciński authored
Resolve "Add documentation for "Display IP Address Of Runner On Runner Page"" Closes #44232 See merge request gitlab-org/gitlab-ce!17837
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
Update rack-protection to 2.0.1 Closes #44388 See merge request gitlab-org/gitlab-ce!17835
-
Kamil Trzciński authored
Use update_column than write_attribute and save Closes #44366 See merge request gitlab-org/gitlab-ce!17861
-
Phil Hughes authored
Resolve "Prometheus graphs have no empty state when no data is present" Closes #42558 See merge request gitlab-org/gitlab-ce!17759
-
Sean McGivern authored
Resolve "Search code blob sometimes shows filename and branch" Closes #44280 See merge request gitlab-org/gitlab-ce!17777
-
Sean McGivern authored
Improve JIRA event descriptions Closes #25542 See merge request gitlab-org/gitlab-ce!17811
-
Douwe Maan authored
Remove `www.` from `twitter_url` helper See merge request gitlab-org/gitlab-ce!17872
-
Joshua Lambert authored
-
Mike Greiling authored
Move render gfm to commons and update imports See merge request gitlab-org/gitlab-ce!15993
-
Mike Greiling authored
-
Mike Greiling authored
-
- 19 Mar, 2018 19 commits
-
-
Mike Greiling authored
-
Robert Speicher authored
Show Ajax requests in performance bar Closes #43925 See merge request gitlab-org/gitlab-ce!17742
-
Robert Speicher authored
[Rails5] Update active_record_locking initializer See merge request gitlab-org/gitlab-ce!17824
-
Robert Speicher authored
Optional '/-/' delimiter for search API See merge request gitlab-org/gitlab-ce!17750
-
Marcia Ramos authored
Improvements for prometheus metrics documentation See merge request gitlab-org/gitlab-ce!17838
-
Sean McGivern authored
Ignore unsubscribed toggle for @ mentions Closes #43933 See merge request gitlab-org/gitlab-ce!17786
-
Felipe Artur authored
-
Phil Hughes authored
Clean up selectors in framework/header.scss Closes #44383 See merge request gitlab-org/gitlab-ce!17822
-
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
Resolve "Add documentation for "Display ingress IP address in the Kubernetes page"" Closes #44330, #42761, and #43526 See merge request gitlab-org/gitlab-ce!17836
-
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.
-
Robert Speicher authored
Update google-api-client 0.13.6 -. 0.19.8 See merge request gitlab-org/gitlab-ce!17790
-
Filipa Lacerda authored
Unify format for nested non-task lists Closes #44384 See merge request gitlab-org/gitlab-ce!17823
-
Robert Speicher authored
Twitter redirects `www.twitter.com` to `twitter.com` Also removes unnecessary regex escapes, just 'cause.
-
Takuya Noguchi authored
-
Achilleas Pipinellis authored
-
Robert Speicher authored
Remove N+1 queries in /admin/projects page See merge request gitlab-org/gitlab-ce!17834
-