<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/controllers, branch gitlab-git-popen-2</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>Fix the filesystem shard health check to check all configured shards</title>
<updated>2017-09-19T10:05:42+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2017-09-18T16:13:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b00aaeced7b5ab8926ae4633d4d8c3512d168589'/>
<id>b00aaeced7b5ab8926ae4633d4d8c3512d168589</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 'zj-update-project-settings' into 'master'</title>
<updated>2017-09-19T06:58:51+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2017-09-19T06:58:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=10aeb81e8fce3a9ded4a1a15e497b62bc28f88ce'/>
<id>10aeb81e8fce3a9ded4a1a15e497b62bc28f88ce</id>
<content type='text'>
Allow updating of project auto devops settings

Closes #37893

See merge request gitlab-org/gitlab-ce!14291</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow updating of project auto devops settings

Closes #37893

See merge request gitlab-org/gitlab-ce!14291</pre>
</div>
</content>
</entry>
<entry>
<title>Eliminate N+1 queries in loading discussions.json endpoint</title>
<updated>2017-09-18T13:53:33+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-09-17T06:25:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8690ca5c2857da39c8f5839b9383931ee026f559'/>
<id>8690ca5c2857da39c8f5839b9383931ee026f559</id>
<content type='text'>
In #37955,we see that the profile had a number of N+1 queries from repeated
access to `cross_reference_not_visible_for?`. This was optimized in previous
versions of GitLab by rendering all notes at once, counting the number of
visible references, and then using that number to check whether a system note
should be fully redacted.

There was also another N+1 query calling `ProjectTeam#member?`, which did not
take advantage of an optimization in prepare_notes_for_rendering that would
preload the maximum access level per project.

Closes #37955
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In #37955,we see that the profile had a number of N+1 queries from repeated
access to `cross_reference_not_visible_for?`. This was optimized in previous
versions of GitLab by rendering all notes at once, counting the number of
visible references, and then using that number to check whether a system note
should be fully redacted.

There was also another N+1 query calling `ProjectTeam#member?`, which did not
take advantage of an optimization in prepare_notes_for_rendering that would
preload the maximum access level per project.

Closes #37955
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix instance default option being true as value</title>
<updated>2017-09-18T10:02:47+00:00</updated>
<author>
<name>Zeger-Jan van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2017-09-18T09:54:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cf851ce559b1af2b0fecd13a06c362b15b5d5df8'/>
<id>cf851ce559b1af2b0fecd13a06c362b15b5d5df8</id>
<content type='text'>
When a user selected 'Instance default' as value for the auto devops
settings, this was interpreted as a true value. Now we post an empty
string in this case, meaning we want to set `NULL` in the database.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37893#note_40541294
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a user selected 'Instance default' as value for the auto devops
settings, this was interpreted as a true value. Now we post an empty
string in this case, meaning we want to set `NULL` in the database.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37893#note_40541294
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow updating of project auto devops settings</title>
<updated>2017-09-15T07:53:31+00:00</updated>
<author>
<name>Zeger-Jan van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2017-09-15T07:53:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fb84bec54255cafecb7aa2b25816426be2d35505'/>
<id>fb84bec54255cafecb7aa2b25816426be2d35505</id>
<content type='text'>
Updating didn't work, as the project_id was missing to be set for the
project_auto_devops model.

Fixes gitlab-org/gitlab-ce#37893
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updating didn't work, as the project_id was missing to be set for the
project_auto_devops model.

Fixes gitlab-org/gitlab-ce#37893
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '34510-board-issues-sql-speedup' into 'master'</title>
<updated>2017-09-14T08:30:11+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-09-14T08:30:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3238dc8654949de6ad073ccab2cc61e4da249cd3'/>
<id>3238dc8654949de6ad073ccab2cc61e4da249cd3</id>
<content type='text'>
fix #34510 add association preloading for issue boards

Closes #34510

See merge request gitlab-org/gitlab-ce!14198</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix #34510 add association preloading for issue boards

Closes #34510

See merge request gitlab-org/gitlab-ce!14198</pre>
</div>
</content>
</entry>
<entry>
<title>fix another N+1 query for label priorities</title>
<updated>2017-09-12T19:49:01+00:00</updated>
<author>
<name>micael.bergeron</name>
<email>micael.bergeron@solutionstlm.com</email>
</author>
<published>2017-09-12T19:49:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b376e5c80e3dc6f30dfcc06f6a63209381414f89'/>
<id>b376e5c80e3dc6f30dfcc06f6a63209381414f89</id>
<content type='text'>
added a QueryRecorder for IssuesController#index.json
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
added a QueryRecorder for IssuesController#index.json
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'revert-2f46c3a8' into 'master'</title>
<updated>2017-09-12T18:31:54+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-09-12T18:31:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e21c12375a1c636f58b1630c6906f702dbd56830'/>
<id>e21c12375a1c636f58b1630c6906f702dbd56830</id>
<content type='text'>
Revert "Merge branch 'revert-f2421b2b' into 'master'"

See merge request !14190</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Revert "Merge branch 'revert-f2421b2b' into 'master'"

See merge request !14190</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve "Error 500 in non-UTF8 branch names"</title>
<updated>2017-09-12T14:07:31+00:00</updated>
<author>
<name>Micael Bergeron</name>
<email>mbergeron@gitlab.com</email>
</author>
<published>2017-09-12T14:07:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a31e0aff224d4047e10fae98b6f9dc9f84b7457a'/>
<id>a31e0aff224d4047e10fae98b6f9dc9f84b7457a</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 'revert-f2421b2b' into 'master'"</title>
<updated>2017-09-11T15:44:42+00:00</updated>
<author>
<name>Annabel Dunstone Gray</name>
<email>annabel.dunstone@gmail.com</email>
</author>
<published>2017-09-11T15:44:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9b177bb7c94df6c7d3868235f75939a41acf8718'/>
<id>9b177bb7c94df6c7d3868235f75939a41acf8718</id>
<content type='text'>
This reverts merge request !14148</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts merge request !14148</pre>
</div>
</content>
</entry>
</feed>
