Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resolve "CE documentation is not CommonMark compliant" | Brett Walker | 2018-09-06 | 1 | -8/+8 |
| | |||||
* | Make rbtrace work under unicorn | Stan Hu | 2018-07-30 | 1 | -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-rbtrace | Stan Hu | 2018-07-25 | 1 | -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-typos | Greg Stark | 2017-11-28 | 1 | -1/+1 |
| | | | | meant | ||||
* | Document how to troubleshoot internal API calls | Stan Hu | 2017-11-18 | 1 | -0/+28 |
| | | | | | | [ci skip] iFoo | ||||
* | Remove Private Token from User Settings > Account | Douwe Maan | 2017-11-02 | 1 | -1/+1 |
| | |||||
* | Fix gdb backtrace command | Daniel Axelrod | 2016-11-01 | 1 | -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-token | Chris Wilson | 2016-10-11 | 1 | -2/+2 |
| | | | | code formatting. | ||||
* | Add troubleshooting section for SMTP settings | Stan Hu | 2016-07-01 | 1 | -2/+51 |
| | | | | [ci skip] | ||||
* | Add debugging tips with gdb | Stan Hu | 2016-06-24 | 2 | -0/+262 |
| | | | | [ci skip] | ||||
* | Fix typo in obtaining a backtrace from all threads in gdb | Stan Hu | 2016-06-12 | 1 | -1/+2 |
| | | | | | | Also add command to turn off pagination [ci skip] | ||||
* | Add gdb detach instructions | Drew Blessing | 2016-06-01 | 1 | -0/+8 |
| | |||||
* | Add Sidekiq troubleshooting docs [ci skip] | Drew Blessing | 2016-04-22 | 1 | -0/+162 |