<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/lib, branch parallel-db-migrations</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Changes tab VUE refactoring</title>
<updated>2018-06-21T12:22:40+00:00</updated>
<author>
<name>Felipe Artur</name>
<email>fcardozo@gitlab.com</email>
</author>
<published>2018-06-21T12:22:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3e66795ef1ff1228906239763910b051d8afcc37'/>
<id>3e66795ef1ff1228906239763910b051d8afcc37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable no-restricted-globals in JS files</title>
<updated>2018-06-15T15:58:27+00:00</updated>
<author>
<name>gfyoung</name>
<email>gfyoung17@gmail.com</email>
</author>
<published>2018-06-15T15:58:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bce890820f6ed0e75537b546d5ef1a0090c53b52'/>
<id>bce890820f6ed0e75537b546d5ef1a0090c53b52</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 'feature/customizable-favicon' into 'master'</title>
<updated>2018-06-07T16:54:41+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-06-07T16:54:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=290ca339adc952bcd939d1782af95f90d3b88716'/>
<id>290ca339adc952bcd939d1782af95f90d3b88716</id>
<content type='text'>
Customizable favicon

Closes #15661

See merge request gitlab-org/gitlab-ce!14497</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Customizable favicon

Closes #15661

See merge request gitlab-org/gitlab-ce!14497</pre>
</div>
</content>
</entry>
<entry>
<title>fixed karma</title>
<updated>2018-06-07T14:11:10+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2018-06-07T14:11:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=132db99a5b98daf7629f416ebb4ff817010cc0a9'/>
<id>132db99a5b98daf7629f416ebb4ff817010cc0a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes IDE button on merge requests not working with relative URL config</title>
<updated>2018-06-07T13:47:09+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2018-06-07T13:47:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=02a2ca6ae4ab6f2b64ff00f5750a68e9371a4fb7'/>
<id>02a2ca6ae4ab6f2b64ff00f5750a68e9371a4fb7</id>
<content type='text'>
Closes #46438
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #46438
</pre>
</div>
</content>
</entry>
<entry>
<title>create favicon overlay on the client</title>
<updated>2018-06-05T14:20:21+00:00</updated>
<author>
<name>Alexis Reigel</name>
<email>alexis.reigel.ext@siemens.com</email>
</author>
<published>2017-12-06T20:04:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9e14f437b6ed205744d916f5566ee2c11e52b734'/>
<id>9e14f437b6ed205744d916f5566ee2c11e52b734</id>
<content type='text'>
the initial reason for this change was that graphicsmagick does not
support writing to ico files. this fact lead to a chain of changes:

1. use png instead of ico (browser support is good enough)
2. render the overlays on the client using the canvas API. this way we
   only need to store the original favion and generate the overlay versions
   dynamically.
   this change also enables (next step) to simplify the handling of the
   stock favicons as well, as we don't need to generate all the versions
   upfront.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the initial reason for this change was that graphicsmagick does not
support writing to ico files. this fact lead to a chain of changes:

1. use png instead of ico (browser support is good enough)
2. render the overlays on the client using the canvas API. this way we
   only need to store the original favion and generate the overlay versions
   dynamically.
   this change also enables (next step) to simplify the handling of the
   stock favicons as well, as we don't need to generate all the versions
   upfront.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix resetFavicon so that it actually resets</title>
<updated>2018-06-05T14:20:21+00:00</updated>
<author>
<name>Alexis Reigel</name>
<email>alexis.reigel.ext@siemens.com</email>
</author>
<published>2017-12-05T17:47:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5202c3f0c8da618e2d3821917f6f5d48ae8ae3c2'/>
<id>5202c3f0c8da618e2d3821917f6f5d48ae8ae3c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch '46833-sticky-polyfill' into 'master'"</title>
<updated>2018-06-01T16:41:50+00:00</updated>
<author>
<name>Clement Ho</name>
<email>clemmakesapps@gmail.com</email>
</author>
<published>2018-06-01T16:41:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=30bc82f68b6de69a2e456286888824fa0221d4a7'/>
<id>30bc82f68b6de69a2e456286888824fa0221d4a7</id>
<content type='text'>
This reverts merge request !19304</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts merge request !19304</pre>
</div>
</content>
</entry>
<entry>
<title>Update position sticky polyfill</title>
<updated>2018-06-01T16:24:56+00:00</updated>
<author>
<name>Paul Slaughter</name>
<email>pslaughter@gitlab.com</email>
</author>
<published>2018-06-01T16:24:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=399e1e83c038685f15bf3049382a16c6ccb8fa37'/>
<id>399e1e83c038685f15bf3049382a16c6ccb8fa37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add pass through to stripHtml for undefined and null inputs</title>
<updated>2018-05-03T08:25:22+00:00</updated>
<author>
<name>Olivier Gonzalez</name>
<email>ogonzalez@gitlab.com</email>
</author>
<published>2018-05-03T08:25:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b12d6546afba081a1fd64877daaf30b68efba618'/>
<id>b12d6546afba081a1fd64877daaf30b68efba618</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
