<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/controllers/projects, branch 51470-webide-default-commit</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 SortingPreference concern</title>
<updated>2019-08-21T10:13:45+00:00</updated>
<author>
<name>George Koltsov</name>
<email>koltsov.george@gmail.com</email>
</author>
<published>2019-08-21T10:13:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8bcc47ac02e69eb4564238b454ca8286a4126765'/>
<id>8bcc47ac02e69eb4564238b454ca8286a4126765</id>
<content type='text'>
Sorting preference functionality has been extracted
from `IssuableCollections` to a new `SortingPreference`
concern in order to reuse this functionality in projects
(and groups in the future).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sorting preference functionality has been extracted
from `IssuableCollections` to a new `SortingPreference`
concern in order to reuse this functionality in projects
(and groups in the future).
</pre>
</div>
</content>
</entry>
<entry>
<title>New wiki page redirects user to random slug</title>
<updated>2019-08-20T21:33:12+00:00</updated>
<author>
<name>Luke Duncalfe</name>
<email>lduncalfe@eml.cc</email>
</author>
<published>2019-08-01T05:54:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=93a618f0e54b5ae28f7525b8861763130c692415'/>
<id>93a618f0e54b5ae28f7525b8861763130c692415</id>
<content type='text'>
Previously we asked a user to enter a new slug before taking them to
the Create Page page.

As a UX improvement, we now take them to a randomly generated URI so
they can begin creating their new page.

https://gitlab.com/gitlab-org/gitlab-ce/issues/46299
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously we asked a user to enter a new slug before taking them to
the Create Page page.

As a UX improvement, we now take them to a randomly generated URI so
they can begin creating their new page.

https://gitlab.com/gitlab-org/gitlab-ce/issues/46299
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ActiveModel's type instead of virtus</title>
<updated>2019-08-20T10:52:21+00:00</updated>
<author>
<name>Peter Leitzen</name>
<email>pleitzen@gitlab.com</email>
</author>
<published>2019-08-20T10:52:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6767326267a649a04a0f6c7634be87577a788a3d'/>
<id>6767326267a649a04a0f6c7634be87577a788a3d</id>
<content type='text'>
The virtus project has been discontinued:

https://github.com/solnic/virtus/commit/a6f896984
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The virtus project has been discontinued:

https://github.com/solnic/virtus/commit/a6f896984
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix N+1s queries while loading users</title>
<updated>2019-08-19T20:35:46+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2019-08-19T20:33:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2067f677df69200338d8d2b78f239759fc293fee'/>
<id>2067f677df69200338d8d2b78f239759fc293fee</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 '66023-starrers-count-do-not-match-after-searching' into 'master'</title>
<updated>2019-08-16T20:34:27+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-08-16T20:34:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2dcb69c90342a5333e5701a1cd704ae738e9433b'/>
<id>2dcb69c90342a5333e5701a1cd704ae738e9433b</id>
<content type='text'>
Fix starrers counts after searching

See merge request gitlab-org/gitlab-ce!31823</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix starrers counts after searching

See merge request gitlab-org/gitlab-ce!31823</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '24705-multi-selection-for-delete-on-registry-page' into 'master'</title>
<updated>2019-08-15T23:57:38+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-08-15T23:57:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f4ce990b0e2811cd2c3391fc5f11de990bc54f16'/>
<id>f4ce990b0e2811cd2c3391fc5f11de990bc54f16</id>
<content type='text'>
Resolve "Multi selection for delete on registry page"

Closes #24705

See merge request gitlab-org/gitlab-ce!30837</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Multi selection for delete on registry page"

Closes #24705

See merge request gitlab-org/gitlab-ce!30837</pre>
</div>
</content>
</entry>
<entry>
<title>Fix starrers counters after searching</title>
<updated>2019-08-15T17:34:16+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2019-08-14T20:29:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=38ba59bedd8b7e2f1a4de08725d6e000bf4fde42'/>
<id>38ba59bedd8b7e2f1a4de08725d6e000bf4fde42</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 'dblessing-fix-public-project-ssh-only-ci-failure' into 'master'</title>
<updated>2019-08-15T16:53:10+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2019-08-15T16:53:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=903281454277805813eefd200d4279c6c4426a70'/>
<id>903281454277805813eefd200d4279c6c4426a70</id>
<content type='text'>
Allow CI to clone public projects when HTTP protocol is disabled

Closes #65805

See merge request gitlab-org/gitlab-ce!31632</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow CI to clone public projects when HTTP protocol is disabled

Closes #65805

See merge request gitlab-org/gitlab-ce!31632</pre>
</div>
</content>
</entry>
<entry>
<title>Limit registry tag bulk delete to 15 items</title>
<updated>2019-08-15T06:22:13+00:00</updated>
<author>
<name>Giorgenes Gelatti</name>
<email>ggelatti@gitlab.com</email>
</author>
<published>2019-08-15T06:22:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f3de7855f90ed6785f546ed4831e3cc9d34c63ad'/>
<id>f3de7855f90ed6785f546ed4831e3cc9d34c63ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds download CSV functionality to dropdown in metrics</title>
<updated>2019-08-14T22:57:33+00:00</updated>
<author>
<name>Laura Montemayor</name>
<email>lmontemayor@gitlab.com</email>
</author>
<published>2019-08-14T22:57:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9e75711aead6c5991ea116a9326762d58b91b18b'/>
<id>9e75711aead6c5991ea116a9326762d58b91b18b</id>
<content type='text'>
This MR adds the functionality to download metrics data
as CSV. It also removes the exportMetricsToCsvEnabled feature
flag which was used before the dropdown was implemented to
display a button.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This MR adds the functionality to download metrics data
as CSV. It also removes the exportMetricsToCsvEnabled feature
flag which was used before the dropdown was implemented to
display a button.
</pre>
</div>
</content>
</entry>
</feed>
