<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/banzai, branch top_level_clusters_controller</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 more frozen string in lib/**/*.rb</title>
<updated>2018-10-07T00:02:50+00:00</updated>
<author>
<name>gfyoung</name>
<email>gfyoung17@gmail.com</email>
</author>
<published>2018-10-06T23:10:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d598e4fd937797a7f7778f5b4158ebf73139ce7f'/>
<id>d598e4fd937797a7f7778f5b4158ebf73139ce7f</id>
<content type='text'>
Enables frozen for the following:

* lib/*.rb
* lib/banzai/**/*.rb
* lib/bitbucket/**/*.rb
* lib/constraints/**/*.rb
* lib/container_registry/**/*.rb
* lib/declarative_policy/**/*.rb

Partially addresses #47424.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enables frozen for the following:

* lib/*.rb
* lib/banzai/**/*.rb
* lib/bitbucket/**/*.rb
* lib/constraints/**/*.rb
* lib/container_registry/**/*.rb
* lib/declarative_policy/**/*.rb

Partially addresses #47424.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq</title>
<updated>2018-10-05T17:53:10+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2018-10-05T17:53:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ca9b99ffbb944f9ac27814c17139add24a517962'/>
<id>ca9b99ffbb944f9ac27814c17139add24a517962</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-fix-leaking-private-project-namespace' into 'master'</title>
<updated>2018-10-05T17:46:12+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@gitlab.com</email>
</author>
<published>2018-10-05T17:46:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d26bf613b45066b3d2c78ef539cffc109cc39064'/>
<id>d26bf613b45066b3d2c78ef539cffc109cc39064</id>
<content type='text'>
[master] Fix leaking private project namespace

Closes #2708

See merge request gitlab/gitlabhq!2529</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[master] Fix leaking private project namespace

Closes #2708

See merge request gitlab/gitlabhq!2529</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'load_project_features' into 'master'</title>
<updated>2018-10-05T14:33:16+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2018-10-05T14:33:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b4f34e14b9e2ce587973da38b22554d12434b997'/>
<id>b4f34e14b9e2ce587973da38b22554d12434b997</id>
<content type='text'>
Preload project features in reference parser

Closes #43094

See merge request gitlab-org/gitlab-ce!22008</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Preload project features in reference parser

Closes #43094

See merge request gitlab-org/gitlab-ce!22008</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'mao/48221-issues_show_sql_count' into 'master'</title>
<updated>2018-10-05T08:04:12+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2018-10-05T08:04:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3c8ccd2eda593205de8edde5102249372a1ed3a2'/>
<id>3c8ccd2eda593205de8edde5102249372a1ed3a2</id>
<content type='text'>
Banzai label ref finder - minimize SQL calls by sharing context more aggresively

Closes #48221

See merge request gitlab-org/gitlab-ce!22070</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Banzai label ref finder - minimize SQL calls by sharing context more aggresively

Closes #48221

See merge request gitlab-org/gitlab-ce!22070</pre>
</div>
</content>
</entry>
<entry>
<title>Banzai project ref- share context more aggresively</title>
<updated>2018-10-04T16:12:18+00:00</updated>
<author>
<name>Mario de la Ossa</name>
<email>mariodelaossa@gmail.com</email>
</author>
<published>2018-10-03T02:56:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7cb2755617a2f29498f4523b8915bc77abcae4df'/>
<id>7cb2755617a2f29498f4523b8915bc77abcae4df</id>
<content type='text'>
Changes `Banzai::CrossProjectReference#parent_from_ref` to return the
project in the context if the project's `full_path` matches the ref
we're looking for, as it makes no sense to go to the database to find a
Project we already have loaded.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes `Banzai::CrossProjectReference#parent_from_ref` to return the
project in the context if the project's `full_path` matches the ref
we're looking for, as it makes no sense to go to the database to find a
Project we already have loaded.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support short reference to group entities from project entities</title>
<updated>2018-10-04T08:22:00+00:00</updated>
<author>
<name>Jarka Košanová</name>
<email>jarka@gitlab.com</email>
</author>
<published>2018-09-22T08:07:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c0e9eb0eaca198f5ae12d6bd693ddcd705f79369'/>
<id>c0e9eb0eaca198f5ae12d6bd693ddcd705f79369</id>
<content type='text'>
- add a direct project parent (group) to Banzai context
- if an epic is referenced from a direct descendant
  -&gt; change epic to_reference to use short reference
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add a direct project parent (group) to Banzai context
- if an epic is referenced from a direct descendant
  -&gt; change epic to_reference to use short reference
</pre>
</div>
</content>
</entry>
<entry>
<title>Filter system notes with public and private cross references</title>
<updated>2018-10-02T22:01:49+00:00</updated>
<author>
<name>Brett Walker</name>
<email>bwalker@gitlab.com</email>
</author>
<published>2018-09-27T18:58:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9ba554c8a053c5c9ad52a4e38956c4b9a6f140f7'/>
<id>9ba554c8a053c5c9ad52a4e38956c4b9a6f140f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Preload project features in reference parser</title>
<updated>2018-09-30T18:03:43+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2018-09-30T17:54:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7f4452d4069b815612e53b7f20995137af608db2'/>
<id>7f4452d4069b815612e53b7f20995137af608db2</id>
<content type='text'>
Preloading of project_features mitigates N+1 queries when checking
references in other projects.

When loading projects for resources referenced in comments it
makes sense to include also associated project_features because
in the following step (`can_read_reference?(user, projects[node],
node)`) project features is used for checking permissions for the given
project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Preloading of project_features mitigates N+1 queries when checking
references in other projects.

When loading projects for resources referenced in comments it
makes sense to include also associated project_features because
in the following step (`can_read_reference?(user, projects[node],
node)`) project features is used for checking permissions for the given
project.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent Error 500s with invalid relative links</title>
<updated>2018-09-29T11:25:50+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-09-29T11:23:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c92372e896959d682dc70454a00f47672ca3bb9d'/>
<id>c92372e896959d682dc70454a00f47672ca3bb9d</id>
<content type='text'>
https://gitlab.com/gitlab-org/gitlab-ce/issues/52009
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://gitlab.com/gitlab-org/gitlab-ce/issues/52009
</pre>
</div>
</content>
</entry>
</feed>
