<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/lib, 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 'backport-5986-license-templates' into 'master'</title>
<updated>2018-08-15T16:47:34+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2018-08-15T16:47:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=085ed2862ce5c53362505bfc759ac8b1b881766d'/>
<id>085ed2862ce5c53362505bfc759ac8b1b881766d</id>
<content type='text'>
Core backports from the Premium license templates feature

See merge request gitlab-org/gitlab-ce!21212</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Core backports from the Premium license templates feature

See merge request gitlab-org/gitlab-ce!21212</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bugs in Gitlab::Template::Finders preventing instances from BaseTemplate.all from loading content</title>
<updated>2018-08-14T21:28:46+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2018-08-14T21:28:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ffd164d27f674b554fdffbffa828a9715c93ee60'/>
<id>ffd164d27f674b554fdffbffa828a9715c93ee60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6860</title>
<updated>2018-08-14T16:21:48+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>valery@gitlab.com</email>
</author>
<published>2018-08-14T16:21:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=581a946f5a977a500e55d586bfddc36a722fd659'/>
<id>581a946f5a977a500e55d586bfddc36a722fd659</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 '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>Get the `merge-base` of 2 refs trough the API</title>
<updated>2018-08-13T09:58:54+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2018-07-31T14:38:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7466df872cf4e933cd91e6aa95dbfa8bd3d33f31'/>
<id>7466df872cf4e933cd91e6aa95dbfa8bd3d33f31</id>
<content type='text'>
This adds an endpoint to get the common ancestor of 2 refs from the API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds an endpoint to get the common ancestor of 2 refs from the API.
</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 migration_helpers_spec</title>
<updated>2018-08-10T18:40:00+00:00</updated>
<author>
<name>Gabriel Mazetto</name>
<email>brodock@gmail.com</email>
</author>
<published>2018-07-09T23:19:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f6d47d0dee0cbbb49f778de9d196c3dae0dbce7f'/>
<id>f6d47d0dee0cbbb49f778de9d196c3dae0dbce7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MigrationHelper `disable_statement_timeout` accepts `transaction: false`</title>
<updated>2018-08-10T18:40:00+00:00</updated>
<author>
<name>Gabriel Mazetto</name>
<email>brodock@gmail.com</email>
</author>
<published>2018-07-09T15:34:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=09e7c75d1bf871d0c011ea0f9abfb56fab03b919'/>
<id>09e7c75d1bf871d0c011ea0f9abfb56fab03b919</id>
<content type='text'>
By default statement_timeout will only be enabled during transaction
lifetime, therefore not leaking outside of it.

With `transaction: false` it will set for entire session, but requires
a block to passed. It yields control and cleans up session after block
finishes, also preventing leaking outside of it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By default statement_timeout will only be enabled during transaction
lifetime, therefore not leaking outside of it.

With `transaction: false` it will set for entire session, but requires
a block to passed. It yields control and cleans up session after block
finishes, also preventing leaking outside of it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add frozen_string_literal to recently-added files from the community</title>
<updated>2018-08-10T11:41:01+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2018-08-10T11:41:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ad8158e460d04e9cf97f255daf26379a81bdda89'/>
<id>ad8158e460d04e9cf97f255daf26379a81bdda89</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 '28930-add-project-reference-filter' into 'master'</title>
<updated>2018-08-10T11:37:45+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2018-08-10T11:37:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e5c0f495a4384157535fe768f04e984a85fd4d79'/>
<id>e5c0f495a4384157535fe768f04e984a85fd4d79</id>
<content type='text'>
Resolve "GFM : provide 'project' reference in comment"

Closes #28930

See merge request gitlab-org/gitlab-ce!20285</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "GFM : provide 'project' reference in comment"

Closes #28930

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