Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-30namespace partial paths on dashboardBrett Walker
2018-05-26Fix fast admin counters not working when PostgreSQL has secondariesStan Hu
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
2018-05-26Merge branch 'bootstrap4' into 'master'Mike Greiling
Upgrade to Bootstrap 4 Closes #45185 and #46710 See merge request gitlab-org/gitlab-ce!18232
2018-05-24Replace Gitlab::REVISION with Gitlab.revision and handle installations ↵Rémy Coutable
without a .git directory Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-05-23Merge branch 'master' into bootstrap4Clement Ho
2018-05-23CE: Use render_if_exists to hide EE specific codesLin Jen-Shin
2018-05-17Merge branch 'master' into bootstrap4Clement Ho
2018-05-16Fix Error 500 viewing admin page due to statement timeoutsStan Hu
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
2018-04-16Merge branch 'master' into 'bootstrap4'Clement Ho
# Conflicts: # app/views/admin/application_settings/_signin.html.haml
2018-04-12Include git SHA with GitLab versionAsh McKenzie
2018-04-09[skip ci] Replace .pull-right with .float-rightClement Ho
2018-03-05Replace deprecated name_with_namespace with full_name in app/viewsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-02-02use Gitlab::UserSettings directly as a singleton instead of ↵Mario de la Ossa
including/extending it
2018-01-31Gitaly Server info for admin panelZeger-Jan van de Weg
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.
2018-01-12Move row containing Projects, Users and Groups count to the topKushal Pandya
2017-11-23Allow password authentication to be disabled entirelyMarkus Koller
2017-09-25Remove unused admin subnavsAnnabel Dunstone Gray
2017-09-19Add Gitaly version to Admin DashboardJacopo
Displays the Gitaly version in the admin dashboard.
2017-09-08Add GitLab-Pages version to Admin DashboardTravis Miller
2017-08-30Merge branch 'master' into breadcrumbs-improvementsPhil Hughes
2017-08-19Move ConvDev index to Overview from Monitoring.Bryce Johnson
2017-08-18various breadcrumb updatesPhil Hughes
2017-07-26Add missing colonMax Raab
2017-06-2832838 Add wells to admin dashboard overview to fix spacing problemstauriedavis
2017-05-31Display Shared Runner status in Admin Dashboardvanadium23
2017-05-17Rename BuildsController to JobsControllerLin Jen-Shin
Rename other URL generators admin_builds_path -> admin_jobs_path Fix tests and more renaming Fix more tests Also change build_id to job_id in the controller
2017-05-01Display GitLab Pages status in Admin DashboardMark Fletcher
2017-04-14Rename user cohorts -> cohortsSean McGivern
2017-04-14Add user cohorts table to admin areaSean McGivern
This table shows the percentage of users who registered in the last twelve months, who last signed in during or later than each of those twelve months, by month. It is only enabled when the usage ping is enabled, and the page also shows pretty-printed usage ping data. The cohorts table is generated in Ruby from some basic SQL queries, because performing the gap-filling and running sums needed in both MySQL and Postgres is painful.
2017-04-06Admin section capitalization fixJose Ivan Vargas Lopez
2017-03-23Add `aria-label` for feature status accessibilityKushal Pandya
2017-02-14Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-02-03Adds changelog entryFilipa Lacerda
Replace "builds" in project settings Replace "builds" in admin area
2016-12-11Add support for nested groups to admin routingDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-12-05Truncate fix, remove unneeded admin-specific cssAnnabel Dunstone Gray
2016-11-07Use the Gitlab Workhorse HTTP header in the admin dashboardChris Wright
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-03Add Container Registry on/off status to admin areathe-undefined
Display the on/off icon under the "Features" section of the admin area for the Container Registry. Closes !22805
2016-10-01Add flash containers and broadcast messages below subnavAnnabel Dunstone Gray
2016-08-26Add horizontal scrolling to all sub-navs on mobile viewportsClement Ho
2016-08-10Used cached value of project count to reduce DB loadRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-07-23Add gitlab-workhorse version to admin dashboardKatarzyna Kobierska
Test for showing GitLab Workhorse version on Admin Dashboard Refactoring
2016-06-30Remove unnecessary parensValery Sizov
2016-06-16Move admin->runners tab as subnav of overview tabDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-06-15Rearrange order of tabsAnnabel Dunstone
2016-06-15Nest li elements directly under ulAnnabel Dunstone
2016-06-15Move builds tab to admin overviewAnnabel Dunstone
2016-06-15Add sub links to overviewAnnabel Dunstone
2016-04-04Fix missing paddings in admin areaDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-03Display database type and version in Administration dashboardRobert Speicher
Closes #12900
2016-01-01number_with_delimiter most of the thingsRobert Speicher