Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-16Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-03-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-30Remove line profiler from performance barSean McGivern
1. The output isn't great. It can be hard to find hotspots and, even when you do find them, to find why those are hotspots. 2. It uses some jQuery-specific frontend code which we can remove now that we don't have this any more. 3. It's only possible to profile the initial request, not any subsequent AJAX requests.
2019-04-17Add backtrace to Gitaly performance barStan Hu
This adds the backtrace to a table to show exactly where the Gitaly call was made to make it easier to understand where the call originated. This change also collapses the details in the same row to improve the usability when there is a backtrace.
2018-10-12Show if the host is a canary host in the perf barSean McGivern
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.
2018-10-04Make perfbar z-index above modal backgroundSimon Knox
2018-09-11Remove jquery.scss; Combine multiple duplicate grays into global gray ↵Annabel Dunstone Gray
variables; Remove unused styles in common.scss
2018-08-13Resolve "`Copy to Clipboard` tooltip appears under modal"Adriel Santiago
2018-06-29Resolve "SQL Queries are not shown from the Performance Bar in Safari"Simon Knox
2018-06-14Resolve "Performance bar Gitaly modal is hard to read"Annabel Gray
2018-06-07Fix text colour in performance bar request selectorSean McGivern
2018-04-26remove peek performance_barPirate Praveen
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-03-23Merge branch 'performance-bar-vue-resource' into 'master'Filipa Lacerda
Add Vue resource interceptor to performance bar See merge request gitlab-org/gitlab-ce!17915
2018-03-22Merge branch 'master' into '44453-performance-bar-modalbox'Phil Hughes
# Conflicts: # app/assets/javascripts/performance_bar/components/detailed_metric.vue
2018-03-21Add Vue resource interceptor to performance barPhil Hughes
2018-03-21removed check for hostPhil Hughes
changed wrapper to container with correct widths
2018-03-20Adds a bigger width to the performance bar modal box and breaks the contentFilipa Lacerda
2018-03-19Show Ajax requests in performance barSean McGivern
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.
2017-07-31Moves the Performance Bar to the top instead of being at the bottomRémy Coutable
2017-07-06Improve & fix the performance bar UI and behaviorRémy Coutable