<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/package.json, branch docs/pages-admin</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>Make Karma output look nicer for CI (!9165)</title>
<updated>2017-02-15T14:27:13+00:00</updated>
<author>
<name>winniehell</name>
<email>git@winniehell.de</email>
</author>
<published>2017-02-11T21:22:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=19cb1fcdf364a31077a70d8cf2af09d674f32eaa'/>
<id>19cb1fcdf364a31077a70d8cf2af09d674f32eaa</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 'cover-my-karma' into 'master'</title>
<updated>2017-02-14T19:40:40+00:00</updated>
<author>
<name>Clement Ho</name>
<email>clemmakesapps@gmail.com</email>
</author>
<published>2017-02-14T19:40:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9760fd7a95cb1dcdcee227817e41c924f5d39dc7'/>
<id>9760fd7a95cb1dcdcee227817e41c924f5d39dc7</id>
<content type='text'>

Reintroduce coverage report for JavaScript

Closes #27826 and #20757

See merge request !9133</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Reintroduce coverage report for JavaScript

Closes #27826 and #20757

See merge request !9133</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'replace-npm-with-yarn' into 'master'</title>
<updated>2017-02-14T18:01:45+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>lacerda.filipa@gmail.com</email>
</author>
<published>2017-02-14T18:01:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0b25368907fb1491b840d93ebb780b9ef2b130dd'/>
<id>0b25368907fb1491b840d93ebb780b9ef2b130dd</id>
<content type='text'>

Replace NPM with Yarn

See merge request !9055</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Replace NPM with Yarn

See merge request !9055</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'eslint-resolve-webpack-modules' into 'master'</title>
<updated>2017-02-14T17:58:09+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>lacerda.filipa@gmail.com</email>
</author>
<published>2017-02-14T17:58:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=10a063e945b38e87f7a7d463d9d3a5dcd8ea736f'/>
<id>10a063e945b38e87f7a7d463d9d3a5dcd8ea736f</id>
<content type='text'>

Enable eslint to resolve webpack modules according to webpack.config.js

See merge request !9218</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Enable eslint to resolve webpack modules according to webpack.config.js

See merge request !9218</pre>
</div>
</content>
</entry>
<entry>
<title>enable eslint to resolve webpack modules according to webpack.config.js</title>
<updated>2017-02-14T07:35:27+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2017-02-14T07:35:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=34b8cdf87ce8e36e5f442bf7068869833f35243b'/>
<id>34b8cdf87ce8e36e5f442bf7068869833f35243b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use es6-promise package to avoid webpack warnings</title>
<updated>2017-02-14T05:25:34+00:00</updated>
<author>
<name>Eric Eastwood</name>
<email>contact@ericeastwood.com</email>
</author>
<published>2017-02-14T05:25:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=947dcfba372278f1d6e9fe3437d3f4199a79a530'/>
<id>947dcfba372278f1d6e9fe3437d3f4199a79a530</id>
<content type='text'>
See https://github.com/stefanpenner/es6-promise/issues/100

```
[WDS] Warnings while compiling.
./vendor/assets/javascripts/es6-promise.auto.js
Module not found: Error: Can't resolve 'vertx' in
'/Users/eric/Documents/gitlab/gitlab-development-kit/gitlab/vendor/assets/javascripts'
 @ ./vendor/assets/javascripts/es6-promise.auto.js 140:16-26
 @ ./app/assets/javascripts/application.js
 @ multi (webpack)-dev-server/client?http://localhost:3808
./application.js
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://github.com/stefanpenner/es6-promise/issues/100

```
[WDS] Warnings while compiling.
./vendor/assets/javascripts/es6-promise.auto.js
Module not found: Error: Can't resolve 'vertx' in
'/Users/eric/Documents/gitlab/gitlab-development-kit/gitlab/vendor/assets/javascripts'
 @ ./vendor/assets/javascripts/es6-promise.auto.js 140:16-26
 @ ./app/assets/javascripts/application.js
 @ multi (webpack)-dev-server/client?http://localhost:3808
./application.js
```
</pre>
</div>
</content>
</entry>
<entry>
<title>remove recursive npm calls to avoid dependence on npm after switch to yarn</title>
<updated>2017-02-13T18:23:03+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2017-02-07T22:49:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=469bc859ce92b2ef8cb5be56376504e44e239197'/>
<id>469bc859ce92b2ef8cb5be56376504e44e239197</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reintroduce coverage report for JavaScript (!9133)</title>
<updated>2017-02-11T20:55:02+00:00</updated>
<author>
<name>winniehell</name>
<email>git@winniehell.de</email>
</author>
<published>2017-02-10T18:29:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b48d30e4d27d2482f5517fc58751953d32f0ded6'/>
<id>b48d30e4d27d2482f5517fc58751953d32f0ded6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>convert js-cookie dependency to an npm module</title>
<updated>2017-02-11T07:03:50+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2017-02-06T06:57:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e4725a50e3c39b55eddbce3a573456ac6323473f'/>
<id>e4725a50e3c39b55eddbce3a573456ac6323473f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>convert timeago.js dependency to an npm module</title>
<updated>2017-02-11T07:02:57+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2017-02-06T06:53:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e7ac1628ae42110d7eb340dfc35d303bed5047c6'/>
<id>e7ac1628ae42110d7eb340dfc35d303bed5047c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
