<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/models, 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>Resolve "Deploy Tokens failed to clone LFS repository"</title>
<updated>2018-07-23T09:23:08+00:00</updated>
<author>
<name>Mayra Cabrera</name>
<email>mcabrera@gitlab.com</email>
</author>
<published>2018-07-23T09:23:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f2c46672cae763bb213e8aa14253e5eea48c1064'/>
<id>f2c46672cae763bb213e8aa14253e5eea48c1064</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 'hangouts_chat_integration' into 'master'</title>
<updated>2018-07-23T09:20:16+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2018-07-23T09:20:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=82a8903979dbdff7558989111af7f8d3cc7f28ec'/>
<id>82a8903979dbdff7558989111af7f8d3cc7f28ec</id>
<content type='text'>
Hangouts chat integration

See merge request gitlab-org/gitlab-ce!20290</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hangouts chat integration

See merge request gitlab-org/gitlab-ce!20290</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>Fix Rubocop offense in build_spec.rb :cop:</title>
<updated>2018-07-20T10:28:45+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2018-07-20T10:28:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=200766051ef241ee45a70d5db5c6b9eb8a1c72af'/>
<id>200766051ef241ee45a70d5db5c6b9eb8a1c72af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix deserializing yaml variables in imported projects</title>
<updated>2018-07-19T12:00:35+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzesiek.bizon@gmail.com</email>
</author>
<published>2018-07-19T12:00:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f84d3dc0ee9131ce1ab8716b833764d40c025eee'/>
<id>f84d3dc0ee9131ce1ab8716b833764d40c025eee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Incorporate Gitaly's RefService.FindAllRemoteBranches RPC</title>
<updated>2018-07-18T20:48:47+00:00</updated>
<author>
<name>Alejandro Rodríguez</name>
<email>alejorro70@gmail.com</email>
</author>
<published>2018-07-18T02:08:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=68b1e5a97ce7760d845edc84f4ac90f3c6008cfd'/>
<id>68b1e5a97ce7760d845edc84f4ac90f3c6008cfd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Client implementation for Repository#new_commits</title>
<updated>2018-07-18T12:46:27+00:00</updated>
<author>
<name>Zeger-Jan van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2018-07-17T10:17:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9348efc6bae3f5eee948fc6871fa4bf5afbbfd4e'/>
<id>9348efc6bae3f5eee948fc6871fa4bf5afbbfd4e</id>
<content type='text'>
After trying to remove the whole method in
8f69014af2902d8d53fe931268bec60f6858f160, this is a more gentle
approach to the method. :)

Prior to this change, new commit detection wasn't implemented in Gitaly,
this was done through: https://gitlab.com/gitlab-org/gitaly/merge_requests/779

As the new implemented got moved around a bit, the whole RevList class
got removed.

Part of https://gitlab.com/gitlab-org/gitaly/issues/1233
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After trying to remove the whole method in
8f69014af2902d8d53fe931268bec60f6858f160, this is a more gentle
approach to the method. :)

Prior to this change, new commit detection wasn't implemented in Gitaly,
this was done through: https://gitlab.com/gitlab-org/gitaly/merge_requests/779

As the new implemented got moved around a bit, the whole RevList class
got removed.

Part of https://gitlab.com/gitlab-org/gitaly/issues/1233
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Hangouts Chat service spec shared example</title>
<updated>2018-07-18T11:14:55+00:00</updated>
<author>
<name>Kukovskii Vladimir</name>
<email>ura@dgtakano.co.jp</email>
</author>
<published>2018-07-18T11:14:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b38a3485f0f6f08ce43bdf372a436ae5d73c329c'/>
<id>b38a3485f0f6f08ce43bdf372a436ae5d73c329c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Render MR page when no persisted diff_refs or diffs size</title>
<updated>2018-07-18T09:53:19+00:00</updated>
<author>
<name>Oswaldo Ferreira</name>
<email>oswaldo@gitlab.com</email>
</author>
<published>2018-07-17T20:19:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3ecc2b04a3f9c2dfad73b320bf54f5c9913204c0'/>
<id>3ecc2b04a3f9c2dfad73b320bf54f5c9913204c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
