<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/models/ci, branch parallel-tests</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>Removed arel_table receiver from search methods</title>
<updated>2016-03-11T20:25:23+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-03-04T11:01:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d7d5937531350283f6cbd68dead5750227e6d962'/>
<id>d7d5937531350283f6cbd68dead5750227e6d962</id>
<content type='text'>
We can just use "arel_table" in these cases instead of
"SomeClass.arel_table".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can just use "arel_table" in these cases instead of
"SomeClass.arel_table".
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ILIKE/LIKE for searching CI runners</title>
<updated>2016-03-11T20:25:21+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-03-01T15:41:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2076bdb62e6535cd8b5027c5636610eb06af00a0'/>
<id>2076bdb62e6535cd8b5027c5636610eb06af00a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Merge When Succeeded for multiple stages</title>
<updated>2016-02-19T22:24:31+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-02-19T16:38:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=56449cc6747224adbf3a55e9ac5d21e24dbbaa30'/>
<id>56449cc6747224adbf3a55e9ac5d21e24dbbaa30</id>
<content type='text'>
Use around_transition to trigger build creation for next stages
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use around_transition to trigger build creation for next stages
</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://trove.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>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://trove.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>Move build erasable implementation from concern to model</title>
<updated>2016-02-19T16:24:59+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzesiek.bizon@gmail.com</email>
</author>
<published>2016-02-16T07:39:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=86a49dfb88c45f241ec2edf1914199993a4563d7'/>
<id>86a49dfb88c45f241ec2edf1914199993a4563d7</id>
<content type='text'>
Discussion:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2560#note_3659905
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Discussion:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2560#note_3659905
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix name of build erasable, remove superfluous method from it</title>
<updated>2016-02-19T16:24:59+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzesiek.bizon@gmail.com</email>
</author>
<published>2016-02-05T07:22:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=293999cabbceab43ca82c5178285d52dfb55cb08'/>
<id>293999cabbceab43ca82c5178285d52dfb55cb08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create method that checks if build has been erased</title>
<updated>2016-02-19T16:24:59+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz.bizon@ntsn.pl</email>
</author>
<published>2016-02-02T12:57:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c850ceec5d595d3808fa566db3d2e88faa3797cf'/>
<id>c850ceec5d595d3808fa566db3d2e88faa3797cf</id>
<content type='text'>
+ minor improvements
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+ minor improvements
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove boolean erase column from ci build and foreign key</title>
<updated>2016-02-19T16:24:59+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz.bizon@ntsn.pl</email>
</author>
<published>2016-02-02T12:29:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=433de7baca62060cec1adda7183ede1acdd03da7'/>
<id>433de7baca62060cec1adda7183ede1acdd03da7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update relevant build fields when build is erased</title>
<updated>2016-02-19T16:24:59+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz.bizon@ntsn.pl</email>
</author>
<published>2016-02-02T11:12:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2c7f36f43072dcffca13c7e248f8df1bf226ce1a'/>
<id>2c7f36f43072dcffca13c7e248f8df1bf226ce1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
