An error occurred fetching the project authors.
  1. 16 Oct, 2018 1 commit
  2. 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
  3. 03 Oct, 2018 1 commit
  4. 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
  5. 01 Oct, 2018 1 commit
  6. 24 Sep, 2018 1 commit
  7. 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
  8. 10 Sep, 2018 1 commit
  9. 09 Sep, 2018 1 commit
  10. 06 Sep, 2018 3 commits
  11. 05 Sep, 2018 1 commit
  12. 03 Sep, 2018 2 commits
  13. 30 Aug, 2018 2 commits
  14. 21 Aug, 2018 1 commit
  15. 20 Aug, 2018 1 commit
  16. 17 Aug, 2018 1 commit
  17. 15 Aug, 2018 1 commit
  18. 07 Aug, 2018 1 commit
  19. 29 Jul, 2018 1 commit
  20. 25 Jul, 2018 1 commit
  21. 24 Jul, 2018 2 commits
  22. 20 Jul, 2018 1 commit
  23. 18 Jul, 2018 1 commit
  24. 14 Jul, 2018 1 commit
  25. 11 Jul, 2018 2 commits
  26. 09 Jul, 2018 2 commits
  27. 08 Jul, 2018 1 commit
  28. 06 Jul, 2018 1 commit
  29. 05 Jul, 2018 1 commit
  30. 30 Jun, 2018 1 commit
  31. 28 Jun, 2018 1 commit
  32. 27 Jun, 2018 1 commit
    • Zeger-Jan van de Weg's avatar
      Gitaly metrics check for read/writeability · 65840591
      Zeger-Jan van de Weg authored
      Prior to this change, health checks checked for writeability of the NFS
      shards. Given we're moving away from that, this patch extends the checks
      for Gitaly to check for read and writeability.
      
      Potentially some dashboards will break, as over time these metrics will
      no longer appear as Prometheus doesn't get the data anymore.
      Observability in the circuit breaker will be reduced, but its not
      expected to be turned on and the circuit breaker is being removed soon
      too.
      
      Closes https://gitlab.com/gitlab-org/gitaly/issues/1218
      65840591
  33. 20 Jun, 2018 1 commit