<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/controllers, branch fix-foo-test</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 'blackst0ne-rails5-expected-search-search-seed_project-got-nil' into 'master'</title>
<updated>2018-06-18T09:19:40+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2018-06-18T09:19:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=781e0da9443ae0aa9937942a9adf67ef647ba7be'/>
<id>781e0da9443ae0aa9937942a9adf67ef647ba7be</id>
<content type='text'>
Resolve "[Rails5] expected: "/search?search=seed_project" got: nil"

Closes #48013

See merge request gitlab-org/gitlab-ce!19936</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "[Rails5] expected: "/search?search=seed_project" got: nil"

Closes #48013

See merge request gitlab-org/gitlab-ce!19936</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'blackst0ne-rails5-fix-pipeline-schedules-controller-spec' into 'master'</title>
<updated>2018-06-18T09:18:32+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2018-06-18T09:18:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=52f53c2e0b814cccd97c4c25e07ba6de7cd7fbc3'/>
<id>52f53c2e0b814cccd97c4c25e07ba6de7cd7fbc3</id>
<content type='text'>
[Rails5] Fix pipeline_schedules_controller_spec

Closes #48011

See merge request gitlab-org/gitlab-ce!19919</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Rails5] Fix pipeline_schedules_controller_spec

Closes #48011

See merge request gitlab-org/gitlab-ce!19919</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rails5-fix-47960' into 'master'</title>
<updated>2018-06-18T08:58:23+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2018-06-18T08:58:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=99fdbe4c230205510e1d7061e68bb1a003913d4b'/>
<id>99fdbe4c230205510e1d7061e68bb1a003913d4b</id>
<content type='text'>
Rails5 fix update_attribute usage not causing a save

Closes #47960

See merge request gitlab-org/gitlab-ce!19881</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rails5 fix update_attribute usage not causing a save

Closes #47960

See merge request gitlab-org/gitlab-ce!19881</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '47933-MR-invisible-milestone' into 'master'</title>
<updated>2018-06-18T08:29:41+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-06-18T08:29:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4be23eeae376ede50905b741f88b089b1669b07f'/>
<id>4be23eeae376ede50905b741f88b089b1669b07f</id>
<content type='text'>
Resolve "Milestone not updating in MR sidebar after selection"

Closes #47933

See merge request gitlab-org/gitlab-ce!19870</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Milestone not updating in MR sidebar after selection"

Closes #47933

See merge request gitlab-org/gitlab-ce!19870</pre>
</div>
</content>
</entry>
<entry>
<title>[Rails5] Fix sessions_controller_spec</title>
<updated>2018-06-16T08:12:46+00:00</updated>
<author>
<name>blackst0ne</name>
<email>blackst0ne.ru@gmail.com</email>
</author>
<published>2018-06-16T08:12:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=79c3ec014c7db667457268a75f9c47bee8653650'/>
<id>79c3ec014c7db667457268a75f9c47bee8653650</id>
<content type='text'>
Refactor sessions_controller_spec to work both in rails4 and rails5.
Remove the stubbed `request.referer` method, set real header instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor sessions_controller_spec to work both in rails4 and rails5.
Remove the stubbed `request.referer` method, set real header instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>[Rails5] Fix pipeline_schedules_controller_spec</title>
<updated>2018-06-16T04:26:15+00:00</updated>
<author>
<name>blackst0ne</name>
<email>blackst0ne.ru@gmail.com</email>
</author>
<published>2018-06-16T04:26:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2b1153f71a680b0c5a4fb787897c20068a405fbf'/>
<id>2b1153f71a680b0c5a4fb787897c20068a405fbf</id>
<content type='text'>
In Rails 5.0 there's a bug [1] in controller tests that doesn't parse
nested parameters correctly.

This commit brings a workaround to make specs work again both in rails4
and rails5.

[1]: https://github.com/rails/rails/issues/23997
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Rails 5.0 there's a bug [1] in controller tests that doesn't parse
nested parameters correctly.

This commit brings a workaround to make specs work again both in rails4
and rails5.

[1]: https://github.com/rails/rails/issues/23997
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix milestones disappearing when changed on MR</title>
<updated>2018-06-15T23:46:49+00:00</updated>
<author>
<name>Mario de la Ossa</name>
<email>mariodelaossa@gmail.com</email>
</author>
<published>2018-06-14T19:39:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c6420ce2ab18681d6a5b06621d89775e3cf81065'/>
<id>c6420ce2ab18681d6a5b06621d89775e3cf81065</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 'dm-remove-favicon-main-version' into 'master'</title>
<updated>2018-06-15T16:43:48+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2018-06-15T16:43:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=26810dd77111c396891d20f9a4c688bc05c84044'/>
<id>26810dd77111c396891d20f9a4c688bc05c84044</id>
<content type='text'>
Remove FaviconUploader favicon_main version

See merge request gitlab-org/gitlab-ce!19891</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove FaviconUploader favicon_main version

See merge request gitlab-org/gitlab-ce!19891</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ce-jej/sanitize-group-saml-relay-state' into 'master'</title>
<updated>2018-06-15T11:02:27+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2018-06-15T11:02:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=59a2123db285ba738375f6c713a91df27085367a'/>
<id>59a2123db285ba738375f6c713a91df27085367a</id>
<content type='text'>
[CE backport] Backport InternalRedirect#sanitize_redirect

See merge request gitlab-org/gitlab-ce!19795</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[CE backport] Backport InternalRedirect#sanitize_redirect

See merge request gitlab-org/gitlab-ce!19795</pre>
</div>
</content>
</entry>
<entry>
<title>Remove FaviconUploader favicon_main version</title>
<updated>2018-06-15T10:28:23+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2018-06-15T10:28:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5fc3b8a08d9264eedbf886c45b4ef7b418df380d'/>
<id>5fc3b8a08d9264eedbf886c45b4ef7b418df380d</id>
<content type='text'>
See https://gitlab.com/gitlab-org/gitlab-ce/issues/47677 for more information
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://gitlab.com/gitlab-org/gitlab-ce/issues/47677 for more information
</pre>
</div>
</content>
</entry>
</feed>
