Skip to content
Snippets Groups Projects
  1. Feb 25, 2020
  2. Oct 19, 2019
  3. Sep 13, 2019
  4. Sep 09, 2019
  5. 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
  6. Sep 19, 2018
    • gfyoung's avatar
      Enable frozen string in app/controllers/**/*.rb · 73322a0e
      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.
      73322a0e
  7. Sep 11, 2018
  8. 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
  9. May 16, 2018
  10. Sep 07, 2017
  11. Jul 25, 2017
  12. Feb 08, 2017
  13. Feb 05, 2015
  14. Nov 20, 2013
  15. May 30, 2013
  16. Jan 24, 2013
  17. Jan 09, 2013
  18. Nov 21, 2012
  19. Sep 16, 2012
  20. Apr 20, 2012
Loading