summaryrefslogtreecommitdiff
path: root/app/views/admin/dashboard/index.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-23/+25
|
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-0/+5
|
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-0/+2
|
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-2/+2
|
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-0/+1
|
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-2/+3
|
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-3/+2
|
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-0/+3
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-14/+16
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-52/+66
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-3/+21
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-5/+5
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-27/+23
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-3/+3
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-2/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-081-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-161-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-251-0/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-101-4/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-101-3/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-291-8/+29
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-191-1/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-241-1/+1
|
* Application Statistics APIManoj MJ2019-09-091-35/+1
| | | | | This change implements Application Statistics API
* Make flash notifications stickyFatih Acet2019-09-031-159/+157
| | | | | This commit also unifies layout structure and remove no_container flag
* Add links in admin area overviewce-xanf-add-admin-area-linksIllya Klymov2019-07-241-43/+10
| | | | | | Introduces new `feature_entry` helper for dashboard. This helper reduces code duplication when listing available features and relevant links to configuration sections
* Add helper method to return a human-friendly name for database adapterDouglas Barbosa Alexandre2019-03-211-1/+1
|
* Move User Statistics link into a button groupBrett Walker2019-03-141-2/+3
|
* Remove STI #becomes call from Dashboard indexGabriel Mazetto2018-12-101-1/+1
| | | | | | | 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
* Remove the `ForkedProjectLink` modelBob Van Landuyt2018-10-191-1/+1
| | | | | | | | | | | | | | 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.
* Unite green buttons under one css classDmitriy Zaporozhets2018-09-191-3/+3
| | | | | | Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Disable SAML if OmniAuth is disabled48932-disable-saml-if-omniauth-is-disabledLin Jen-Shin2018-07-201-2/+2
| | | | | We also try to unify the way we setup OmniAuth, and how we check if it's enabled or not.
* namespace partial paths on dashboardBrett Walker2018-06-291-4/+4
|
* Fix fast admin counters not working when PostgreSQL has secondariessh-fix-admin-page-counts-take-2Stan Hu2018-05-251-10/+10
| | | | | | | | | | | | 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
* Merge branch 'bootstrap4' into 'master'Mike Greiling2018-05-251-28/+28
|\ | | | | | | | | | | | | Upgrade to Bootstrap 4 Closes #45185 and #46710 See merge request gitlab-org/gitlab-ce!18232
| * Merge branch 'master' into bootstrap4Clement Ho2018-05-231-0/+9
| |\
| * \ Merge branch 'master' into bootstrap4Clement Ho2018-05-171-10/+10
| |\ \
| * \ \ Merge branch 'master' into 'bootstrap4'Clement Ho2018-04-161-0/+1
| |\ \ \ | | | | | | | | | | | | | | | # Conflicts: # app/views/admin/application_settings/_signin.html.haml
| * | | | [skip ci] Replace .pull-right with .float-rightClement Ho2018-04-091-28/+28
| | | | |
* | | | | Replace Gitlab::REVISION with Gitlab.revision and handle installations ↵46600-fix-gitlab-revision-when-not-in-git-repoRémy Coutable2018-05-241-1/+1
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | without a .git directory Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | CE: Use render_if_exists to hide EE specific codesLin Jen-Shin2018-05-231-0/+9
| |_|/ |/| |
* | | Fix Error 500 viewing admin page due to statement timeoutsStan Hu2018-05-161-10/+10
| |/ |/| | | | | | | | | | | | | | | Uses PostgreSQL tuple estimates to provide a much faster yet approximate count. See https://wiki.postgresql.org/wiki/Slow_Counting for more details. We only use this fast method if the table has been analyzed or vacuumed within the last hour. Closes #46255
* | Include git SHA with GitLab versionAsh McKenzie2018-04-121-0/+1
|/
* Replace deprecated name_with_namespace with full_name in app/viewsDmitriy Zaporozhets2018-03-051-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* use Gitlab::UserSettings directly as a singleton instead of ↵Mario de la Ossa2018-02-021-1/+1
| | | | including/extending it
* Gitaly Server info for admin panelZeger-Jan van de Weg2018-01-311-8/+2
| | | | | | | | | | | | Implements the client side for gitlab-org/gitaly#819. Which is a server info command. This checks the server version and git binairy version on the server. A small UI was added for administrators, so they can check the status of the Gitaly server. This is done for each storage the monolith knows. Because of this commit, gitlab-org/gitlab-ce!15580 is now closed. That MR removed the Git version too, but didn't replace it with anything.