<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/models/project_services, branch diff-parse-first-commit</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Merge branch 'fix/reference_filter_uri_decode_error_for_master' into 'master'</title>
<updated>2016-01-13T14:21:32+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-01-13T14:21:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c7d9e7806a2cfb887533e1fab24a8340988272d4'/>
<id>c7d9e7806a2cfb887533e1fab24a8340988272d4</id>
<content type='text'>

Fix #9963 reference_filter "Encoding::CompatibilityError" bug with some complex URL;

https://github.com/gitlabhq/gitlabhq/pull/9964

@DouweM

See merge request !2383</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix #9963 reference_filter "Encoding::CompatibilityError" bug with some complex URL;

https://github.com/gitlabhq/gitlabhq/pull/9964

@DouweM

See merge request !2383</pre>
</div>
</content>
</entry>
<entry>
<title>Mention channel/key bug in irkerd docs</title>
<updated>2016-01-12T22:54:09+00:00</updated>
<author>
<name>Landon</name>
<email>landogbland@gmail.com</email>
</author>
<published>2016-01-12T22:54:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4819de1e7026849e10a0a05939152dfa01b5ba85'/>
<id>4819de1e7026849e10a0a05939152dfa01b5ba85</id>
<content type='text'>
Per this issue: https://gitlab.com/esr/irker/issues/2

A documentation update was added to irkerd (https://gitlab.com/esr/irker/commit/190808c37d4ab5f0f16fe35352ff36863c2732d5) but the bug is still there. Making a note of it here could save someone a lot of hassle. 

This could probably be worded better if someone else wants to take a stab at it.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Per this issue: https://gitlab.com/esr/irker/issues/2

A documentation update was added to irkerd (https://gitlab.com/esr/irker/commit/190808c37d4ab5f0f16fe35352ff36863c2732d5) but the bug is still there. Making a note of it here could save someone a lot of hassle. 

This could probably be worded better if someone else wants to take a stab at it.</pre>
</div>
</content>
</entry>
<entry>
<title>Use CGI.escape instead of URI.escape, because URI is obsoleted.</title>
<updated>2016-01-12T10:20:03+00:00</updated>
<author>
<name>Jason Lee</name>
<email>huacnlee@gmail.com</email>
</author>
<published>2016-01-12T09:32:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=932a247f5fb4a14b3e096ec88a73f8fce481eebb'/>
<id>932a247f5fb4a14b3e096ec88a73f8fce481eebb</id>
<content type='text'>
ref: https://github.com/ruby/ruby/commit/238b979f1789f95262a267d8df6239806f2859cc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ref: https://github.com/ruby/ruby/commit/238b979f1789f95262a267d8df6239806f2859cc
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix_jira_shortterm' into 'master'</title>
<updated>2016-01-10T22:12:10+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2016-01-10T22:12:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4de89291a3c487f41ffe6ebd41877ba7a709d243'/>
<id>4de89291a3c487f41ffe6ebd41877ba7a709d243</id>
<content type='text'>

Do not call API if there is no API URL

Fixes #5878 

CE users may not be interested in the new JIRA features. In this case,
we should detect they haven't set an API URL and fallback to the
behavior pre-8.3. This patch does that very easily.

There are planned improvements to JIRA in future releases such as
gitlab-org/gitlab-ce#5541 which will make this more configurable.

See merge request !2341</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Do not call API if there is no API URL

Fixes #5878 

CE users may not be interested in the new JIRA features. In this case,
we should detect they haven't set an API URL and fallback to the
behavior pre-8.3. This patch does that very easily.

There are planned improvements to JIRA in future releases such as
gitlab-org/gitlab-ce#5541 which will make this more configurable.

See merge request !2341</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'suppress-allow-failure-builds' into 'master'</title>
<updated>2016-01-08T17:31:35+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2016-01-08T17:31:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7403df6ca7bd31cd002d6fcf3bf4aa02dd4478eb'/>
<id>7403df6ca7bd31cd002d6fcf3bf4aa02dd4478eb</id>
<content type='text'>

Suppress e-mails on failed builds if allow_failure is set

Every time I push to GitLab, I get &gt; 2 emails saying a spec failed when I don't care about the benchmarks and others that have `allow_failure` set to `true`.

@ayufan mentioned creating a summary e-mail to prevent getting one e-mail per build, but the latter might actually be desirable. For example, I do want to know if Rubocop errors fail right away.

See merge request !2178</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Suppress e-mails on failed builds if allow_failure is set

Every time I push to GitLab, I get &gt; 2 emails saying a spec failed when I don't care about the benchmarks and others that have `allow_failure` set to `true`.

@ayufan mentioned creating a summary e-mail to prevent getting one e-mail per build, but the latter might actually be desirable. For example, I do want to know if Rubocop errors fail right away.

See merge request !2178</pre>
</div>
</content>
</entry>
<entry>
<title>Remove useless assignment to variable</title>
<updated>2016-01-08T14:22:42+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-01-08T14:22:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d09f1a4443696cdd7187ba855da26e57905ef422'/>
<id>d09f1a4443696cdd7187ba855da26e57905ef422</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove reference to EE from JIRA service model</title>
<updated>2016-01-08T12:21:40+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-01-08T12:21:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fc7b14a534ed63af787b63b22fee9cd267cae5b0'/>
<id>fc7b14a534ed63af787b63b22fee9cd267cae5b0</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 call API if there is no API URL</title>
<updated>2016-01-07T22:23:42+00:00</updated>
<author>
<name>Drew Blessing</name>
<email>drew@gitlab.com</email>
</author>
<published>2016-01-07T21:07:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f7fdcb95daf235455effa96d00eb082c147ac49e'/>
<id>f7fdcb95daf235455effa96d00eb082c147ac49e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress e-mails on failed builds if allow_failure is set</title>
<updated>2016-01-07T18:45:39+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-12-22T20:15:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=69209612e1793fcebcdb784074056d7a02b0f6f7'/>
<id>69209612e1793fcebcdb784074056d7a02b0f6f7</id>
<content type='text'>
Every time I push to GitLab, I get &gt; 2 emails saying a spec failed when
I don't care about benchmarks and other specs that have `allow_failure` set to `true`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Every time I push to GitLab, I get &gt; 2 emails saying a spec failed when
I don't care about benchmarks and other specs that have `allow_failure` set to `true`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Annotate models</title>
<updated>2016-01-06T13:09:55+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2016-01-06T02:30:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=79c0e7212af0a6b0243bc0512a75eb936fb8d862'/>
<id>79c0e7212af0a6b0243bc0512a75eb936fb8d862</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
