<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/notes/stores, branch sh-update-parser</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>Prettify all spec files</title>
<updated>2018-10-17T16:18:17+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2018-10-17T07:13:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f666026d71ebefd70219d5078b1f0c83fa01f84d'/>
<id>f666026d71ebefd70219d5078b1f0c83fa01f84d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>enable jasmine/new-line-before-expect</title>
<updated>2018-10-17T04:57:29+00:00</updated>
<author>
<name>Johann Hubert Sonntagbauer</name>
<email>johann.sonntagbauer@gmail.com</email>
</author>
<published>2018-10-09T18:03:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6f5723a169b5d400c136dbd844fc54c68e5f8563'/>
<id>6f5723a169b5d400c136dbd844fc54c68e5f8563</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added test for adding `truncated_diff_lines` to discussion</title>
<updated>2018-09-20T09:23:36+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2018-09-20T09:23:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=305ce57094b5ed38c27a3e8cb84b35c1d871d383'/>
<id>305ce57094b5ed38c27a3e8cb84b35c1d871d383</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 'mr-widget-discussion-state-fix' into 'master'</title>
<updated>2018-09-17T08:20:19+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2018-09-17T08:20:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ba40c7f1c32f62ad5370621f049500aa904149cd'/>
<id>ba40c7f1c32f62ad5370621f049500aa904149cd</id>
<content type='text'>
Fixed MR widget unresolved discussions state

See merge request gitlab-org/gitlab-ce!21705</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed MR widget unresolved discussions state

See merge request gitlab-org/gitlab-ce!21705</pre>
</div>
</content>
</entry>
<entry>
<title>Use MR widget event_hub to dispatch update event</title>
<updated>2018-09-13T11:52:24+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2018-09-13T11:52:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a77a26eade518b025dc52295b5af60492ff81338'/>
<id>a77a26eade518b025dc52295b5af60492ff81338</id>
<content type='text'>
Instead of relying on a global method, we now emit an event on the MR
widget that tells it to check the status
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of relying on a global method, we now emit an event on the MR
widget that tells it to check the status
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed resolved discussions not toggling expanded</title>
<updated>2018-09-13T09:22:35+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2018-09-13T09:22:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e12c2c77ce497eeaffa21f82890fc43fe0200af6'/>
<id>e12c2c77ce497eeaffa21f82890fc43fe0200af6</id>
<content type='text'>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51370
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51370
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed MR widget unresolved discussions state</title>
<updated>2018-09-12T15:46:09+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2018-09-12T15:46:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8287f3477f4aaaa50f900ec06bef6e86f489a16d'/>
<id>8287f3477f4aaaa50f900ec06bef6e86f489a16d</id>
<content type='text'>
After resolving a discussion on a merge request page the merge request
widget state would not get updated meaning users would need to refresh
the page to merge (if that option is enabled in the projects settings)

https://gitlab.com/gitlab-org/gitlab-ce/issues/42882
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After resolving a discussion on a merge request page the merge request
widget state would not get updated meaning users would need to refresh
the page to merge (if that option is enabled in the projects settings)

https://gitlab.com/gitlab-org/gitlab-ce/issues/42882
</pre>
</div>
</content>
</entry>
<entry>
<title>Reapply "Merge branch '48817-fix-mr-changes-discussion-navigation' into 'master'"</title>
<updated>2018-08-01T14:26:57+00:00</updated>
<author>
<name>André Luís</name>
<email>aluis@gitlab.com</email>
</author>
<published>2018-08-01T02:21:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=296f489d85255e7795cf6ac3d98dab1622ad5069'/>
<id>296f489d85255e7795cf6ac3d98dab1622ad5069</id>
<content type='text'>
This reverts commit e0fe97ca4a506405af8e85368f2c69cda637e192.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit e0fe97ca4a506405af8e85368f2c69cda637e192.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch '48817-fix-mr-changes-discussion-navigation' into 'master'"</title>
<updated>2018-08-01T12:45:15+00:00</updated>
<author>
<name>André Luís</name>
<email>aluis@gitlab.com</email>
</author>
<published>2018-07-31T00:50:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8693aa139dcdc5d4ed8939d12b360731f5f9dab8'/>
<id>8693aa139dcdc5d4ed8939d12b360731f5f9dab8</id>
<content type='text'>
This reverts commit ced005f330419ec81657e852c5cb9124fdb29fbb, reversing
changes made to 9b01b293ce5ddbaeedaf014cdc804af2c5e86416.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit ced005f330419ec81657e852c5cb9124fdb29fbb, reversing
changes made to 9b01b293ce5ddbaeedaf014cdc804af2c5e86416.
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve ""Jump to first/next unresolved discussion" jumps to resolved discussions"</title>
<updated>2018-07-20T15:24:46+00:00</updated>
<author>
<name>André Luís</name>
<email>me@andr3.net</email>
</author>
<published>2018-07-20T15:24:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f2f8ddf4ccc43c86d8432a63b11aba8b216afd41'/>
<id>f2f8ddf4ccc43c86d8432a63b11aba8b216afd41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
