<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app, branch document-lambda-deploy</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>Extend License Compliance entity for Pipelines and MR view</title>
<updated>2019-09-05T17:03:40+00:00</updated>
<author>
<name>Can Eldem</name>
<email>celdem@gitlab.com</email>
</author>
<published>2019-09-05T17:03:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=46f6a4e0777124b893dad80cb9e38de4a7f2f7f5'/>
<id>46f6a4e0777124b893dad80cb9e38de4a7f2f7f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New interruptible attribute supported in YAML parsing.</title>
<updated>2019-09-05T14:50:39+00:00</updated>
<author>
<name>Cédric Tabin</name>
<email>tabin.cedric@gmail.com</email>
</author>
<published>2019-09-05T14:50:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e195e48638dcc56609436e6fcdd9ad3521501798'/>
<id>e195e48638dcc56609436e6fcdd9ad3521501798</id>
<content type='text'>
Since it is not possible to dynamically detect if a job is automatically
cancellable or not, a this new attribute is necessary. Moreover, it let
the maintainer of the repo to adjust the behaviour of the auto cancellation
feature to match exactly what he needs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since it is not possible to dynamically detect if a job is automatically
cancellable or not, a this new attribute is necessary. Moreover, it let
the maintainer of the repo to adjust the behaviour of the auto cancellation
feature to match exactly what he needs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add structure to support EE feature of COAR</title>
<updated>2019-09-05T13:01:36+00:00</updated>
<author>
<name>Kerri Miller</name>
<email>kerrizor@kerrizor.com</email>
</author>
<published>2019-09-05T13:01:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0e40b41e224f18076426578da08548ae22afdcd1'/>
<id>0e40b41e224f18076426578da08548ae22afdcd1</id>
<content type='text'>
These are the structural changes for supporting the EE feature of moving
"code_owner_approval_required" state from existing on a project to being
on the protected branches individually, allowing for CODEOWNER
validation on push events.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are the structural changes for supporting the EE feature of moving
"code_owner_approval_required" state from existing on a project to being
on the protected branches individually, allowing for CODEOWNER
validation on push events.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add helpers to wait for axios requests</title>
<updated>2019-09-05T12:56:17+00:00</updated>
<author>
<name>Martin Hanzel</name>
<email>martin@hanzel.io</email>
</author>
<published>2019-09-05T12:56:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bd20aeb64c4eed117831556c54b40ff4aee9bfd1'/>
<id>bd20aeb64c4eed117831556c54b40ff4aee9bfd1</id>
<content type='text'>
Add two methods to the axios_utils Jest mock:

- `waitFor(url)`, which returns a Promise that resolves when the
  next request to `url` finishes.
- `waitForAll()`, which returns a Promise that resolves when all
  pending requests finish.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add two methods to the axios_utils Jest mock:

- `waitFor(url)`, which returns a Promise that resolves when the
  next request to `url` finishes.
- `waitForAll()`, which returns a Promise that resolves when all
  pending requests finish.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '66067-pages-domain-doesnt-set-target-blank' into 'master'</title>
<updated>2019-09-05T11:37:50+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2019-09-05T11:37:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2ead328abc4da0cf611bb321e05553052750fb36'/>
<id>2ead328abc4da0cf611bb321e05553052750fb36</id>
<content type='text'>
Makes custom Pages domain open as external link in new tab

Closes #66067

See merge request gitlab-org/gitlab-ce!32130</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes custom Pages domain open as external link in new tab

Closes #66067

See merge request gitlab-org/gitlab-ce!32130</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bjk/routable_counter' into 'master'</title>
<updated>2019-09-05T10:00:30+00:00</updated>
<author>
<name>Andreas Brandl</name>
<email>abrandl@gitlab.com</email>
</author>
<published>2019-09-05T10:00:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c099fa810ff24bb3f9860569d6e1cfce92508468'/>
<id>c099fa810ff24bb3f9860569d6e1cfce92508468</id>
<content type='text'>
Adjust routable metric

See merge request gitlab-org/gitlab-ce!32591</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adjust routable metric

See merge request gitlab-org/gitlab-ce!32591</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid checking dns rebind protection in validation</title>
<updated>2019-09-05T09:11:14+00:00</updated>
<author>
<name>Francisco Javier López</name>
<email>fjlopez@gitlab.com</email>
</author>
<published>2019-09-05T09:11:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=537eb0bb2d4d8a2af9753850c4a85fc473b68d8d'/>
<id>537eb0bb2d4d8a2af9753850c4a85fc473b68d8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust routable metric</title>
<updated>2019-09-05T07:14:56+00:00</updated>
<author>
<name>Ben Kochie</name>
<email>bjk@gitlab.com</email>
</author>
<published>2019-09-03T14:04:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=56c01f62d5c5509f63aa46547cf90276a360775e'/>
<id>56c01f62d5c5509f63aa46547cf90276a360775e</id>
<content type='text'>
* Define the counter once.
* Make metric name follow Prometheus naming conventions.
* Add label for call method.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Define the counter once.
* Make metric name follow Prometheus naming conventions.
* Add label for call method.
</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>Update Pipelines Minutes expire banner (CE)</title>
<updated>2019-09-04T20:48:58+00:00</updated>
<author>
<name>Ammar Alakkad</name>
<email>aalakkad@gitlab.com</email>
</author>
<published>2019-09-04T20:48:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c2fb7f85b3bd48195200e7de9f2b380e282b306f'/>
<id>c2fb7f85b3bd48195200e7de9f2b380e282b306f</id>
<content type='text'>
- remove hiding the alert functionality
- use `danger` class instead of `warning`

https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14786
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- remove hiding the alert functionality
- use `danger` class instead of `warning`

https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14786
</pre>
</div>
</content>
</entry>
</feed>
