<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/danger, branch patch-39</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>Fix Danger commit message errors</title>
<updated>2019-01-11T22:22:10+00:00</updated>
<author>
<name>Drew Blessing</name>
<email>drew@blessing.io</email>
</author>
<published>2019-01-11T22:22:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=efe7f4f76878d88950c4193b81a7864f5d866935'/>
<id>efe7f4f76878d88950c4193b81a7864f5d866935</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Shorten danger 50 char commit warning</title>
<updated>2019-01-11T13:33:02+00:00</updated>
<author>
<name>Paul Slaughter</name>
<email>pslaughter@gitlab.com</email>
</author>
<published>2019-01-11T07:05:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=193f764bc2934b32775d22ba320fa4ac5acc9634'/>
<id>193f764bc2934b32775d22ba320fa4ac5acc9634</id>
<content type='text'>
- Also pulls URLs into vars
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Also pulls URLs into vars
</pre>
</div>
</content>
</entry>
<entry>
<title>Only detect short refs followed by \b in Danger</title>
<updated>2019-01-08T15:37:06+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-01-08T15:37:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8f9d9112e630e72df8ea3b21d538551f91c6703b'/>
<id>8f9d9112e630e72df8ea3b21d538551f91c6703b</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update danger for documentation [ci skip]</title>
<updated>2018-12-19T11:51:29+00:00</updated>
<author>
<name>George Tsiolis</name>
<email>tsiolis.g@gmail.com</email>
</author>
<published>2018-12-19T11:49:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=35eee0b4b067d003e13350b6043dee6165f86fe1'/>
<id>35eee0b4b067d003e13350b6043dee6165f86fe1</id>
<content type='text'>
Rename ~Packaging label to ~Package
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename ~Packaging label to ~Package
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '51226-check-yarn-lock' into 'master'</title>
<updated>2018-12-18T10:42:09+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2018-12-18T10:42:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9e26728cfe9ebc2d3ba4330065ebb9eb966d4a8c'/>
<id>9e26728cfe9ebc2d3ba4330065ebb9eb966d4a8c</id>
<content type='text'>
Add danger check for duplicate yarn dependencies

Closes #51226

See merge request gitlab-org/gitlab-ce!21591</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add danger check for duplicate yarn dependencies

Closes #51226

See merge request gitlab-org/gitlab-ce!21591</pre>
</div>
</content>
</entry>
<entry>
<title>Add danger check for duplicate yarn dependencies</title>
<updated>2018-12-17T08:58:39+00:00</updated>
<author>
<name>Lukas Eipert</name>
<email>leipert@gitlab.com</email>
</author>
<published>2018-09-07T11:20:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=243bd56f9db95a29deaec9ff093b2ff8d02f82ee'/>
<id>243bd56f9db95a29deaec9ff093b2ff8d02f82ee</id>
<content type='text'>
This danger check utilises `yarn-deduplicate` in order to show duplicate
dependencies in the yarn.lock dependency tree.
Often when introducing new dependencies or updating existing ones, yarn
does not seem to build the most optimal dependency tree.

In order to prevent those unnecessary dependency updates we are nudging
developers and maintainers to resolve these issues in MRs. Automating
this with danger especially helps, as yarn.lock files are not that easy
to review.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This danger check utilises `yarn-deduplicate` in order to show duplicate
dependencies in the yarn.lock dependency tree.
Often when introducing new dependencies or updating existing ones, yarn
does not seem to build the most optimal dependency tree.

In order to prevent those unnecessary dependency updates we are nudging
developers and maintainers to resolve these issues in MRs. Automating
this with danger especially helps, as yarn.lock files are not that easy
to review.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify messaging on what fails for too many failed lines</title>
<updated>2018-12-17T06:42:59+00:00</updated>
<author>
<name>Sam Bigelow</name>
<email>sbigelow@gitlab.com</email>
</author>
<published>2018-12-17T06:42:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0f069485c6f182a2434853e9e06724ee6ce3006d'/>
<id>0f069485c6f182a2434853e9e06724ee6ce3006d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove rails 4 support in CI, Gemfiles, bin/ and config/</title>
<updated>2018-12-14T18:36:22+00:00</updated>
<author>
<name>Jasper Maes</name>
<email>jaspermaes.jm@gmail.com</email>
</author>
<published>2018-12-07T18:15:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=44fef4fe4cb9d4f30f129ff5a548395bc924c8fe'/>
<id>44fef4fe4cb9d4f30f129ff5a548395bc924c8fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update docs' Dangerfile</title>
<updated>2018-12-06T13:32:17+00:00</updated>
<author>
<name>Marcia Ramos</name>
<email>virtua.creative@gmail.com</email>
</author>
<published>2018-12-06T13:32:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b74e6d64a42f59bf08f310157bc470d912c33b0a'/>
<id>b74e6d64a42f59bf08f310157bc470d912c33b0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't request changelog for MR with some labels</title>
<updated>2018-12-05T09:56:49+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2018-12-04T16:57:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c8e8ad325ce5614acc89c70488361d7d83f69819'/>
<id>c8e8ad325ce5614acc89c70488361d7d83f69819</id>
<content type='text'>
Namely the `ci-build` and `meta` labels.

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Namely the `ci-build` and `meta` labels.

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
</feed>
