<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec, branch docs-update_code_quality_example</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 'fix-import-helper-spec' into 'master'</title>
<updated>2018-03-15T18:43:50+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-03-15T18:43:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=770ba3838ce21dd7e788eaf013fb3abd2f5cac91'/>
<id>770ba3838ce21dd7e788eaf013fb3abd2f5cac91</id>
<content type='text'>
Fix import helper spec when a previous spec stubs settings

Closes gitlab-ee#5303

See merge request gitlab-org/gitlab-ce!17776</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix import helper spec when a previous spec stubs settings

Closes gitlab-ee#5303

See merge request gitlab-org/gitlab-ce!17776</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'jivl-realtime-update-adding-file' into 'master'</title>
<updated>2018-03-15T17:16:59+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2018-03-15T17:16:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3e20b83b8b3145abd4e3f09848111d427032d309'/>
<id>3e20b83b8b3145abd4e3f09848111d427032d309</id>
<content type='text'>
Add realtime pipeline status component for files

Closes #42927

See merge request gitlab-org/gitlab-ce!17705</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add realtime pipeline status component for files

Closes #42927

See merge request gitlab-org/gitlab-ce!17705</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '44191-reduce-redis-usage-from-merge-request-diffs-caching' into 'master'</title>
<updated>2018-03-15T16:46:39+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-03-15T16:46:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=49d5c09758fe9cf6d7ab196be4bdb0f1f4b6b275'/>
<id>49d5c09758fe9cf6d7ab196be4bdb0f1f4b6b275</id>
<content type='text'>
Resolve "Reduce Redis usage from merge request diffs caching"

Closes #44191

See merge request gitlab-org/gitlab-ce!17746</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Reduce Redis usage from merge request diffs caching"

Closes #44191

See merge request gitlab-org/gitlab-ce!17746</pre>
</div>
</content>
</entry>
<entry>
<title>Fix import helper spec when a previous spec stubs settings</title>
<updated>2018-03-15T16:26:50+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2018-03-15T16:26:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=08f754c6e8a25a421a0d02e3793ad1a9b41da883'/>
<id>08f754c6e8a25a421a0d02e3793ad1a9b41da883</id>
<content type='text'>
This should use stub_omniauth_setting, not do it manually.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should use stub_omniauth_setting, not do it manually.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'adamco/gitlab-ce-move-issue-command' into 'master'</title>
<updated>2018-03-15T13:57:50+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2018-03-15T13:57:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=81d370d419cf7799128dd8498a5a8c21d220acb7'/>
<id>81d370d419cf7799128dd8498a5a8c21d220acb7</id>
<content type='text'>
Add slash command for moving an issue

See merge request gitlab-org/gitlab-ce!17691</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add slash command for moving an issue

See merge request gitlab-org/gitlab-ce!17691</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-42459-#-in-branch' into 'master'</title>
<updated>2018-03-15T13:28:14+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2018-03-15T13:28:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e5e1b7c33d11a6268e937f79cdb9ee54984ebc2d'/>
<id>e5e1b7c33d11a6268e937f79cdb9ee54984ebc2d</id>
<content type='text'>
Manually escape '#' when building relative uris, closes #42459

Closes #42459

See merge request gitlab-org/gitlab-ce!17679</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Manually escape '#' when building relative uris, closes #42459

Closes #42459

See merge request gitlab-org/gitlab-ce!17679</pre>
</div>
</content>
</entry>
<entry>
<title>Add slash command for moving an issue</title>
<updated>2018-03-15T13:09:11+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2018-03-12T15:29:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0fa139dfda0b2f5d7b15ba60d7b3a4a6d9a22c49'/>
<id>0fa139dfda0b2f5d7b15ba60d7b3a4a6d9a22c49</id>
<content type='text'>
Carried over from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8857
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Carried over from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8857
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'backstage/gb/refactor-ci-cd-variables-collections' into 'master'</title>
<updated>2018-03-15T12:52:55+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2018-03-15T12:52:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2a2b65c4b97a039c553d829d56a58875cde91754'/>
<id>2a2b65c4b97a039c553d829d56a58875cde91754</id>
<content type='text'>
Introduce CI/CD variables collection

Closes #33042

See merge request gitlab-org/gitlab-ce!14439</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce CI/CD variables collection

Closes #33042

See merge request gitlab-org/gitlab-ce!14439</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rs-ci-build-spec-warnings' into 'master'</title>
<updated>2018-03-15T12:51:47+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2018-03-15T12:51:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0e1c67d15cc2042907cd7e2ed2fb40f2b476a33c'/>
<id>0e1c67d15cc2042907cd7e2ed2fb40f2b476a33c</id>
<content type='text'>
Remove RSpec warnings from `spec/models/ci/build_spec.rb`

See merge request gitlab-org/gitlab-ce!17755</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove RSpec warnings from `spec/models/ci/build_spec.rb`

See merge request gitlab-org/gitlab-ce!17755</pre>
</div>
</content>
</entry>
<entry>
<title>Only cache MR diffs for one week</title>
<updated>2018-03-15T11:49:53+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2018-03-14T16:05:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=db908826656b78e099ab5e1d99d4524ad0751d13'/>
<id>db908826656b78e099ab5e1d99d4524ad0751d13</id>
<content type='text'>
This may lead to some being evicted and having to be cached again, but many MRs
get closed or updated in that time anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This may lead to some being evicted and having to be cached again, but many MRs
get closed or updated in that time anyway.
</pre>
</div>
</content>
</entry>
</feed>
