<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/views/admin, branch docs-dev-guidelines-update</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>User can keep their commit email private</title>
<updated>2018-11-07T12:24:14+00:00</updated>
<author>
<name>Tiago Botelho</name>
<email>tiagonbotelho@hotmail.com</email>
</author>
<published>2018-11-07T11:00:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c239452b47f2819e3ed2fdaf4679737b3e1a456e'/>
<id>c239452b47f2819e3ed2fdaf4679737b3e1a456e</id>
<content type='text'>
The private commit email is automatically generated in the format:
id-username@noreply.HOSTNAME

GitLab instance admins are able to change the HOSTNAME portion,
that defaults to Gitlab's hostname, to whatever they prefer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The private commit email is automatically generated in the format:
id-username@noreply.HOSTNAME

GitLab instance admins are able to change the HOSTNAME portion,
that defaults to Gitlab's hostname, to whatever they prefer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow to make builds soft-archived.</title>
<updated>2018-11-05T14:51:57+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2018-10-23T10:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=40397f35771a37a772f86e00d7dc708ddc6d3544'/>
<id>40397f35771a37a772f86e00d7dc708ddc6d3544</id>
<content type='text'>
The soft-archived builds cannot be run after some deadline time.
The intent is to aggressively recycle old builds after sometime.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The soft-archived builds cannot be run after some deadline time.
The intent is to aggressively recycle old builds after sometime.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove .card-title from .card-header for BS4 migration</title>
<updated>2018-10-19T13:50:34+00:00</updated>
<author>
<name>Takuya Noguchi</name>
<email>takninnovationresearch@gmail.com</email>
</author>
<published>2018-06-02T00:40:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=55826e7783adb5ec7037ffab8ec43c89dfcc4eb5'/>
<id>55826e7783adb5ec7037ffab8ec43c89dfcc4eb5</id>
<content type='text'>
Replaces .card-header &gt; hX.card-title with hX.card-header to remove
.card-title. At a occurrence where bold styling is not necessary,
div.card-header is used instead.
By full removal of .card-title at the moment, all workarounds for
BS4's card-title are removed as well.

More information: https://getbootstrap.com/docs/4.0/migration/#panels

Signed-off-by: Takuya Noguchi &lt;takninnovationresearch@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replaces .card-header &gt; hX.card-title with hX.card-header to remove
.card-title. At a occurrence where bold styling is not necessary,
div.card-header is used instead.
By full removal of .card-title at the moment, all workarounds for
BS4's card-title are removed as well.

More information: https://getbootstrap.com/docs/4.0/migration/#panels

Signed-off-by: Takuya Noguchi &lt;takninnovationresearch@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bvl-remove-forked-project-link' into 'master'</title>
<updated>2018-10-19T11:01:44+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2018-10-19T11:01:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ffc505d2170fff93607e37f3a634984b90549436'/>
<id>ffc505d2170fff93607e37f3a634984b90549436</id>
<content type='text'>
Remove ForkedProjectLink model

Closes #38883

See merge request gitlab-org/gitlab-ce!22226</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove ForkedProjectLink model

Closes #38883

See merge request gitlab-org/gitlab-ce!22226</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the `ForkedProjectLink` model</title>
<updated>2018-10-19T09:57:20+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2018-08-31T17:16:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f3fba178b931cd2ba67f81ee667893cb84e7d42f'/>
<id>f3fba178b931cd2ba67f81ee667893cb84e7d42f</id>
<content type='text'>
This removes the `ForkedProjectLink` model that has been replaced by
the `ForkNetworkMember` and `ForkNetwork` combination. All existing
relations have been adjusted to use these new models.

The `forked_project_link` table has been dropped.

The "Forks" count on the admin dashboard has been updated to count all
`ForkNetworkMember` rows and deduct the number of `ForkNetwork`
rows. This is because now the "root-project" of a fork network also
has a `ForkNetworkMember` row. This count could become inaccurate when
the root of a fork network is deleted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This removes the `ForkedProjectLink` model that has been replaced by
the `ForkNetworkMember` and `ForkNetwork` combination. All existing
relations have been adjusted to use these new models.

The `forked_project_link` table has been dropped.

The "Forks" count on the admin dashboard has been updated to count all
`ForkNetworkMember` rows and deduct the number of `ForkNetwork`
rows. This is because now the "root-project" of a fork network also
has a `ForkNetworkMember` row. This count could become inaccurate when
the root of a fork network is deleted.
</pre>
</div>
</content>
</entry>
<entry>
<title>change generating url functions for external url</title>
<updated>2018-10-16T10:14:26+00:00</updated>
<author>
<name>benjamin</name>
<email>benjamin@alchemy-finance.com</email>
</author>
<published>2018-10-16T10:14:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ea0e7dc5c0cacd32d3329718ea71e7e5a867e0f4'/>
<id>ea0e7dc5c0cacd32d3329718ea71e7e5a867e0f4</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-remove-koding' into 'master'</title>
<updated>2018-10-15T16:28:09+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-10-15T16:28:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0602fcb6bf0050f71e8b8f69e0328031f9386618'/>
<id>0602fcb6bf0050f71e8b8f69e0328031f9386618</id>
<content type='text'>
Remove Koding integration and documentation

Closes #39697

See merge request gitlab-org/gitlab-ce!22334</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove Koding integration and documentation

Closes #39697

See merge request gitlab-org/gitlab-ce!22334</pre>
</div>
</content>
</entry>
<entry>
<title>Prioritize group settings, improve panel titles, disable submit without changes</title>
<updated>2018-10-15T13:36:19+00:00</updated>
<author>
<name>Luke Bennett</name>
<email>lbennett@gitlab.com</email>
</author>
<published>2018-10-15T13:36:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7cf19c0b816bf7bc146a7f634c65d2e7484f26e1'/>
<id>7cf19c0b816bf7bc146a7f634c65d2e7484f26e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Koding integration and documentation</title>
<updated>2018-10-13T05:18:51+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-10-13T00:54:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=656831e1734f037541349c3bded5514559cf20d1'/>
<id>656831e1734f037541349c3bded5514559cf20d1</id>
<content type='text'>
This integration no longer works and does not appear to be supported.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This integration no longer works and does not appear to be supported.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copy to clipboard button data for application secret</title>
<updated>2018-10-10T14:34:17+00:00</updated>
<author>
<name>George Tsiolis</name>
<email>tsiolis.g@gmail.com</email>
</author>
<published>2018-10-10T14:31:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3b2e58c3e462c0e58620e44398808f3275333cea'/>
<id>3b2e58c3e462c0e58620e44398808f3275333cea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
