gitlab-org--gitlab-foss/doc/administration
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
..
auth Update all articles with the new layout (meta data from the frontmatter) 2018-02-16 16:01:35 -02:00
gitaly Clarify when disabling Gitaly makes sense 2018-02-26 13:54:09 +00:00
high_availability Fix sample fstab file in GitLab HA docs 2018-02-07 17:05:09 -08:00
img Allow configuring new circuitbreaker settings from the UI and API 2017-10-23 12:02:23 +03:00
integration Added PlantUML server using docker 2018-02-02 10:47:33 +00:00
monitoring Show Ajax requests in performance bar 2018-03-19 19:06:09 +00:00
operations Docs: search/replace "Enterprise Edition" and adjust when applicable 2018-02-22 16:13:35 +00:00
pages Add DNS verification to Pages custom domains 2018-02-23 12:22:29 +00:00
raketasks Add version available info to integrity check rake task docs 2018-03-16 19:26:18 +05:30
troubleshooting I am certainly weary of debugging sidekiq but I don't think that's what was meant 2017-11-28 18:14:05 +00:00
build_artifacts.md Fix most of broken docs links 2017-02-15 19:27:40 +01:00
container_registry.md doc: Spelling fixes 2018-01-19 12:09:59 +02:00
custom_hooks.md Docs: search/replace "Enterprise Edition" and adjust when applicable 2018-02-22 16:13:35 +00:00
environment_variables.md Document that GITLAB_CDN_HOST takes an base URL 2018-02-04 13:39:41 +01:00
housekeeping.md Clarify git housekeeping 2016-12-30 14:58:22 +08:00
incoming_email.md Docs: Incoming e-mails: require gitlab-ctl restart 2018-03-06 23:16:03 +00:00
index.md Update incoming emails documents 2018-03-02 19:51:08 +08:00
issue_closing_pattern.md Change location and refactor issue closing pattern documentation 2016-09-22 11:09:04 +03:00
job_artifacts.md search and replace EES, EEP, EEU with Starter, Premium, Ultimate 2018-02-01 19:09:30 -02:00
logs.md Update documentation WRT to request parameters 2018-03-01 17:45:16 +00:00
operations.md add index for doc/administration/operations/ 2017-12-11 14:05:08 -02:00
plugins.md Improve plugins documentation and remove unnecessary rake task 2018-02-28 12:31:19 +02:00
polling.md Document how polling interval is used 2017-04-10 16:52:25 +02:00
reply_by_email.md Update incoming emails documents 2018-03-02 19:51:08 +08:00
reply_by_email_postfix_setup.md Update incoming emails documents 2018-03-02 19:51:08 +08:00
repository_checks.md Update repository check documentation 2017-01-26 15:33:02 +00:00
repository_storage_paths.md Allow enabling the circuitbreaker using an env variable 2017-10-23 13:53:49 +03:00
repository_storage_types.md Backport EE changes to some hashed storage documentation to CE 2018-02-08 18:33:35 +00:00
repository_storages.md Fix the redirect location wording 2017-11-23 12:52:26 +01:00
restart_gitlab.md Move reply by email docs to a new location 2016-09-25 11:55:14 +02:00