<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/integration, branch refactor_auto_devops_enabled</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Update ES indexer docs for Omnibus users</title>
<updated>2019-07-16T07:22:58+00:00</updated>
<author>
<name>Greg Myers</name>
<email>gmyers@gitlab.com</email>
</author>
<published>2019-07-16T07:22:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=42f34f419c8bfe094ab382127e10b3627fa1acff'/>
<id>42f34f419c8bfe094ab382127e10b3627fa1acff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove extra blank lines from docs</title>
<updated>2019-07-15T01:04:35+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-15T01:04:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4121c636763e4bcbca7622e9f0e341d5e0e5a3e1'/>
<id>4121c636763e4bcbca7622e9f0e341d5e0e5a3e1</id>
<content type='text'>
Removing extra blank lines in docs that serve
no purpose, as well as some --- lines that also
are not needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removing extra blank lines in docs that serve
no purpose, as well as some --- lines that also
are not needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix whitespace in install and integration docs</title>
<updated>2019-07-11T15:21:26+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-11T15:21:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=33c867b70d537087998948a31e2dd0137fde91b0'/>
<id>33c867b70d537087998948a31e2dd0137fde91b0</id>
<content type='text'>
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, and cleans up
minor white space issues in install and integration docs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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, and cleans up
minor white space issues in install and integration docs
</pre>
</div>
</content>
</entry>
<entry>
<title>Update redirected links to final destinations</title>
<updated>2019-07-08T23:14:29+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-08T23:14:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0d4c6a14d81bb120b04e8edb76050110191435a9'/>
<id>0d4c6a14d81bb120b04e8edb76050110191435a9</id>
<content type='text'>
This updates redirected links in integration, update, user
and workflow dirs. Should now link to final URLs to avoid
redirect hops
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This updates redirected links in integration, update, user
and workflow dirs. Should now link to final URLs to avoid
redirect hops
</pre>
</div>
</content>
</entry>
<entry>
<title>Add lint rule that headings must increment one level at a time</title>
<updated>2019-07-08T11:07:07+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-07-08T11:07:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4f93fa4b7d8322aa1f0b39066d65a83c9b10977e'/>
<id>4f93fa4b7d8322aa1f0b39066d65a83c9b10977e</id>
<content type='text'>
Also fixes instances in Markdown that broke the rule.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fixes instances in Markdown that broke the rule.
</pre>
</div>
</content>
</entry>
<entry>
<title>Changing badges to use parentheses not brackets</title>
<updated>2019-07-08T08:50:38+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-08T08:50:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=73c6477b7e07dbdeb86f0c9033e84d7fda2ac0e2'/>
<id>73c6477b7e07dbdeb86f0c9033e84d7fda2ac0e2</id>
<content type='text'>
Previously, we used brackets to denote the tier badges,
but this made Kramdown, the docs site Markdown renderer,
show many warnings when building the site. This is now
fixed by using parentheses instead of square brackets.

This was caused by [PREMIUM] looking like a link to
Kramdown, which couldn't find a URL there.

See:
- https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484
- https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, we used brackets to denote the tier badges,
but this made Kramdown, the docs site Markdown renderer,
show many warnings when building the site. This is now
fixed by using parentheses instead of square brackets.

This was caused by [PREMIUM] looking like a link to
Kramdown, which couldn't find a URL there.

See:
- https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484
- https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix markdown to reduce number of kramdown warnings</title>
<updated>2019-07-03T07:12:04+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-03T07:12:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1464b1e0004c17ea56808514577233e95bd7fdd2'/>
<id>1464b1e0004c17ea56808514577233e95bd7fdd2</id>
<content type='text'>
Add backticks around square brackets, or fix links, as necessary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add backticks around square brackets, or fix links, as necessary.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix most bare URLs in project</title>
<updated>2019-07-02T08:50:00+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-07-02T08:50:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d05eebe1ddd50b5bf28dfa5e00633d1ecc1df562'/>
<id>d05eebe1ddd50b5bf28dfa5e00633d1ecc1df562</id>
<content type='text'>
Linting rule not enabled for now
because tooling produces false
positives.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Linting rule not enabled for now
because tooling produces false
positives.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enforce consistent prefix for bullet lists</title>
<updated>2019-07-01T03:36:23+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-01T03:36:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=20654fb9bf7673cf4f925f36e7bdc4818233cbb9'/>
<id>20654fb9bf7673cf4f925f36e7bdc4818233cbb9</id>
<content type='text'>
Adjusts asterisks to hyphens in assorted docs to allow lint rule to pass
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adjusts asterisks to hyphens in assorted docs to allow lint rule to pass
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'small-s-in-elasticsearch' into 'master'</title>
<updated>2019-07-01T02:53:42+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-07-01T02:53:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=276038c2f7c7c441d5b0f097077175b8ea8f8a16'/>
<id>276038c2f7c7c441d5b0f097077175b8ea8f8a16</id>
<content type='text'>
Fix typo in docs about Elasticsearch

See merge request gitlab-org/gitlab-ce!30162</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix typo in docs about Elasticsearch

See merge request gitlab-org/gitlab-ce!30162</pre>
</div>
</content>
</entry>
</feed>
