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
2019-10-22Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-21Fix markdown causing kramdown warningsMarcel Amirault
Use of square brackets can cause kramdown warnings, as well as angle brackets, so they should be removed or put in backticks
2019-08-13Update Grafana doc for security updatePhil Zona
2019-08-07Compress images with pngquantAchilleas Pipinellis
2019-08-07Fix assorted linksMarcel Amirault
Fix links as discovered by the lint in the docs project
2019-08-06Remove GC metrics from performance barSean McGivern
These were disabled in production mode, but that also broke the rest of the performance bar. As they were only enabled in development mode, we can just remove them for now.
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-07-24Update performance bar documentationStan Hu
2019-07-18Add profile mode to extend request profilingQingyu Zhao
Extend the support for "X-Profile-Token: <token>" to have an additional header that defines type of profile we are looking for, like: X-Profile-Mode: execution X-Profile-Mode: memory
2019-07-15Remove extra blank lines from docsMarcel Amirault
Removing extra blank lines in docs that serve no purpose, as well as some --- lines that also are not needed.
2019-07-08Update redirected links in CE part 1Marcel Amirault
First MR in a series updating all redirected links in CE documentation to the destination URLs
2019-07-03Add Grafana to Admin > Monitoring menu when enabledManeschi Romain
2019-06-11Use correct alert boxBen Bodenmiller
2019-05-12list omnibus grafana installation detailsBen Bodenmiller
2019-04-02Docs: image realignmentMarcel Amirault
2019-03-11Docs: Add automatic redirects to many moved filesMarcel Amirault
2019-02-22Ensure all lists are surrounded by new linesEvan Read
Markdown renderers find it easier to determine where lists start and end when lists are surrounded by new lines. For consistency, also ensure entries in the list are aligned when they span multipls lines.
2019-01-24Fix most instances of bare URLs in markdownEvan Read
2019-01-02Fix navigation style in docsTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-12-18Compress all images under doc/Achilleas Pipinellis
2018-11-30Remove broken link and fix markdown formattingEvan Read
2018-11-23Merge branch 'docs-update-perfbar-path' into 'master'Achilleas Pipinellis
refresh the path to performance bar in admin settings with the up-to-date value See merge request gitlab-org/gitlab-ce!23316
2018-11-23update screenshot for request profiling tokenAlexander Tanayno
2018-11-23update path to performance bar in admin settingsAlexander Tanayno
2018-11-13Resolve Markdown ordered lists not conforming to styleguideEvan Read
2018-08-27Compress all PNG images under doc/Achilleas Pipinellis
The pngquant tool was used https://pngquant.org, and particularly, the following command: /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png Before: 47584K After : 34924K
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.
2018-03-13Make Gitaly more prominent in the performance barSean McGivern
This is as important as SQL timings, and much more important most of the time than GC, Redis, or Sidekiq.
2017-12-14Docs: add indexes for monitoring and performance monitoringMarcia Ramos
2017-10-30Allow to disable the Performance Bar and document the `p b` shortcut in its ↵Rémy Coutable
doc page Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-09-06Clarify documentation about performance barernstvn
2017-07-31Moves the Performance Bar to the top instead of being at the bottomRémy Coutable
2017-07-07Don't use Flipper for the Performance BarRémy Coutable
The implementation now simply rely on the `performance_bar_allowed_group_id` Application Setting. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-06Allow to enable the Performance Bar for a group from the admin areaRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-06Improve Features API and its docs and add a Changelog itemRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-06Document the Performance BarRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-02-08Move prometheus docs into their own dirAchilleas Pipinellis
[ci skip]
2017-01-22correct the prometheus feature configuration according to ↵Marcello
https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template#L1147
2017-01-22Add information on the dashboard and exporter portsAchilleas Pipinellis
[ci skip]
2017-01-22Expose Prometheus docs to the main READMEAchilleas Pipinellis
[ci skip]
2017-01-22Add Prometheus docsAchilleas Pipinellis
Replaces https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1237 Omnibus MR: https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1227 Omnibus issue: https://gitlab.com/gitlab-org/omnibus-gitlab/issues/1481
2016-11-22Reduce size of images from 25MB to 13MB using pngquantAchilleas Pipinellis
Took it from https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/3232 [ci skip]
2016-10-14Add docs for request profilingAhmad Sherif
Closes #23239
2016-09-25Move monitoring/ to new locationAchilleas Pipinellis