Commit Graph

27 Commits

Author SHA1 Message Date
Marcel Amirault 7da80b2d36 Update numbered lists for docs standards
Ensure that all numbered lists use only 1. and no other numbers.
Also ensure that numbered lists use proper spacing.
2019-07-19 02:20:32 +00:00
Marcel Amirault c6f943db44 Add blank lines around code blocks
All code blocks should be surrounded by blank lines
2019-07-12 08:09:23 +00:00
Evan Read d05eebe1dd Fix most bare URLs in project
Linting rule not enabled for now
because tooling produces false
positives.
2019-07-02 08:50:00 +00:00
Andrew Newdigate 01103de2ff Add developer documentation for distributing tracing
This change adds developer documentation on using distributed tracing
using Jaeger.
2019-02-28 00:21:37 +00:00
Michael Kozono 09f7d53ff2
Add "Seeding an empty database" section 2019-02-21 10:25:08 -08:00
Evan Read 47fb1c5235 Remove consecutive blank lines from markdown files
For the sake of consistency, removes any extraneous
consecutive blank lines from the doc suite.
2019-02-18 09:36:13 +00:00
Evan Read d98560c1f5 Make unordered lists conform to styleguide
- Also makes other minor Markdown fixes that were near the main fixes.
2019-01-08 12:21:09 +10:00
Evan Read 20146580a0 Resolve Markdown ordered lists not conforming to styleguide 2018-11-13 10:53:38 +10:00
Andrew Newdigate 673f06253d Documentation updates as per review [skip ci] 2018-11-06 13:31:20 +00:00
Andrew Newdigate 847c81b755 Add documentation, secure routes, etc 2018-11-01 17:20:34 +00:00
gfyoung f6c02ee027 Update docs regarding frozen string
xref #47424.
2018-09-29 15:26:00 -07:00
Mark Chao e3d46b22ee Update url reference for grafana 2018-09-10 16:03:33 +08:00
Stan Hu 0c14042af3 Rework performance section to allow for string freezing
Relates to #47424
2018-08-01 12:58:39 -07:00
Sean McGivern 45d6a2b398 Add bin/profile-url tool and docs 2018-01-19 14:59:05 +00:00
Marcia Ramos c234913e22 Docs: add indexes for monitoring and performance monitoring 2017-12-14 18:24:42 +00:00
James Edwards-Jones 4dc99f326a Adds docs for QueryRecorder tests 2017-03-13 18:59:36 +00:00
Nick Thomas f83b8bd42c Add the rspec_profiling gem and documentation to the GitLab development environment 2017-01-27 12:41:16 +00:00
James Edwards-Jones bea9795531 Fix link from doc/development/performance.md to 'Performance Monitoring' 2016-12-17 06:19:12 +00:00
Nick Thomas 5e05f9c5c2 Add StackProf to the Gemfile, along with a utility to get a profile for a spec 2016-11-29 14:14:34 +00:00
Achilleas Pipinellis 8b7634c2b6 Fix old monitoring links to point to the new location 2016-10-24 16:45:00 +02:00
Robert Speicher 285172c33c Merge branch 'dz-rename-user-routes' into 'master'
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
2016-10-17 20:47:46 +02:00
Ahmad Sherif c180221a5b Add docs for request profiling
Closes #23239
2016-10-14 20:18:23 +02:00
Dmitriy Zaporozhets cb7872c3a0
Remove /u/ prefix from user pages in documentation
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-10-13 14:24:09 +03:00
Yorick Peterse 7d65d2ec2b
Corrected links/usernames in performance guide
This fixes two broken links in the performance guide and removes the
mention of Josh as he no longer works for GitLab.

[ci skip]
2016-08-11 14:31:19 +02:00
Yorick Peterse 70551217a6
Fixed username links in the performance guide
These would end up being rendered as:

    <a href="...">@yorickpeterse</a>
    <a href="...">@yorickpeterse</a>

[ci skip]
2016-05-04 13:17:43 +02:00
Achilleas Pipinellis 8bd793c9c5 Copyedit performance document
[ci skip]
2016-05-03 20:47:38 +03:00
Yorick Peterse b47a84b4be
Added performance guidelines
Fixes gitlab-org/gitlab-ce#15254 gitlab-org/gitlab-ce#14277

[ci skip]
2016-04-30 02:10:25 +02:00