<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/notes, branch local-markdown-version</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>Add local markdown version</title>
<updated>2019-02-06T18:46:59+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2019-01-31T11:28:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=433bcf9b0439771b1e2661a62fec115e44922232'/>
<id>433bcf9b0439771b1e2661a62fec115e44922232</id>
<content type='text'>
Cached markdown version is composed both from global and local
markdown version. This allows admins to bump version locally when
needed (e.g. when external URL is changed).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cached markdown version is composed both from global and local
markdown version. This allows admins to bump version locally when
needed (e.g. when external URL is changed).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'winh-note_app_spec-vue-test-utils' into 'master'</title>
<updated>2019-02-06T00:02:30+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2019-02-06T00:02:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ea525bdbfa788d4ba105d2a4f82cca3bb656f370'/>
<id>ea525bdbfa788d4ba105d2a4f82cca3bb656f370</id>
<content type='text'>
Convert note_app_spec.js to Vue test utils

See merge request gitlab-org/gitlab-ce!24900</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Convert note_app_spec.js to Vue test utils

See merge request gitlab-org/gitlab-ce!24900</pre>
</div>
</content>
</entry>
<entry>
<title>Extract ReplyPlaceholder from NoteableDiscussion component</title>
<updated>2019-02-05T08:56:34+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-02-05T08:56:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=63975b4a682356b676e1b1da0975c569edcd206c'/>
<id>63975b4a682356b676e1b1da0975c569edcd206c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert note_app_spec.js to Vue test utils</title>
<updated>2019-02-04T12:19:53+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-02-04T12:19:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=647f045ddebcf200fca5fab78db1da939b590949'/>
<id>647f045ddebcf200fca5fab78db1da939b590949</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert noteable_discussion_spec.js to Vue test utils</title>
<updated>2019-01-29T19:06:33+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-01-29T12:16:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d8e18a743e4f6a975bc188370434e7f6beca4e60'/>
<id>d8e18a743e4f6a975bc188370434e7f6beca4e60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(NoteableDiscussion): Extracted ResolveDiscussionButton from</title>
<updated>2019-01-28T22:44:17+00:00</updated>
<author>
<name>Martin Hobert</name>
<email>info@dosh.dk</email>
</author>
<published>2019-01-28T22:44:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=56c62208f6be6392ad428d0be40befc918de8c67'/>
<id>56c62208f6be6392ad428d0be40befc918de8c67</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 'refactor/56369-extract-jump-to-next-discussion-button' into 'master'</title>
<updated>2019-01-28T17:33:20+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-01-28T17:33:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=958a819fce709419c0be76cec8a20c8e8417ab84'/>
<id>958a819fce709419c0be76cec8a20c8e8417ab84</id>
<content type='text'>
Refactor/56369 extract jump to next discussion button

Closes #56369

See merge request gitlab-org/gitlab-ce!24506</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor/56369 extract jump to next discussion button

Closes #56369

See merge request gitlab-org/gitlab-ce!24506</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(NoteableDiscussion): Extracted JumpToNextDiscussionButton to its own component</title>
<updated>2019-01-28T10:36:44+00:00</updated>
<author>
<name>Martin Hobert</name>
<email>info@dosh.dk</email>
</author>
<published>2019-01-28T10:36:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3af7723fcde7d32986ae4a9e104a893cf0167745'/>
<id>3af7723fcde7d32986ae4a9e104a893cf0167745</id>
<content type='text'>
fix #56369

chore(changelog): Added changelog entry

chore(prettier): Formated with prettier

test(JumpToNextDiscussionButton): Added test for new component

test(Refactored tests to use vue test-utils):

chore(translations): Added newly generated locales

Update spec/javascripts/notes/components/discussion_jump_to_next_button_spec.js
chore(prettier): Formated with prettier

test(JumpToNextDiscussionButton): Updated tests to use a local vue instance

test(JumpToNextDiscussionButton): Running tests in async to prevent maximum stack overflow
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix #56369

chore(changelog): Added changelog entry

chore(prettier): Formated with prettier

test(JumpToNextDiscussionButton): Added test for new component

test(Refactored tests to use vue test-utils):

chore(translations): Added newly generated locales

Update spec/javascripts/notes/components/discussion_jump_to_next_button_spec.js
chore(prettier): Formated with prettier

test(JumpToNextDiscussionButton): Updated tests to use a local vue instance

test(JumpToNextDiscussionButton): Running tests in async to prevent maximum stack overflow
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert note_actions_spec.js to Vue test utils</title>
<updated>2019-01-25T09:59:22+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-01-25T09:59:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8e6d2cca240346c0e5fe20eb63d249b2b4bb41bf'/>
<id>8e6d2cca240346c0e5fe20eb63d249b2b4bb41bf</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 'sh-bump-chrome-golang-ci-image' into 'master'</title>
<updated>2019-01-24T16:25:31+00:00</updated>
<author>
<name>Clement Ho</name>
<email>clemmakesapps@gmail.com</email>
</author>
<published>2019-01-24T16:25:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6e085eea531f77b341d9635f6e4dd2ba535a371f'/>
<id>6e085eea531f77b341d9635f6e4dd2ba535a371f</id>
<content type='text'>
Bump CI image to use Chrome 71.0 and Golang 1.11

Closes #56614 and #55578

See merge request gitlab-org/gitlab-ce!24572</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bump CI image to use Chrome 71.0 and Golang 1.11

Closes #56614 and #55578

See merge request gitlab-org/gitlab-ce!24572</pre>
</div>
</content>
</entry>
</feed>
