<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/models/ci, branch gitlab_intro_docs</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 review comments</title>
<updated>2016-03-14T12:33:26+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-03-14T12:33:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=16592e2b45d42e22f9d1d595a1f44821c7b30441'/>
<id>16592e2b45d42e22f9d1d595a1f44821c7b30441</id>
<content type='text'>
- Remove unused Gitlab::Application.routes.url_helpers from Ci::Build
- Remove too much logic from a view, use Ci::Commit.matrix_builds
- Use ci_status_with_icon
- Don't describe symbols
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Remove unused Gitlab::Application.routes.url_helpers from Ci::Build
- Remove too much logic from a view, use Ci::Commit.matrix_builds
- Use ci_status_with_icon
- Don't describe symbols
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup CiCommit and CiBuild</title>
<updated>2016-03-14T12:20:35+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-03-09T15:24:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0672258915a0cf444802ffc50ad1cd914f4f11d4'/>
<id>0672258915a0cf444802ffc50ad1cd914f4f11d4</id>
<content type='text'>
- Remove all view related methods from Ci::Build and CommitStatus
- Remove unused Ci::Commit and Ci::Build methods
- Use polymorphism to render different types of CommitStatus
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Remove all view related methods from Ci::Build and CommitStatus
- Remove unused Ci::Commit and Ci::Build methods
- Use polymorphism to render different types of CommitStatus
</pre>
</div>
</content>
</entry>
<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://git.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://git.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://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>
</feed>
