<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch issue_13621</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>Don't repeat labels listed on Labels tab.</title>
<updated>2016-02-22T18:17:38+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>rdavila84@gmail.com</email>
</author>
<published>2016-02-22T18:17:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3d96bfaa8aa24f6ecdfb6c2e4189b01bb0ce1b51'/>
<id>3d96bfaa8aa24f6ecdfb6c2e4189b01bb0ce1b51</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 'doc/add-build-email-service' into 'master'</title>
<updated>2016-02-19T21:36:47+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-02-19T21:36:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2cc9a42ca45d14fc7fe35ea6f8bc4f9275f33144'/>
<id>2cc9a42ca45d14fc7fe35ea6f8bc4f9275f33144</id>
<content type='text'>

Add documentation about build emails service

Closes #12497

See merge request !2871</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add documentation about build emails service

Closes #12497

See merge request !2871</pre>
</div>
</content>
</entry>
<entry>
<title>Move builds emails service to its own document</title>
<updated>2016-02-19T21:35:26+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-02-19T21:17:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7f5f56d4433b22ed45c5c62ab61f3e27c7480029'/>
<id>7f5f56d4433b22ed45c5c62ab61f3e27c7480029</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 'issue_3276' into 'master'</title>
<updated>2016-02-19T19:44:13+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz1@gmail.com</email>
</author>
<published>2016-02-19T19:44:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=de84fa365eff85a3d21a664f24e9832a664c10c9'/>
<id>de84fa365eff85a3d21a664f24e9832a664c10c9</id>
<content type='text'>

Labels should be visible in milestone view

Closes #3276 

See merge request !2599</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Labels should be visible in milestone view

Closes #3276 

See merge request !2599</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'commit-status-fix' into 'master'</title>
<updated>2016-02-19T19:22:25+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-02-19T19:22:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bcc23320618c861491add3439abe783ef9b19b37'/>
<id>bcc23320618c861491add3439abe783ef9b19b37</id>
<content type='text'>

Fix missing ignored? for GenericCommitStatus

This is pretty important fix. We should not release 8.5 without this.

It critical error when handling GenericCommitStatus:
```
undefined method `ignored?' for #&lt;GenericCommitStatus:0x007fe1a2a20fe0&gt;
```

cc @grzesiek 


See merge request !2899</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix missing ignored? for GenericCommitStatus

This is pretty important fix. We should not release 8.5 without this.

It critical error when handling GenericCommitStatus:
```
undefined method `ignored?' for #&lt;GenericCommitStatus:0x007fe1a2a20fe0&gt;
```

cc @grzesiek 


See merge request !2899</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'gitlab-ce-fix/revert-ruby-2.2' into 'master'</title>
<updated>2016-02-19T18:59:54+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2016-02-19T18:59:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=94915f97de49203e81600d06eceed5e03fa25e60'/>
<id>94915f97de49203e81600d06eceed5e03fa25e60</id>
<content type='text'>

revert back to ruby 2.1

- - -

Revert Ruby 2.2 changes - until we solve https://gitlab.com/gitlab-org/gitlab-ce/issues/13514

This also updates Ruby 2.1.7 to 2.1.8

See merge request !2898</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

revert back to ruby 2.1

- - -

Revert Ruby 2.2 changes - until we solve https://gitlab.com/gitlab-org/gitlab-ce/issues/13514

This also updates Ruby 2.1.7 to 2.1.8

See merge request !2898</pre>
</div>
</content>
</entry>
<entry>
<title>Fix missing ignored? for GenericCommitStatus</title>
<updated>2016-02-19T18:58:43+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-02-19T18:58:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aa812dbfcc693f82e1a9b16e0e894d2800938d9e'/>
<id>aa812dbfcc693f82e1a9b16e0e894d2800938d9e</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 'issue_3409' into 'master'</title>
<updated>2016-02-19T18:39:31+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2016-02-19T18:39:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a5c7aea3a95e14fd02ceea9b1ff6678b3ce37e68'/>
<id>a5c7aea3a95e14fd02ceea9b1ff6678b3ce37e68</id>
<content type='text'>

Add ability to revert changes introduced by Merge Requests or Commits

Closes #3409 

See merge request !1990</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add ability to revert changes introduced by Merge Requests or Commits

Closes #3409 

See merge request !1990</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bugfix/jschatz1/issuable-consistency' into 'master'</title>
<updated>2016-02-19T18:21:42+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-02-19T18:21:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=803d6f8f050b3cef1c8f01439385ac736977bddb'/>
<id>803d6f8f050b3cef1c8f01439385ac736977bddb</id>
<content type='text'>

Consistency in MR and issue header.

Fixes: #13550 

![Screen_Shot_2016-02-18_at_11.20.19_AM](/uploads/8327ff045e45029b85b2cbac72c98a7f/Screen_Shot_2016-02-18_at_11.20.19_AM.png)![Screen_Shot_2016-02-18_at_11.20.55_AM](/uploads/f79613ebb23e4a62fb1bdb48d6f7fd2b/Screen_Shot_2016-02-18_at_11.20.55_AM.png)

See merge request !2874</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Consistency in MR and issue header.

Fixes: #13550 

![Screen_Shot_2016-02-18_at_11.20.19_AM](/uploads/8327ff045e45029b85b2cbac72c98a7f/Screen_Shot_2016-02-18_at_11.20.19_AM.png)![Screen_Shot_2016-02-18_at_11.20.55_AM](/uploads/f79613ebb23e4a62fb1bdb48d6f7fd2b/Screen_Shot_2016-02-18_at_11.20.55_AM.png)

See merge request !2874</pre>
</div>
</content>
</entry>
<entry>
<title>Use the adequate success path on the JSON endpoint.</title>
<updated>2016-02-19T18:15:43+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>rdavila84@gmail.com</email>
</author>
<published>2016-02-18T23:24:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cc5ff3b5a4d63dd079e02029be36646261770f66'/>
<id>cc5ff3b5a4d63dd079e02029be36646261770f66</id>
<content type='text'>
I forgot to update this and some spinach specs were failing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I forgot to update this and some spinach specs were failing.
</pre>
</div>
</content>
</entry>
</feed>
