<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/install, branch fix-diff-comment-alignment</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>Use nip.io instead of xip.io</title>
<updated>2018-06-12T07:39:16+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2018-06-12T07:39:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8070632b741c8aadd38b3d6743b997761763305d'/>
<id>8070632b741c8aadd38b3d6743b997761763305d</id>
<content type='text'>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'docs-11-0-installation-from-source-guide' into 'master'</title>
<updated>2018-06-11T14:08:57+00:00</updated>
<author>
<name>Mayra Cabrera</name>
<email>mcabrera@gitlab.com</email>
</author>
<published>2018-06-11T14:08:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1de36a68bfff705399d2e4906cb0be3a2ed35c5d'/>
<id>1de36a68bfff705399d2e4906cb0be3a2ed35c5d</id>
<content type='text'>
Update installation from source guide

See merge request gitlab-org/gitlab-ce!19320</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update installation from source guide

See merge request gitlab-org/gitlab-ce!19320</pre>
</div>
</content>
</entry>
<entry>
<title>Update installation.md</title>
<updated>2018-06-05T09:28:28+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2018-06-05T09:28:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ea535bfbc56a18ebfbfdb2764e19a00ffc4b1d7f'/>
<id>ea535bfbc56a18ebfbfdb2764e19a00ffc4b1d7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update IPs to valid example IPs.</title>
<updated>2018-06-04T04:38:35+00:00</updated>
<author>
<name>Natho</name>
<email>me@natho.io</email>
</author>
<published>2018-06-04T04:38:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4022466e25cdfb1c320b425bb9bf810ffff1e417'/>
<id>4022466e25cdfb1c320b425bb9bf810ffff1e417</id>
<content type='text'>
As per: https://tools.ietf.org/html/rfc5737</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As per: https://tools.ietf.org/html/rfc5737</pre>
</div>
</content>
</entry>
<entry>
<title>Update installation from source guide</title>
<updated>2018-06-01T17:04:16+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2018-06-01T17:04:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=93ff116023628c9b007475eaecbd3d4efa5831a7'/>
<id>93ff116023628c9b007475eaecbd3d4efa5831a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade to Ruby 2.4.4</title>
<updated>2018-05-29T22:19:33+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-05-19T13:03:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b5c706326ada2c0d213dd512842c5f677d9d94f9'/>
<id>b5c706326ada2c0d213dd512842c5f677d9d94f9</id>
<content type='text'>
Fixes that make this work:

* A change in Ruby (https://github.com/ruby/ruby/commit/ce635262f53b760284d56bb1027baebaaec175d1)
requires passing in the exact required length for OpenSSL keys and IVs.

* Ensure the secrets.yml is generated before any prepended modules are
loaded. This is done by renaming the `secret_token.rb` initializer to
`01_secret_token.rb`, which is a bit ugly but involves the least impact on
other files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes that make this work:

* A change in Ruby (https://github.com/ruby/ruby/commit/ce635262f53b760284d56bb1027baebaaec175d1)
requires passing in the exact required length for OpenSSL keys and IVs.

* Ensure the secrets.yml is generated before any prepended modules are
loaded. This is done by renaming the `secret_token.rb` initializer to
`01_secret_token.rb`, which is a bit ugly but involves the least impact on
other files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'patch-7' into 'master'</title>
<updated>2018-05-24T14:57:56+00:00</updated>
<author>
<name>Marcia Ramos</name>
<email>virtua.creative@gmail.com</email>
</author>
<published>2018-05-24T12:55:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=03d5f122f7386e49a7761111bc4d315723de1591'/>
<id>03d5f122f7386e49a7761111bc4d315723de1591</id>
<content type='text'>
Updated documentation as per latest missing features on about.gitlab.com

See merge request gitlab-org/gitlab-ee!5794</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated documentation as per latest missing features on about.gitlab.com

See merge request gitlab-org/gitlab-ee!5794</pre>
</div>
</content>
</entry>
<entry>
<title>Update runner links to repo based on restructuring</title>
<updated>2018-05-11T19:05:44+00:00</updated>
<author>
<name>Joshua Lambert</name>
<email>joshua@gitlab.com</email>
</author>
<published>2018-05-11T19:05:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3241cf6b252f2c03ba9d1e0b30bddd18c301aa05'/>
<id>3241cf6b252f2c03ba9d1e0b30bddd18c301aa05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Helm init before helm repo add</title>
<updated>2018-05-10T16:06:55+00:00</updated>
<author>
<name>Maxime</name>
<email>miouge+gitlab@gmail.com</email>
</author>
<published>2018-04-12T11:45:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b769cae581919e0f744bb8b6cf09666e089988fc'/>
<id>b769cae581919e0f744bb8b6cf09666e089988fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs: fix duplicate titles</title>
<updated>2018-05-09T16:11:28+00:00</updated>
<author>
<name>Marcia Ramos 🚫 (OOO - back on May 21)</name>
<email>virtua.creative@gmail.com</email>
</author>
<published>2018-05-09T16:11:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1983e1597065c9f58d5dba8c617145bb0bb7401e'/>
<id>1983e1597065c9f58d5dba8c617145bb0bb7401e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
