<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/ci/variables, branch docs/https-many-docs-links</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>Edit after script context text</title>
<updated>2019-06-16T21:21:06+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-06-16T21:21:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a5cc5f6e96c5c5a45a534ff605709a6a012d9cfe'/>
<id>a5cc5f6e96c5c5a45a534ff605709a6a012d9cfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Leave clear notices about after_script execution context</title>
<updated>2019-06-12T06:44:17+00:00</updated>
<author>
<name>Tomasz Maczukin</name>
<email>tomasz@maczukin.pl</email>
</author>
<published>2019-06-11T21:31:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f4b5f930ff7252468c69cf4decbbb05d44ba3b71'/>
<id>f4b5f930ff7252468c69cf4decbbb05d44ba3b71</id>
<content type='text'>
We frequently see new issues mentioning that something defined
in `before_script` or `script` doesn't work with `after_script`.

Our documentation mentions that first two are concatenated and
executed together, why the third one is executed in a separated
shell context. But it looks like it's not clear enough.

Since this misunderstanding of how scripts are being executed
is repeated frequently, let's make it more clear in docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We frequently see new issues mentioning that something defined
in `before_script` or `script` doesn't work with `after_script`.

Our documentation mentions that first two are concatenated and
executed together, why the third one is executed in a separated
shell context. But it looks like it's not clear enough.

Since this misunderstanding of how scripts are being executed
is repeated frequently, let's make it more clear in docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose javascript regex</title>
<updated>2019-06-06T14:46:45+00:00</updated>
<author>
<name>Matija Čupić</name>
<email>matteeyah@gmail.com</email>
</author>
<published>2019-06-04T15:36:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=432d24ac9a84700ed5d1d798f705c2a1e40903dd'/>
<id>432d24ac9a84700ed5d1d798f705c2a1e40903dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow masking if 8 or more characters in base64</title>
<updated>2019-06-06T14:46:45+00:00</updated>
<author>
<name>Thomas Nilsson</name>
<email>thomas.nilsson@irfu.se</email>
</author>
<published>2019-05-20T12:49:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ff3486a92bfcf00b85d45c9224c27cc5fa9c49e2'/>
<id>ff3486a92bfcf00b85d45c9224c27cc5fa9c49e2</id>
<content type='text'>
This should allow for private ssh-keys to remain private.

Solves https://gitlab.com/gitlab-org/gitlab-ce/issues/60790.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should allow for private ssh-keys to remain private.

Solves https://gitlab.com/gitlab-org/gitlab-ce/issues/60790.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ci-variable-expression-con-dis-junction' into 'master'</title>
<updated>2019-06-06T08:34:57+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2019-06-06T08:34:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=502cbda11ba0c6d798b243ab6f489cd73c7bdeea'/>
<id>502cbda11ba0c6d798b243ab6f489cd73c7bdeea</id>
<content type='text'>
CI variable expression conjunction/disjunction

See merge request gitlab-org/gitlab-ce!27925</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CI variable expression conjunction/disjunction

See merge request gitlab-org/gitlab-ce!27925</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '11204-turn-off-mask-by-default' into 'master'</title>
<updated>2019-06-05T17:40:36+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2019-06-05T17:40:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=42b7503820ab3f76d382f7e595239215d1487ca7'/>
<id>42b7503820ab3f76d382f7e595239215d1487ca7</id>
<content type='text'>
Default masked to false for new variables

Closes gitlab-ee#11204

See merge request gitlab-org/gitlab-ce!28186</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Default masked to false for new variables

Closes gitlab-ee#11204

See merge request gitlab-org/gitlab-ce!28186</pre>
</div>
</content>
</entry>
<entry>
<title>Delete proposed paragraph</title>
<updated>2019-06-05T10:08:30+00:00</updated>
<author>
<name>Marcia Ramos</name>
<email>marcia@gitlab.com</email>
</author>
<published>2019-06-05T10:08:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d5995d692c9b064dec524efc0a370f8a9b6e7305'/>
<id>d5995d692c9b064dec524efc0a370f8a9b6e7305</id>
<content type='text'>
TBA to a different MR/issue
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TBA to a different MR/issue
</pre>
</div>
</content>
</entry>
<entry>
<title>&amp;&amp; and || operators for CI Pipeline expressions.</title>
<updated>2019-06-05T00:03:24+00:00</updated>
<author>
<name>drew cimino</name>
<email>dcimino@gitlab.com</email>
</author>
<published>2019-04-26T15:37:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cfaac7532210ef1ce03f335a3198bb7d2ad3979a'/>
<id>cfaac7532210ef1ce03f335a3198bb7d2ad3979a</id>
<content type='text'>
Refactored regex pattern matching to eagerly return tokens

Packaged behind a default-enabled feature flag and added operator documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactored regex pattern matching to eagerly return tokens

Packaged behind a default-enabled feature flag and added operator documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Default masked to false for new variables</title>
<updated>2019-06-04T13:09:01+00:00</updated>
<author>
<name>mfluharty</name>
<email>mfluharty@gitlab.com</email>
</author>
<published>2019-05-07T19:37:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=598fa4cdd8e698d4ed19ad6101989aa286c9131c'/>
<id>598fa4cdd8e698d4ed19ad6101989aa286c9131c</id>
<content type='text'>
Set the default value to false
Adjust tests to expect false as the default
Update documentation to make new default clear
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set the default value to false
Adjust tests to expect false as the default
Update documentation to make new default clear
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs: Clarify allowed characters in masked variables</title>
<updated>2019-05-29T23:09:44+00:00</updated>
<author>
<name>Krasimir Angelov</name>
<email>kangelov@gitlab.com</email>
</author>
<published>2019-05-29T23:09:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0ea562cb4dae24c7ad6513a0f07f8ac769a1b66e'/>
<id>0ea562cb4dae24c7ad6513a0f07f8ac769a1b66e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
