summaryrefslogtreecommitdiff
path: root/doc/administration/troubleshooting/debug.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix whitespace in many administration docsMarcel Amirault2019-07-101-54/+54
| | | | | | | | | 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)
* Fix most instances of bare URLs in markdownEvan Read2019-01-241-1/+1
|
* Make unordered lists conform to styleguidedocs/fix-unordered-list-styleEvan Read2019-01-081-2/+2
| | | | - 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-3/+3
|
* Make rbtrace work under unicornStan Hu2018-07-301-1/+6
| | | | | | 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.
* Add rbtrace to Gemfilesh-include-rbtraceStan Hu2018-07-251-0/+13
| | | | | | | 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
* Document how to troubleshoot internal API callsStan Hu2017-11-181-0/+28
| | | | | | [ci skip] iFoo
* Remove Private Token from User Settings > AccountDouwe Maan2017-11-021-1/+1
|
* Fix gdb backtrace command Daniel Axelrod2016-11-011-1/+1
| | | | | | 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 .
* Fix step number and token param in URL example. Fix gitlab-rails command ↵mrchrisw/fix-debug-tokenChris Wilson2016-10-111-2/+2
| | | | code formatting.
* Add troubleshooting section for SMTP settingsStan Hu2016-07-011-2/+51
| | | | [ci skip]
* Add debugging tips with gdbStan Hu2016-06-241-0/+120
[ci skip]