<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/models, branch rs-basic-config-files</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>Schedule namespace aggregation in other contexts</title>
<updated>2019-07-08T15:06:05+00:00</updated>
<author>
<name>Mayra Cabrera</name>
<email>mcabrera@gitlab.com</email>
</author>
<published>2019-07-08T15:06:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ec39a1d63d8a7952930442165f1ad828939749b2'/>
<id>ec39a1d63d8a7952930442165f1ad828939749b2</id>
<content type='text'>
Schedules a Namespace::AggregationSchedule worker if some of the project
statistics are refreshed.

The worker is only executed if the feature flag is enabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Schedules a Namespace::AggregationSchedule worker if some of the project
statistics are refreshed.

The worker is only executed if the feature flag is enabled.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'run-pipeline-for-merge-train-at-train-ref-ce' into 'master'</title>
<updated>2019-07-08T13:40:32+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2019-07-08T13:40:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=734f0240cc0eb8a86b0eab33f1abfe6db207669e'/>
<id>734f0240cc0eb8a86b0eab33f1abfe6db207669e</id>
<content type='text'>
CE Port: Fix race condition of `refs/merge` competing overwrite

See merge request gitlab-org/gitlab-ce!30308</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CE Port: Fix race condition of `refs/merge` competing overwrite

See merge request gitlab-org/gitlab-ce!30308</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '63475-fix-n-1' into 'master'</title>
<updated>2019-07-08T13:07:21+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2019-07-08T13:07:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=886521c7e563e04574fd803a22476f1158961fad'/>
<id>886521c7e563e04574fd803a22476f1158961fad</id>
<content type='text'>
Reduce N+1 queries in MergeRequestsController#ci_environment_status

See merge request gitlab-org/gitlab-ce!30224</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reduce N+1 queries in MergeRequestsController#ci_environment_status

See merge request gitlab-org/gitlab-ce!30224</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '40379-CJK-search-min-chars' into 'master'</title>
<updated>2019-07-08T09:49:43+00:00</updated>
<author>
<name>Andreas Brandl</name>
<email>abrandl@gitlab.com</email>
</author>
<published>2019-07-08T09:49:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5214ad1a7f3720b8ea05f1fb99189d2be48f39ec'/>
<id>5214ad1a7f3720b8ea05f1fb99189d2be48f39ec</id>
<content type='text'>
Remove minimum required characters for fuzzy search if no trigram is used

See merge request gitlab-org/gitlab-ce!29810</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove minimum required characters for fuzzy search if no trigram is used

See merge request gitlab-org/gitlab-ce!29810</pre>
</div>
</content>
</entry>
<entry>
<title>Fix race condition on merge train ref generation</title>
<updated>2019-07-08T07:36:32+00:00</updated>
<author>
<name>Shinya Maeda</name>
<email>shinya@gitlab.com</email>
</author>
<published>2019-07-02T02:01:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f8d6f7322ea43ff7844d006885db9f0c36ad7cc9'/>
<id>f8d6f7322ea43ff7844d006885db9f0c36ad7cc9</id>
<content type='text'>
Today, Pipelines for merge train run on `refs/merge`,
however, this causes a race condition that it can be
overwritten by CheckMergeabilityService.

This patch fixes the problem by generating `refs/train`
for those pipelines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Today, Pipelines for merge train run on `refs/merge`,
however, this causes a race condition that it can be
overwritten by CheckMergeabilityService.

This patch fixes the problem by generating `refs/train`
for those pipelines.
</pre>
</div>
</content>
</entry>
<entry>
<title>Create CTE query for clusters hierarchy</title>
<updated>2019-07-08T06:03:09+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-07-08T06:03:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3bc76511a066626c06d3d3b76d78e928770c46e0'/>
<id>3bc76511a066626c06d3d3b76d78e928770c46e0</id>
<content type='text'>
- This enables us to use a scope to query all clusters in group
hierarchy order in one query, and also enables us to union to instance
clusters later.

- Handle case where clusters not present at level. In which case the
query should go ahead and return the next level's clusters.

- Swap with new CTE query behind Feature flag. This FF is default
disabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- This enables us to use a scope to query all clusters in group
hierarchy order in one query, and also enables us to union to instance
clusters later.

- Handle case where clusters not present at level. In which case the
query should go ahead and return the next level's clusters.

- Swap with new CTE query behind Feature flag. This FF is default
disabled.
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore fallback to deployment_platform_cluster</title>
<updated>2019-07-07T21:14:37+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-07-04T05:26:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c85d6b0c744e9a971fafdf58328f907dfa0de127'/>
<id>c85d6b0c744e9a971fafdf58328f907dfa0de127</id>
<content type='text'>
In 12.2 we will remove this fallback.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In 12.2 we will remove this fallback.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove un-used method</title>
<updated>2019-07-07T21:14:37+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-07-01T10:10:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=25ba11a2aad9571e4759cdc711199634e3392c5b'/>
<id>25ba11a2aad9571e4759cdc711199634e3392c5b</id>
<content type='text'>
We stopped calling the fallback so we can remove this now
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We stopped calling the fallback so we can remove this now
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract deployment_metrics into own object</title>
<updated>2019-07-07T21:13:21+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-07-01T09:40:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d2ba2951f737082edd568505f985ebf9a0808be7'/>
<id>d2ba2951f737082edd568505f985ebf9a0808be7</id>
<content type='text'>
We can now share project so that we don't have to load project twice.
Also, this extracts non-relevant logic out of Deployment.

Update DeploymentsController accordingly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can now share project so that we don't have to load project twice.
Also, this extracts non-relevant logic out of Deployment.

Update DeploymentsController accordingly
</pre>
</div>
</content>
</entry>
<entry>
<title>Share project object in EnvironmentStatus</title>
<updated>2019-07-07T21:13:21+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-07-01T08:27:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1b5b0dea5228ae7fd520c8bca3f03c4799a4d31d'/>
<id>1b5b0dea5228ae7fd520c8bca3f03c4799a4d31d</id>
<content type='text'>
Otherwise, each EnvironmentStatus object instantiates its own project
when really they are the same. Improves query count performance
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise, each EnvironmentStatus object instantiates its own project
when really they are the same. Improves query count performance
</pre>
</div>
</content>
</entry>
</feed>
