<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch 3969-nonnegative-integer-weights</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>prettier</title>
<updated>2018-06-02T05:29:30+00:00</updated>
<author>
<name>Dennis Tang</name>
<email>dtang@gitlab.com</email>
</author>
<published>2018-06-02T05:29:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=997bd0f6715fb9b3f4dd57bf3bd3702abb64a409'/>
<id>997bd0f6715fb9b3f4dd57bf3bd3702abb64a409</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>prettier</title>
<updated>2018-06-01T23:21:35+00:00</updated>
<author>
<name>Dennis Tang</name>
<email>dtang@gitlab.com</email>
</author>
<published>2018-06-01T23:21:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2330d2adf28424c0b7c1e721e8e85ac6e69330bc'/>
<id>2330d2adf28424c0b7c1e721e8e85ac6e69330bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>port actual change</title>
<updated>2018-06-01T23:21:29+00:00</updated>
<author>
<name>Dennis Tang</name>
<email>dtang@gitlab.com</email>
</author>
<published>2018-06-01T23:21:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fe1aeaea704b11ff24db3296550437d5b6ddd5d4'/>
<id>fe1aeaea704b11ff24db3296550437d5b6ddd5d4</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-add-ruby-2.4-comment' into 'master'</title>
<updated>2018-06-01T21:24:32+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2018-06-01T21:24:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f8bd8f4f062e518ab855a83f38965df51ec3b073'/>
<id>f8bd8f4f062e518ab855a83f38965df51ec3b073</id>
<content type='text'>
Add comment about the need for truncating keys in Ruby 2.4

See merge request gitlab-org/gitlab-ce!19330</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add comment about the need for truncating keys in Ruby 2.4

See merge request gitlab-org/gitlab-ce!19330</pre>
</div>
</content>
</entry>
<entry>
<title>Add comment about the need for truncating keys in Ruby 2.4</title>
<updated>2018-06-01T20:49:22+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-06-01T20:44:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=78d78ad1991f0a27b8ff79614d09f85909d20ed1'/>
<id>78d78ad1991f0a27b8ff79614d09f85909d20ed1</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-feature-memoization' into 'master'</title>
<updated>2018-06-01T18:56:21+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-06-01T18:56:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2de002b3db1bc199755f8be212fa8804fcb80905'/>
<id>2de002b3db1bc199755f8be212fa8804fcb80905</id>
<content type='text'>
Use RequestStore to memoize Flipper features so that memoized values are cleared between requests

See merge request gitlab-org/gitlab-ce!19281</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use RequestStore to memoize Flipper features so that memoized values are cleared between requests

See merge request gitlab-org/gitlab-ce!19281</pre>
</div>
</content>
</entry>
<entry>
<title>Remove ambiguity in Group class causing build failures</title>
<updated>2018-06-01T18:18:18+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-06-01T18:18:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c9cf677e20737aa9f8a824ec2e51b4ed12bc8ea4'/>
<id>c9cf677e20737aa9f8a824ec2e51b4ed12bc8ea4</id>
<content type='text'>
https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/71887977 was failing
due to confusion between Ci::Group and Group.
https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/71887977
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/71887977 was failing
due to confusion between Ci::Group and Group.
https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/71887977
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-bump-ruby-2.4' into 'master'</title>
<updated>2018-06-01T17:59:04+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-06-01T17:59:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=81e899ea7141b34a7860f308327249784fb5d6cc'/>
<id>81e899ea7141b34a7860f308327249784fb5d6cc</id>
<content type='text'>
Upgrade to Ruby 2.4.4

See merge request gitlab-org/gitlab-ce!19055</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Upgrade to Ruby 2.4.4

See merge request gitlab-org/gitlab-ce!19055</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'revert-c640e579' into 'master'</title>
<updated>2018-06-01T17:22:36+00:00</updated>
<author>
<name>Clement Ho</name>
<email>clemmakesapps@gmail.com</email>
</author>
<published>2018-06-01T17:22:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=160cc6cd7b0218cdd1e210c4133fd469ffacf656'/>
<id>160cc6cd7b0218cdd1e210c4133fd469ffacf656</id>
<content type='text'>
Revert "Merge branch '46833-sticky-polyfill' into 'master'"

See merge request gitlab-org/gitlab-ce!19322</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Revert "Merge branch '46833-sticky-polyfill' into 'master'"

See merge request gitlab-org/gitlab-ce!19322</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '46696-branch-names-in-system-notes-have-incorrect-color' into 'master'</title>
<updated>2018-06-01T17:02:59+00:00</updated>
<author>
<name>Annabel Gray</name>
<email>annabel.m.gray@gmail.com</email>
</author>
<published>2018-06-01T17:02:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aa5e61d510885ac18cb06d96337dd4451334ffc5'/>
<id>aa5e61d510885ac18cb06d96337dd4451334ffc5</id>
<content type='text'>
Resolve "Branch names in system notes have incorrect color"

Closes #46696

See merge request gitlab-org/gitlab-ce!19296</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Branch names in system notes have incorrect color"

Closes #46696

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