<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch use_default_external_auth_label_empty</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 'use_default_external_auth_label_empty' of gitlab.com:gitlab-org/gitlab-ce into use_default_external_auth_label_empty</title>
<updated>2019-09-05T02:38:30+00:00</updated>
<author>
<name>Will Chandler</name>
<email>wchandler@gitlab.com</email>
</author>
<published>2019-09-05T02:38:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1d3b6c939d9bde4c50eff5fc007a0ff3c91b05e1'/>
<id>1d3b6c939d9bde4c50eff5fc007a0ff3c91b05e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove check for default label</title>
<updated>2019-09-05T02:37:45+00:00</updated>
<author>
<name>Will Chandler</name>
<email>wchandler@gitlab.com</email>
</author>
<published>2019-09-05T02:33:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=105b4af47d9af01d43102f0af6dc4f209c9c6b29'/>
<id>105b4af47d9af01d43102f0af6dc4f209c9c6b29</id>
<content type='text'>
No longer check the project external auth label as this would
lock the project into using it.

Add individual presence checks to prevent short circuiting from
causing an erroneous nil.

Combine merge checks into a single call as Ruby 2.6+ supports multiple
arguments to `merge`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No longer check the project external auth label as this would
lock the project into using it.

Add individual presence checks to prevent short circuiting from
causing an erroneous nil.

Combine merge checks into a single call as Ruby 2.6+ supports multiple
arguments to `merge`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog with MR number</title>
<updated>2019-09-05T02:37:45+00:00</updated>
<author>
<name>Will Chandler</name>
<email>wchandler@gitlab.com</email>
</author>
<published>2019-09-02T04:50:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2479e126ac4cf3a233d617fb3163a6aa8f1cfb85'/>
<id>2479e126ac4cf3a233d617fb3163a6aa8f1cfb85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use `presence` for nil/empty check</title>
<updated>2019-09-05T02:37:45+00:00</updated>
<author>
<name>Will Chandler</name>
<email>wchandler@gitlab.com</email>
</author>
<published>2019-09-03T05:53:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=483e7b68bd5a0b729db6a704a1c032fc812edbd5'/>
<id>483e7b68bd5a0b729db6a704a1c032fc812edbd5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop empty external auth classification labels overriding default labels</title>
<updated>2019-09-05T02:37:45+00:00</updated>
<author>
<name>Will Chandler</name>
<email>wchandler@gitlab.com</email>
</author>
<published>2019-09-02T04:22:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f45f0e31ba3d3f1396e9301306bbb4978b95ac87'/>
<id>f45f0e31ba3d3f1396e9301306bbb4978b95ac87</id>
<content type='text'>
Most of the project templates bundled with GitLab have an empty string
set for `external_authorization_classification_label` in their
`project.json`. When imported this overrides the default label set on
the instance, causing the label to appear empty.

This change sets empty labels to nil during import, allowing the
default label to override it and be applied to the project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most of the project templates bundled with GitLab have an empty string
set for `external_authorization_classification_label` in their
`project.json`. When imported this overrides the default label set on
the instance, causing the label to appear empty.

This change sets empty labels to nil during import, allowing the
default label to override it and be applied to the project.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove check for default label</title>
<updated>2019-09-05T02:33:22+00:00</updated>
<author>
<name>Will Chandler</name>
<email>wchandler@gitlab.com</email>
</author>
<published>2019-09-05T02:33:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a58e67ecaf70c35218dd7d7a4866af769027055b'/>
<id>a58e67ecaf70c35218dd7d7a4866af769027055b</id>
<content type='text'>
No longer check the project external auth label as this would
lock the project into using it.

Add individual presence checks to prevent short circuiting from
causing an erroneous nil.

Combine merge checks into a single call as Ruby 2.6+ supports multiple
arguments to `merge`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No longer check the project external auth label as this would
lock the project into using it.

Add individual presence checks to prevent short circuiting from
causing an erroneous nil.

Combine merge checks into a single call as Ruby 2.6+ supports multiple
arguments to `merge`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix/regression-remove-installation-pod' into 'master'</title>
<updated>2019-09-04T23:26:59+00:00</updated>
<author>
<name>Mayra Cabrera</name>
<email>mcabrera@gitlab.com</email>
</author>
<published>2019-09-04T23:26:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0fad0ed864c5b0f65956d1794cee2f9bd7bfa608'/>
<id>0fad0ed864c5b0f65956d1794cee2f9bd7bfa608</id>
<content type='text'>
Bring method back that was mistakenly removed

See merge request gitlab-org/gitlab-ce!32667</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bring method back that was mistakenly removed

See merge request gitlab-org/gitlab-ce!32667</pre>
</div>
</content>
</entry>
<entry>
<title>Bring method back that was mistakenly removed</title>
<updated>2019-09-04T23:26:57+00:00</updated>
<author>
<name>João Cunha</name>
<email>j.a.cunha@gmail.com</email>
</author>
<published>2019-09-04T23:26:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2910f55aa2194af8d025f1ba8e382d7a649d53da'/>
<id>2910f55aa2194af8d025f1ba8e382d7a649d53da</id>
<content type='text'>
- We're also improving specs to avoid this could happen again
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- We're also improving specs to avoid this could happen again
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '62535-upgrade-graphql-gem-to-latest-version-1-9-6-or-higher' into 'master'</title>
<updated>2019-09-04T21:57:38+00:00</updated>
<author>
<name>Mayra Cabrera</name>
<email>mcabrera@gitlab.com</email>
</author>
<published>2019-09-04T21:57:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d0532536daaa547df83f55261831292ed8d68ad4'/>
<id>d0532536daaa547df83f55261831292ed8d68ad4</id>
<content type='text'>
Upgrade GraphQL gem to 1.9.11

See merge request gitlab-org/gitlab-ce!31980</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Upgrade GraphQL gem to 1.9.11

See merge request gitlab-org/gitlab-ce!31980</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade graphql gem to 1.9.10</title>
<updated>2019-09-04T21:57:37+00:00</updated>
<author>
<name>Brett Walker</name>
<email>bwalker@gitlab.com</email>
</author>
<published>2019-09-04T21:57:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ec2b4bb65da6f5b6a5ab813349049806c1b3851e'/>
<id>ec2b4bb65da6f5b6a5ab813349049806c1b3851e</id>
<content type='text'>
- `edge_nodes` needs to get called on the object
- added `include GlobalID::Identification` in a couple places
- renamed `object` to `item` in spec due to conflict
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- `edge_nodes` needs to get called on the object
- added `include GlobalID::Identification` in a couple places
- renamed `object` to `item` in spec due to conflict
</pre>
</div>
</content>
</entry>
</feed>
