<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/workers, branch docs-test</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<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://trove.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 '43312-remove_user_activity_workers' into 'master'</title>
<updated>2018-07-19T10:48:17+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2018-07-19T10:48:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=517f33705d78c4c329fe106707967df2e05220c5'/>
<id>517f33705d78c4c329fe106707967df2e05220c5</id>
<content type='text'>
Delete UserActivities and related workers

Closes #43312

See merge request gitlab-org/gitlab-ce!20597</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Delete UserActivities and related workers

Closes #43312

See merge request gitlab-org/gitlab-ce!20597</pre>
</div>
</content>
</entry>
<entry>
<title>Improve email address parsing</title>
<updated>2018-07-19T07:07:59+00:00</updated>
<author>
<name>George Thomas</name>
<email>iamgeorgethomas@gmail.com</email>
</author>
<published>2018-07-12T09:00:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=32401535b9b043e258e925474dbd54adbf5a5056'/>
<id>32401535b9b043e258e925474dbd54adbf5a5056</id>
<content type='text'>
If you enter the following RFC 2822 compliant address:
`John Doe &lt;john@doe.com&gt;`

Gitlab will attempt to send three emails:
1) John
2) Doe
3) john@doe.com

With this change given the following:
`John Doe &lt;johndoe@example.com&gt;`
`Jane Doe &lt;janedoe@example.com&gt;`

Gitlab will send emails to `johndoe@example.com` and `janedoe@example.com`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If you enter the following RFC 2822 compliant address:
`John Doe &lt;john@doe.com&gt;`

Gitlab will attempt to send three emails:
1) John
2) Doe
3) john@doe.com

With this change given the following:
`John Doe &lt;johndoe@example.com&gt;`
`Jane Doe &lt;janedoe@example.com&gt;`

Gitlab will send emails to `johndoe@example.com` and `janedoe@example.com`
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete UserActivities and related workers</title>
<updated>2018-07-18T13:44:10+00:00</updated>
<author>
<name>Imre Farkas</name>
<email>ifarkas@gitlab.com</email>
</author>
<published>2018-07-12T11:21:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c62fce988308e545488cbb32569f022e771aa799'/>
<id>c62fce988308e545488cbb32569f022e771aa799</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Repository#path memoization</title>
<updated>2018-07-12T09:49:25+00:00</updated>
<author>
<name>Jacob Vosmaer (GitLab)</name>
<email>jacob@gitlab.com</email>
</author>
<published>2018-07-12T09:49:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=62ffad08029c4525d9ebfb2862c75c6d3fbbdf10'/>
<id>62ffad08029c4525d9ebfb2862c75c6d3fbbdf10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve "Rename the `Master` role to `Maintainer`" Backend</title>
<updated>2018-07-11T14:36:08+00:00</updated>
<author>
<name>Mark Chao</name>
<email>mchao@gitlab.com</email>
</author>
<published>2018-07-11T14:36:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a63bce1a4b55bc6cbafb9dec12d33028521489e9'/>
<id>a63bce1a4b55bc6cbafb9dec12d33028521489e9</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 '45592-nomethoderror-undefined-method-commit-for-nil-nilclass-in-sidekiq-caused-by-a-merge-commit-in-a-forked-project-with-upstream-project-deleted' into 'master'</title>
<updated>2018-07-11T13:26:56+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-07-11T13:26:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6d8c262593d3352c36a64d32dc2fa7901a415bfc'/>
<id>6d8c262593d3352c36a64d32dc2fa7901a415bfc</id>
<content type='text'>
Resolve "NoMethodError: undefined method `commit' for nil:NilClass in sidekiq caused by a merge commit in a forked project with upstream project deleted."

Closes #45592

See merge request gitlab-org/gitlab-ce!20534</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "NoMethodError: undefined method `commit' for nil:NilClass in sidekiq caused by a merge commit in a forked project with upstream project deleted."

Closes #45592

See merge request gitlab-org/gitlab-ce!20534</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ArgumentError in GitGarbageCollectWorker Sidekiq job</title>
<updated>2018-07-10T22:11:10+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-07-10T22:08:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0c1eebe24c9717da10c6335b91273dbb73061ff8'/>
<id>0c1eebe24c9717da10c6335b91273dbb73061ff8</id>
<content type='text'>
When the Gitaly call failed, the exception handling failed
because `method` is expected to have a parameter.

Closes #49096
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the Gitaly call failed, the exception handling failed
because `method` is expected to have a parameter.

Closes #49096
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ProcessCommitWorker when upstream project is deleted</title>
<updated>2018-07-10T16:11:31+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2018-07-10T16:11:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5b0210a0c8db13b6e538dfea7bc07d090224bbca'/>
<id>5b0210a0c8db13b6e538dfea7bc07d090224bbca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve Naming/UncommunicativeMethod</title>
<updated>2018-07-09T13:13:08+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2018-07-04T14:02:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3bfe30662436e48d4324b8fac5c1634df4a7cf7f'/>
<id>3bfe30662436e48d4324b8fac5c1634df4a7cf7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
