Commit Graph

19 Commits

Author SHA1 Message Date
GitLab Bot 36d0a94b85 Add latest changes from gitlab-org/gitlab@master 2022-06-05 18:08:59 +00:00
GitLab Bot e09df167d9 Add latest changes from gitlab-org/gitlab@master 2022-03-11 21:07:59 +00:00
GitLab Bot 54573816ab Add latest changes from gitlab-org/gitlab@master 2021-09-09 09:11:16 +00:00
GitLab Bot ed0d55ded7 Add latest changes from gitlab-org/gitlab@master 2021-09-02 09:11:35 +00:00
GitLab Bot 89cb3fa774 Add latest changes from gitlab-org/gitlab@master 2021-04-10 00:09:11 +00:00
GitLab Bot 807d57c18f Add latest changes from gitlab-org/gitlab@master 2021-03-25 06:09:02 +00:00
GitLab Bot 5838993b5f Add latest changes from gitlab-org/gitlab@master 2020-12-23 21:10:24 +00:00
GitLab Bot 2c49951e8c Add latest changes from gitlab-org/gitlab@master 2020-08-26 09:10:16 +00:00
GitLab Bot 60a52d9829 Add latest changes from gitlab-org/gitlab@master 2020-07-10 12:09:15 +00:00
GitLab Bot 015663b70f Add latest changes from gitlab-org/gitlab@master 2020-01-06 21:07:43 +00:00
GitLab Bot 97d4d92663 Add latest changes from gitlab-org/gitlab@master 2019-12-10 09:07:51 +00:00
GitLab Bot 6a4ffad420 Add latest changes from gitlab-org/gitlab@master 2019-11-26 12:06:18 +00:00
GitLab Bot 08f4ce10c0 Add latest changes from gitlab-org/gitlab@master 2019-09-30 21:06:41 +00:00
Sean McGivern c6456830b5 Add QA tests for the performance bar
These are very high-level. Currently, they test:

1. That the performance bar appears.
2. That it has detailed metrics for Postgres and Gitaly.
3. That AJAX requests are included in the request selector.
2019-04-16 14:33:06 +01:00
Mike Greiling 5b9495c5db
Prettify all the things 2018-11-20 09:30:01 -06:00
Simon Knox 05a66a09e8 Resolve "SQL Queries are not shown from the Performance Bar in Safari" 2018-06-28 21:56:31 +00:00
Clement Ho b413785e1d [skip ci] Replace .pull-right with .float-right 2018-04-09 12:42:45 -05:00
Phil Hughes 7d651ad1de
removed check for host
changed wrapper to container with correct widths
2018-03-21 16:49:57 +00:00
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