<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/lib/ci, branch fix/serialized-commit-path</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Merge branch 'zj-unadressable-url-variables' into 'master'</title>
<updated>2017-01-12T18:19:11+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-01-12T18:19:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=764fc0dd69b3e064d4b14ce8125fbb6daa98cf7f'/>
<id>764fc0dd69b3e064d4b14ce8125fbb6daa98cf7f</id>
<content type='text'>

Do not check for valid url for .gitlab-ci.yml

Closes #22970

See merge request !8451</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Do not check for valid url for .gitlab-ci.yml

Closes #22970

See merge request !8451</pre>
</div>
</content>
</entry>
<entry>
<title>Do not check for valid url for .gitlab-ci.yml</title>
<updated>2017-01-05T18:59:10+00:00</updated>
<author>
<name>Z.J. van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2017-01-04T20:24:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6ef6f9f205b8bed4ff0af4a353e7b04e0ff0b345'/>
<id>6ef6f9f205b8bed4ff0af4a353e7b04e0ff0b345</id>
<content type='text'>
Until this commit, GitLab would check if the URL in your .gitlab-ci.yml
would be valid and adressable. However, this approach is rather limited.

To begin, the URL couldn't be http://example:$PORT/my-project, as the
PORT value would be interpolated after checking if the URL was valid,
which its not. Also this gem will limit the amount of protocols allowed.

This commit doesn't check, at all, if the URL is valid. This is now the
responsablilty of the user. In my opion this is right, as the user
ultimately benefits from a correct URL, but also, its impossible to
cover all cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Until this commit, GitLab would check if the URL in your .gitlab-ci.yml
would be valid and adressable. However, this approach is rather limited.

To begin, the URL couldn't be http://example:$PORT/my-project, as the
PORT value would be interpolated after checking if the URL was valid,
which its not. Also this gem will limit the amount of protocols allowed.

This commit doesn't check, at all, if the URL is valid. This is now the
responsablilty of the user. In my opion this is right, as the user
ultimately benefits from a correct URL, but also, its impossible to
cover all cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>Test newline and carraige return groups</title>
<updated>2016-12-28T22:32:45+00:00</updated>
<author>
<name>Jared Deckard</name>
<email>jared.deckard@gmail.com</email>
</author>
<published>2016-12-28T14:50:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=44b0b97cf0ce1b8409e926450fb6b4ddc16a229a'/>
<id>44b0b97cf0ce1b8409e926450fb6b4ddc16a229a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert CI YAML variables keys into strings</title>
<updated>2016-12-15T09:05:53+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2016-12-14T14:38:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=05bc71c856c735fa364e15db62ba5d40cfd7c5ef'/>
<id>05bc71c856c735fa364e15db62ba5d40cfd7c5ef</id>
<content type='text'>
So that this would be more consistent with the other variables,
which all of them are string based.

Closes #25554
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So that this would be more consistent with the other variables,
which all of them are string based.

Closes #25554
</pre>
</div>
</content>
</entry>
<entry>
<title>Make CI job script a required configuration entry</title>
<updated>2016-11-18T13:14:41+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzesiek.bizon@gmail.com</email>
</author>
<published>2016-11-18T13:14:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=65724301e6129440d0fba9cf9779297bc702c95b'/>
<id>65724301e6129440d0fba9cf9779297bc702c95b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add logical validation to gitlab-ci.yml</title>
<updated>2016-10-18T10:22:51+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-10-18T10:22:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ad85928752ea6c41863c6b8225ff2279e3044bef'/>
<id>ad85928752ea6c41863c6b8225ff2279e3044bef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix specs</title>
<updated>2016-10-17T21:42:49+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-10-17T21:40:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bebfceb1df03e8afa10af5aead8e657654a14f01'/>
<id>bebfceb1df03e8afa10af5aead8e657654a14f01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve JwtController implementation</title>
<updated>2016-09-20T17:15:13+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-09-20T15:07:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cf6a35f09a3f38b124bd0e6013950f21b5bb1851'/>
<id>cf6a35f09a3f38b124bd0e6013950f21b5bb1851</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Post-merge improve of CI permissions</title>
<updated>2016-09-20T13:41:41+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-09-20T13:41:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0672c5a92e8be90da0cb79f277bb7aee82fdba8a'/>
<id>0672c5a92e8be90da0cb79f277bb7aee82fdba8a</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 'master' into per-build-token</title>
<updated>2016-09-19T11:31:42+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-09-19T11:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=967eb8fb550b8225177b8cb7f87afd81cfd0c213'/>
<id>967eb8fb550b8225177b8cb7f87afd81cfd0c213</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
