<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/assets/javascripts/notes, branch 51470-webide-default-commit</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>Merge branch 'refactor/notes-getters' into 'master'</title>
<updated>2019-08-21T19:38:27+00:00</updated>
<author>
<name>Paul Slaughter</name>
<email>pslaughter@gitlab.com</email>
</author>
<published>2019-08-21T19:38:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0bd2d276892bc789c57473ecca7700d40be01459'/>
<id>0bd2d276892bc789c57473ecca7700d40be01459</id>
<content type='text'>
Refactor nextUnresolvedDiscussionId and previousUnresolvedDiscussionId getters

Closes #65817

See merge request gitlab-org/gitlab-ce!31754</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor nextUnresolvedDiscussionId and previousUnresolvedDiscussionId getters

Closes #65817

See merge request gitlab-org/gitlab-ce!31754</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor nextUnresolvedDiscussionId and previousUnresolvedDiscussionId getters</title>
<updated>2019-08-15T19:07:20+00:00</updated>
<author>
<name>Arun Kumar Mohan</name>
<email>arunmohandm@gmail.com</email>
</author>
<published>2019-08-13T06:04:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b179b752e8024679e6ce6fbd2a5fe1da17fef3f6'/>
<id>b179b752e8024679e6ce6fbd2a5fe1da17fef3f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add key unbinds to DiscussionKeyboardNavigator</title>
<updated>2019-08-15T15:11:36+00:00</updated>
<author>
<name>Paul Slaughter</name>
<email>pslaughter@gitlab.com</email>
</author>
<published>2019-08-15T15:11:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e55c7a9a3572ad37a8b69cd2d3db9ab24b5ba5ab'/>
<id>e55c7a9a3572ad37a8b69cd2d3db9ab24b5ba5ab</id>
<content type='text'>
Also adds comment to explain why this works on the diff-tab
when it's only used in `notes-app`.

https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30144#note_204066538
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also adds comment to explain why this works on the diff-tab
when it's only used in `notes-app`.

https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30144#note_204066538
</pre>
</div>
</content>
</entry>
<entry>
<title>Add kbd shortcuts for discussion navigation</title>
<updated>2019-08-12T06:41:04+00:00</updated>
<author>
<name>Sam Bigelow</name>
<email>sbigelow@gitlab.com</email>
</author>
<published>2019-08-12T06:41:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=eba44228039d54ef3b84db4cf695a9058beb166d'/>
<id>eba44228039d54ef3b84db4cf695a9058beb166d</id>
<content type='text'>
Add keyboard shortcuts `p` and `n` to navigate duscussions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add keyboard shortcuts `p` and `n` to navigate duscussions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable vue-i18n for non-autofix files</title>
<updated>2019-08-08T06:29:24+00:00</updated>
<author>
<name>Ezekiel Kigbo</name>
<email>ekigbo@gitlab.com</email>
</author>
<published>2019-08-08T06:29:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=834f1f974a80b7747c248752f733c13e0cdfbff8'/>
<id>834f1f974a80b7747c248752f733c13e0cdfbff8</id>
<content type='text'>
Disables the vue-i18n eslint rules for files
that are not able to be autofixed, this will
stop these offences causing pipeline failures
but they will need manual fixing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disables the vue-i18n eslint rules for files
that are not able to be autofixed, this will
stop these offences causing pipeline failures
but they will need manual fixing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not persist notes filter when auto-switching</title>
<updated>2019-08-07T15:45:23+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>heinrich@gitlab.com</email>
</author>
<published>2019-08-07T15:45:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b689ddd9b6d7ebed2f4d014a77ee223df2d3491b'/>
<id>b689ddd9b6d7ebed2f4d014a77ee223df2d3491b</id>
<content type='text'>
Send a `persist_filter: false` param to backend when
opening links to notes and auto-switching to show
all notes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Send a `persist_filter: false` param to backend when
opening links to notes and auto-switching to show
all notes
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug from extra parenthesis</title>
<updated>2019-08-05T14:31:40+00:00</updated>
<author>
<name>Donald Cook</name>
<email>dcook@gitlab.com</email>
</author>
<published>2019-08-05T14:31:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b8834bbaf6207ac816152a264fb25332c1f773df'/>
<id>b8834bbaf6207ac816152a264fb25332c1f773df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding changes to CE from EE</title>
<updated>2019-07-27T04:23:34+00:00</updated>
<author>
<name>Tomislav Nikic</name>
<email>tnikic@gitlab.com</email>
</author>
<published>2019-07-27T04:23:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=972573e35183c50de37ce7eec1346f20a23bfca1'/>
<id>972573e35183c50de37ce7eec1346f20a23bfca1</id>
<content type='text'>
All the changes done to files that are also inside CE and need to be
ported.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All the changes done to files that are also inside CE and need to be
ported.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate buttons</title>
<updated>2019-07-17T20:34:45+00:00</updated>
<author>
<name>Samantha Ming</name>
<email>sming@gitlab.com</email>
</author>
<published>2019-07-15T21:46:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1810feae966e0074b7156148eb40587766a7ec32'/>
<id>1810feae966e0074b7156148eb40587766a7ec32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix race condition with polling when saving notes</title>
<updated>2019-07-15T05:29:53+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>heinrich@gitlab.com</email>
</author>
<published>2019-07-15T04:14:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fcc7d5c016a75f975c1e66c6be708fc8e7a602c6'/>
<id>fcc7d5c016a75f975c1e66c6be708fc8e7a602c6</id>
<content type='text'>
eTagPoll may not be initialized yet when we save a note.
Polling is initialized only after discussions are loaded
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
eTagPoll may not be initialized yet when we save a note.
Polling is initialized only after discussions are loaded
</pre>
</div>
</content>
</entry>
</feed>
