Skip to content
Snippets Groups Projects
  1. Sep 13, 2019
  2. Aug 21, 2019
  3. Aug 15, 2019
  4. Jul 28, 2019
  5. Jul 18, 2019
  6. Jul 03, 2019
    • Stan Hu's avatar
      Make Housekeeping button do a full garbage collection · d48ee860
      Stan Hu authored
      Previously the Housekeeping button and API would use the counter of last
      pushes to determine whether to do a full garbage collection, or whether
      to do one of the less comprehensive tasks: a full repack, incremental
      pack, or ref pack. This was confusing behavior, since a project owner
      might have to click the button dozens of times before a full GC would be
      initiated.
      
      This commit forces a full GC each time this is initiated. Note that the
      `ExclusiveLease` in `HousekeepingService` prevents users from clicking
      on the button more than once a day.
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63349
      d48ee860
  7. Jun 18, 2019
  8. May 29, 2019
  9. Apr 16, 2019
  10. Apr 15, 2019
  11. Apr 09, 2019
  12. Apr 06, 2019
    • Stan Hu's avatar
      Expand FindCommit caching to blob and refs · 0d8e9f6e
      Stan Hu authored
      This enables FindCommit caching to the following actions:
      
      * BlobController#show
      * RefsController#logs_tree
      
      It also improves caching in CommitsController since some
      duplicate requests were occuring inside the before_action
      definitions.
      0d8e9f6e
  13. Apr 05, 2019
  14. Mar 25, 2019
  15. Mar 20, 2019
  16. Feb 05, 2019
  17. Jan 22, 2019
  18. Dec 19, 2018
  19. Nov 29, 2018
  20. Nov 23, 2018
  21. Nov 01, 2018
  22. Oct 05, 2018
  23. Sep 24, 2018
  24. 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
  25. Sep 17, 2018
  26. Sep 11, 2018
  27. Sep 07, 2018
  28. Sep 06, 2018
  29. Sep 03, 2018
  30. Aug 08, 2018
  31. Aug 03, 2018
  32. Jul 09, 2018
  33. Jul 06, 2018
  34. Jul 04, 2018
  35. Jun 28, 2018
  36. Jun 27, 2018
Loading