<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/controllers, branch docs-add-mutations-errors-section</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>Load search result counts asynchronously</title>
<updated>2019-08-12T20:01:15+00:00</updated>
<author>
<name>Markus Koller</name>
<email>mkoller@gitlab.com</email>
</author>
<published>2019-07-15T17:59:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=49c83155ccb78284b17a9ffa47583ddace5dbd01'/>
<id>49c83155ccb78284b17a9ffa47583ddace5dbd01</id>
<content type='text'>
Querying all counts for the different search results in the same request
led to timeouts, so we now only calculate the count for the *current*
search results, and request the others in separate asynchronous calls.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Querying all counts for the different search results in the same request
led to timeouts, so we now only calculate the count for the *current*
search results, and request the others in separate asynchronous calls.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add BitbucketServerController filtering spec</title>
<updated>2019-08-12T10:16:17+00:00</updated>
<author>
<name>George Koltsov</name>
<email>gkoltsov@gitlab.com</email>
</author>
<published>2019-08-06T09:56:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4e64ca44774ff6d2e23dceabaf0f1117a7ff298f'/>
<id>4e64ca44774ff6d2e23dceabaf0f1117a7ff298f</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-break-out-invited-group-members' into 'master'</title>
<updated>2019-08-12T09:17:33+00:00</updated>
<author>
<name>Ash McKenzie</name>
<email>amckenzie@gitlab.com</email>
</author>
<published>2019-08-12T09:17:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0d9068b4a0b98272c90c644514756f7d93fd3b0a'/>
<id>0d9068b4a0b98272c90c644514756f7d93fd3b0a</id>
<content type='text'>
Make it easier to find invited group members

Closes #61948

See merge request gitlab-org/gitlab-ce!28436</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make it easier to find invited group members

Closes #61948

See merge request gitlab-org/gitlab-ce!28436</pre>
</div>
</content>
</entry>
<entry>
<title>Split MR widget into cached and non-cached serializers</title>
<updated>2019-08-09T21:01:55+00:00</updated>
<author>
<name>Igor</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2019-08-09T21:01:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b99011af62935de0b15e8a314ffb7df1f8a3f303'/>
<id>b99011af62935de0b15e8a314ffb7df1f8a3f303</id>
<content type='text'>
Splits auto-refreshing of MR widget into 2 requests:

- the one which uses etag-caching and invalidates the fields on change
- the one without caching

The idea is to gradually move all the fields to etag-cached endpoint
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Splits auto-refreshing of MR widget into 2 requests:

- the one which uses etag-caching and invalidates the fields on change
- the one without caching

The idea is to gradually move all the fields to etag-cached endpoint
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'spec-differences' into 'master'</title>
<updated>2019-08-09T20:52:40+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2019-08-09T20:52:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=43b9be9d6cf59a02ea86795a1734848615d38a26'/>
<id>43b9be9d6cf59a02ea86795a1734848615d38a26</id>
<content type='text'>
Backport EE code for OAuth applications spec

See merge request gitlab-org/gitlab-ce!31670</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport EE code for OAuth applications spec

See merge request gitlab-org/gitlab-ce!31670</pre>
</div>
</content>
</entry>
<entry>
<title>Remove gfm_embed_metrics flag from BE</title>
<updated>2019-08-09T20:35:43+00:00</updated>
<author>
<name>Tristan Read</name>
<email>tread@gitlab.com</email>
</author>
<published>2019-08-09T20:35:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5e6a58040bcfaa4c933027cddfad04810042b904'/>
<id>5e6a58040bcfaa4c933027cddfad04810042b904</id>
<content type='text'>
Removes the feature flag that controls whether
metrics dashboard urls unfurl the metrics dashboard
charts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes the feature flag that controls whether
metrics dashboard urls unfurl the metrics dashboard
charts.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into sh-break-out-invited-group-members</title>
<updated>2019-08-09T17:22:22+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-08-09T17:22:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=916f255bed04cc7ec68d2df26527b862f0ea73e8'/>
<id>916f255bed04cc7ec68d2df26527b862f0ea73e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport EE code for OAuth applications spec</title>
<updated>2019-08-09T13:31:03+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2019-08-09T13:31:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3fcb70b3cd90047cdbf6598cdadd2929561c506c'/>
<id>3fcb70b3cd90047cdbf6598cdadd2929561c506c</id>
<content type='text'>
This spec used a different title for a spec in EE, while CE duplicated
the same title. This ensures that CE uses the EE version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This spec used a different title for a spec in EE, while CE duplicated
the same title. This ensures that CE uses the EE version.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bring scoped environment variables to core</title>
<updated>2019-08-08T18:51:52+00:00</updated>
<author>
<name>Hordur Freyr Yngvason</name>
<email>hfyngvason@gitlab.com</email>
</author>
<published>2019-08-08T18:51:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5f82ff1469510b4e51d531775a44e4bea92254fe'/>
<id>5f82ff1469510b4e51d531775a44e4bea92254fe</id>
<content type='text'>
As decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/53593
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/53593
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix public/private starrers counts in special cases</title>
<updated>2019-08-07T18:49:37+00:00</updated>
<author>
<name>Camil Staps</name>
<email>info@camilstaps.nl</email>
</author>
<published>2019-07-27T06:26:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d4078b535c9854695e770cdfb5e0f4846a8cf64a'/>
<id>d4078b535c9854695e770cdfb5e0f4846a8cf64a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
