<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/services, branch fix/github-doc</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 '38236-remove-build-failed-todo-if-it-has-been-auto-retried' into 'master'</title>
<updated>2017-10-16T12:14:42+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2017-10-16T12:14:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=915120a60f7f7d5952fc2fe135a73071c94c3b00'/>
<id>915120a60f7f7d5952fc2fe135a73071c94c3b00</id>
<content type='text'>
Resolve "Remove "Build failed" TODO if it has been auto-retried"

Closes #38236

See merge request gitlab-org/gitlab-ce!14869</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Remove "Build failed" TODO if it has been auto-retried"

Closes #38236

See merge request gitlab-org/gitlab-ce!14869</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'conflict-resolution-refactor' into 'master'</title>
<updated>2017-10-16T10:36:06+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-10-16T10:36:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b2553840e88bed82bad45712e2696de83fac1230'/>
<id>b2553840e88bed82bad45712e2696de83fac1230</id>
<content type='text'>
Conflict resolution refactor

See merge request gitlab-org/gitlab-ce!14747</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflict resolution refactor

See merge request gitlab-org/gitlab-ce!14747</pre>
</div>
</content>
</entry>
<entry>
<title>Don't create build failed todo when build is retried</title>
<updated>2017-10-16T10:10:07+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2017-10-13T15:26:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6247886405b5f15e05750049254f2d341b9de72d'/>
<id>6247886405b5f15e05750049254f2d341b9de72d</id>
<content type='text'>
When a build is retried automatically, we close any open todos. However, we do
that _before_ creating a new build failed todo.

To solve this, we check if the build is retried before creating the todo. We
also ensure that the build _instance_ has the correct attribute set, without
needing to reload it from the database.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a build is retried automatically, we close any open todos. However, we do
that _before_ creating a new build failed todo.

To solve this, we check if the build is retried before creating the todo. We
also ensure that the build _instance_ has the correct attribute set, without
needing to reload it from the database.
</pre>
</div>
</content>
</entry>
<entry>
<title>added date parameter for time tracking</title>
<updated>2017-10-13T10:41:49+00:00</updated>
<author>
<name>Vlad</name>
<email>vlad.bilanchuk@teamvoy.com</email>
</author>
<published>2017-09-22T16:20:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=945e0684afc3c22ac658dbb68005cb2ebf5ac51c'/>
<id>945e0684afc3c22ac658dbb68005cb2ebf5ac51c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create a Gitlab::Git submodule for conlict-related files</title>
<updated>2017-10-13T01:03:15+00:00</updated>
<author>
<name>Alejandro Rodríguez</name>
<email>alejorro70@gmail.com</email>
</author>
<published>2017-10-09T19:40:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=faa9bd402d3521b3f7b4cc2583f8ef1b3cceb821'/>
<id>faa9bd402d3521b3f7b4cc2583f8ef1b3cceb821</id>
<content type='text'>
Rename classes to (hopefully) clearer names while we're doing that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename classes to (hopefully) clearer names while we're doing that.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor conflict resolution to contain git ops within Gitlab::Git</title>
<updated>2017-10-13T01:03:14+00:00</updated>
<author>
<name>Alejandro Rodríguez</name>
<email>alejorro70@gmail.com</email>
</author>
<published>2017-10-07T01:41:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3fcab51ebb0f3156b5d732d050b292cd3e081262'/>
<id>3fcab51ebb0f3156b5d732d050b292cd3e081262</id>
<content type='text'>
This prepares the codebase for a Gitaly migration. See
https://gitlab.com/gitlab-org/gitaly/issues/553
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prepares the codebase for a Gitaly migration. See
https://gitlab.com/gitlab-org/gitaly/issues/553
</pre>
</div>
</content>
</entry>
<entry>
<title>Encapsulate git operations for conflict resolution into lib</title>
<updated>2017-10-13T00:45:15+00:00</updated>
<author>
<name>Alejandro Rodríguez</name>
<email>alejorro70@gmail.com</email>
</author>
<published>2017-10-05T23:22:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9fda629a347cb43d8f5871f101192187fcdeeea2'/>
<id>9fda629a347cb43d8f5871f101192187fcdeeea2</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 '26763-grant-registry-auth-scope-to-admins' into 'master'</title>
<updated>2017-10-12T20:59:03+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2017-10-12T20:59:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3555252d808d7d939e1dd508962abe8d94cbd667'/>
<id>3555252d808d7d939e1dd508962abe8d94cbd667</id>
<content type='text'>
Issue JWT token with registry:catalog:* scope when requested by GitLab admin

Closes #26763 and #18392

See merge request gitlab-org/gitlab-ce!14751</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue JWT token with registry:catalog:* scope when requested by GitLab admin

Closes #26763 and #18392

See merge request gitlab-org/gitlab-ce!14751</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '34897-delete-branch-after-merge' into 'master'</title>
<updated>2017-10-12T15:08:06+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-10-12T15:08:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=af3c98bb93ede723f305477122bfdce927066307'/>
<id>af3c98bb93ede723f305477122bfdce927066307</id>
<content type='text'>
Resolve "remove source branch" checkbox from merge widget being ignored

Closes #34897

See merge request gitlab-org/gitlab-ce!14832</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "remove source branch" checkbox from merge widget being ignored

Closes #34897

See merge request gitlab-org/gitlab-ce!14832</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '37691-subscription-fires-multiple-notifications' into 'master'</title>
<updated>2017-10-12T14:39:51+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-10-12T14:39:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ca06ff27874d96705b7878a17179ffb25d809aba'/>
<id>ca06ff27874d96705b7878a17179ffb25d809aba</id>
<content type='text'>
fix multiple notifications from being sent for multiple labels

Closes #37691

See merge request gitlab-org/gitlab-ce!14798</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix multiple notifications from being sent for multiple labels

Closes #37691

See merge request gitlab-org/gitlab-ce!14798</pre>
</div>
</content>
</entry>
</feed>
