Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up headers in markdown | Marcel Amirault | 2019-07-24 | 1 | -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 docs | Marcel Amirault | 2019-07-10 | 1 | -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-24679 | Stan Hu | 2019-06-09 | 1 | -82/+0 |
| | | | | | This reverts commit fd19f887dfeeeedb483c4a4fb32f9f768e89389c, reversing changes made to abb2d4c601d796339c8d7cb0c00946696730f198. | ||||
* | Migrate legacy uploads to the project location50070-legacy-attachments | Jarka Košanová | 2019-06-06 | 1 | -0/+82 |
| | | | | | | Uploads coming from AttachmentUploader need to be moved to the currently supported location (FileUploader) | ||||
* | Fix most instances of bare URLs in markdown | Evan Read | 2019-01-24 | 1 | -1/+1 |
| | |||||
* | Make unordered lists conform to styleguidedocs/fix-unordered-list-style | Evan Read | 2019-01-08 | 1 | -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-prefix | Evan Read | 2018-11-13 | 1 | -3/+3 |
| | |||||
* | 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 |