<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/features, branch backport-gitlab-database</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-replace-sidekiq-inline-with-perform-enqueued-jobs' into 'master'</title>
<updated>2018-07-23T16:09:29+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2018-07-23T16:09:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=92802e51075f485ce2aa80d19f40688f1dd95fb7'/>
<id>92802e51075f485ce2aa80d19f40688f1dd95fb7</id>
<content type='text'>
Replace 'Sidekiq::Testing.inline!' with 'perform_enqueued_jobs'

Closes #22991

See merge request gitlab-org/gitlab-ce!20768</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace 'Sidekiq::Testing.inline!' with 'perform_enqueued_jobs'

Closes #22991

See merge request gitlab-org/gitlab-ce!20768</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '29278-commits-page-tooltips' into 'master'</title>
<updated>2018-07-23T15:55:12+00:00</updated>
<author>
<name>Annabel Gray</name>
<email>annabel.m.gray@gmail.com</email>
</author>
<published>2018-07-23T15:55:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f0b1780f4517530ed540be5dd48a6f43bf75af3b'/>
<id>f0b1780f4517530ed540be5dd48a6f43bf75af3b</id>
<content type='text'>
Resolve "Commits page tooltips"

Closes #29278

See merge request gitlab-org/gitlab-ce!20674</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Commits page tooltips"

Closes #29278

See merge request gitlab-org/gitlab-ce!20674</pre>
</div>
</content>
</entry>
<entry>
<title>Replace 'Sidekiq::Testing.inline!' with 'perform_enqueued_jobs'</title>
<updated>2018-07-23T04:34:54+00:00</updated>
<author>
<name>blackst0ne</name>
<email>blackst0ne.ru@gmail.com</email>
</author>
<published>2018-07-23T04:34:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ddd2a25679f1d875332f603f115e25577b05a5a2'/>
<id>ddd2a25679f1d875332f603f115e25577b05a5a2</id>
<content type='text'>
`perform_enqueued_jobs` is a Sidekiq method.
Using this method violates the Dependency inversion principle[0].

This commit replaces `perform_enqueued_jobs` with ActiveJob's abstract
method `perform_enqueued_jobs` in specs.

[0]: https://en.wikipedia.org/wiki/Dependency_inversion_principle
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`perform_enqueued_jobs` is a Sidekiq method.
Using this method violates the Dependency inversion principle[0].

This commit replaces `perform_enqueued_jobs` with ActiveJob's abstract
method `perform_enqueued_jobs` in specs.

[0]: https://en.wikipedia.org/wiki/Dependency_inversion_principle
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '_acet-fix-spec' into 'master'</title>
<updated>2018-07-20T21:26:25+00:00</updated>
<author>
<name>Tim Zallmann</name>
<email>tzallmann@gitlab.com</email>
</author>
<published>2018-07-20T21:26:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2ec7b5182de8716876438786dc30d19f114eb878'/>
<id>2ec7b5182de8716876438786dc30d19f114eb878</id>
<content type='text'>
Fix one disabled spec of comment posting.

See merge request gitlab-org/gitlab-ce!20747</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix one disabled spec of comment posting.

See merge request gitlab-org/gitlab-ce!20747</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve ""Jump to first/next unresolved discussion" jumps to resolved discussions"</title>
<updated>2018-07-20T15:24:46+00:00</updated>
<author>
<name>André Luís</name>
<email>me@andr3.net</email>
</author>
<published>2018-07-20T15:24:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f2f8ddf4ccc43c86d8432a63b11aba8b216afd41'/>
<id>f2f8ddf4ccc43c86d8432a63b11aba8b216afd41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix one disabled spec of comment posting.</title>
<updated>2018-07-20T13:50:26+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2018-07-20T13:50:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=85b982a4c57fe0870d2b9a119e1d4e8d56ff2c10'/>
<id>85b982a4c57fe0870d2b9a119e1d4e8d56ff2c10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix user_browses_commits_spec</title>
<updated>2018-07-20T12:25:31+00:00</updated>
<author>
<name>Luke Bennett</name>
<email>lukeeeebennettplus@gmail.com</email>
</author>
<published>2018-07-20T12:25:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=362e9e40b131c896e2c3545248752ae84e9635d5'/>
<id>362e9e40b131c896e2c3545248752ae84e9635d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rails5 fix user sees revert modal spec</title>
<updated>2018-07-19T08:07:38+00:00</updated>
<author>
<name>Jasper Maes</name>
<email>jaspermaes.jm@gmail.com</email>
</author>
<published>2018-07-19T07:43:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=76abd6d3a154785a2f22f6eb681c03e1372cc1a6'/>
<id>76abd6d3a154785a2f22f6eb681c03e1372cc1a6</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 '47419-Fix-breadcrumbs' into 'master'</title>
<updated>2018-07-18T07:01:49+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2018-07-18T07:01:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f97c4425ebc3c2dc0549d0bcae91e977cc92d2fc'/>
<id>f97c4425ebc3c2dc0549d0bcae91e977cc92d2fc</id>
<content type='text'>
Resolve "broken breadcrumb in admin/user when switching tabs"

Closes #47419

See merge request gitlab-org/gitlab-ce!19608</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "broken breadcrumb in admin/user when switching tabs"

Closes #47419

See merge request gitlab-org/gitlab-ce!19608</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken breadcrumb in admin/user</title>
<updated>2018-07-17T17:50:01+00:00</updated>
<author>
<name>Robin Naundorf</name>
<email>r.naundorf@fh-muenster.de</email>
</author>
<published>2018-06-09T06:45:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2d5c8a59d3e605ef03ac5cb068957c999bb00f86'/>
<id>2d5c8a59d3e605ef03ac5cb068957c999bb00f86</id>
<content type='text'>
  * Fix broken breadcrumb when switching tabs in admin/user

Closes #47419
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  * Fix broken breadcrumb when switching tabs in admin/user

Closes #47419
</pre>
</div>
</content>
</entry>
</feed>
