summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/performance_bar.scss
Commit message (Collapse)AuthorAgeFilesLines
* Show if the host is a canary host in the perf barSean McGivern2018-10-121-0/+4
| | | | | | | | If the request came from a canary host, show this in the performance bar by: 1. Adding a bird emoji. 2. Colouring the hostname yellow.
* Make perfbar z-index above modal background50552-unable-to-close-performance-barSimon Knox2018-10-041-1/+2
|
* Remove jquery.scss; Combine multiple duplicate grays into global gray ↵Annabel Dunstone Gray2018-09-111-3/+3
| | | | variables; Remove unused styles in common.scss
* Resolve "`Copy to Clipboard` tooltip appears under modal"Adriel Santiago2018-08-131-1/+1
|
* Resolve "SQL Queries are not shown from the Performance Bar in Safari"Simon Knox2018-06-281-2/+1
|
* Resolve "Performance bar Gitaly modal is hard to read"Annabel Gray2018-06-141-4/+4
|
* Fix text colour in performance bar request selectorSean McGivern2018-06-071-0/+1
|
* remove peek performance_barPirate Praveen2018-04-261-1/+0
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'performance-bar-vue-resource' into 'master'Filipa Lacerda2018-03-231-0/+4
|\ | | | | | | | | Add Vue resource interceptor to performance bar See merge request gitlab-org/gitlab-ce!17915
| * Add Vue resource interceptor to performance barPhil Hughes2018-03-211-0/+4
| |
* | Merge branch 'master' into '44453-performance-bar-modalbox'44453-performance-bar-modalboxPhil Hughes2018-03-221-6/+0
|\ \ | | | | | | | | | # Conflicts: # app/assets/javascripts/performance_bar/components/detailed_metric.vue
| * | removed check for hostPhil Hughes2018-03-211-6/+0
| |/ | | | | | | changed wrapper to container with correct widths
* | Adds a bigger width to the performance bar modal box and breaks the contentFilipa Lacerda2018-03-201-2/+8
|/
* Show Ajax requests in performance barSean McGivern2018-03-191-6/+23
| | | | | | | | | | | | | | | | | 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.
* Moves the Performance Bar to the top instead of being at the bottomRémy Coutable2017-07-311-3/+11
|
* Improve & fix the performance bar UI and behaviorRémy Coutable2017-07-061-0/+103