<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/ci, branch edit-form-alignment</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 remote-tracking branch 'origin/master' into gitlab-ci-yaml-updates</title>
<updated>2016-03-11T13:22:49+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-03-11T13:22:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=388f69b0de6450ec48a8b88df48bbe2d465593ea'/>
<id>388f69b0de6450ec48a8b88df48bbe2d465593ea</id>
<content type='text'>
# Conflicts:
#	spec/lib/ci/gitlab_ci_yaml_processor_spec.rb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Conflicts:
#	spec/lib/ci/gitlab_ci_yaml_processor_spec.rb
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow to define on which builds the current one depends on</title>
<updated>2016-03-11T13:15:13+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-03-11T13:15:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9a271d80128451eecc9a301d5e9924c09740be07'/>
<id>9a271d80128451eecc9a301d5e9924c09740be07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow to pass name of created artifacts archive in `.gitlab-ci.yml`</title>
<updated>2016-03-11T12:43:57+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-03-11T12:43:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d300ecf8d9e886ee7cff9b883bfcdbdb1e49769b'/>
<id>d300ecf8d9e886ee7cff9b883bfcdbdb1e49769b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Describe special YAML features: the use of anchors and hidden jobs</title>
<updated>2016-03-11T12:41:05+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-03-11T12:39:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ad4d3a075fc338280baaf6240861c9de7aa312ad'/>
<id>ad4d3a075fc338280baaf6240861c9de7aa312ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support YAML alias/anchor usage in .gitlab-ci.yml</title>
<updated>2016-03-08T07:49:32+00:00</updated>
<author>
<name>Pascal Bach</name>
<email>pascal.bach@siemens.com</email>
</author>
<published>2016-02-24T14:48:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=344d6e6f89cceb33e371e10de8262154ee108fbe'/>
<id>344d6e6f89cceb33e371e10de8262154ee108fbe</id>
<content type='text'>
This allows to reuse one job as a template for another one:

```
job1: &amp;JOBTMPL
  script: execute-script-for-job

job2: *JOBTMPL

```

This also helps to solve some of the issues in #342

Signed-off-by: Pascal Bach &lt;pascal.bach@siemens.com&gt;
Signed-off-by: Fabio Huser &lt;fabio.huser@siemens.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows to reuse one job as a template for another one:

```
job1: &amp;JOBTMPL
  script: execute-script-for-job

job2: *JOBTMPL

```

This also helps to solve some of the issues in #342

Signed-off-by: Pascal Bach &lt;pascal.bach@siemens.com&gt;
Signed-off-by: Fabio Huser &lt;fabio.huser@siemens.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move build eraseable API to proper API context</title>
<updated>2016-02-19T16:24:59+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz.bizon@ntsn.pl</email>
</author>
<published>2016-02-03T13:12:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=13f92521c22f63140adbf933737e0c5dc988a8d4'/>
<id>13f92521c22f63140adbf933737e0c5dc988a8d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not allow to modify build if it has been erased</title>
<updated>2016-02-19T16:24:59+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz.bizon@ntsn.pl</email>
</author>
<published>2016-02-03T11:55:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=df313634d0e247fb39726dc3b070c707100275ed'/>
<id>df313634d0e247fb39726dc3b070c707100275ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use DELETE verb for erasing a build content</title>
<updated>2016-02-19T16:24:59+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz.bizon@ntsn.pl</email>
</author>
<published>2016-02-03T10:24:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=21152d7d51815622fd3cbb93836cb8fa7b753ec8'/>
<id>21152d7d51815622fd3cbb93836cb8fa7b753ec8</id>
<content type='text'>
Also added API specs for that
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also added API specs for that
</pre>
</div>
</content>
</entry>
<entry>
<title>And CI API endpoint where user can erase a build</title>
<updated>2016-02-19T16:24:59+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz.bizon@ntsn.pl</email>
</author>
<published>2016-02-02T14:39:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6ca99bd899322ff4ada84f119907eb0210485482'/>
<id>6ca99bd899322ff4ada84f119907eb0210485482</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix builds scheduler when first build is allowed to fail</title>
<updated>2016-02-18T10:50:11+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzesiek.bizon@gmail.com</email>
</author>
<published>2016-02-18T10:47:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8114786665a59526a988ce346393243996769aff'/>
<id>8114786665a59526a988ce346393243996769aff</id>
<content type='text'>
Before this fix when there was only one relevant, previous build and it
failed, but was allowed to fail, entire build had been marked as
skipped.

Closes #3192
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before this fix when there was only one relevant, previous build and it
failed, but was allowed to fail, entire build had been marked as
skipped.

Closes #3192
</pre>
</div>
</content>
</entry>
</feed>
