- Feb 25, 2020
-
-
GitLab Bot authored
-
- Feb 10, 2020
-
-
GitLab Bot authored
-
- Dec 10, 2019
-
-
GitLab Bot authored
-
- Oct 29, 2019
-
-
GitLab Bot authored
-
- Oct 19, 2019
-
-
GitLab Bot authored
-
- Sep 24, 2019
-
-
GitLab Bot authored
-
- Sep 09, 2019
-
-
This change implements Application Statistics API
-
- Sep 03, 2019
-
-
Fatih Acet authored
This commit also unifies layout structure and remove no_container flag
-
- Jul 24, 2019
-
-
Illya Klymov authored
Introduces new `feature_entry` helper for dashboard. This helper reduces code duplication when listing available features and relevant links to configuration sections
-
- Mar 21, 2019
-
-
Douglas Barbosa Alexandre authored
-
- Mar 14, 2019
-
-
Brett Walker authored
-
- Dec 10, 2018
-
-
Gabriel Mazetto authored
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
-
- Oct 19, 2018
-
-
Bob Van Landuyt authored
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.
-
- Sep 19, 2018
-
-
Dmitriy Zaporozhets authored
Rename btn-new, btn-create and btn-save to btn-success Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Jul 20, 2018
-
-
Lin Jen-Shin authored
We also try to unify the way we setup OmniAuth, and how we check if it's enabled or not.
-
- Jun 30, 2018
-
-
Brett Walker authored
-
- May 26, 2018
-
-
Stan Hu authored
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
-
- May 24, 2018
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- May 23, 2018
-
-
Lin Jen-Shin authored
-
- May 16, 2018
-
-
Stan Hu authored
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
-
- Apr 12, 2018
-
-
Ash McKenzie authored
-
- Apr 09, 2018
-
-
Clement Ho authored
-
- Mar 05, 2018
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Feb 02, 2018
-
-
Mario de la Ossa authored
-
- Jan 31, 2018
-
-
Zeger-Jan van de Weg authored
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.
-
- Jan 12, 2018
-
-
Kushal Pandya authored
-
- Nov 23, 2017
-
-
- Sep 25, 2017
-
-
Annabel Dunstone Gray authored
-
- Sep 19, 2017
-
-
Jacopo authored
Displays the Gitaly version in the admin dashboard.
-
- Sep 08, 2017
-
-
Travis Miller authored
-
- Aug 18, 2017
-
-
Bryce Johnson authored
-
Phil Hughes authored
-
- Jul 26, 2017
-
-
Max Raab authored
-
- Jun 28, 2017
-
-
Taurie Davis authored
-
- May 31, 2017
-
-
vanadium23 authored
-
- May 17, 2017
-
-
Lin Jen-Shin authored
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
-
- May 01, 2017
-
-
Mark Fletcher authored
-
- Apr 14, 2017
-
-
Sean McGivern authored
-
Sean McGivern authored
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.
-
- Apr 06, 2017
-
-