<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/package.json, branch psimyn-diff-lines-frontend</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>Karma: Fix css selector for loading icon</title>
<updated>2019-07-26T09:40:17+00:00</updated>
<author>
<name>Lukas 'Eipi' Eipert</name>
<email>leipert@gitlab.com</email>
</author>
<published>2019-07-26T09:40:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6df22f17d2aa255742f2a728df7a00c0af4ee84c'/>
<id>6df22f17d2aa255742f2a728df7a00c0af4ee84c</id>
<content type='text'>
The GitLab UI update changed the spinner selector from `spinner` to
`gl-spinner`, so we need to update it, so that our tests won't fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The GitLab UI update changed the spinner selector from `spinner` to
`gl-spinner`, so we need to update it, so that our tests won't fail.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add UndoStack class - a custom undo/redo engine</title>
<updated>2019-07-26T07:18:15+00:00</updated>
<author>
<name>Martin Hanzel</name>
<email>mhanzel@gitlab.com</email>
</author>
<published>2019-07-26T07:18:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c111d121d6faedfe3f38af1780e16ab056048e30'/>
<id>c111d121d6faedfe3f38af1780e16ab056048e30</id>
<content type='text'>
It will be hooked up to the markdown editor later
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It will be hooked up to the markdown editor later
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'renovate/gitlab-ui-5.x' into 'master'</title>
<updated>2019-07-24T06:33:07+00:00</updated>
<author>
<name>Kushal Pandya</name>
<email>kushalspandya@gmail.com</email>
</author>
<published>2019-07-24T06:33:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bc537606c007bd4628e2b5e3d77c10b67d2f5322'/>
<id>bc537606c007bd4628e2b5e3d77c10b67d2f5322</id>
<content type='text'>
Update dependency @gitlab/ui to ^5.7.1

See merge request gitlab-org/gitlab-ce!31026</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update dependency @gitlab/ui to ^5.7.1

See merge request gitlab-org/gitlab-ce!31026</pre>
</div>
</content>
</entry>
<entry>
<title>Update Mermaid to v8.2.3</title>
<updated>2019-07-23T18:40:09+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-07-23T13:42:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e1219ad44e553f3472faddce559ea9f92f64240e'/>
<id>e1219ad44e553f3472faddce559ea9f92f64240e</id>
<content type='text'>
This fixes fill colors not working with Mermaid and pulls
in a number of other fixes.

* https://github.com/knsv/mermaid/blob/master/CHANGELOG.md
* https://github.com/knsv/mermaid/#special-note-regarding-version-82

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64601
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes fill colors not working with Mermaid and pulls
in a number of other fixes.

* https://github.com/knsv/mermaid/blob/master/CHANGELOG.md
* https://github.com/knsv/mermaid/#special-note-regarding-version-82

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64601
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates all our stylelint dependencies</title>
<updated>2019-07-23T08:56:34+00:00</updated>
<author>
<name>Tim Zallmann</name>
<email>tzallmann@gitlab.com</email>
</author>
<published>2019-07-23T08:56:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d82df658410e7484438e49e4532bacb7c465261d'/>
<id>d82df658410e7484438e49e4532bacb7c465261d</id>
<content type='text'>
Removed stylelint-error-string-formatter
 as this was having a circular reference fail
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed stylelint-error-string-formatter
 as this was having a circular reference fail
</pre>
</div>
</content>
</entry>
<entry>
<title>Update webpack-bundle-analyzer to 3.3.2</title>
<updated>2019-07-23T04:29:11+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-07-23T04:29:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=af5c88d29d1913982aaa9ef5d3c559a75e0b2c3a'/>
<id>af5c88d29d1913982aaa9ef5d3c559a75e0b2c3a</id>
<content type='text'>
This is needed to fix an issue where updating to the latest Webpack
causes an acorn dependency error:
https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/245

Seen while trying to update dependencies for Mermaid in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30985
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is needed to fix an issue where updating to the latest Webpack
causes an acorn dependency error:
https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/245

Seen while trying to update dependencies for Mermaid in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30985
</pre>
</div>
</content>
</entry>
<entry>
<title>Update dependency @gitlab/ui to ^5.7.1</title>
<updated>2019-07-22T21:23:35+00:00</updated>
<author>
<name>Lukas Eipert</name>
<email>leipert@gitlab.com</email>
</author>
<published>2019-07-22T21:23:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f81e15c6473ba56569005643cb24351c10c012d6'/>
<id>f81e15c6473ba56569005643cb24351c10c012d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve "Tooltips on note timestamps not showing for issues"</title>
<updated>2019-07-18T13:16:18+00:00</updated>
<author>
<name>Natalia Tepluhina</name>
<email>ntepluhina@gitlab.com</email>
</author>
<published>2019-07-18T13:16:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6911c3435a61a34047a69d9eb92fc03ad2f4843c'/>
<id>6911c3435a61a34047a69d9eb92fc03ad2f4843c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mockify jquery and axios packages</title>
<updated>2019-07-17T17:47:39+00:00</updated>
<author>
<name>Martin Hanzel</name>
<email>mhanzel@gitlab.com</email>
</author>
<published>2019-07-17T17:47:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=eb45cb8c99f4232da90c26b307eff35c926d1975'/>
<id>eb45cb8c99f4232da90c26b307eff35c926d1975</id>
<content type='text'>
Moved the block that fails tests on unmocked axios requests from
test_setup to its own mock, and added a jQuery mock that fails
tests if they use unmocked $.ajax().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moved the block that fails tests on unmocked axios requests from
test_setup to its own mock, and added a jQuery mock that fails
tests if they use unmocked $.ajax().
</pre>
</div>
</content>
</entry>
<entry>
<title>Update dependency @gitlab/ui to ^5.6.0</title>
<updated>2019-07-11T11:25:35+00:00</updated>
<author>
<name>Lukas Eipert</name>
<email>leipert@gitlab.com</email>
</author>
<published>2019-07-11T11:25:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3e4af0a27cf8ffbde1e3caa17fc067c5976f6555'/>
<id>3e4af0a27cf8ffbde1e3caa17fc067c5976f6555</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
