<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/raketasks, 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>Move document to new location, split in 3</title>
<updated>2019-07-15T08:02:33+00:00</updated>
<author>
<name>Marcia Ramos</name>
<email>marcia@gitlab.com</email>
</author>
<published>2019-07-15T08:02:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e6aa6ec165b364dd7615ba912fb1e4aded5008bc'/>
<id>e6aa6ec165b364dd7615ba912fb1e4aded5008bc</id>
<content type='text'>
- Move steps to new doc
- Move all concepts to different docs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Move steps to new doc
- Move all concepts to different docs
</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 hard tabs from docs</title>
<updated>2019-07-11T22:53:54+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-11T22:53:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b71835818a65d2aa8ae81b4a7dd6ba8689bc55ae'/>
<id>b71835818a65d2aa8ae81b4a7dd6ba8689bc55ae</id>
<content type='text'>
Hard tabs do not follow general markdown guidelines
are were removed from the few docs that used them
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hard tabs do not follow general markdown guidelines
are were removed from the few docs that used them
</pre>
</div>
</content>
</entry>
<entry>
<title>Add reconfigure step to secrets restoration</title>
<updated>2019-07-11T11:44:49+00:00</updated>
<author>
<name>Alexander Tanayno</name>
<email>atanayno@gitlab.com</email>
</author>
<published>2019-07-11T11:44:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=557c085944b46fee4442812227b82b79e3781c6d'/>
<id>557c085944b46fee4442812227b82b79e3781c6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update redirected links to final destination</title>
<updated>2019-07-09T00:20:40+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-09T00:20:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=347a8799096d2ace4e1b4577f8f79518085ffa40'/>
<id>347a8799096d2ace4e1b4577f8f79518085ffa40</id>
<content type='text'>
Updating redirected links in the development, install, policy
raketasks and university dirs. Should now link to final
URL to avoid redirect hops
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updating redirected links in the development, install, policy
raketasks and university dirs. Should now link to final
URL to avoid redirect hops
</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>Change absolute links to relative</title>
<updated>2019-07-05T16:25:58+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-05T16:25:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6feda1df3b53df3d2fb9f8ac076049fbf3ffc0f1'/>
<id>6feda1df3b53df3d2fb9f8ac076049fbf3ffc0f1</id>
<content type='text'>
Change assorted absolute links to ce and ee docs
to relative links
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change assorted absolute links to ce and ee docs
to relative links
</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>
<entry>
<title>Docs: Fix spacing in code blocks in webhook raketask doc</title>
<updated>2019-07-01T04:24:02+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-01T04:24:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a2767e2b711cf294ebd7a22ef32b4701463ea9b3'/>
<id>a2767e2b711cf294ebd7a22ef32b4701463ea9b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://git.baserock.org/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>
</feed>
