- Feb 25, 2020
-
-
GitLab Bot authored
-
- Oct 19, 2019
-
-
GitLab Bot authored
-
- Sep 13, 2019
-
-
GitLab Bot authored
-
- Sep 09, 2019
-
-
This change implements Application Statistics API
-
- 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
-
-
gfyoung authored
Enables frozen string for the following: * app/controllers/*.rb * app/controllers/admin/**/*.rb * app/controllers/boards/**/*.rb * app/controllers/ci/**/*.rb * app/controllers/concerns/**/*.rb Partially addresses #47424.
-
- Sep 11, 2018
-
-
Yorick Peterse authored
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
-
- 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 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
-
- Sep 07, 2017
-
-
Tiago Botelho authored
-
- Jul 25, 2017
-
-
Tiago Botelho authored
-
- Feb 08, 2017
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Feb 05, 2015
-
-
Dmitriy Zaporozhets authored
-
- Nov 20, 2013
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- May 30, 2013
-
-
Dmitriy Zaporozhets authored
-
- Jan 24, 2013
-
-
Andrey Kumanyaev authored
-
- Jan 09, 2013
-
-
Dmitriy Zaporozhets authored
-
- Nov 21, 2012
-
-
Dmitriy Zaporozhets authored
-
- Sep 16, 2012
-
-
Robert Speicher authored
Handles stuff that's shared across admin controllers.
-
- Apr 20, 2012
-
-
Dmitriy Zaporozhets authored
-