<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/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>Merge branch '35853-pages-missing-dotfiles' into 'master'</title>
<updated>2017-10-16T08:12:27+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2017-10-16T08:12:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7a8b97e10854f3e2f6e51a2f45bcf80cfdb9926a'/>
<id>7a8b97e10854f3e2f6e51a2f45bcf80cfdb9926a</id>
<content type='text'>
Include a .hidden directory in pages artifact extraction tests

See merge request gitlab-org/gitlab-ce!14852</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include a .hidden directory in pages artifact extraction tests

See merge request gitlab-org/gitlab-ce!14852</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>Include a .hidden directory in pages artifact extraction tests</title>
<updated>2017-10-12T16:56:46+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2017-10-12T16:56:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f1aabd89ab48b666358854a2604f6155d248c914'/>
<id>f1aabd89ab48b666358854a2604f6155d248c914</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
