summaryrefslogtreecommitdiff
path: root/doc/administration/troubleshooting
Commit message (Collapse)AuthorAgeFilesLines
* Resolve "CE documentation is not CommonMark compliant"Brett Walker2018-09-061-8/+8
|
* 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
* I am certainly weary of debugging sidekiq but I don't think that's what was ↵be-wary-of-typosGreg Stark2017-11-281-1/+1
| | | | meant
* 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-242-0/+262
| | | | [ci skip]
* Fix typo in obtaining a backtrace from all threads in gdbStan Hu2016-06-121-1/+2
| | | | | | Also add command to turn off pagination [ci skip]
* Add gdb detach instructionsDrew Blessing2016-06-011-0/+8
|
* Add Sidekiq troubleshooting docs [ci skip]Drew Blessing2016-04-221-0/+162