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