<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/models/ci, branch sql-guide</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 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://git.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://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>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>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://git.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://git.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://git.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://git.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://git.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>
<entry>
<title>Add build eraseable columns to ci builds table</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-02T09:59:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bae3701073783c0b6f2a831bb96413ea0f85b42e'/>
<id>bae3701073783c0b6f2a831bb96413ea0f85b42e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make CI build eraseable only if build is completed</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-01T12:46:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f3e92fb4d04f69deddcf1daf3dde8a79cf942bd5'/>
<id>f3e92fb4d04f69deddcf1daf3dde8a79cf942bd5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
