Commit graph

16 commits

Author SHA1 Message Date
GitLab Bot
eadb77d89f Add latest changes from gitlab-org/gitlab@master 2019-10-07 18:06:24 +00:00
GitLab Bot
ec60358d52 Add latest changes from gitlab-org/gitlab@master 2019-10-01 03:05:57 +00:00
GitLab Bot
80f61b4035 Add latest changes from gitlab-org/gitlab@master 2019-09-18 14:02:45 +00:00
Marcel Amirault
74a34e8b7b Clean up headers in markdown
Some markdown headers needed tweaking to adhere
to standards, including blank lines above and below,
only one space after hash, first header should be
h1, and only one h1 per doc
2019-07-24 13:10:06 +00:00
Marcel Amirault
4633604424 Fix whitespace in many administration docs
Many code blocks are 4spaced, and they render in GitLab
without coloring as a result, even though they are
fenced with a language label. If in a list, other items
will render as being in a code block too, even if not
meant to. This fixes all these issues for many admin
docs (part 2)
2019-07-10 18:23:55 +00:00
Evan Read
c2c2d04b3a Fix most instances of bare URLs in markdown 2019-01-24 06:52:33 +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
Stan Hu
820923664d Make rbtrace work under unicorn
The Unicorn master resets any signal handlers and prevents rbtrace
from working properly as a result. Move the `require 'rbtrace'` call
to the Unicorn `after_fork` block and keep the initializer only for Sidekiq.
2018-07-30 08:12:45 -07:00
Stan Hu
b755673fb6 Add rbtrace to Gemfile
This will be enabled if ENABLE_RBTRACE environment variable is defined.
This will allow us to debug all sorts of issues in production:

https://github.com/tmm1/rbtrace
2018-07-25 04:41:40 -07:00
Stan Hu
b001487d94 Document how to troubleshoot internal API calls
[ci skip]

iFoo
2017-11-18 00:06:15 -08:00
Douwe Maan
4b93429a4e Remove Private Token from User Settings > Account 2017-11-02 11:39:01 +01:00
Daniel Axelrod
c7dd62a0da Fix gdb backtrace command
Correct the command to get a gdb backtrace from all threads. `apply` is
not a valid gdb command.

See https://sourceware.org/gdb/onlinedocs/gdb/Threads.html#Threads .
2016-11-01 23:59:32 +00:00
Chris Wilson
dd9e5ba165 Fix step number and token param in URL example. Fix gitlab-rails command code formatting. 2016-10-11 05:33:55 +00:00
Stan Hu
bca03d0875 Add troubleshooting section for SMTP settings
[ci skip]
2016-07-01 08:28:47 -07:00
Stan Hu
67e83543b3 Add debugging tips with gdb
[ci skip]
2016-06-24 08:58:32 -07:00