<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/views/projects, branch refactor-environments-folder</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 'master' into refactor-environments-folder</title>
<updated>2018-02-27T02:02:59+00:00</updated>
<author>
<name>Clement Ho</name>
<email>ClemMakesApps@gmail.com</email>
</author>
<published>2018-02-27T02:02:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cec3cb25a94e63be28396d6eee248d5a5a32c1c2'/>
<id>cec3cb25a94e63be28396d6eee248d5a5a32c1c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve "Error 500 on route "/admin/application_settings/services/1882/edit" -&gt; edit Prometheus Service Template"</title>
<updated>2018-02-26T22:07:17+00:00</updated>
<author>
<name>Mayra Cabrera</name>
<email>mcabrera@gitlab.com</email>
</author>
<published>2018-02-26T22:07:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3364d5f4082afd243094d6c75ca059ea556e04ff'/>
<id>3364d5f4082afd243094d6c75ca059ea556e04ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove environments folder webpack entry point</title>
<updated>2018-02-26T21:44:03+00:00</updated>
<author>
<name>Clement Ho</name>
<email>ClemMakesApps@gmail.com</email>
</author>
<published>2018-02-26T21:44:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f3d06efcfd89c4d9bd80992df9e9b31958304999'/>
<id>f3d06efcfd89c4d9bd80992df9e9b31958304999</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove webpack bundle tags for blob</title>
<updated>2018-02-26T17:27:42+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz@gitlab.com</email>
</author>
<published>2018-02-26T17:27:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a06152540794d247a34826313e7ab466bf5ee8bb'/>
<id>a06152540794d247a34826313e7ab466bf5ee8bb</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 '41255-refactoring-of-blob-link-methods-in-blob_helper' into 'master'</title>
<updated>2018-02-26T15:03:21+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-02-26T15:03:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2e59b4ea15f819d3b41140bf15a8e95a4a760cd3'/>
<id>2e59b4ea15f819d3b41140bf15a8e95a4a760cd3</id>
<content type='text'>
Resolve "Refactoring of blob link methods in blob_helper"

Closes #41255

See merge request gitlab-org/gitlab-ce!16851</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Refactoring of blob link methods in blob_helper"

Closes #41255

See merge request gitlab-org/gitlab-ce!16851</pre>
</div>
</content>
</entry>
<entry>
<title>Don't convert issuable_initial_data into JSON</title>
<updated>2018-02-26T09:10:21+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2018-02-23T14:45:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=22addf26732e15bd63112c21f03a7f20c5feabc9'/>
<id>22addf26732e15bd63112c21f03a7f20c5feabc9</id>
<content type='text'>
Instead of converting hash into JSON inside
issuable_initial_data method, return hash and convert
to JSON later. This allows us to easily extend basic
issuable data with resource specific values. For example
for Epic these data should include also labels, so we can then
do something like:
issuable_initial_data(@epic).merge(labels: @epic.labels).to_json
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of converting hash into JSON inside
issuable_initial_data method, return hash and convert
to JSON later. This allows us to easily extend basic
issuable data with resource specific values. For example
for Epic these data should include also labels, so we can then
do something like:
issuable_initial_data(@epic).merge(labels: @epic.labels).to_json
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'backport-qa_78' into 'master'</title>
<updated>2018-02-25T07:58:23+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2018-02-25T07:58:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7eaafea288cc43f7e314e44c6e46c87661cfd21d'/>
<id>7eaafea288cc43f7e314e44c6e46c87661cfd21d</id>
<content type='text'>
QA BACKPORT - Test merge request rebase

See merge request gitlab-org/gitlab-ce!17186</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
QA BACKPORT - Test merge request rebase

See merge request gitlab-org/gitlab-ce!17186</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'project-deploy-keys-bundle-tag-refactor' into 'master'</title>
<updated>2018-02-23T20:07:02+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz@gitlab.com</email>
</author>
<published>2018-02-23T20:07:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=296a4e6825a3528917bb385123cdf62ae3d1944e'/>
<id>296a4e6825a3528917bb385123cdf62ae3d1944e</id>
<content type='text'>
Refactored webpack bundle tag for deploy keys

See merge request gitlab-org/gitlab-ce!17324</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactored webpack bundle tag for deploy keys

See merge request gitlab-org/gitlab-ce!17324</pre>
</div>
</content>
</entry>
<entry>
<title>Removed webpack tag</title>
<updated>2018-02-23T19:01:56+00:00</updated>
<author>
<name>Constance Okoghenun</name>
<email>cokoghenun@gitlab.com</email>
</author>
<published>2018-02-23T19:01:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2357180a1117d0036a5ed85617f99acae6d43d4c'/>
<id>2357180a1117d0036a5ed85617f99acae6d43d4c</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 'remove-issues-show' into 'master'</title>
<updated>2018-02-23T18:50:20+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz@gitlab.com</email>
</author>
<published>2018-02-23T18:50:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=565e4ee5a6566057ee524963565f045bd1b2c51a'/>
<id>565e4ee5a6566057ee524963565f045bd1b2c51a</id>
<content type='text'>
Remove issue_show webpack bundle

See merge request gitlab-org/gitlab-ce!17326</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove issue_show webpack bundle

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