<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/controllers/projects/builds_controller.rb, branch api-shared-groups</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>Added initial version of deployments</title>
<updated>2016-06-10T21:36:54+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-06-10T21:36:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=907c0e6796b69f9577c147dd489cf55748c749ac'/>
<id>907c0e6796b69f9577c147dd489cf55748c749ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CI build page UI update</title>
<updated>2016-06-10T11:07:51+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-04-20T09:11:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dc6ec2adf82c2b2fe1ab6ef076432fd741d3afbb'/>
<id>dc6ec2adf82c2b2fe1ab6ef076432fd741d3afbb</id>
<content type='text'>
Added sidebar
Removed elements not present in design
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added sidebar
Removed elements not present in design
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into rename-ci-commit</title>
<updated>2016-06-06T14:33:52+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-06-06T14:33:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d9b292f8726e46050e2d882a9a9fc1be95007d18'/>
<id>d9b292f8726e46050e2d882a9a9fc1be95007d18</id>
<content type='text'>
# Conflicts:
#	spec/features/builds_spec.rb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Conflicts:
#	spec/features/builds_spec.rb
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove 'unscoped' from project builds selection</title>
<updated>2016-06-03T22:02:40+00:00</updated>
<author>
<name>Tomasz Maczukin</name>
<email>tomasz@maczukin.pl</email>
</author>
<published>2016-06-03T22:02:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1f608ac4614f57130992916931ad10f4d5fd9d50'/>
<id>1f608ac4614f57130992916931ad10f4d5fd9d50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipeline</title>
<updated>2016-06-02T14:59:04+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-06-02T14:19:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=021d3810c300d1e0514f21ccb6f1439f59e20565'/>
<id>021d3810c300d1e0514f21ccb6f1439f59e20565</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Encode state as base64 string</title>
<updated>2016-05-09T17:19:27+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-05-09T17:19:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=74520f23db51c95b4aea8856fb51c4246785f776'/>
<id>74520f23db51c95b4aea8856fb51c4246785f776</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Send trace to a browser incrementally when build is running</title>
<updated>2016-05-09T16:59:45+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-05-09T16:59:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=baef6728fa4e8e515ccdeba1ea54da996f322aab'/>
<id>baef6728fa4e8e515ccdeba1ea54da996f322aab</id>
<content type='text'>
We send a state of ansi2html to client, client needs to send this state back.
The state describes the configuration of generator and position within trace.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We send a state of ansi2html to client, client needs to send this state back.
The state describes the configuration of generator and position within trace.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Rails-way to send file by X-Sendfile</title>
<updated>2016-04-19T21:18:43+00:00</updated>
<author>
<name>Tomasz Maczukin</name>
<email>tomasz@maczukin.pl</email>
</author>
<published>2016-04-18T23:42:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0a13f5f86487d7a0dcd26c383a2e32cb496fbcfe'/>
<id>0a13f5f86487d7a0dcd26c383a2e32cb496fbcfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add feature specs for raw trace</title>
<updated>2016-04-19T21:17:50+00:00</updated>
<author>
<name>Tomasz Maczukin</name>
<email>tomasz@maczukin.pl</email>
</author>
<published>2016-04-17T16:19:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=81510b46d5f2f8ee23cd8c5ba5feacee233ef681'/>
<id>81510b46d5f2f8ee23cd8c5ba5feacee233ef681</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch raw trace to use X-Sendfile header</title>
<updated>2016-04-19T21:17:49+00:00</updated>
<author>
<name>Tomasz Maczukin</name>
<email>tomasz@maczukin.pl</email>
</author>
<published>2016-04-17T14:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bf4371d60d651ffddd6b70aaa4bfde4f0e05c388'/>
<id>bf4371d60d651ffddd6b70aaa4bfde4f0e05c388</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
