<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/serializers, branch app-differences</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>Merge branch '43080-speed-up-deploy-keys' into 'master'</title>
<updated>2019-08-06T13:39:35+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-08-06T13:39:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4c1a5ba822109582d85a19ac4ce7e99e5cfa9641'/>
<id>4c1a5ba822109582d85a19ac4ce7e99e5cfa9641</id>
<content type='text'>
Improve the performance of viewing deploy keys

Closes #43080

See merge request gitlab-org/gitlab-ce!31384</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improve the performance of viewing deploy keys

Closes #43080

See merge request gitlab-org/gitlab-ce!31384</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error on project name</title>
<updated>2019-08-05T21:15:00+00:00</updated>
<author>
<name>Gosia Ksionek</name>
<email>mksionek@gitlab.com</email>
</author>
<published>2019-08-05T21:15:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6c5e9480130308abf9458f1ac58e25695c5ce2ea'/>
<id>6c5e9480130308abf9458f1ac58e25695c5ce2ea</id>
<content type='text'>
Add project path to sql query to build proper path
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add project path to sql query to build proper path
</pre>
</div>
</content>
</entry>
<entry>
<title>Speed up loading and filtering deploy keys and their projects</title>
<updated>2019-08-05T13:42:34+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2019-08-01T16:18:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d3a3db4218e10c65c2e87c763ad02169f3736883'/>
<id>d3a3db4218e10c65c2e87c763ad02169f3736883</id>
<content type='text'>
This commit changes how we eager-load projects, routes, and namespaces
required by the deploy keys endpoint, getting a 10x improvement in my
local testing.

The endpoint still doesn't scale in-general, but going from ~13 seconds
to dump a 63K result to generating the same thing in ~1.6 seconds seems
like a good improvement to me.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit changes how we eager-load projects, routes, and namespaces
required by the deploy keys endpoint, getting a 10x improvement in my
local testing.

The endpoint still doesn't scale in-general, but going from ~13 seconds
to dump a 63K result to generating the same thing in ~1.6 seconds seems
like a good improvement to me.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add can_merge option to autocomplete response</title>
<updated>2019-08-01T16:51:14+00:00</updated>
<author>
<name>Igor</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2019-08-01T16:51:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f74b33cf6e5ee415417d9f2ee255f97ab6fcf7ad'/>
<id>f74b33cf6e5ee415417d9f2ee255f97ab6fcf7ad</id>
<content type='text'>
It's used only if merge_request_iid param is provided
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's used only if merge_request_iid param is provided
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq</title>
<updated>2019-07-29T18:19:50+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2019-07-29T18:19:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fe22704a203111ab2146143a4ff9d2e1256aecc7'/>
<id>fe22704a203111ab2146143a4ff9d2e1256aecc7</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-hide_moved_issue_id' into 'master'</title>
<updated>2019-07-26T13:40:52+00:00</updated>
<author>
<name>GitLab Release Tools Bot</name>
<email>robert+release-tools@gitlab.com</email>
</author>
<published>2019-07-26T13:40:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4b2d49b7285f7968e894c635321f878d77773bb8'/>
<id>4b2d49b7285f7968e894c635321f878d77773bb8</id>
<content type='text'>
Do not show moved issue ids for user not authorized

Closes #2878

See merge request gitlab/gitlabhq!3230</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not show moved issue ids for user not authorized

Closes #2878

See merge request gitlab/gitlabhq!3230</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer `flat_map` over `map` + `flatten`</title>
<updated>2019-07-26T10:44:13+00:00</updated>
<author>
<name>Peter Leitzen</name>
<email>pleitzen@gitlab.com</email>
</author>
<published>2019-07-26T10:44:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8136fac26c8f470720ff90d152b93abf50f5084d'/>
<id>8136fac26c8f470720ff90d152b93abf50f5084d</id>
<content type='text'>
Convert several occurrences of `map` + `flatten` to
`flat_map` where applicable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Convert several occurrences of `map` + `flatten` to
`flat_map` where applicable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'adjust-cycle-analytics-to-group-level' into 'master'</title>
<updated>2019-07-18T09:23:54+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-07-18T09:23:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0d1adc9f7f990254fd88ba03011908cc4f83461d'/>
<id>0d1adc9f7f990254fd88ba03011908cc4f83461d</id>
<content type='text'>
Adjust cycle analytics to group level

See merge request gitlab-org/gitlab-ce!30391</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adjust cycle analytics to group level

See merge request gitlab-org/gitlab-ce!30391</pre>
</div>
</content>
</entry>
<entry>
<title>Added submodule links to Submodule type in GraphQL API</title>
<updated>2019-07-17T13:06:19+00:00</updated>
<author>
<name>Igor</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2019-07-17T13:06:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0f46886880e46344856ede52dd3b500e4d6737ac'/>
<id>0f46886880e46344856ede52dd3b500e4d6737ac</id>
<content type='text'>
This is part of migration of Folder View to Vue
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is part of migration of Folder View to Vue
</pre>
</div>
</content>
</entry>
<entry>
<title>Add code review remarks</title>
<updated>2019-07-16T16:45:15+00:00</updated>
<author>
<name>Małgorzata Ksionek</name>
<email>mksionek@gitlab.com</email>
</author>
<published>2019-07-16T15:17:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=18535eb411887ac8283cc24b8ed1e384d3aabcc1'/>
<id>18535eb411887ac8283cc24b8ed1e384d3aabcc1</id>
<content type='text'>
Change small things for better readability
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change small things for better readability
</pre>
</div>
</content>
</entry>
</feed>
