<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/views/projects/issues, branch ide-diff-cursor</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>Issuable list: add tooltips to icons</title>
<updated>2018-03-21T16:27:19+00:00</updated>
<author>
<name>Lukas Eipert</name>
<email>git@leipert.io</email>
</author>
<published>2018-03-21T16:27:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8103bcc4cc131823190c0dcb3814a1cbaaeabba6'/>
<id>8103bcc4cc131823190c0dcb3814a1cbaaeabba6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove common_vue bundle</title>
<updated>2018-03-06T21:17:52+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2018-03-06T21:17:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a898a2ab8744bc3a7a4d00fae7682c635aa30c19'/>
<id>a898a2ab8744bc3a7a4d00fae7682c635aa30c19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace deprecated name_with_namespace with full_name in app/views</title>
<updated>2018-03-05T13:45:35+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2018-03-05T13:45:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1b54a8cdda14ae5455fe1667ac15420a2f9bf051'/>
<id>1b54a8cdda14ae5455fe1667ac15420a2f9bf051</id>
<content type='text'>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore InlineJavaScript linter in existing script tag locations.</title>
<updated>2018-02-28T22:59:50+00:00</updated>
<author>
<name>Connor Shea</name>
<email>connor.james.shea@gmail.com</email>
</author>
<published>2018-02-28T22:59:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ad532918ed250ca341a2fd931598d1188adb35dd'/>
<id>ad532918ed250ca341a2fd931598d1188adb35dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Render MR Notes with Vue with behind a cookie</title>
<updated>2018-02-28T00:10:43+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2018-02-28T00:10:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=059ab73b8eae3a546d0a19fe99ef0c52df5fac01'/>
<id>059ab73b8eae3a546d0a19fe99ef0c52df5fac01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>remove issue_show webpack bundle in favor of pages/projects/issues/show/index.js</title>
<updated>2018-02-23T17:58:24+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2018-02-23T17:58:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b817fb5cad7b2492d3fea3abedbcfd1797e66a68'/>
<id>b817fb5cad7b2492d3fea3abedbcfd1797e66a68</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 'issue-index-refactor' into 'master'</title>
<updated>2018-02-20T21:35:49+00:00</updated>
<author>
<name>Clement Ho</name>
<email>clemmakesapps@gmail.com</email>
</author>
<published>2018-02-20T21:35:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=86c9c93de709c9013572682b868b5e6db429dd1e'/>
<id>86c9c93de709c9013572682b868b5e6db429dd1e</id>
<content type='text'>
Refactor issue index filtered search

See merge request gitlab-org/gitlab-ce!16981</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor issue index filtered search

See merge request gitlab-org/gitlab-ce!16981</pre>
</div>
</content>
</entry>
<entry>
<title>Remove "notes" bundle from webpack config</title>
<updated>2018-02-20T20:01:18+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2018-02-20T20:01:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b48f7ec3b18534e6376103c348b1f3c0ad6b14a7'/>
<id>b48f7ec3b18534e6376103c348b1f3c0ad6b14a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Chart.html.haml refactor</title>
<updated>2018-02-19T20:43:10+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz@gitlab.com</email>
</author>
<published>2018-02-19T20:43:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=834f455b43909525609a573df3153a413ef3c6d4'/>
<id>834f455b43909525609a573df3153a413ef3c6d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
