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