<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/topics, branch docs/https-many-docs-links</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>Add link to default Helm chart</title>
<updated>2019-06-14T17:14:20+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-06-14T17:14:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fe66357f53edb61ef5c287c5ca82070abdc4ba7d'/>
<id>fe66357f53edb61ef5c287c5ca82070abdc4ba7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add link to Auto DevOps video</title>
<updated>2019-06-12T15:44:01+00:00</updated>
<author>
<name>Russell Dickenson</name>
<email>rdickenson@gitlab.com</email>
</author>
<published>2019-06-12T15:44:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2fa488cb4f5474750aef16ae35a431e99c3e31ab'/>
<id>2fa488cb4f5474750aef16ae35a431e99c3e31ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add link to Auto DevOps demo video</title>
<updated>2019-06-12T04:56:08+00:00</updated>
<author>
<name>Russell Dickenson</name>
<email>rdickenson@gitlab.com</email>
</author>
<published>2019-06-12T04:56:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=efdb7ba2a85ffc7a1061e964a05d458afc375925'/>
<id>efdb7ba2a85ffc7a1061e964a05d458afc375925</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary notes from AutoDevOps documentation</title>
<updated>2019-06-11T17:20:41+00:00</updated>
<author>
<name>Mike Lewis</name>
<email>mlewis@gitlab.com</email>
</author>
<published>2019-06-11T17:20:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=eae8e422d60d094123826aace3cee7b003cccd39'/>
<id>eae8e422d60d094123826aace3cee7b003cccd39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Video links for SSoT audit</title>
<updated>2019-06-10T13:00:34+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-06-10T13:00:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a6bf00745ede3611ca389a7ba8e2db3cade01df0'/>
<id>a6bf00745ede3611ca389a7ba8e2db3cade01df0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SSoT audit fixes</title>
<updated>2019-06-06T06:56:58+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-06-06T06:56:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9b2c39c691d168b4917e05a121b7dfe2eff09a6b'/>
<id>9b2c39c691d168b4917e05a121b7dfe2eff09a6b</id>
<content type='text'>
Implements part of the single source of truth audit
fixes for the topics/git section.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements part of the single source of truth audit
fixes for the topics/git section.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use /bin/herokuish in Auto DevOps docs examples</title>
<updated>2019-06-03T06:46:14+00:00</updated>
<author>
<name>Dylan Griffith</name>
<email>dyl.griffith@gmail.com</email>
</author>
<published>2019-05-31T07:38:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4ada0f8e80224d4ab7357ca969800e4847242a3a'/>
<id>4ada0f8e80224d4ab7357ca969800e4847242a3a</id>
<content type='text'>
The previous examples did work however they had a problem when the
bin/setup script installed a different bundler version than the one in
your Gemfile.lock.  It is safer to use `/bin/herokuish procfile exec` to
get access to all the environment already installed for your application
instead of installing bundler again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous examples did work however they had a problem when the
bin/setup script installed a different bundler version than the one in
your Gemfile.lock.  It is safer to use `/bin/herokuish procfile exec` to
get access to all the environment already installed for your application
instead of installing bundler again.
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs: Change links to relative in /topics docs</title>
<updated>2019-05-30T06:21:35+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>ravlen@gmail.com</email>
</author>
<published>2019-05-30T06:21:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=511ed257f7f730e28649fec125ccda4711f80a0d'/>
<id>511ed257f7f730e28649fec125ccda4711f80a0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop emitting AUTO_DEVOPS_DOMAIN Ci variable</title>
<updated>2019-05-24T02:40:12+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-05-20T03:55:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f0efa2f91f8687a1cf0f39596790edaf338e8ec5'/>
<id>f0efa2f91f8687a1cf0f39596790edaf338e8ec5</id>
<content type='text'>
Update documentation to reflect removal
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update documentation to reflect removal
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'kinolaev-master-patch-13154' into 'master'</title>
<updated>2019-05-20T10:27:59+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2019-05-20T10:27:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0c1cd36afbc27c577f0d04771827518e84a6739d'/>
<id>0c1cd36afbc27c577f0d04771827518e84a6739d</id>
<content type='text'>
Auto-DevOps: allow to disable rollout status check

See merge request gitlab-org/gitlab-ce!28130</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Auto-DevOps: allow to disable rollout status check

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