<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/services, branch patch-61</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>Added filtering jobs by age to jobs/request API endpoint</title>
<updated>2019-05-20T15:03:34+00:00</updated>
<author>
<name>Dmitry Chepurovskiy</name>
<email>dm3ch@dm3ch.net</email>
</author>
<published>2019-05-20T15:03:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7017889d0b92dd8bd215770a9d4f823b5dc1f2eb'/>
<id>7017889d0b92dd8bd215770a9d4f823b5dc1f2eb</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 'sh-fix-tag-push-remote-mirror' into 'master'</title>
<updated>2019-05-20T08:11:49+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2019-05-20T08:11:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5f261b62c773b9d59c668ff31dde86cb53096027'/>
<id>5f261b62c773b9d59c668ff31dde86cb53096027</id>
<content type='text'>
Fix remote mirrors not updating after tag push

Closes #51240

See merge request gitlab-org/gitlab-ce!28430</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix remote mirrors not updating after tag push

Closes #51240

See merge request gitlab-org/gitlab-ce!28430</pre>
</div>
</content>
</entry>
<entry>
<title>Fix remote mirrors not updating after tag push</title>
<updated>2019-05-17T21:45:41+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-05-17T21:43:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6c6e4ca495f56ec9df8e5e6ec744744404414f8c'/>
<id>6c6e4ca495f56ec9df8e5e6ec744744404414f8c</id>
<content type='text'>
Remote mirrors were only being updated after pushes to branches, not
tags. This change consolidates the functionality into
Git::BaseHooksService so that both tags and branches will now update
remote mirrors.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51240
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remote mirrors were only being updated after pushes to branches, not
tags. This change consolidates the functionality into
Git::BaseHooksService so that both tags and branches will now update
remote mirrors.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51240
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop configuring group clusters on creation</title>
<updated>2019-05-17T01:18:42+00:00</updated>
<author>
<name>Tiger</name>
<email>twatson@gitlab.com</email>
</author>
<published>2019-04-11T03:26:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fa5a6ae172584c5c33665a6efa4a6aa4efaea9ad'/>
<id>fa5a6ae172584c5c33665a6efa4a6aa4efaea9ad</id>
<content type='text'>
Immediate configuration is not ideal for group and instance
level clusters as projects that may never be deployed would
still have Kubernetes namespaces and service accounts created
for them.

As of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25586
we now create only the resources that are required for the
project being deployed, at the time of deployment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Immediate configuration is not ideal for group and instance
level clusters as projects that may never be deployed would
still have Kubernetes namespaces and service accounts created
for them.

As of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25586
we now create only the resources that are required for the
project being deployed, at the time of deployment.
</pre>
</div>
</content>
</entry>
<entry>
<title>Include MR information if possible when emailing notification of closing an issue</title>
<updated>2019-05-16T11:59:02+00:00</updated>
<author>
<name>Michał Zając</name>
<email>gitlab.com@quintasan.pl</email>
</author>
<published>2019-05-16T11:59:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=411f545ce6a88db8370e639989d9c8f6d3621cbe'/>
<id>411f545ce6a88db8370e639989d9c8f6d3621cbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename methods that conflict in Rails 5.2</title>
<updated>2019-05-13T04:42:06+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>heinrich@gitlab.com</email>
</author>
<published>2019-05-13T04:42:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=eb88ca76469539431b7f06592f177a77d5738612'/>
<id>eb88ca76469539431b7f06592f177a77d5738612</id>
<content type='text'>
Adds suffix to enum methods and changes `in_groups` to
`of_groups`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds suffix to enum methods and changes `in_groups` to
`of_groups`
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-fix-lfs-download-errors' into 'master'</title>
<updated>2019-05-10T14:45:09+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2019-05-10T14:45:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9dc41a0993a38f99eeda9c2e8bb3ace070003496'/>
<id>9dc41a0993a38f99eeda9c2e8bb3ace070003496</id>
<content type='text'>
Properly handle LFS Batch API response in project import

Closes #61624

See merge request gitlab-org/gitlab-ce!28223</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Properly handle LFS Batch API response in project import

Closes #61624

See merge request gitlab-org/gitlab-ce!28223</pre>
</div>
</content>
</entry>
<entry>
<title>Don't run full gc in AfterImportService</title>
<updated>2019-05-10T11:55:53+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-05-10T11:53:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=36b1a2d7d08e1615f13fe839cc8251ba76ea87c6'/>
<id>36b1a2d7d08e1615f13fe839cc8251ba76ea87c6</id>
<content type='text'>
Pull mirrors would run the `Projects::AfterImportService`, which would
force a `git gc` each time it finished. This is overkill and not
necessary now that we have refs packed more frequently
(https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/27826).

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/11556
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pull mirrors would run the `Projects::AfterImportService`, which would
force a `git gc` each time it finished. This is overkill and not
necessary now that we have refs packed more frequently
(https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/27826).

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/11556
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Error 500 when inviting user already present</title>
<updated>2019-05-10T05:35:40+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-05-08T05:50:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f16406167e107aa23489469daee98bc842675e06'/>
<id>f16406167e107aa23489469daee98bc842675e06</id>
<content type='text'>
A project admin attempting to invite an already-invited user
will see a confusing Error 500 message.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61574
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A project admin attempting to invite an already-invited user
will see a confusing Error 500 message.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61574
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly handle LFS Batch API response in project import</title>
<updated>2019-05-09T23:04:40+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-05-09T12:53:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e67481e079023e1319e91fabfb90b88c9a2b2655'/>
<id>e67481e079023e1319e91fabfb90b88c9a2b2655</id>
<content type='text'>
Project imports were failing with `undefined method each_with_object for
String` because the import was attempting to parse the LFS Batch API and
failing due to the fact that the Content-Type wasn't a supported format
(e.g. application/vnd.git-lfs+json instead of application/json). We now
parse the body as JSON.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61624
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Project imports were failing with `undefined method each_with_object for
String` because the import was attempting to parse the LFS Batch API and
failing due to the fact that the Content-Type wasn't a supported format
(e.g. application/vnd.git-lfs+json instead of application/json). We now
parse the body as JSON.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61624
</pre>
</div>
</content>
</entry>
</feed>
