<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch issue_5541</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>Allow enabling and disabling commit and MR events for JIRA</title>
<updated>2016-11-18T17:17:51+00:00</updated>
<author>
<name>Felipe Artur</name>
<email>felipefac@gmail.com</email>
</author>
<published>2016-11-14T21:30:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d399e1ae2b92bc399962a286fddc59eaa09670a7'/>
<id>d399e1ae2b92bc399962a286fddc59eaa09670a7</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 '24599-spec-lib-gitlab-backend-shell_spec-rb-causes-other-specs-to-fail' into 'master'</title>
<updated>2016-11-18T16:55:41+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-11-18T16:55:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=88479f7f3071c2d79447896deeea63fb78b175df'/>
<id>88479f7f3071c2d79447896deeea63fb78b175df</id>
<content type='text'>

Resolve "spec/lib/gitlab/backend/shell_spec.rb causes other specs to fail"

## What does this MR do?

It ensures we rely on `Gitlab::Shell`'s public API and not on its internal. Since `Gitlab::Shell` is caching the value of its token, the only way to get the correct token is to call `Gitlab::Shell.secret_token`, not to read the `Gitlab.config.gitlab_shell.secret_file` file!

Fixes #24599

See merge request !7557</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Resolve "spec/lib/gitlab/backend/shell_spec.rb causes other specs to fail"

## What does this MR do?

It ensures we rely on `Gitlab::Shell`'s public API and not on its internal. Since `Gitlab::Shell` is caching the value of its token, the only way to get the correct token is to call `Gitlab::Shell.secret_token`, not to read the `Gitlab.config.gitlab_shell.secret_file` file!

Fixes #24599

See merge request !7557</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'docs/no-artifacts-passing' into 'master'</title>
<updated>2016-11-18T16:15:06+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-11-18T16:15:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9d4a45ef2123f9acf9e41dc8140d33ba1c162251'/>
<id>9d4a45ef2123f9acf9e41dc8140d33ba1c162251</id>
<content type='text'>

Document how to prevent artifacts from passing to next stage

See merge request !7575</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Document how to prevent artifacts from passing to next stage

See merge request !7575</pre>
</div>
</content>
</entry>
<entry>
<title>Document how to prevent artifacts from passing to next stage</title>
<updated>2016-11-18T16:10:09+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-11-18T16:10:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e4ca2fa7f14a2c23891c8cf806706d4d953de4eb'/>
<id>e4ca2fa7f14a2c23891c8cf806706d4d953de4eb</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '24617-skipped-icon-title' into 'master'</title>
<updated>2016-11-18T16:03:10+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2016-11-18T16:03:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=548f48ef6dcb20ab401cc118052e1b9bcb4afccf'/>
<id>548f48ef6dcb20ab401cc118052e1b9bcb4afccf</id>
<content type='text'>

Remove title from skipped status svg

Closes #24617

See merge request !7570</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Remove title from skipped status svg

Closes #24617

See merge request !7570</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'jasperdenkers/gitlab-ce-ci-play-heroku-example' into 'master'</title>
<updated>2016-11-18T16:02:44+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-11-18T16:02:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7924fb3472d6871cae75b6b81c17424c61b6dca9'/>
<id>7924fb3472d6871cae75b6b81c17424c61b6dca9</id>
<content type='text'>

Add CI example for Play/Scala apps with deployment to Heroku

Replaces https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3204

See merge request !7574</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add CI example for Play/Scala apps with deployment to Heroku

Replaces https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3204

See merge request !7574</pre>
</div>
</content>
</entry>
<entry>
<title>Merge the two Scala examples</title>
<updated>2016-11-18T16:01:28+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-11-18T15:56:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=99ef207604ed39fbb662f1082fa6af517ed61a64'/>
<id>99ef207604ed39fbb662f1082fa6af517ed61a64</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '23205-information-about-environments-build-page' into 'master'</title>
<updated>2016-11-18T15:49:19+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2016-11-18T15:49:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1e8cb595bf2fc84c85198cf8dc43d16e587c57df'/>
<id>1e8cb595bf2fc84c85198cf8dc43d16e587c57df</id>
<content type='text'>

Add environment info to builds page

![Screen_Shot_2016-11-02_at_5.44.01_PM](/uploads/3443d9518997147d1e6f41830e3774ff/Screen_Shot_2016-11-02_at_5.44.01_PM.png)

Closes #23205

See merge request !7251</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add environment info to builds page

![Screen_Shot_2016-11-02_at_5.44.01_PM](/uploads/3443d9518997147d1e6f41830e3774ff/Screen_Shot_2016-11-02_at_5.44.01_PM.png)

Closes #23205

See merge request !7251</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'pass-correct-tag-target-to-post-receive' into 'master'</title>
<updated>2016-11-18T15:49:07+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2016-11-18T15:49:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c55733bc5058b793389101cce47b9b5807d73fd0'/>
<id>c55733bc5058b793389101cce47b9b5807d73fd0</id>
<content type='text'>

Pass correct tag target to post-receive hook when creating tag via UI

Fixes #24437

See merge request !7556</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Pass correct tag target to post-receive hook when creating tag via UI

Fixes #24437

See merge request !7556</pre>
</div>
</content>
</entry>
<entry>
<title>Add Play/Scala CI example with deployment to Heroku</title>
<updated>2016-11-18T15:42:51+00:00</updated>
<author>
<name>Jasper Denkers</name>
<email>git@jasperdenkers.com</email>
</author>
<published>2016-03-14T13:57:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=58fb72bb9b8a21a6d7b955a8bcd683d2956a3d4a'/>
<id>58fb72bb9b8a21a6d7b955a8bcd683d2956a3d4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
