<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/views/admin/dashboard, branch document-lambda-deploy</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>Make flash notifications sticky</title>
<updated>2019-09-03T09:03:35+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2019-09-03T09:03:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3741402a241df2ad6ab28e4b76edafe5083ce733'/>
<id>3741402a241df2ad6ab28e4b76edafe5083ce733</id>
<content type='text'>
This commit also unifies layout structure
and remove no_container flag
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit also unifies layout structure
and remove no_container flag
</pre>
</div>
</content>
</entry>
<entry>
<title>Add links in admin area overview</title>
<updated>2019-07-24T04:33:08+00:00</updated>
<author>
<name>Illya Klymov</name>
<email>xanf@xanf.me</email>
</author>
<published>2019-04-19T09:44:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a6ac0a2765f07348f618076b8e550e29c9675b77'/>
<id>a6ac0a2765f07348f618076b8e550e29c9675b77</id>
<content type='text'>
Introduces new `feature_entry` helper for dashboard.
This helper reduces code duplication when listing available features
and relevant links to configuration sections
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduces new `feature_entry` helper for dashboard.
This helper reduces code duplication when listing available features
and relevant links to configuration sections
</pre>
</div>
</content>
</entry>
<entry>
<title>Add helper method to return a human-friendly name for database adapter</title>
<updated>2019-03-21T22:03:26+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2019-03-21T20:05:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a86f48c79b3d4b03279be0132e2a4eeadd5e22dc'/>
<id>a86f48c79b3d4b03279be0132e2a4eeadd5e22dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move User Statistics link into a button group</title>
<updated>2019-03-14T20:33:07+00:00</updated>
<author>
<name>Brett Walker</name>
<email>bwalker@gitlab.com</email>
</author>
<published>2019-03-14T20:33:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fbd7aa759ef60fc0199b8586b504639b01b7e657'/>
<id>fbd7aa759ef60fc0199b8586b504639b01b7e657</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove STI #becomes call from Dashboard index</title>
<updated>2018-12-10T16:35:09+00:00</updated>
<author>
<name>Gabriel Mazetto</name>
<email>brodock@gmail.com</email>
</author>
<published>2018-11-14T03:17:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1297a1bd7dcccaa4e233925c8467c2bbe41a4bf2'/>
<id>1297a1bd7dcccaa4e233925c8467c2bbe41a4bf2</id>
<content type='text'>
By defining the correct route helper path instead of relying on the
polymorphic route, we don't invalidate the eager-loaded relations.

This change removes remaining N+1 queries
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By defining the correct route helper path instead of relying on the
polymorphic route, we don't invalidate the eager-loaded relations.

This change removes remaining N+1 queries
</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>Unite green buttons under one css class</title>
<updated>2018-09-19T10:55:48+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2018-09-18T09:58:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7f8a520f8ac269d4d75c6f5f8d2e858e69300c31'/>
<id>7f8a520f8ac269d4d75c6f5f8d2e858e69300c31</id>
<content type='text'>
Rename btn-new, btn-create and btn-save to btn-success

Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename btn-new, btn-create and btn-save to btn-success

Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable SAML if OmniAuth is disabled</title>
<updated>2018-07-20T10:54:46+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2018-07-13T10:39:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d0afab482f1157d0b41631cb4dbdfdfeadabb7c8'/>
<id>d0afab482f1157d0b41631cb4dbdfdfeadabb7c8</id>
<content type='text'>
We also try to unify the way we setup OmniAuth, and how we check
if it's enabled or not.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We also try to unify the way we setup OmniAuth, and how we check
if it's enabled or not.
</pre>
</div>
</content>
</entry>
<entry>
<title>namespace partial paths on dashboard</title>
<updated>2018-06-30T02:56:50+00:00</updated>
<author>
<name>Brett Walker</name>
<email>bwalker@gitlab.com</email>
</author>
<published>2018-06-29T21:20:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bd2e41aa61e0ef9b591e52f1e60ea363cefefe2c'/>
<id>bd2e41aa61e0ef9b591e52f1e60ea363cefefe2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix fast admin counters not working when PostgreSQL has secondaries</title>
<updated>2018-05-26T05:58:43+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-05-25T21:28:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b6125f7045d2bed4aadf798dde4c547e2047e039'/>
<id>b6125f7045d2bed4aadf798dde4c547e2047e039</id>
<content type='text'>
This commit does a number of things:

1. Reduces the number of queries needed by perform a single query to get all
the tuples for the relevant rows.

2. Uses a transaction to query the tuple counts to ensure that the data
is retrieved from the primary.

Closes #46742
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit does a number of things:

1. Reduces the number of queries needed by perform a single query to get all
the tuples for the relevant rows.

2. Uses a transaction to query the tuple counts to ensure that the data
is retrieved from the primary.

Closes #46742
</pre>
</div>
</content>
</entry>
</feed>
