<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/administration/geo, branch refactor_auto_devops_enabled</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>Update current limitations for automatic background verification</title>
<updated>2019-07-15T16:32:45+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2019-07-12T19:52:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a5ca1e488d350d48a42f757a765835dc1bf4663d'/>
<id>a5ca1e488d350d48a42f757a765835dc1bf4663d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add note to GEO documentation about database upgrade</title>
<updated>2019-07-15T13:49:32+00:00</updated>
<author>
<name>Ian Baum</name>
<email>ibaum@gitlab.com</email>
</author>
<published>2019-07-15T13:49:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a45c5e185879b390345ac363e1e26def00dd1a3f'/>
<id>a45c5e185879b390345ac363e1e26def00dd1a3f</id>
<content type='text'>
* Point to the omnibus documentation for how to upgrade the cluster
* Document how to disable the upgrade procedure
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Point to the omnibus documentation for how to upgrade the cluster
* Document how to disable the upgrade procedure
</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://git.baserock.org/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>Remove trailing whitespace in docs</title>
<updated>2019-07-12T08:15:38+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-12T08:15:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=143872fa52dfc37396e2ede946f1fe7fa9a8d20c'/>
<id>143872fa52dfc37396e2ede946f1fe7fa9a8d20c</id>
<content type='text'>
Remove unneeded trailing whitespace in lines in
/development /ci /api and /administration docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove unneeded trailing whitespace in lines in
/development /ci /api and /administration docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the installation link</title>
<updated>2019-07-08T22:24:54+00:00</updated>
<author>
<name>Cindy Pallares</name>
<email>cindy@gitlab.com</email>
</author>
<published>2019-07-08T22:24:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=00780264a7f8eaaf304c22aaa481e1942ced05cd'/>
<id>00780264a7f8eaaf304c22aaa481e1942ced05cd</id>
<content type='text'>
The installation link has changed from /installation/ to /install/. This
commit will update all the remaining links that are missing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The installation link has changed from /installation/ to /install/. This
commit will update all the remaining links that are missing.
</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://git.baserock.org/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>Update redirected links in CE part 1</title>
<updated>2019-07-08T00:41:33+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-08T00:41:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=518e2b81e38b96d6afa508b39e30dc40f1b4b6c0'/>
<id>518e2b81e38b96d6afa508b39e30dc40f1b4b6c0</id>
<content type='text'>
First MR in a series updating all redirected links
in CE documentation to the destination URLs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
First MR in a series updating all redirected links
in CE documentation to the destination URLs
</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://git.baserock.org/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 spacing in geo docs</title>
<updated>2019-07-03T01:37:27+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-03T01:37:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f3ed4eccd5444e9130634a61a116c3aaf4872fee'/>
<id>f3ed4eccd5444e9130634a61a116c3aaf4872fee</id>
<content type='text'>
Spacing following lists should be 2 spaces, and 3 for numbered lists
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Spacing following lists should be 2 spaces, and 3 for numbered lists
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'tc-rake-orphan-artifacts' into 'master'</title>
<updated>2019-07-01T08:04:57+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2019-07-01T08:04:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f63dc06cb4572db92bb91c936e9862c55f1f365e'/>
<id>f63dc06cb4572db92bb91c936e9862c55f1f365e</id>
<content type='text'>
Add rake task to clean orphan artifact files

See merge request gitlab-org/gitlab-ce!29681</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add rake task to clean orphan artifact files

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