Skip to content
Snippets Groups Projects
  1. Feb 25, 2020
  2. Feb 10, 2020
  3. Dec 10, 2019
  4. Oct 29, 2019
  5. Oct 19, 2019
  6. Sep 24, 2019
  7. Sep 09, 2019
  8. Sep 03, 2019
  9. Jul 24, 2019
    • Illya Klymov's avatar
      Add links in admin area overview · a6ac0a27
      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
      a6ac0a27
  10. Mar 21, 2019
  11. Mar 14, 2019
  12. Dec 10, 2018
  13. Oct 19, 2018
    • Bob Van Landuyt's avatar
      Remove the `ForkedProjectLink` model · f3fba178
      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.
      f3fba178
  14. Sep 19, 2018
  15. Jul 20, 2018
  16. Jun 30, 2018
  17. May 26, 2018
    • Stan Hu's avatar
      Fix fast admin counters not working when PostgreSQL has secondaries · b6125f70
      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
      b6125f70
  18. May 24, 2018
  19. May 23, 2018
  20. May 16, 2018
  21. Apr 12, 2018
  22. Apr 09, 2018
  23. Mar 05, 2018
  24. Feb 02, 2018
  25. Jan 31, 2018
    • Zeger-Jan van de Weg's avatar
      Gitaly Server info for admin panel · 94a3dbca
      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.
      Unverified
      94a3dbca
  26. Jan 12, 2018
  27. Nov 23, 2017
  28. Sep 25, 2017
  29. Sep 19, 2017
  30. Sep 08, 2017
  31. Aug 18, 2017
  32. Jul 26, 2017
  33. Jun 28, 2017
  34. May 31, 2017
  35. May 01, 2017
  36. Apr 06, 2017
  37. Mar 23, 2017
  38. Feb 14, 2017
  39. Dec 11, 2016
  40. Dec 05, 2016
Loading