<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/install/aws, branch scripts-differences</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>Change gitlab-rake to gitlab-backup for backup and restore tasks</title>
<updated>2019-08-06T23:14:52+00:00</updated>
<author>
<name>Hossein Pursultani</name>
<email>hpursultani@gitlab.com</email>
</author>
<published>2019-08-06T23:14:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3c88ad724302e31b020f495595e12259c284b794'/>
<id>3c88ad724302e31b020f495595e12259c284b794</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'patch-71' into 'master'</title>
<updated>2019-07-11T22:29:37+00:00</updated>
<author>
<name>Ray Paik</name>
<email>rpaik@gitlab.com</email>
</author>
<published>2019-07-11T22:29:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4b6611f31d18fe03664bbde419926cc25f088c33'/>
<id>4b6611f31d18fe03664bbde419926cc25f088c33</id>
<content type='text'>
Update index.md - Fixing a minor typo on the postgreSQL setup instructions

See merge request gitlab-org/gitlab-ce!30437</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update index.md - Fixing a minor typo on the postgreSQL setup instructions

See merge request gitlab-org/gitlab-ce!30437</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://git.baserock.org/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 index.md - Fixing a minor typo on the postgreSQL setup instructions</title>
<updated>2019-07-07T07:26:00+00:00</updated>
<author>
<name>Ove Heigre</name>
<email>oheigre@gmail.com</email>
</author>
<published>2019-07-07T07:26:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=941b67764f85f66b900ae3436f1e98b5c4697457'/>
<id>941b67764f85f66b900ae3436f1e98b5c4697457</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up docs under install/</title>
<updated>2019-06-03T18:13:53+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2019-05-24T00:48:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5a4bab0853fb56121bca943526e3b4186ed44d87'/>
<id>5a4bab0853fb56121bca943526e3b4186ed44d87</id>
<content type='text'>
This is an initiative to ensure all documentation complies completely
with the Documentation Style Guide section "Documentation is the single
source of truth (SSOT)" according to this epic
https://gitlab.com/groups/gitlab-org/-/epics/1280.

In particular, the changes of this commit touch all files under
doc/install/. Most notably:

- install/redis.md:
        Redirect to Redis section of install guide.

- install/pivotal/index.md:
        Changed its content to reflect the current status, which is no
        longer supported (since 2017!).

- install/google-protobuf.md:
        Incorporated inside installation.md under the troubleshooting section.

- install/openshift_and_gitlab.md:
        Clarified that this guide is no longer relevant. We might want to
        redirect to the Chart docs in the future.

- install/structure.md:
        Incorporated inside installation.md under its own section.

- install/kubernetes/index.md:
        Redirected to https://docs.gitlab.com/charts
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is an initiative to ensure all documentation complies completely
with the Documentation Style Guide section "Documentation is the single
source of truth (SSOT)" according to this epic
https://gitlab.com/groups/gitlab-org/-/epics/1280.

In particular, the changes of this commit touch all files under
doc/install/. Most notably:

- install/redis.md:
        Redirect to Redis section of install guide.

- install/pivotal/index.md:
        Changed its content to reflect the current status, which is no
        longer supported (since 2017!).

- install/google-protobuf.md:
        Incorporated inside installation.md under the troubleshooting section.

- install/openshift_and_gitlab.md:
        Clarified that this guide is no longer relevant. We might want to
        redirect to the Chart docs in the future.

- install/structure.md:
        Incorporated inside installation.md under its own section.

- install/kubernetes/index.md:
        Redirected to https://docs.gitlab.com/charts
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs: Convert links in various docs to relative</title>
<updated>2019-05-31T11:29:58+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>ravlen@gmail.com</email>
</author>
<published>2019-05-31T11:29:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cab0c20c149f9bfec9d7a08723841495e2d9dfa5'/>
<id>cab0c20c149f9bfec9d7a08723841495e2d9dfa5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs: Remove all remaining orphaned images.</title>
<updated>2019-05-17T19:21:48+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>ravlen@gmail.com</email>
</author>
<published>2019-05-17T19:21:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=54358d6199ea9262c6da23c990df10abffffe53f'/>
<id>54358d6199ea9262c6da23c990df10abffffe53f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update AWS install docs for non HA</title>
<updated>2019-03-27T07:37:48+00:00</updated>
<author>
<name>Kristie McGoldrick</name>
<email>kmcgoldrick@gitlab.com</email>
</author>
<published>2019-03-27T07:37:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f178191f2383fad6e9a940107cad837792a579af'/>
<id>f178191f2383fad6e9a940107cad837792a579af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added no efs mention to repo storage path and AWS</title>
<updated>2019-03-26T15:49:46+00:00</updated>
<author>
<name>Sara Ahbabou</name>
<email>sahbabou@gitlab.com</email>
</author>
<published>2019-03-26T15:49:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b342ffed8e9fe9bd39a025168a6e5142fd16dbd4'/>
<id>b342ffed8e9fe9bd39a025168a6e5142fd16dbd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs: Last batch of misc broken anchors</title>
<updated>2019-03-04T02:37:14+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>ravlen@gmail.com</email>
</author>
<published>2019-03-04T02:37:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4a25a130f4eb6abacf1c25316f76dd3a93486b50'/>
<id>4a25a130f4eb6abacf1c25316f76dd3a93486b50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
