summaryrefslogtreecommitdiff
path: root/doc/administration/troubleshooting
Commit message (Collapse)AuthorAgeFilesLines
* Clean up headers in markdownMarcel Amirault2019-07-241-1/+1
| | | | | | | 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
* 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)
* Revert "Merge branch '50070-legacy-attachments' into 'master'"sh-revert-mr-24679Stan Hu2019-06-091-82/+0
| | | | | This reverts commit fd19f887dfeeeedb483c4a4fb32f9f768e89389c, reversing changes made to abb2d4c601d796339c8d7cb0c00946696730f198.
* Migrate legacy uploads to the project location50070-legacy-attachmentsJarka Košanová2019-06-061-0/+82
| | | | | | Uploads coming from AttachmentUploader need to be moved to the currently supported location (FileUploader)
* 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
|
* 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