Skip to content
Snippets Groups Projects
  1. Feb 18, 2020
  2. Feb 11, 2020
  3. Feb 07, 2020
  4. Mar 07, 2019
  5. Dec 27, 2018
  6. Nov 20, 2018
  7. Nov 16, 2018
  8. Nov 13, 2018
    • gfyoung's avatar
      Enable even more frozen string in lib/gitlab · ebf98f27
      gfyoung authored
      Enables frozen string for the following:
      
      * lib/gitlab/fogbugz_import/**/*.rb
      * lib/gitlab/gfm/**/*.rb
      * lib/gitlab/git/**/*.rb
      * lib/gitlab/gitaly_client/**/*.rb
      * lib/gitlab/gitlab_import/**/*.rb
      * lib/gitlab/google_code_import/**/*.rb
      * lib/gitlab/gpg/**/*.rb
      * lib/gitlab/grape_logging/**/*.rb
      * lib/gitlab/graphql/**/*.rb
      * lib/gitlab/graphs/**/*.rb
      * lib/gitlab/hashed_storage/**/*.rb
      * lib/gitlab/health_checks/**/*.rb
      
      Partially address gitlab-org/gitlab-ce#47424.
      ebf98f27
  9. Oct 30, 2018
  10. Oct 13, 2018
    • Zeger-Jan van de Weg's avatar
      Remove dependencies on Linguist · 399056ed
      Zeger-Jan van de Weg authored
      This saves about 128 MB of baseline RAM usage per Unicorn and
      Sidekiq process (!).
      
      Linguist wasn't detecting languages anymore from CE/EE since
      9ae8b574. However, Linguist::BlobHelper
      was still being depended on by BlobLike and others.
      
      This removes the Linguist gem, given it isn't required anymore.
      EscapeUtils were pulled in as dependency, but given Banzai depends on
      it, it is now added explicitly.
      
      Previously, Linguist was used to detect the best ACE mode. Instead,
      we rely on ACE to guess the best mode based on the file extension.
      399056ed
  11. Jul 11, 2018
  12. Jul 09, 2018
  13. Jun 25, 2018
  14. May 18, 2018
  15. May 09, 2018
  16. Mar 05, 2018
  17. Feb 07, 2018
  18. Jan 31, 2018
  19. Jan 25, 2018
  20. Jan 24, 2018
  21. Jan 21, 2018
  22. Jan 05, 2018
  23. Jan 04, 2018
  24. Jan 02, 2018
    • Zeger-Jan van de Weg's avatar
      Reroute batch blobs to single blob RPC · 59e50e33
      Zeger-Jan van de Weg authored
      Given the priorities shifted for the Gitaly team, this endpoint does not
      get a dedicated endpoint yet. To make it work in a cloud native
      environment the request needs to go to Gitaly, not rugged. This is
      achieved by rerouting to the generic TreeEntry endpoint.
      Unverified
      59e50e33
  25. Nov 30, 2017
  26. Nov 21, 2017
  27. Nov 16, 2017
  28. Nov 01, 2017
  29. Sep 21, 2017
  30. Sep 06, 2017
  31. Aug 15, 2017
  32. Aug 14, 2017
  33. Aug 07, 2017
  34. Aug 01, 2017
  35. Jul 18, 2017
  36. Jul 12, 2017
Loading