1. 28 Oct, 2018 1 commit
  2. 25 Oct, 2018 1 commit
    • Andrew Newdigate's avatar
      Add experimental support for Puma · 1065f8ce
      Andrew Newdigate authored
      This allows us (and others) to test drive Puma without it affecting all
      users. Puma can be enabled by setting the environment variable
      "EXPERIMENTAL_PUMA" to a non empty value.
      1065f8ce
  3. 24 Oct, 2018 1 commit
  4. 16 Oct, 2018 2 commits
    • Nick Thomas's avatar
      Remove a dependency on gitlab-gollum-lib · c7be9f5c
      Nick Thomas authored
      Removing this dependency also allows us to remove a transitive
      dependency on gitlab_grit - which is the whole point of this exercise.
      
      I don't think we can EOL gitlab_grit until it's removed as a dependency
      from gitaly-ruby, but this at least gets it out of gitlab-ce.
      c7be9f5c
    • Nick Thomas's avatar
      Inline the gitlab-flowdock-git-hooks gem · 04aaf719
      Nick Thomas authored
      This allows us to avoid one transitive dependency on gitlab-grit. The
      aim is to remove all transitive dependencies.
      04aaf719
  5. 15 Oct, 2018 1 commit
  6. 13 Oct, 2018 1 commit
    • 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
  7. 03 Oct, 2018 1 commit
  8. 02 Oct, 2018 1 commit
    • Alejandro Rodríguez's avatar
      Remove Gitlab::Git::Repository#rugged and Gollum code · a99bf447
      Alejandro Rodríguez authored
      Cleanup code, and refactor tests that still use Rugged. After this, there should
      be no Rugged code that access the instance's repositories on non-test
      environments. There is still some rugged code for other tasks like the
      repository import task, but since it doesn't access any repository storage path
      it can stay.
      a99bf447
  9. 01 Oct, 2018 1 commit
  10. 24 Sep, 2018 1 commit
  11. 12 Sep, 2018 1 commit
    • Jan Provaznik's avatar
      Remove peek-sidekiq · 9930ab6a
      Jan Provaznik authored
      The reason for removing this gem is that it's not being maintained
      anymore. It uses `alias_method_chain` which is deprecated in rails 5
      (and removed in 5.1), the issue is pending upstream (including
      a fix) - https://github.com/suranyami/peek-sidekiq/issues/3 for a while.
      
      Peek-sidekiq is used in performance bar for displaying sidekiq
      statistics.
      9930ab6a
  12. 10 Sep, 2018 1 commit
  13. 09 Sep, 2018 1 commit
  14. 06 Sep, 2018 3 commits
  15. 05 Sep, 2018 1 commit
  16. 03 Sep, 2018 2 commits
  17. 30 Aug, 2018 2 commits
  18. 21 Aug, 2018 1 commit
  19. 20 Aug, 2018 1 commit
  20. 17 Aug, 2018 1 commit
  21. 15 Aug, 2018 1 commit
  22. 07 Aug, 2018 1 commit
  23. 29 Jul, 2018 1 commit
  24. 25 Jul, 2018 1 commit
  25. 24 Jul, 2018 2 commits
  26. 20 Jul, 2018 1 commit
  27. 18 Jul, 2018 1 commit
  28. 14 Jul, 2018 1 commit
  29. 11 Jul, 2018 2 commits
  30. 09 Jul, 2018 2 commits
  31. 08 Jul, 2018 1 commit
  32. 06 Jul, 2018 1 commit