<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/repo, branch performance-bar-sql</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>Add create merge checkbox.</title>
<updated>2017-10-12T21:04:17+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz@gitlab.com</email>
</author>
<published>2017-10-12T21:04:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c3195e83a8ba7ac54516fa9f08340e4dd442f63b'/>
<id>c3195e83a8ba7ac54516fa9f08340e4dd442f63b</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 'ide-fix-back-btn' into 'master'</title>
<updated>2017-10-06T17:39:32+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2017-10-06T17:39:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=10e3342a06e3f90cacaed6b44c3b205df678fc02'/>
<id>10e3342a06e3f90cacaed6b44c3b205df678fc02</id>
<content type='text'>
Repo Editor : Fixes Back Button for files + line number jumping for preview and editor

See merge request gitlab-org/gitlab-ce!14508</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Repo Editor : Fixes Back Button for files + line number jumping for preview and editor

See merge request gitlab-org/gitlab-ce!14508</pre>
</div>
</content>
</entry>
<entry>
<title>Fix inconsistent use of sentence case</title>
<updated>2017-10-04T19:44:18+00:00</updated>
<author>
<name>James Ramsay</name>
<email>jramsay@gitlab.com</email>
</author>
<published>2017-10-03T20:07:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8f2b109363ef551655a0a5210e5070d20c13c4b3'/>
<id>8f2b109363ef551655a0a5210e5070d20c13c4b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
