<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/controllers, branch frozen_string_spec_models</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>Renames Cluster#managed? to provided_by_user?</title>
<updated>2019-03-29T18:23:18+00:00</updated>
<author>
<name>Mayra Cabrera</name>
<email>mcabrera@gitlab.com</email>
</author>
<published>2019-03-29T18:23:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ab06d1eda2fa222b4de400d2b18eab611ffefa68'/>
<id>ab06d1eda2fa222b4de400d2b18eab611ffefa68</id>
<content type='text'>
This will allow to user the term managed? on
https://gitlab.com/gitlab-org/gitlab-ce/issues/56557. Managed? will be
used to distinct clusters that are automatically managed by GitLab
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will allow to user the term managed? on
https://gitlab.com/gitlab-org/gitlab-ce/issues/56557. Managed? will be
used to distinct clusters that are automatically managed by GitLab
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ce-1607-elastic_feature_flag_per_group' into 'master'</title>
<updated>2019-03-29T11:54:48+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2019-03-29T11:54:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=62461f77b83de4508176bf0086008bbc2eb0a07b'/>
<id>62461f77b83de4508176bf0086008bbc2eb0a07b</id>
<content type='text'>
Backport of 1607-elastic_feature_flag_per_group

See merge request gitlab-org/gitlab-ce!25825</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of 1607-elastic_feature_flag_per_group

See merge request gitlab-org/gitlab-ce!25825</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-fix-gitaly-find-commit-caching' into 'master'</title>
<updated>2019-03-29T10:31:57+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2019-03-29T10:31:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a7cf61355a45a67ef404eeec3e38738f997ef2ec'/>
<id>a7cf61355a45a67ef404eeec3e38738f997ef2ec</id>
<content type='text'>
Allow ref name caching CommitService#find_commit

Closes #57083

See merge request gitlab-org/gitlab-ce!26248</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow ref name caching CommitService#find_commit

Closes #57083

See merge request gitlab-org/gitlab-ce!26248</pre>
</div>
</content>
</entry>
<entry>
<title>Backport of 1607-elastic_feature_flag_per_group</title>
<updated>2019-03-28T18:14:18+00:00</updated>
<author>
<name>Mario de la Ossa</name>
<email>mariodelaossa@gmail.com</email>
</author>
<published>2019-03-06T19:33:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8fb76e4d1bab37ba8aa4fbdad3a845ec4506ce69'/>
<id>8fb76e4d1bab37ba8aa4fbdad3a845ec4506ce69</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 '13784-validate-variables-for-masking' into 'master'"</title>
<updated>2019-03-27T21:42:23+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2019-03-27T21:42:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=89fdf64c8a3764cf8c646cb4b9eb9b11a3871eae'/>
<id>89fdf64c8a3764cf8c646cb4b9eb9b11a3871eae</id>
<content type='text'>
This reverts merge request !25476</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts merge request !25476</pre>
</div>
</content>
</entry>
<entry>
<title>Allow ref name caching CommitService#find_commit</title>
<updated>2019-03-27T19:46:39+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-03-17T06:23:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=db759c5d9ca3ba9c1610b05d6725c1427d653bef'/>
<id>db759c5d9ca3ba9c1610b05d6725c1427d653bef</id>
<content type='text'>
For a given merge request, it's quite common to see duplicate FindCommit
Gitaly requests because the Gitaly CommitService caches the request by
the commit SHA, not by the ref name. However, most of the duplicate
requests use the ref name, so the cache is never actually used in
practice. This leads to unnecessary requests that slow performance.

This commit allows certain callers to bypass the ref name to
OID conversion in the cache. We don't do this by default because it's
possible the tip of the branch changes during the commit, which
would cause the caller to get stale data.

This commit also forces the Ci::Pipeline to use the full ref name
so that caching can work for merge requests.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57083
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For a given merge request, it's quite common to see duplicate FindCommit
Gitaly requests because the Gitaly CommitService caches the request by
the commit SHA, not by the ref name. However, most of the duplicate
requests use the ref name, so the cache is never actually used in
practice. This leads to unnecessary requests that slow performance.

This commit allows certain callers to bypass the ref name to
OID conversion in the cache. We don't do this by default because it's
possible the tip of the branch changes during the commit, which
would cause the caller to get stale data.

This commit also forces the Ci::Pipeline to use the full ref name
so that caching can work for merge requests.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57083
</pre>
</div>
</content>
</entry>
<entry>
<title>Scaffold UI elements for minimal version</title>
<updated>2019-03-27T19:13:55+00:00</updated>
<author>
<name>Miranda Fluharty</name>
<email>mfluharty@gitlab.com</email>
</author>
<published>2019-03-27T19:13:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fc8f4b62f887abbc02e2c21b7275f53b51a5bad2'/>
<id>fc8f4b62f887abbc02e2c21b7275f53b51a5bad2</id>
<content type='text'>
Add a masked switch to variable rows
Copy some behavior from the protected switch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a masked switch to variable rows
Copy some behavior from the protected switch
</pre>
</div>
</content>
</entry>
<entry>
<title>Externalize strings in projects controllers</title>
<updated>2019-03-27T16:52:52+00:00</updated>
<author>
<name>Martin Wortschack</name>
<email>mwortschack@gitlab.com</email>
</author>
<published>2019-03-27T16:52:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5660690787b6afcf3274af4135d474645d13b671'/>
<id>5660690787b6afcf3274af4135d474645d13b671</id>
<content type='text'>
- concerns
- dashboard
- groups
- import
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- concerns
- dashboard
- groups
- import
</pre>
</div>
</content>
</entry>
<entry>
<title>Add API access check to Graphql</title>
<updated>2019-03-27T14:59:02+00:00</updated>
<author>
<name>Felipe Artur</name>
<email>fcardozo@gitlab.com</email>
</author>
<published>2019-03-27T14:59:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=73b553a42a1dec7bd38e0aeeb5514c2a566a98c9'/>
<id>73b553a42a1dec7bd38e0aeeb5514c2a566a98c9</id>
<content type='text'>
Check if user can access API on GraphqlController
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Check if user can access API on GraphqlController
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'remove-expand-diff-feature-flag' into 'master'</title>
<updated>2019-03-27T09:02:18+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2019-03-27T09:02:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fc247b15f01c2975a78a5bc70d627952cbeedbfe'/>
<id>fc247b15f01c2975a78a5bc70d627952cbeedbfe</id>
<content type='text'>
Remove expand diff to full file feature flag

See merge request gitlab-org/gitlab-ce!26614</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove expand diff to full file feature flag

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