<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/administration/troubleshooting, branch docs/fix-commit-api-render</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Fix most instances of bare URLs in markdown</title>
<updated>2019-01-24T06:52:33+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-01-24T06:52:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c2c2d04b3a0d7942edd8c8608f6bd25428131fc3'/>
<id>c2c2d04b3a0d7942edd8c8608f6bd25428131fc3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make unordered lists conform to styleguide</title>
<updated>2019-01-08T02:21:09+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2018-11-13T06:07:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d98560c1f5c54127d1a48c4c8e326bbf06c31c4b'/>
<id>d98560c1f5c54127d1a48c4c8e326bbf06c31c4b</id>
<content type='text'>
- Also makes other minor Markdown fixes that were near the main fixes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Also makes other minor Markdown fixes that were near the main fixes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve Markdown ordered lists not conforming to styleguide</title>
<updated>2018-11-13T00:53:38+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2018-11-13T00:39:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=20146580a0618e7c9a726c6d53e51d3ca60b63e8'/>
<id>20146580a0618e7c9a726c6d53e51d3ca60b63e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve "CE documentation is not CommonMark compliant"</title>
<updated>2018-09-06T16:52:18+00:00</updated>
<author>
<name>Brett Walker</name>
<email>bwalker@gitlab.com</email>
</author>
<published>2018-09-06T16:52:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b0be58a1b313df976ea4b0e37163f8fea81ce5f4'/>
<id>b0be58a1b313df976ea4b0e37163f8fea81ce5f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make rbtrace work under unicorn</title>
<updated>2018-07-30T15:12:45+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-07-29T01:12:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=820923664ddf353533892f0af21ed3822508a655'/>
<id>820923664ddf353533892f0af21ed3822508a655</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add rbtrace to Gemfile</title>
<updated>2018-07-25T11:41:40+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-07-25T05:15:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b755673fb63b57751657a55f568ca809e5c7901e'/>
<id>b755673fb63b57751657a55f568ca809e5c7901e</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>I am certainly weary of debugging sidekiq but I don't think that's what was meant</title>
<updated>2017-11-28T18:14:05+00:00</updated>
<author>
<name>Greg Stark</name>
<email>stark@gitlab.com</email>
</author>
<published>2017-11-28T18:14:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a35d6d3c479fa2259e6d32d207be99d980a711c6'/>
<id>a35d6d3c479fa2259e6d32d207be99d980a711c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document how to troubleshoot internal API calls</title>
<updated>2017-11-18T08:06:15+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-11-11T01:14:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b001487d94a131fa698d7feb1be8d9168c877e55'/>
<id>b001487d94a131fa698d7feb1be8d9168c877e55</id>
<content type='text'>
[ci skip]

iFoo
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]

iFoo
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Private Token from User Settings &gt; Account</title>
<updated>2017-11-02T10:39:01+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2017-10-12T08:21:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4b93429a4e7161460ecde6b0cf56480b03e8e600'/>
<id>4b93429a4e7161460ecde6b0cf56480b03e8e600</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix gdb backtrace command</title>
<updated>2016-11-01T23:59:32+00:00</updated>
<author>
<name>Daniel Axelrod</name>
<email>git@danonline.net</email>
</author>
<published>2016-11-01T23:59:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c7dd62a0dae8a38a6104b2e4f771a7b324ac927b'/>
<id>c7dd62a0dae8a38a6104b2e4f771a7b324ac927b</id>
<content type='text'>

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 .</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

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 .</pre>
</div>
</content>
</entry>
</feed>
