<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/db, branch docs-processes</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>Merge branch 'add-user_show_add_ssh_key_message-application-setting' into 'master'</title>
<updated>2018-08-15T09:29:20+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2018-08-15T09:29:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9b718a761f1601394c3a1e0a15c7855d7eec6ac3'/>
<id>9b718a761f1601394c3a1e0a15c7855d7eec6ac3</id>
<content type='text'>
Add a "user_show_add_ssh_key_message" application setting for use with SSH certificates

Closes #49953

See merge request gitlab-org/gitlab-ce!21027</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a "user_show_add_ssh_key_message" application setting for use with SSH certificates

Closes #49953

See merge request gitlab-org/gitlab-ce!21027</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '48967-disable-statement-timeout' into 'master'</title>
<updated>2018-08-14T08:56:28+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-08-14T08:56:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2bb79b8eef40ef28a1fce64b1108bc05e0efafb0'/>
<id>2bb79b8eef40ef28a1fce64b1108bc05e0efafb0</id>
<content type='text'>
`disable_statement_timeout` will no longer leak to other migrations

Closes #48967

See merge request gitlab-org/gitlab-ce!20503</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`disable_statement_timeout` will no longer leak to other migrations

Closes #48967

See merge request gitlab-org/gitlab-ce!20503</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-pipeline-fixture-seeder' into 'master'</title>
<updated>2018-08-13T12:29:36+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2018-08-13T12:29:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=91bd5293a0cc7564bc8f4f23b8bd401a03b75034'/>
<id>91bd5293a0cc7564bc8f4f23b8bd401a03b75034</id>
<content type='text'>
Fix pipeline fixture seeder

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

See merge request gitlab-org/gitlab-ce!21088</pre>
</div>
</content>
</entry>
<entry>
<title>disable_statement_timeout doesn't require any argument anymore</title>
<updated>2018-08-11T02:15:59+00:00</updated>
<author>
<name>Gabriel Mazetto</name>
<email>brodock@gmail.com</email>
</author>
<published>2018-08-10T23:45:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f21e655b61725b972ae80d584a66d6deb53a337d'/>
<id>f21e655b61725b972ae80d584a66d6deb53a337d</id>
<content type='text'>
it will decide the method for disable statement_timeout upon
per transaction or per session, based on how it's called.

When calling with a block, block will be executed and it will use
session based statement_timeout, otherwise will default to existing
behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it will decide the method for disable statement_timeout upon
per transaction or per session, based on how it's called.

When calling with a block, block will be executed and it will use
session based statement_timeout, otherwise will default to existing
behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix specs to use `disable_statement_timeout` correctly</title>
<updated>2018-08-10T18:40:00+00:00</updated>
<author>
<name>Gabriel Mazetto</name>
<email>brodock@gmail.com</email>
</author>
<published>2018-07-09T21:31:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=119c49172f6ff37605d72faf2e4868ecdb696a61'/>
<id>119c49172f6ff37605d72faf2e4868ecdb696a61</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 'sh-add-seed-fixtures-for-spam-logs' into 'master'</title>
<updated>2018-08-09T22:22:18+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2018-08-09T22:22:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a266cd25da211c2422acb8be326a7bf7760ed146'/>
<id>a266cd25da211c2422acb8be326a7bf7760ed146</id>
<content type='text'>
Add mock data for spam logs

Closes gitlab-development-kit#387

See merge request gitlab-org/gitlab-ce!21117</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add mock data for spam logs

Closes gitlab-development-kit#387

See merge request gitlab-org/gitlab-ce!21117</pre>
</div>
</content>
</entry>
<entry>
<title>Add mock data for spam logs</title>
<updated>2018-08-09T18:36:26+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-08-09T18:07:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=58b68954b4c0673fffa3bd1e14e412a8c6140709'/>
<id>58b68954b4c0673fffa3bd1e14e412a8c6140709</id>
<content type='text'>
Closes https://gitlab.com/gitlab-org/gitlab-development-kit/issues/387
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://gitlab.com/gitlab-org/gitlab-development-kit/issues/387
</pre>
</div>
</content>
</entry>
<entry>
<title>Add rubocop check for add_reference to require index.</title>
<updated>2018-08-08T21:30:48+00:00</updated>
<author>
<name>Andreas Brandl</name>
<email>abrandl@gitlab.com</email>
</author>
<published>2018-08-01T15:52:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e3ff3909862d81036a64f3eab02d5e3e4802f5e6'/>
<id>e3ff3909862d81036a64f3eab02d5e3e4802f5e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ability suppress the global "You won't be able [use] SSH" message</title>
<updated>2018-08-08T15:28:27+00:00</updated>
<author>
<name>Ævar Arnfjörð Bjarmason</name>
<email>avarab@gmail.com</email>
</author>
<published>2018-08-03T20:52:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b6ba8cc696a45e58bde24a592a9c315a0eb16744'/>
<id>b6ba8cc696a45e58bde24a592a9c315a0eb16744</id>
<content type='text'>
This fixes gitlab-org/gitlab-ce#49953, as noted in the documentation
this feature is intended to be used when SSH certificates are
enabled. Then this warning becomes not only pointless, but also
misleading.

This builds on top of gitlab-org/gitlab-ce!21009 since both need to
modify the same documentation, which avoids a merge conflict.

See also the gitlab-org/gitlab-ce#49218 issue and associated merge
request.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes gitlab-org/gitlab-ce#49953, as noted in the documentation
this feature is intended to be used when SSH certificates are
enabled. Then this warning becomes not only pointless, but also
misleading.

This builds on top of gitlab-org/gitlab-ce!21009 since both need to
modify the same documentation, which avoids a merge conflict.

See also the gitlab-org/gitlab-ce#49218 issue and associated merge
request.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ci-builds-status-index' into 'master'</title>
<updated>2018-08-08T13:18:37+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2018-08-08T13:18:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6f21652f0b79a614ad809dc028aaa28aee16732e'/>
<id>6f21652f0b79a614ad809dc028aaa28aee16732e</id>
<content type='text'>
Remove redundant ci_builds (status) index

See merge request gitlab-org/gitlab-ce!21070</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove redundant ci_builds (status) index

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