<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/support/api, branch docs/remove-cephfs-example</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>Add frozen_string_literal to spec/support</title>
<updated>2019-07-25T05:33:34+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-07-25T05:27:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f0391c2517879bbb73702ccafd5e02bf25b40eec'/>
<id>f0391c2517879bbb73702ccafd5e02bf25b40eec</id>
<content type='text'>
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove N+1 query for project and group boards</title>
<updated>2019-06-25T23:47:18+00:00</updated>
<author>
<name>charlieablett</name>
<email>cablett@gitlab.com</email>
</author>
<published>2019-06-13T22:20:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=426f1c20b19e5bd98ee0ab8bd5f8851b683a79c6'/>
<id>426f1c20b19e5bd98ee0ab8bd5f8851b683a79c6</id>
<content type='text'>
- Add test for N+1 queries
- Add destroyable lists scope to Board and List
- Preload lists for both project and group boards
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add test for N+1 queries
- Add destroyable lists scope to Board and List
- Preload lists for both project and group boards
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve "Get milestone by title via API"</title>
<updated>2019-03-27T09:01:07+00:00</updated>
<author>
<name>Fabio Busatto</name>
<email>fabio@gitlab.com</email>
</author>
<published>2019-03-27T09:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=035c8af12e4ea6dbba18255214bad2a53c1b1cf1'/>
<id>035c8af12e4ea6dbba18255214bad2a53c1b1cf1</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 'improve-spec-requests-api-merge_requests_spec' into 'master'</title>
<updated>2019-03-15T10:05:13+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2019-03-15T10:05:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0e64286f5606c9f3ce5a176920b82de56c62af7a'/>
<id>0e64286f5606c9f3ce5a176920b82de56c62af7a</id>
<content type='text'>
Reduce queries in spec/requests/api/merge_requests_spec.rb

See merge request gitlab-org/gitlab-ce!26110</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reduce queries in spec/requests/api/merge_requests_spec.rb

See merge request gitlab-org/gitlab-ce!26110</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce diff with EE in spec/fixtures/api/schemas</title>
<updated>2019-03-14T09:33:48+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-03-12T17:10:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9aaa6c3fa4a866f5c7076b7cfe5310f980b9678c'/>
<id>9aaa6c3fa4a866f5c7076b7cfe5310f980b9678c</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce queries in spec/requests/api/merge_requests_spec.rb</title>
<updated>2019-03-13T16:56:26+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-03-12T17:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9e324ded43bd8caf8fe1350739481e437a0360a6'/>
<id>9e324ded43bd8caf8fe1350739481e437a0360a6</id>
<content type='text'>
This reduces the queries from 97137 to 65136 and the query time from
02:04 to 01:27 in spec/requests/api/merge_requests.rb.

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reduces the queries from 97137 to 65136 and the query time from
02:04 to 01:27 in spec/requests/api/merge_requests.rb.

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce differences in spec/support/api/schema_matcher.rb</title>
<updated>2019-03-07T07:13:37+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-02-26T16:54:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=12e2c3aa481be41fc08f14d85e49c517e2f3beec'/>
<id>12e2c3aa481be41fc08f14d85e49c517e2f3beec</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch '50559-add-milestone-progress-to-api' into 'master'"</title>
<updated>2019-02-14T05:06:38+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-02-14T05:06:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=22f63b7b5471111517bdbd2ec3ced67134a37aaf'/>
<id>22f63b7b5471111517bdbd2ec3ced67134a37aaf</id>
<content type='text'>
This reverts merge request !25173</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts merge request !25173</pre>
</div>
</content>
</entry>
<entry>
<title>Add milestone progress to API</title>
<updated>2019-02-13T12:24:13+00:00</updated>
<author>
<name>Robert Schilling</name>
<email>2900-razer6@users.noreply.gitlab.com</email>
</author>
<published>2019-02-13T12:24:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3328f097c9e0936635d580806857e870eb15c1b4'/>
<id>3328f097c9e0936635d580806857e870eb15c1b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>convert specs in javascripts/ and support/ to new syntax</title>
<updated>2018-12-21T09:10:26+00:00</updated>
<author>
<name>Jasper Maes</name>
<email>jaspermaes.jm@gmail.com</email>
</author>
<published>2018-12-19T19:50:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bf7352007920318ea361674a02fbff6823bbe5a8'/>
<id>bf7352007920318ea361674a02fbff6823bbe5a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
