<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/ci/yaml, branch document-lambda-deploy</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<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://trove.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>Edit to new rules documentation</title>
<updated>2019-09-03T14:36:40+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-09-03T14:36:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1215b501d221a599d42fffbec502b19a04f8acff'/>
<id>1215b501d221a599d42fffbec502b19a04f8acff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify limits for needs keyword</title>
<updated>2019-09-03T13:35:01+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-09-03T13:35:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e7b36a1f6f11a668e5febf217689114cdacbb10a'/>
<id>e7b36a1f6f11a668e5febf217689114cdacbb10a</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 'typo-ci-reference' into 'master'</title>
<updated>2019-09-02T06:43:47+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-09-02T06:43:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=516ce472ef425f6974abac3bff14dfe4ac6501ec'/>
<id>516ce472ef425f6974abac3bff14dfe4ac6501ec</id>
<content type='text'>
Fix typo in GitLab CI configuration reference

See merge request gitlab-org/gitlab-ce!32382</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix typo in GitLab CI configuration reference

See merge request gitlab-org/gitlab-ce!32382</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-fix-ci-lint-500-error' into 'master'</title>
<updated>2019-09-02T01:00:29+00:00</updated>
<author>
<name>Ash McKenzie</name>
<email>amckenzie@gitlab.com</email>
</author>
<published>2019-09-02T01:00:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6e744f7071f435b453223445e0097bf114c4aaa0'/>
<id>6e744f7071f435b453223445e0097bf114c4aaa0</id>
<content type='text'>
Fix 500 error in CI lint when included templates are an array

Closes #66605

See merge request gitlab-org/gitlab-ce!32232</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix 500 error in CI lint when included templates are an array

Closes #66605

See merge request gitlab-org/gitlab-ce!32232</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 500 error in CI lint when included templates are an array</title>
<updated>2019-08-31T11:38:12+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-08-26T19:12:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bf50573710ca008081063338664ec8b47a87d059'/>
<id>bf50573710ca008081063338664ec8b47a87d059</id>
<content type='text'>
Previously the following syntax would fail in the linter with an
error 500:

```
include:
  template:
    - License-Management.gitlab-ci.yml
    - Dependency-Scanning.gitlab-ci.yml
    - SAST.gitlab-ci.yml
```

Now the error will call out specifically that the value
is not a string.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66605
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously the following syntax would fail in the linter with an
error 500:

```
include:
  template:
    - License-Management.gitlab-ci.yml
    - Dependency-Scanning.gitlab-ci.yml
    - SAST.gitlab-ci.yml
```

Now the error will call out specifically that the value
is not a string.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66605
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken markdown in various docs</title>
<updated>2019-08-30T03:29:45+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-08-30T03:29:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=03b152c5b9b24077f3c0b261052c93949127160f'/>
<id>03b152c5b9b24077f3c0b261052c93949127160f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in GitLab CI configuration reference</title>
<updated>2019-08-29T09:01:54+00:00</updated>
<author>
<name>tgalopin</name>
<email>galopintitouan@gmail.com</email>
</author>
<published>2019-08-29T09:01:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a560727ed22666c0bfb2eb4b1db5c59f53b17bf9'/>
<id>a560727ed22666c0bfb2eb4b1db5c59f53b17bf9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename all filenames and occurrences to License Compliance</title>
<updated>2019-08-28T06:48:58+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2019-08-28T06:48:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a83f68baa792a7b086c229dc42c6fc5702d2e410'/>
<id>a83f68baa792a7b086c229dc42c6fc5702d2e410</id>
<content type='text'>
- New redirect doc/user/application_security/license_compliance/index.md
- Renaming of images.
- Some links that were pointing to the old location are fixed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- New redirect doc/user/application_security/license_compliance/index.md
- Renaming of images.
- Some links that were pointing to the old location are fixed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes Introduced in text for our renderer</title>
<updated>2019-08-28T05:57:25+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-08-28T05:57:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=59847ef0ac3e4409f6053a019121a5c7cd698812'/>
<id>59847ef0ac3e4409f6053a019121a5c7cd698812</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
