summaryrefslogtreecommitdiff
path: root/doc/development/performance.md
Commit message (Collapse)AuthorAgeFilesLines
* Update numbered lists for docs standardsMarcel Amirault2019-07-191-4/+4
| | | | | Ensure that all numbered lists use only 1. and no other numbers. Also ensure that numbered lists use proper spacing.
* Add blank lines around code blocksMarcel Amirault2019-07-121-0/+1
| | | | All code blocks should be surrounded by blank lines
* Fix most bare URLs in projectEvan Read2019-07-021-1/+1
| | | | | | Linting rule not enabled for now because tooling produces false positives.
* Add developer documentation for distributing tracingAndrew Newdigate2019-02-281-0/+1
| | | | | This change adds developer documentation on using distributed tracing using Jaeger.
* Add "Seeding an empty database" sectionMichael Kozono2019-02-211-0/+15
|
* Remove consecutive blank lines from markdown filesEvan Read2019-02-181-1/+0
| | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
* Make unordered lists conform to styleguidedocs/fix-unordered-list-styleEvan Read2019-01-081-13/+13
| | | | - Also makes other minor Markdown fixes that were near the main fixes.
* Resolve Markdown ordered lists not conforming to styleguidedocs/fix-ordered-list-item-prefixEvan Read2018-11-131-11/+11
|
* Documentation updates as per review [skip ci]52767-more-chaos-for-gitlabAndrew Newdigate2018-11-061-2/+2
|
* Add documentation, secure routes, etcAndrew Newdigate2018-11-011-0/+1
|
* Update docs regarding frozen stringgfyoung2018-09-291-2/+4
| | | | xref #47424.
* Update url reference for grafanaMark Chao2018-09-101-1/+1
|
* Rework performance section to allow for string freezingStan Hu2018-08-011-23/+31
| | | | Relates to #47424
* Add bin/profile-url tool and docsadd-profiler-to-applicationSean McGivern2018-01-191-1/+2
|
* Docs: add indexes for monitoring and performance monitoringMarcia Ramos2017-12-141-1/+1
|
* Adds docs for QueryRecorder tests28492-add-dev-documentation-for-using-the-queryrecorder-in-specsJames Edwards-Jones2017-03-131-0/+1
|
* Add the rspec_profiling gem and documentation to the GitLab development ↵23034-enable-rspec-profilingNick Thomas2017-01-271-0/+35
| | | | environment
* Fix link from doc/development/performance.md to 'Performance Monitoring'jej-fix-doc-performance-link-to-monitoringJames Edwards-Jones2016-12-171-1/+1
|
* Add StackProf to the Gemfile, along with a utility to get a profile for a specNick Thomas2016-11-291-0/+110
|
* Fix old monitoring links to point to the new locationdocs/fix-link-to-monitoringAchilleas Pipinellis2016-10-241-1/+1
|
* Merge branch 'dz-rename-user-routes' into 'master'Robert Speicher2016-10-171-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Rename users routing from /u/:username to /users/:username for consistency with other routes Renames /u/:username to /users/:username To follow consistency with other routes (like groups) and UsersController name. Now when you can use `/:username` for accessing user page there is no need in shortcut like `/u/` See merge request !6851
| * Remove /u/ prefix from user pages in documentationDmitriy Zaporozhets2016-10-131-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Add docs for request profilingfix/request-profiler-docsAhmad Sherif2016-10-141-1/+2
|/ | | | Closes #23239
* Corrected links/usernames in performance guideupdate-performance-guideYorick Peterse2016-08-111-5/+4
| | | | | | | This fixes two broken links in the performance guide and removes the mention of Josh as he no longer works for GitLab. [ci skip]
* Fixed username links in the performance guideYorick Peterse2016-05-041-3/+3
| | | | | | | | | These would end up being rendered as: <a href="...">@yorickpeterse</a> <a href="...">@yorickpeterse</a> [ci skip]
* Copyedit performance documentAchilleas Pipinellis2016-05-031-22/+22
| | | | [ci skip]
* Added performance guidelinesperformance-guideYorick Peterse2016-04-301-0/+258
Fixes gitlab-org/gitlab-ce#15254 gitlab-org/gitlab-ce#14277 [ci skip]