Commit Graph

18 Commits

Author SHA1 Message Date
Stan Hu b7e3a1e040 Revert "Merge branch '50070-legacy-attachments' into 'master'"
This reverts commit fd19f887df, reversing
changes made to abb2d4c601.
2019-06-09 05:56:11 -07:00
Jarka Košanová 3335918bff Migrate legacy uploads to the project location
Uploads coming from AttachmentUploader
need to be moved to the currently supported location
(FileUploader)
2019-06-06 15:33:04 +02: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
Brett Walker b0be58a1b3 Resolve "CE documentation is not CommonMark compliant" 2018-09-06 16:52:18 +00: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
Greg Stark a35d6d3c47 I am certainly weary of debugging sidekiq but I don't think that's what was meant 2017-11-28 18:14:05 +00: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
Stan Hu ec7cdc18c8 Fix typo in obtaining a backtrace from all threads in gdb
Also add command to turn off pagination

[ci skip]
2016-06-12 20:09:25 -07:00
Drew Blessing 91496a0965 Add gdb detach instructions 2016-06-01 14:44:29 -05:00
Drew Blessing 3e16997fd7 Add Sidekiq troubleshooting docs [ci skip] 2016-04-22 13:11:53 -05:00