gitlab-org--gitlab-foss/vendor
Sean McGivern a200619d14 Show Ajax requests in performance bar
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.
2018-03-19 19:06:09 +00:00
..
Dockerfile Ran bin/rake gitlab:update_templates 2017-12-13 04:41:28 +00:00
assets Show Ajax requests in performance bar 2018-03-19 19:06:09 +00:00
gitignore Update templates and licenses 2018-03-08 11:46:34 +01:00
gitlab-ci-yml Update vendored gitlab-ci.yml template for auto-devops 2018-03-16 11:11:23 -04:00
ingress Properly format values.yaml for deployed Ingresses 2018-02-12 14:35:03 -05:00
project_templates Revert "Cleanup after adding MR diff's commit_count" 2018-03-08 12:43:14 +01:00
prometheus Change RBAC value to false on Prometheus values.yml 2018-02-26 12:55:50 -06:00
runner Resolve "Enable privileged mode for Runner installed on Kubernetes" 2018-03-06 08:26:50 +00:00
licenses.csv Update templates and licenses 2018-03-08 11:46:34 +01:00