<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/development, branch docs/database-development</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Document not using database hash indexes</title>
<updated>2017-08-16T11:44:22+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2017-08-11T12:16:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c5571e66fee39e9777085c507d1d8b22f285066f'/>
<id>c5571e66fee39e9777085c507d1d8b22f285066f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document how to handle different DB (versions)</title>
<updated>2017-08-16T11:44:22+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2017-08-11T12:12:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=29ba3a9891e942a4593df70a692abd9c701b2d32'/>
<id>29ba3a9891e942a4593df70a692abd9c701b2d32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>State that comma separated data is serialised data</title>
<updated>2017-08-16T11:44:22+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2017-08-11T12:06:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c0e9bbd1da1a41763f49540d0d2e9489619d1d27'/>
<id>c0e9bbd1da1a41763f49540d0d2e9489619d1d27</id>
<content type='text'>
Comma separated values really are a form of serialised data so we should
clarify that we shouldn't store such data in the DB.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Comma separated values really are a form of serialised data so we should
clarify that we shouldn't store such data in the DB.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more database development related docs</title>
<updated>2017-08-16T11:44:17+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2017-08-10T15:53:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0595696f15cb4a083e151d012d06f6517782429e'/>
<id>0595696f15cb4a083e151d012d06f6517782429e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update docs with Javascript accord.</title>
<updated>2017-08-15T01:42:43+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz@gitlab.com</email>
</author>
<published>2017-08-15T01:42:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=73c2964533466cbda31e571fd2dfe87236b9df1a'/>
<id>73c2964533466cbda31e571fd2dfe87236b9df1a</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 '35804-document-table-based-tests' into 'master'</title>
<updated>2017-08-14T18:26:53+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-08-14T18:26:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bd36637bdb45efebf2f1eb1119510a5708d83452'/>
<id>bd36637bdb45efebf2f1eb1119510a5708d83452</id>
<content type='text'>
Use rspec-parameterized for table-based tests

Closes #35804

See merge request !13469</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use rspec-parameterized for table-based tests

Closes #35804

See merge request !13469</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rc/32308-rspec-retry-hack' into 'master'</title>
<updated>2017-08-11T14:59:17+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-08-11T14:59:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2a4304aea7effb18ba36fc653b1989cf3599768d'/>
<id>2a4304aea7effb18ba36fc653b1989cf3599768d</id>
<content type='text'>
Detect and keep track of flaky specs

See merge request !13021</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Detect and keep track of flaky specs

See merge request !13021</pre>
</div>
</content>
</entry>
<entry>
<title>Document rspec-retry and rspec-flaky</title>
<updated>2017-08-11T12:56:00+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-08-08T08:47:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=40bbc9d900f5adbd2a12287d03e72d396dec6baf'/>
<id>40bbc9d900f5adbd2a12287d03e72d396dec6baf</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>Show error message for API 500 error in tests, and</title>
<updated>2017-08-11T12:50:35+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2017-08-11T12:50:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4f0fa13eb85994b747c1eb253e346b76b98b5c5b'/>
<id>4f0fa13eb85994b747c1eb253e346b76b98b5c5b</id>
<content type='text'>
document have_gitlab_http_status
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
document have_gitlab_http_status
</pre>
</div>
</content>
</entry>
<entry>
<title>Use rspec-parameterized for table-based tests</title>
<updated>2017-08-11T11:57:06+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2017-08-10T17:23:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=caa498fd315fde3d4189da0b0293961dbcfa5e92'/>
<id>caa498fd315fde3d4189da0b0293961dbcfa5e92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
