<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/fixtures, branch fix-codequality</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>Merge branch 'scheduled-manual-jobs-environment-play-buttons' into 'master'</title>
<updated>2018-11-05T11:45:36+00:00</updated>
<author>
<name>Tim Zallmann</name>
<email>tzallmann@gitlab.com</email>
</author>
<published>2018-11-05T11:45:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=425ddcc5a8f65b44546daa8c1885e4e4f45e5f32'/>
<id>425ddcc5a8f65b44546daa8c1885e4e4f45e5f32</id>
<content type='text'>
Add the Play button for delayed jobs in environment page

Closes #52129

See merge request gitlab-org/gitlab-ce!22106</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the Play button for delayed jobs in environment page

Closes #52129

See merge request gitlab-org/gitlab-ce!22106</pre>
</div>
</content>
</entry>
<entry>
<title>Rename to assignable_labels_endpoint</title>
<updated>2018-11-01T00:01:04+00:00</updated>
<author>
<name>Brett Walker</name>
<email>bwalker@gitlab.com</email>
</author>
<published>2018-10-31T23:54:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9b1e49afc111451035dafe1f7e2a2d7bcb57f820'/>
<id>9b1e49afc111451035dafe1f7e2a2d7bcb57f820</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dynamically store the valid label endpoint</title>
<updated>2018-11-01T00:01:04+00:00</updated>
<author>
<name>Brett Walker</name>
<email>bwalker@gitlab.com</email>
</author>
<published>2018-10-19T01:06:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a8869a571b3093004d8777cfe1a3e56a22db0210'/>
<id>a8869a571b3093004d8777cfe1a3e56a22db0210</id>
<content type='text'>
In order to ensure we have the right endpoint to query for an
issue's possible valid labels, we store that url in the issue
object that gets passed to the frontend.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to ensure we have the right endpoint to query for an
issue's possible valid labels, we store that url in the issue
object that gets passed to the frontend.
</pre>
</div>
</content>
</entry>
<entry>
<title>post merge pipeline and environments status</title>
<updated>2018-10-29T11:34:41+00:00</updated>
<author>
<name>Alessio Caiazza</name>
<email>acaiazza@gitlab.com</email>
</author>
<published>2018-10-29T11:34:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dadc046d3a5c797294330bcd26acdadac069c9cc'/>
<id>dadc046d3a5c797294330bcd26acdadac069c9cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move job stuck status to backend</title>
<updated>2018-10-25T11:53:00+00:00</updated>
<author>
<name>Steve Azzopardi</name>
<email>sazzopardi@gitlab.com</email>
</author>
<published>2018-10-25T11:53:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=50f703f95aa001bbd01a374286f66c4b5a4ceaf3'/>
<id>50f703f95aa001bbd01a374286f66c4b5a4ceaf3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add scheduled_actions to JSON schema</title>
<updated>2018-10-24T08:00:58+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2018-10-24T08:00:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d520338ad4941c6cdfaca25fdcca9a087db12c83'/>
<id>d520338ad4941c6cdfaca25fdcca9a087db12c83</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 'use-raw-file-format' into 'master'</title>
<updated>2018-10-22T08:09:40+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2018-10-22T08:09:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=44a9231d19f88c5551f7184917ddc4bba13e7d00'/>
<id>44a9231d19f88c5551f7184917ddc4bba13e7d00</id>
<content type='text'>
Add RAW file format which is used to store security reports

Closes gitlab-ee#7996

See merge request gitlab-org/gitlab-ce!22365</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add RAW file format which is used to store security reports

Closes gitlab-ee#7996

See merge request gitlab-org/gitlab-ce!22365</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug with the content disposition with wiki attachments</title>
<updated>2018-10-17T15:47:05+00:00</updated>
<author>
<name>Francisco Javier López</name>
<email>fjlopez@gitlab.com</email>
</author>
<published>2018-10-17T15:47:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b8cf360e2ae446db1f21c0275e2047d776730a05'/>
<id>b8cf360e2ae446db1f21c0275e2047d776730a05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make all legacy security reports to use raw format</title>
<updated>2018-10-16T11:51:49+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2018-10-15T10:17:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=15cd91c71a57a0b84af620181a64b26d5aec8237'/>
<id>15cd91c71a57a0b84af620181a64b26d5aec8237</id>
<content type='text'>
- This introduces and uses `:raw` format for all legacy reports,
  the ones that do not have yet proper parsers on Backend
- Raw format is needed to make Frontend be able to parse reports,
  without the need of decompressing,
- This also extends fixtures to seed security reports with database,
  even though parser code is part of EE
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- This introduces and uses `:raw` format for all legacy reports,
  the ones that do not have yet proper parsers on Backend
- Raw format is needed to make Frontend be able to parse reports,
  without the need of decompressing,
- This also extends fixtures to seed security reports with database,
  even though parser code is part of EE
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-remove-koding' into 'master'</title>
<updated>2018-10-15T16:28:09+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-10-15T16:28:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0602fcb6bf0050f71e8b8f69e0328031f9386618'/>
<id>0602fcb6bf0050f71e8b8f69e0328031f9386618</id>
<content type='text'>
Remove Koding integration and documentation

Closes #39697

See merge request gitlab-org/gitlab-ce!22334</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove Koding integration and documentation

Closes #39697

See merge request gitlab-org/gitlab-ce!22334</pre>
</div>
</content>
</entry>
</feed>
