- 20 Mar, 2018 15 commits
-
-
Douwe Maan authored
Fix LDAP group sync permission override UI Closes #5301 See merge request gitlab-org/gitlab-ee!5003
-
Phil Hughes authored
EE port of "Prometheus graphs have no empty state when no data is present" See merge request gitlab-org/gitlab-ee!5030
-
Douwe Maan authored
Configurable timeout for external authorization Closes #4832 See merge request gitlab-org/gitlab-ee!4971
-
Sean McGivern authored
Improve JIRA event descriptions See merge request gitlab-org/gitlab-ee!5024
-
Stan Hu authored
CE upstream - 2018-03-20 06:23 UTC See merge request gitlab-org/gitlab-ee!5032
-
GitLab Bot authored
-
Mike Greiling authored
Ee move render gfm See merge request gitlab-org/gitlab-ee!3825
-
Mike Greiling authored
Move render gfm to commons and update imports See merge request gitlab-org/gitlab-ce!15993
-
Robert Speicher authored
CE upstream - 2018-03-19 21:23 UTC See merge request gitlab-org/gitlab-ee!5029
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
- 19 Mar, 2018 25 commits
-
-
Joshua Lambert authored
-
Mike Greiling authored
-
Robert Speicher authored
Show Ajax requests in performance bar Closes #43925 See merge request gitlab-org/gitlab-ce!17742
-
GitLab Bot authored
# Conflicts: # Gemfile # Gemfile.lock # app/assets/javascripts/vue_merge_request_widget/dependencies.js # doc/user/project/integrations/prometheus.md # lib/api/search.rb [ci skip]
-
Michael Kozono authored
-
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
-
Marcia Ramos authored
Add documentation for custom metrics See merge request gitlab-org/gitlab-ee!5011
-
Joshua Lambert authored
-
Marcia Ramos authored
Add Cluster Monitoring Documentation See merge request gitlab-org/gitlab-ee!5012
-
Joshua Lambert authored
-
Robert Speicher authored
[EE] Optional '/-/' delimiter for epics and search API Closes #5245 See merge request gitlab-org/gitlab-ee!4973
-
Sean McGivern authored
Ignore unsubscribed toggle for @ mentions Closes #43933 See merge request gitlab-org/gitlab-ce!17786
-
Bob Van Landuyt authored
-
Felipe Artur authored
-
Phil Hughes authored
Clean up selectors in framework/header.scss Closes #44383 See merge request gitlab-org/gitlab-ce!17822
-
Bob Van Landuyt authored
This commit allows a user to set a timeout for the external authorization service. When the external service does not reply in time, access will be denied.
-
Bob Van Landuyt authored
This will allow us to configure the timeout when calling the external authorization service.
-
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 '/-/'.
-
Jan Provaznik authored
'/-/' delimiter is used only in UI, in API we don't use it for other endpoints. To align epics and search endpoints with the rest of API endpoints, this patch makes '/-/' optional for existing endpoints (to keep backward compatibility), for new endpoints (epic notes, discussions) '/-/' path is not included. Documentation is updated to prefer paths without '/-/'. Closes #5245
-
Robert Speicher authored
CE upstream - 2018-03-19 15:28 UTC See merge request gitlab-org/gitlab-ee!5023
-
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
-