<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/raketasks, branch ab-structure-sql</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>Fix markdown parsing for doc page</title>
<updated>2019-06-03T12:30:21+00:00</updated>
<author>
<name>Steve Azzopardi</name>
<email>sazzopardi@gitlab.com</email>
</author>
<published>2019-06-03T12:30:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0b7de6a7fd90a4bd7d54dd7c1e6aabe2c2eea45a'/>
<id>0b7de6a7fd90a4bd7d54dd7c1e6aabe2c2eea45a</id>
<content type='text'>
The lack of indentatioin is causing the markdown parser to get confused
and formating it wrong.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The lack of indentatioin is causing the markdown parser to get confused
and formating it wrong.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update import.md - if repository-import-&lt;date&gt; parent directory DNE, then mkdir will fail for new_group.  -p option is necessary to create missing parent directories.</title>
<updated>2019-05-22T19:28:41+00:00</updated>
<author>
<name>John Lund</name>
<email>john.lund@ge.com</email>
</author>
<published>2019-05-22T19:28:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=10ff5ca77ef1a31d8f814dfc77b47df78484c0a1'/>
<id>10ff5ca77ef1a31d8f814dfc77b47df78484c0a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs: Merge Various EE /doc dirs to CE</title>
<updated>2019-05-05T15:59:22+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>ravlen@gmail.com</email>
</author>
<published>2019-05-05T15:59:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b05936cbfa6c72e158f976e3aa88c83a038f0cfa'/>
<id>b05936cbfa6c72e158f976e3aa88c83a038f0cfa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add guide on how to reset runners token</title>
<updated>2019-04-10T06:45:04+00:00</updated>
<author>
<name>Steve Azzopardi</name>
<email>steveazz@outlook.com</email>
</author>
<published>2019-04-01T13:09:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=075f59b8b8a84e9515aefbc6d3bb7b9583b7b68d'/>
<id>075f59b8b8a84e9515aefbc6d3bb7b9583b7b68d</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 anchors related to variables doc</title>
<updated>2019-04-08T12:32:38+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>ravlen@gmail.com</email>
</author>
<published>2019-04-08T12:32:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2040649bbaf5bf5ca01c1d9fc25189f206a0bb50'/>
<id>2040649bbaf5bf5ca01c1d9fc25189f206a0bb50</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 'master' of dev.gitlab.org:gitlab/gitlabhq into jarv/dev-to-gitlab-2019-04-02</title>
<updated>2019-04-02T08:12:32+00:00</updated>
<author>
<name>John Jarvis</name>
<email>jarv@gitlab.com</email>
</author>
<published>2019-04-02T08:12:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=69b65a6b745e74bba290787420a0017395fd7c25'/>
<id>69b65a6b745e74bba290787420a0017395fd7c25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rake task for removing exif from uploads</title>
<updated>2019-04-02T07:48:35+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2019-04-02T07:48:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a466d97e62a89b320713da44d67d452284ad8282'/>
<id>a466d97e62a89b320713da44d67d452284ad8282</id>
<content type='text'>
Adds a rake task which can be used for removing EXIF
data from existing uploads.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a rake task which can be used for removing EXIF
data from existing uploads.
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs: Add automatic redirects to last batch of moved files</title>
<updated>2019-03-26T17:21:22+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>ravlen@gmail.com</email>
</author>
<published>2019-03-26T17:21:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=29ba393004cad7af2be48645d09a7303cf94982c'/>
<id>29ba393004cad7af2be48645d09a7303cf94982c</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-47' into 'master'</title>
<updated>2019-03-20T17:17:24+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2019-03-20T17:17:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=347e2b40758e567ae9b1c3855674c8e9027040f4'/>
<id>347e2b40758e567ae9b1c3855674c8e9027040f4</id>
<content type='text'>
Update backup_restore.md instructions for Google Cloud Storage bucket...

See merge request gitlab-org/gitlab-ce!25628</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update backup_restore.md instructions for Google Cloud Storage bucket...

See merge request gitlab-org/gitlab-ce!25628</pre>
</div>
</content>
</entry>
<entry>
<title>Point out that backups need a task runner node</title>
<updated>2019-03-11T15:00:48+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>jacob@gitlab.com</email>
</author>
<published>2019-03-11T15:00:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=90ba5f415a9c874698a71a88a3f14e8e5bb7c705'/>
<id>90ba5f415a9c874698a71a88a3f14e8e5bb7c705</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
