<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/controllers/concerns, branch frozen_string_spec_support</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>Enable Rubocop Performance/InefficientHashSearch</title>
<updated>2019-07-24T18:47:58+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-07-24T18:11:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3e001d29ccdb5a5b1ba223710525f8dc7ae844ee'/>
<id>3e001d29ccdb5a5b1ba223710525f8dc7ae844ee</id>
<content type='text'>
When used with a Hash, `.keys.include?` is bad because:

1. It performs a O(n) search instead of the efficient `.has_key?`
2. It clones all keys into separate array.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64975
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When used with a Hash, `.keys.include?` is bad because:

1. It performs a O(n) search instead of the efficient `.has_key?`
2. It clones all keys into separate array.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64975
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade to Rails 5.2</title>
<updated>2019-07-12T02:15:31+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>heinrich@gitlab.com</email>
</author>
<published>2019-06-25T17:54:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aeb67dd489b1ccc7f0ab1d702725729ab9cc3e27'/>
<id>aeb67dd489b1ccc7f0ab1d702725729ab9cc3e27</id>
<content type='text'>
Updates changed method names and fixes spec failures
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updates changed method names and fixes spec failures
</pre>
</div>
</content>
</entry>
<entry>
<title>CE Port of Allow bulk update for group issues</title>
<updated>2019-07-09T11:46:16+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2019-07-09T11:46:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=14e2412ee4969d7b4124ebedbc2dd76eb0ebda47'/>
<id>14e2412ee4969d7b4124ebedbc2dd76eb0ebda47</id>
<content type='text'>
This is a port MR for CE

Original MR:

https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14141
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a port MR for CE

Original MR:

https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14141
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq</title>
<updated>2019-07-03T09:55:42+00:00</updated>
<author>
<name>Marin Jankovski</name>
<email>maxlazio@gmail.com</email>
</author>
<published>2019-07-03T09:55:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=49d689fb3c7781c861f995aaafef4b224581020b'/>
<id>49d689fb3c7781c861f995aaafef4b224581020b</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 'security-notes-in-private-snippets' into 'master'</title>
<updated>2019-07-02T06:23:47+00:00</updated>
<author>
<name>Marin Jankovski</name>
<email>marin@gitlab.com</email>
</author>
<published>2019-07-02T06:23:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=91820f967db8aef75d247a61f4843fb0cdf23d89'/>
<id>91820f967db8aef75d247a61f4843fb0cdf23d89</id>
<content type='text'>
Ability to write a note in a private snippet

See merge request gitlab/gitlabhq!3133</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ability to write a note in a private snippet

See merge request gitlab/gitlabhq!3133</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'security-59581-related-merge-requests-count' into 'master'</title>
<updated>2019-07-02T06:19:58+00:00</updated>
<author>
<name>Marin Jankovski</name>
<email>marin@gitlab.com</email>
</author>
<published>2019-07-02T06:19:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f66169b35c29294ecc9f63eeeedc52085d2a3fd7'/>
<id>f66169b35c29294ecc9f63eeeedc52085d2a3fd7</id>
<content type='text'>
Expose merge requests count based on user access

See merge request gitlab/gitlabhq!3157</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Expose merge requests count based on user access

See merge request gitlab/gitlabhq!3157</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '53811-issue-boards-to-core-projects-backend-ce' into 'master'</title>
<updated>2019-06-27T05:27:45+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-06-27T05:27:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fa54a486eb6d6a71b015fce72decf33b011a0b2d'/>
<id>fa54a486eb6d6a71b015fce72decf33b011a0b2d</id>
<content type='text'>
Move Multiple Issue Boards for Projects to Core

See merge request gitlab-org/gitlab-ce!29757</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move Multiple Issue Boards for Projects to Core

See merge request gitlab-org/gitlab-ce!29757</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '51952-forking-via-webide' into 'master'</title>
<updated>2019-06-26T11:18:11+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2019-06-26T11:18:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5450976d289a2887688ef938fb86e8f0e5924892'/>
<id>5450976d289a2887688ef938fb86e8f0e5924892</id>
<content type='text'>
Resolve "500 error when forking via the web IDE button"

See merge request gitlab-org/gitlab-ce!29909</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "500 error when forking via the web IDE button"

See merge request gitlab-org/gitlab-ce!29909</pre>
</div>
</content>
</entry>
<entry>
<title>Move Multiple Issue Boards for Projects to Core</title>
<updated>2019-06-26T09:28:00+00:00</updated>
<author>
<name>Alexandru Croitor</name>
<email>acroitor@gitlab.com</email>
</author>
<published>2019-06-17T12:58:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0f6c42c5ce165dadf1976ae15a043b87ca533618'/>
<id>0f6c42c5ce165dadf1976ae15a043b87ca533618</id>
<content type='text'>
Refactor code to allow multiple issue boards management for projects
in CE
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor code to allow multiple issue boards management for projects
in CE
</pre>
</div>
</content>
</entry>
<entry>
<title>In dev, always allow access to health endpoints from localhost</title>
<updated>2019-06-26T09:27:19+00:00</updated>
<author>
<name>Andrew Newdigate</name>
<email>andrew@gitlab.com</email>
</author>
<published>2019-06-26T09:27:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=26140f91853f6e48ca6294441dc4bd92a43b4d86'/>
<id>26140f91853f6e48ca6294441dc4bd92a43b4d86</id>
<content type='text'>
This change will allow developers to easily hook up a Prometheus
instance to their local development instance, without making any
configuration changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change will allow developers to easily hook up a Prometheus
instance to their local development instance, without making any
configuration changes.
</pre>
</div>
</content>
</entry>
</feed>
