<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/ci/variables, branch ide-diff-cursor</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>Cleanup and consolidate the CI yaml docs</title>
<updated>2018-03-07T10:32:38+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2018-03-07T10:29:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=93e45424d07f50bdc2577dad8e1194dda01e8496'/>
<id>93e45424d07f50bdc2577dad8e1194dda01e8496</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 'patch-28' into 'master'</title>
<updated>2018-02-28T16:44:29+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2018-02-28T16:44:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b07b2ea5b583a43a89ac0f34e4ee9168be991349'/>
<id>b07b2ea5b583a43a89ac0f34e4ee9168be991349</id>
<content type='text'>
Document new job variables: CI_RUNNER_{REVISION,VERSION,EXECUTABLE_ARCH}

See merge request gitlab-org/gitlab-ce!16834</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Document new job variables: CI_RUNNER_{REVISION,VERSION,EXECUTABLE_ARCH}

See merge request gitlab-org/gitlab-ce!16834</pre>
</div>
</content>
</entry>
<entry>
<title>Add new job variables: CI_RUNNER_{REVISION,VERSION,EXECUTABLE_ARCH}</title>
<updated>2018-02-28T13:36:11+00:00</updated>
<author>
<name>Taylor Braun-Jones</name>
<email>taylor@braun-jones.org</email>
</author>
<published>2018-01-31T18:05:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c49381057a58540622b7e9cf99f759f3e346606d'/>
<id>c49381057a58540622b7e9cf99f759f3e346606d</id>
<content type='text'>
As introduced by gitlab-org/gitlab-runner!788
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As introduced by gitlab-org/gitlab-runner!788
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ce-39118-dynamic-pipeline-variables-fe' into 'master'</title>
<updated>2018-02-07T12:23:36+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2018-02-07T12:23:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a55cfc1e6316232e25a46416b0a60be7c1282da7'/>
<id>a55cfc1e6316232e25a46416b0a60be7c1282da7</id>
<content type='text'>
Dynamic CI secret variables -- CE backport

See merge request gitlab-org/gitlab-ce!16842</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dynamic CI secret variables -- CE backport

See merge request gitlab-org/gitlab-ce!16842</pre>
</div>
</content>
</entry>
<entry>
<title>Change docs links to https://about.gitlab.com/products/</title>
<updated>2018-02-07T11:47:56+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2018-02-07T10:48:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=41cd11d5b89a91903fb68c9762629b2d40ae57fe'/>
<id>41cd11d5b89a91903fb68c9762629b2d40ae57fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use dynamic variable list in scheduled pipelines and group/project CI secret variables</title>
<updated>2018-02-05T19:09:29+00:00</updated>
<author>
<name>Eric Eastwood</name>
<email>contact@ericeastwood.com</email>
</author>
<published>2018-01-16T21:13:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3be32027b6c543287b94b5be34bf53039d86f88c'/>
<id>3be32027b6c543287b94b5be34bf53039d86f88c</id>
<content type='text'>
See https://gitlab.com/gitlab-org/gitlab-ce/issues/39118

Conflicts:
	app/views/ci/variables/_form.html.haml
	app/views/ci/variables/_table.html.haml
	ee/app/views/ci/variables/_environment_scope.html.haml
	spec/javascripts/ci_variable_list/ci_variable_list_ee_spec.js
	spec/javascripts/fixtures/projects.rb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://gitlab.com/gitlab-org/gitlab-ce/issues/39118

Conflicts:
	app/views/ci/variables/_form.html.haml
	app/views/ci/variables/_table.html.haml
	ee/app/views/ci/variables/_environment_scope.html.haml
	spec/javascripts/ci_variable_list/ci_variable_list_ee_spec.js
	spec/javascripts/fixtures/projects.rb
</pre>
</div>
</content>
</entry>
<entry>
<title>search and replace "Enterprise Edition Premium" =&gt; "Premium"</title>
<updated>2018-02-01T21:13:49+00:00</updated>
<author>
<name>Marcia Ramos</name>
<email>virtua.creative@gmail.com</email>
</author>
<published>2018-02-01T21:13:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bfab3990f8c432bf9487110c9d6411ae63ca968f'/>
<id>bfab3990f8c432bf9487110c9d6411ae63ca968f</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.yml` heading</title>
<updated>2018-01-24T12:03:12+00:00</updated>
<author>
<name>Mathijs de Kruyf</name>
<email>hpmdekruyf+gitlab@gmail.com</email>
</author>
<published>2018-01-24T12:03:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8a852dee62bdd34ca2f484a8f6767663fdb2416f'/>
<id>8a852dee62bdd34ca2f484a8f6767663fdb2416f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Spelling fixes</title>
<updated>2018-01-19T10:09:59+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2018-01-19T10:09:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0cbbb08e790260ad936810e0047e03938c001e9b'/>
<id>0cbbb08e790260ad936810e0047e03938c001e9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make usage of SSH keys in CI/CD more clear</title>
<updated>2017-12-13T09:49:59+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2017-12-07T14:29:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f06982bf92ad93e7efec397f658eb3e53e727c50'/>
<id>f06982bf92ad93e7efec397f658eb3e53e727c50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
