<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts, branch ph-multi-file-editor-restructure-data</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>fixed Karam test because of event name change</title>
<updated>2017-10-17T10:46:00+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2017-10-17T10:46:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bdbcf58ac085e4c96a6eb0bc2a2be767e3b74b9d'/>
<id>bdbcf58ac085e4c96a6eb0bc2a2be767e3b74b9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug when clicking file link causing user to navigate away</title>
<updated>2017-10-17T10:03:12+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2017-10-17T10:03:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c3dec96e837d6118b2a3d354ec1f142894da48a1'/>
<id>c3dec96e837d6118b2a3d354ec1f142894da48a1</id>
<content type='text'>
Adds a test for flattenedFiles
Changes the data method to not be an arrow method
Various other review fixes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a test for flattenedFiles
Changes the data method to not be an arrow method
Various other review fixes
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed karma spec with prev directory button</title>
<updated>2017-10-16T14:27:23+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2017-10-16T14:27:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5e5e9c19284f8a15e0ecd72b1c8639839535dcc5'/>
<id>5e5e9c19284f8a15e0ecd72b1c8639839535dcc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed karma build because of a removed method</title>
<updated>2017-10-16T14:13:43+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2017-10-16T14:13:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a11410a82d2323cb4834ac5ed405a92245788dac'/>
<id>a11410a82d2323cb4834ac5ed405a92245788dac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed rendering bugs</title>
<updated>2017-10-16T10:29:31+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2017-10-16T10:28:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fa9e729aba58ddb00e09282e63a497d9d8e99dea'/>
<id>fa9e729aba58ddb00e09282e63a497d9d8e99dea</id>
<content type='text'>
fixed eslint
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixed eslint
</pre>
</div>
</content>
</entry>
<entry>
<title>Spec updates</title>
<updated>2017-10-16T10:29:30+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2017-10-13T15:01:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5f80d04271a15c3065513e6417891f3949c7a530'/>
<id>5f80d04271a15c3065513e6417891f3949c7a530</id>
<content type='text'>
Updated as best as possible, a lot of tests still change the store
and never reset the state back which can cause some issues with other
tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated as best as possible, a lot of tests still change the store
and never reset the state back which can cause some issues with other
tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored multi-file data structure</title>
<updated>2017-10-16T10:29:30+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2017-10-13T09:08:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b1b91aa0658d81107327884ca56f579cf6146078'/>
<id>b1b91aa0658d81107327884ca56f579cf6146078</id>
<content type='text'>
This moves away from storing in a single array just to render the table.
It now stores in a multi-dimensional array/object type where each entry
in the array can have its own tree. This makes storing the data for
future feature a little easier as there is only one way to store the
data.

Previously to insert a directory the code had to insert the directory
&amp; then the file at the right point in the array. Now the directory
can be inserted anywhere &amp; then a file can be quickly added into this
directory.

The rendering is still done with a single array, but this is handled
through underscore. Underscore takes the array &amp; then goes through
each item to flatten it into one. It is done this way to save changing
the markup away from table, keeping it as a table keeps it semantically
correct.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This moves away from storing in a single array just to render the table.
It now stores in a multi-dimensional array/object type where each entry
in the array can have its own tree. This makes storing the data for
future feature a little easier as there is only one way to store the
data.

Previously to insert a directory the code had to insert the directory
&amp; then the file at the right point in the array. Now the directory
can be inserted anywhere &amp; then a file can be quickly added into this
directory.

The rendering is still done with a single array, but this is handled
through underscore. Underscore takes the array &amp; then goes through
each item to flatten it into one. It is done this way to save changing
the markup away from table, keeping it as a table keeps it semantically
correct.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move retry button to sidebar</title>
<updated>2017-10-16T08:07:28+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-10-16T08:07:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a4c726012c8e9d6025322ba5c0da72d753a1b487'/>
<id>a4c726012c8e9d6025322ba5c0da72d753a1b487</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 'ph-shortcut-js-modules' into 'master'</title>
<updated>2017-10-13T15:58:22+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-10-13T15:58:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a854431c6f08386f1a265c524f7dfdba4c59368a'/>
<id>a854431c6f08386f1a265c524f7dfdba4c59368a</id>
<content type='text'>
Remove shortcut JS classes from global namespace

See merge request gitlab-org/gitlab-ce!14783</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove shortcut JS classes from global namespace

See merge request gitlab-org/gitlab-ce!14783</pre>
</div>
</content>
</entry>
<entry>
<title>spec fixes</title>
<updated>2017-10-13T10:38:11+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2017-10-10T12:01:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=def8b913fff2e0979abb1b3de93a97d00f88e806'/>
<id>def8b913fff2e0979abb1b3de93a97d00f88e806</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
