Skip to content
Snippets Groups Projects
  1. Jan 28, 2020
  2. Dec 20, 2019
  3. Nov 19, 2019
  4. Oct 22, 2019
  5. Sep 18, 2019
  6. Sep 13, 2019
  7. Aug 21, 2019
  8. Aug 15, 2019
  9. Jul 28, 2019
  10. Jul 18, 2019
  11. 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
  12. Jun 18, 2019
  13. May 29, 2019
  14. Apr 16, 2019
  15. Apr 15, 2019
  16. Apr 09, 2019
  17. 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
  18. Apr 05, 2019
  19. Mar 25, 2019
  20. Mar 20, 2019
  21. Feb 05, 2019
  22. Jan 22, 2019
  23. Dec 19, 2018
  24. Nov 29, 2018
  25. Nov 23, 2018
  26. Nov 01, 2018
  27. Oct 05, 2018
  28. Sep 24, 2018
  29. 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
  30. Sep 17, 2018
  31. Sep 11, 2018
  32. Sep 07, 2018
  33. Sep 06, 2018
  34. Sep 03, 2018
  35. Aug 08, 2018
  36. Aug 03, 2018
  37. Jul 09, 2018
Loading