<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/diffs/store, branch instance_level_clusters</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Impove the performance of expanding full diff</title>
<updated>2019-05-03T07:33:15+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-05-03T07:33:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9d24d4a8fdd299a1e84f2e549fb58ee526a2f0f9'/>
<id>9d24d4a8fdd299a1e84f2e549fb58ee526a2f0f9</id>
<content type='text'>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58597
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58597
</pre>
</div>
</content>
</entry>
<entry>
<title>Collapse diff tree is only one file is present</title>
<updated>2019-03-19T11:34:21+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-03-19T11:34:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=27fa7b9ca897c77e45878f3fecb7debe8f8cd64c'/>
<id>27fa7b9ca897c77e45878f3fecb7debe8f8cd64c</id>
<content type='text'>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53139
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53139
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix expand all button not working</title>
<updated>2019-03-11T13:09:36+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-03-11T13:09:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c36095b2e363b7a2d2c704a917bedf2337631a66'/>
<id>c36095b2e363b7a2d2c704a917bedf2337631a66</id>
<content type='text'>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51737
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51737
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to expand diff to full file</title>
<updated>2019-03-06T07:51:44+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-02-28T14:14:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b14de8e1f519b9b874033f783051814129af176c'/>
<id>b14de8e1f519b9b874033f783051814129af176c</id>
<content type='text'>
The user can also toggle between the diff changes and
the full file diff.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/19054</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The user can also toggle between the diff changes and
the full file diff.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/19054</pre>
</div>
</content>
</entry>
<entry>
<title>Set up basic keyboard next/previous navigation in diff list</title>
<updated>2019-02-27T09:12:13+00:00</updated>
<author>
<name>Denys Mishunov</name>
<email>dmishunov@gitlab.com</email>
</author>
<published>2019-02-27T09:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0aff8e27530d391e4c819838b46d77f6231ecf70'/>
<id>0aff8e27530d391e4c819838b46d77f6231ecf70</id>
<content type='text'>
Mousetrap is used as the help-tool to listen to keystrokes

Added currentDiffIndex getter to store that holds
the index of currently active diff file in the list

Instead of computing it on the component, we will take advantage of it
being available for all components in DiffsApp

Testing keyboard navigation and jumpToFile()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mousetrap is used as the help-tool to listen to keystrokes

Added currentDiffIndex getter to store that holds
the index of currently active diff file in the list

Instead of computing it on the component, we will take advantage of it
being available for all components in DiffsApp

Testing keyboard navigation and jumpToFile()
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix diff files not rendering</title>
<updated>2019-02-18T15:16:04+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-02-18T15:16:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=512f9624fa8b47480da4cd0a69a493d7ccecc65a'/>
<id>512f9624fa8b47480da4cd0a69a493d7ccecc65a</id>
<content type='text'>
Fixes some diff files not rendering when the renderIt
property is updated.
Previously it was using a local copy of renderIt which meant
Vue wouldn't update it when the files renderIt property was updates
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes some diff files not rendering when the renderIt
property is updated.
Previously it was using a local copy of renderIt which meant
Vue wouldn't update it when the files renderIt property was updates
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced part of diff file properties with diff viewer</title>
<updated>2019-02-15T17:56:50+00:00</updated>
<author>
<name>Natalia Tepluhina</name>
<email>ntepluhina@gitlab.com</email>
</author>
<published>2019-02-15T17:56:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bf8f32da7ffc0c8490e1920152fd1dfd214747ba'/>
<id>bf8f32da7ffc0c8490e1920152fd1dfd214747ba</id>
<content type='text'>
- replaced file.too_large
- replaced file.text
- replaced file.collapsed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- replaced file.too_large
- replaced file.text
- replaced file.collapsed
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed diff rendering causing a duplicate key warning</title>
<updated>2019-02-13T11:06:43+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-02-13T11:06:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a64bc0c1cdfa1576b5c28e24eb2ff72eb04e5961'/>
<id>a64bc0c1cdfa1576b5c28e24eb2ff72eb04e5961</id>
<content type='text'>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56797
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56797
</pre>
</div>
</content>
</entry>
<entry>
<title>Added fuzzy file finder to merge requests</title>
<updated>2019-02-05T11:29:49+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-01-16T15:17:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6e5461d67f52cacc2c9ba408c8f6fddb1e9e417d'/>
<id>6e5461d67f52cacc2c9ba408c8f6fddb1e9e417d</id>
<content type='text'>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53304
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53304
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'diff-fix-folder-path-commas' into 'master'</title>
<updated>2019-01-25T09:36:50+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2019-01-25T09:36:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e055f7d3caa2b4ba9e9d752b9f846c1c9b674c44'/>
<id>e055f7d3caa2b4ba9e9d752b9f846c1c9b674c44</id>
<content type='text'>
Fixed diff tree folders being rendered incorrectly

See merge request gitlab-org/gitlab-ce!24635</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed diff tree folders being rendered incorrectly

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