<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/diffs, branch docs-instance_level_clusters</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Fixes issues with show whitespace button in diffs</title>
<updated>2019-05-10T18:06:37+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-05-10T18:06:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=40eb7f72b9b3f97c5548129bd1c3bf66fd26434c'/>
<id>40eb7f72b9b3f97c5548129bd1c3bf66fd26434c</id>
<content type='text'>
Correctly updates the URL without overwriting parameters
Reloads the diff file content without reloading the page

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58852, https://gitlab.com/gitlab-org/gitlab-ce/issues/42597
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correctly updates the URL without overwriting parameters
Reloads the diff file content without reloading the page

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58852, https://gitlab.com/gitlab-org/gitlab-ce/issues/42597
</pre>
</div>
</content>
</entry>
<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://91.123.203.49/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>Extract discussion notes into new component</title>
<updated>2019-05-01T10:04:07+00:00</updated>
<author>
<name>Paul Gascou-Vaillancourt</name>
<email>pgascouvaillancourt@gitlab.com</email>
</author>
<published>2019-05-01T10:04:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=911701ae473f28eebf5d1d3cf4d4eef5130f384e'/>
<id>911701ae473f28eebf5d1d3cf4d4eef5130f384e</id>
<content type='text'>
- Moved discussion notes out of `NoteableDiscussion` component into a
new `DiscussionNotes` component
- Wrote Jest tests for the new `DiscussionNotes` component
- Updated Jest config for emojis fixtures
- Updated Karma tests `NoteableDiscussion` to match its new structure
- Convert `DiffDiscussions` tests to use Vue test utils
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Moved discussion notes out of `NoteableDiscussion` component into a
new `DiscussionNotes` component
- Wrote Jest tests for the new `DiscussionNotes` component
- Updated Jest config for emojis fixtures
- Updated Karma tests `NoteableDiscussion` to match its new structure
- Convert `DiffDiscussions` tests to use Vue test utils
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix showing HTML content in view file tooltip</title>
<updated>2019-04-15T22:28:20+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2019-04-15T22:28:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a1179e5e6022eddccffb26d680dcb544bd20416d'/>
<id>a1179e5e6022eddccffb26d680dcb544bd20416d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed fluid layout preference not being respected in diffs</title>
<updated>2019-04-12T08:32:05+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-04-12T08:32:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=45ef6fd77710b29dc3fb1d413eb819ad47f154e5'/>
<id>45ef6fd77710b29dc3fb1d413eb819ad47f154e5</id>
<content type='text'>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52916
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52916
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve diff navigation header</title>
<updated>2019-04-05T18:57:01+00:00</updated>
<author>
<name>Sam Bigelow</name>
<email>sbigelow@gitlab.com</email>
</author>
<published>2019-03-28T21:37:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bf47270e9072fccc1bc9575b4d70b9d5c8ac021f'/>
<id>bf47270e9072fccc1bc9575b4d70b9d5c8ac021f</id>
<content type='text'>
- Compare versions header is full width except in the unified diff mode
with no tree sidebar
  - Bar is always full width, but the content within stays centered when
unified and no tree sidebar
- File header is the same height as the "Compare versions header"
- aligns with the design system grid guidelines =&gt; 56px
- Diff file headers use a button group, switch icon order to open file
externally being the last option, all buttons will become icon buttons
(icon delivery by @dimitrieh)
- If a file header becomes sticky no rounded corner/double border
problem is visible anymore
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Compare versions header is full width except in the unified diff mode
with no tree sidebar
  - Bar is always full width, but the content within stays centered when
unified and no tree sidebar
- File header is the same height as the "Compare versions header"
- aligns with the design system grid guidelines =&gt; 56px
- Diff file headers use a button group, switch icon order to open file
externally being the last option, all buttons will become icon buttons
(icon delivery by @dimitrieh)
- If a file header becomes sticky no rounded corner/double border
problem is visible anymore
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes duplicate diff too large error messages</title>
<updated>2019-04-02T12:24:36+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-04-02T12:24:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=eebf24ead51a28863126f0b144e4fcdc5a6b2916'/>
<id>eebf24ead51a28863126f0b144e4fcdc5a6b2916</id>
<content type='text'>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59802
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59802
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '57669-fix-bug-clicking-file-header-refreshes-page' into 'master'</title>
<updated>2019-04-01T15:28:37+00:00</updated>
<author>
<name>Clement Ho</name>
<email>clemmakesapps@gmail.com</email>
</author>
<published>2019-04-01T15:28:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f87ff7af538a6ac559217a4c7cfa0fd75f247fd6'/>
<id>f87ff7af538a6ac559217a4c7cfa0fd75f247fd6</id>
<content type='text'>
Fix bug where clicking file header in diff refreshes page

Closes #57669

See merge request gitlab-org/gitlab-ce!26422</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix bug where clicking file header in diff refreshes page

Closes #57669

See merge request gitlab-org/gitlab-ce!26422</pre>
</div>
</content>
</entry>
<entry>
<title>Scroll to diff file when clicking on file name</title>
<updated>2019-03-29T18:56:53+00:00</updated>
<author>
<name>Sam Bigelow</name>
<email>sbigelow@gitlab.com</email>
</author>
<published>2019-03-25T15:13:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a9441396daac861a381c50cef0766f929b1b26b6'/>
<id>a9441396daac861a381c50cef0766f929b1b26b6</id>
<content type='text'>
- Add an ID to the diff content
- handle clicking on file name in diffFileHeader when it is not a link
to another page but rather a link to an element on the page
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add an ID to the diff content
- handle clicking on file name in diffFileHeader when it is not a link
to another page but rather a link to an element on the page
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove expand diff to full file feature flag</title>
<updated>2019-03-26T18:20:02+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-03-26T18:20:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3b158409b382014dba56e5bb6e66c298786af7f6'/>
<id>3b158409b382014dba56e5bb6e66c298786af7f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
