<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/lib, branch sh-bump-supported-ruby-versions</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>Use svg icon for deployment series</title>
<updated>2019-02-05T13:15:57+00:00</updated>
<author>
<name>Adriel Santiago</name>
<email>adriel@gitlab.com</email>
</author>
<published>2019-01-24T00:06:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b3bd24053e502da61557e2100fb19ae20e0b6dec'/>
<id>b3bd24053e502da61557e2100fb19ae20e0b6dec</id>
<content type='text'>
Use the rocket GitLab SVG to show deployment data
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the rocket GitLab SVG to show deployment data
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fe-grammar-util' into 'master'</title>
<updated>2019-02-05T10:33:47+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-02-05T10:33:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=97041bb6c480e94593b1b7ee3102149ad30804dc'/>
<id>97041bb6c480e94593b1b7ee3102149ad30804dc</id>
<content type='text'>
FE grammar util

See merge request gitlab-org/gitlab-ce!24893</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FE grammar util

See merge request gitlab-org/gitlab-ce!24893</pre>
</div>
</content>
</entry>
<entry>
<title>Add grammar util</title>
<updated>2019-02-04T17:17:33+00:00</updated>
<author>
<name>Paul Slaughter</name>
<email>pslaughter@gitlab.com</email>
</author>
<published>2019-01-14T07:42:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9cfb253ed4ebf08c254db22c2da15a0b0d92c61e'/>
<id>9cfb253ed4ebf08c254db22c2da15a0b0d92c61e</id>
<content type='text'>
This contains the function `toNounSeriesText` which can be used to build
i18n noun series fragments (i.e. "A, B, and C").
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This contains the function `toNounSeriesText` which can be used to build
i18n noun series fragments (i.e. "A, B, and C").
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle window and container resize events</title>
<updated>2019-02-04T13:04:45+00:00</updated>
<author>
<name>Adriel Santiago</name>
<email>adriel@gitlab.com</email>
</author>
<published>2019-01-23T23:06:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c974f4a82ee3cd4b5b73b95d66d99854a0e5d3bc'/>
<id>c974f4a82ee3cd4b5b73b95d66d99854a0e5d3bc</id>
<content type='text'>
Resizes metrics graph on window and sidebard width changes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resizes metrics graph on window and sidebard width changes
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for ignore rules in 'convertObjectPropsToCamelCase' helper</title>
<updated>2019-01-31T11:32:46+00:00</updated>
<author>
<name>Kushal Pandya</name>
<email>kushalspandya@gmail.com</email>
</author>
<published>2019-01-30T09:06:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=93e58bf9b5072f0c998ba91829d7f4f9da129754'/>
<id>93e58bf9b5072f0c998ba91829d7f4f9da129754</id>
<content type='text'>
Does following enhancements to `convertObjectPropsToCamelCase` helper;
- Adds support for `dropKeys` within  options param
to discard properties.
- Adds support for `allowKeys` within options param
to skip converting property names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Does following enhancements to `convertObjectPropsToCamelCase` helper;
- Adds support for `dropKeys` within  options param
to discard properties.
- Adds support for `allowKeys` within options param
to skip converting property names.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make favicon tests more fault resistent</title>
<updated>2019-01-21T19:48:55+00:00</updated>
<author>
<name>Lukas Eipert</name>
<email>leipert@gitlab.com</email>
</author>
<published>2018-10-30T11:46:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=91df6d9ef496bdab9fa3658b8dea131fb0a71c8c'/>
<id>91df6d9ef496bdab9fa3658b8dea131fb0a71c8c</id>
<content type='text'>
It seems like every new version of Chrome renders the favicon canvas
differently. This reduces the problems with it by creating a more fault
tolerant check, which compares the color values in the pixels and is
okay if they are within a certain threshold.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It seems like every new version of Chrome renders the favicon canvas
differently. This reduces the problems with it by creating a more fault
tolerant check, which compares the color values in the pixels and is
okay if they are within a certain threshold.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make parseBoolean idempotent</title>
<updated>2019-01-15T06:04:37+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-01-15T06:04:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=159c18221d6759737e689156d473c7e4957e6fd3'/>
<id>159c18221d6759737e689156d473c7e4957e6fd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Addressing feedback from most recent reviews.</title>
<updated>2019-01-10T06:00:39+00:00</updated>
<author>
<name>Scott Escue</name>
<email>scott.escue@gmail.com</email>
</author>
<published>2018-12-02T06:46:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=87c571f8a3e9af9de0d979dc26f9838bb0fc924d'/>
<id>87c571f8a3e9af9de0d979dc26f9838bb0fc924d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing static analysis issues</title>
<updated>2019-01-10T06:00:39+00:00</updated>
<author>
<name>Scott Escue</name>
<email>scott.escue@gmail.com</email>
</author>
<published>2018-11-27T13:16:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2cbc475e5327a860032414561916c7bd725685ac'/>
<id>2cbc475e5327a860032414561916c7bd725685ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing the URL manipulation functions added to 'common_utils.js' in favor of the functions that already existed in 'url_utility.js'. Refactoring 'removeParams' function in 'url_utility.js' to allow url to be passed and to preserve the original host and/or path provided in the url.</title>
<updated>2019-01-10T06:00:39+00:00</updated>
<author>
<name>Scott Escue</name>
<email>scott.escue@gmail.com</email>
</author>
<published>2018-06-08T04:06:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a3541a8d8dd1f4db690b7293d2a7674287020e84'/>
<id>a3541a8d8dd1f4db690b7293d2a7674287020e84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
