<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/db/fixtures, branch docs-avoid-CephFS-GlusterFS</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 seed for personal access token</title>
<updated>2019-03-26T11:39:52+00:00</updated>
<author>
<name>Sanad Liaquat</name>
<email>sliaquat@gitlab.com</email>
</author>
<published>2019-03-26T11:39:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4d84d1a850bc002e5d1269c360a5155bcc8fa243'/>
<id>4d84d1a850bc002e5d1269c360a5155bcc8fa243</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add labels to seeded issues and merge requests</title>
<updated>2019-03-12T07:40:15+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-03-11T15:16:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=64bf46af38190bf24569add6095a9a8bbced0a68'/>
<id>64bf46af38190bf24569add6095a9a8bbced0a68</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore Repository::AmbiguousRefError in db/fixtures/development</title>
<updated>2019-01-14T17:50:39+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-01-14T17:49:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0130ff0bafce86dcb48a1e6351a75124878a2eba'/>
<id>0130ff0bafce86dcb48a1e6351a75124878a2eba</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'elastic-test-repos-ce' into 'master'</title>
<updated>2019-01-09T01:58:44+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2019-01-09T01:58:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=74dca275d2f318bddd70c7bd9cecc2c1f5acac73'/>
<id>74dca275d2f318bddd70c7bd9cecc2c1f5acac73</id>
<content type='text'>
Backport of elastic-test-repos from EE

See merge request gitlab-org/gitlab-ce!24200</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of elastic-test-repos from EE

See merge request gitlab-org/gitlab-ce!24200</pre>
</div>
</content>
</entry>
<entry>
<title>Backport of elastic-test-repos from EE</title>
<updated>2019-01-08T23:18:15+00:00</updated>
<author>
<name>Mario de la Ossa</name>
<email>mariodelaossa@gmail.com</email>
</author>
<published>2019-01-07T21:05:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e4875cd2410018f639000118df7b6c2f1d7dd057'/>
<id>e4875cd2410018f639000118df7b6c2f1d7dd057</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add config_options|variables to BuildMetadata</title>
<updated>2019-01-04T15:38:17+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2018-09-02T14:35:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0103d5be960e620342c67436ddd64ca9e729d7a8'/>
<id>0103d5be960e620342c67436ddd64ca9e729d7a8</id>
<content type='text'>
These are data columns that store runtime configuration
of build needed to execute it on runner and within pipeline.

The definition of this data is that once used, and when no longer
needed (due to retry capability) they can be freely removed.

They use `jsonb` on PostgreSQL, and `text` on MySQL (due to lacking
support for json datatype on old enough version).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are data columns that store runtime configuration
of build needed to execute it on runner and within pipeline.

The definition of this data is that once used, and when no longer
needed (due to retry capability) they can be freely removed.

They use `jsonb` on PostgreSQL, and `text` on MySQL (due to lacking
support for json datatype on old enough version).
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new line and comments</title>
<updated>2018-12-26T06:05:17+00:00</updated>
<author>
<name>Shinya Maeda</name>
<email>shinya@gitlab.com</email>
</author>
<published>2018-12-26T06:05:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fcfc7e68400828de39a0157a976b6d02b6ca5e40'/>
<id>fcfc7e68400828de39a0157a976b6d02b6ca5e40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the seeder 24_forks.rb cannot find public project</title>
<updated>2018-12-26T00:40:19+00:00</updated>
<author>
<name>Shinya Maeda</name>
<email>shinya@gitlab.com</email>
</author>
<published>2018-12-26T00:40:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c735f271c8fd5cad435d7790841896db243073ae'/>
<id>c735f271c8fd5cad435d7790841896db243073ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable Hashed Storage by default in development mode via seed_fu</title>
<updated>2018-12-17T23:44:13+00:00</updated>
<author>
<name>Gabriel Mazetto</name>
<email>brodock@gmail.com</email>
</author>
<published>2018-12-17T19:19:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=61b14a202653dad90e8f491171561b2772b73003'/>
<id>61b14a202653dad90e8f491171561b2772b73003</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 'fix-broken-seeder-11.6' into 'master'</title>
<updated>2018-12-07T09:38:00+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-12-07T09:38:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=94f377618a45cc0bfbf839f667878f36b30c221a'/>
<id>94f377618a45cc0bfbf839f667878f36b30c221a</id>
<content type='text'>
Fix broken seeder 11.6

Closes #54949

See merge request gitlab-org/gitlab-ce!23608</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix broken seeder 11.6

Closes #54949

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