An error occurred fetching the project authors.
  1. 18 Nov, 2018 1 commit
    • Stan Hu's avatar
      Improve memory performance by reducing dirty pages after fork() · d991ea6d
      Stan Hu authored
      The nakayoshi_fork gem works around the lack of a Ruby compacting
      garbage collecting by calling GC.start a few times to "promote" the age
      of young objects to the maximum age 3. This reduces the number of dirty
      pages and consequently improves copy-on-write behavior with unicorn
      and other forking Web application servers.
      d991ea6d
  2. 15 Nov, 2018 1 commit
  3. 14 Nov, 2018 3 commits
  4. 11 Nov, 2018 2 commits
  5. 10 Nov, 2018 2 commits
  6. 07 Nov, 2018 1 commit
    • Francisco Javier López's avatar
      Add submodule update API endpoint · 28cbb2ac
      Francisco Javier López authored
      This new endpoint allow users to update a submodule's reference.
      
      The MR involves adding a new operation RPC operation in gitaly-proto
      (see gitlab-org/gitaly-proto!233) and change Gitaly to use this
      new version (see gitlab-org/gitaly!936).
      
      See gitlab-org/gitlab-ce!20949
      28cbb2ac
  7. 05 Nov, 2018 1 commit
  8. 30 Oct, 2018 1 commit
  9. 29 Oct, 2018 3 commits
  10. 28 Oct, 2018 1 commit
  11. 25 Oct, 2018 2 commits
  12. 24 Oct, 2018 2 commits
  13. 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
  14. 15 Oct, 2018 1 commit
  15. 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
  16. 08 Oct, 2018 1 commit
  17. 03 Oct, 2018 2 commits
  18. 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
  19. 01 Oct, 2018 2 commits
  20. 28 Sep, 2018 1 commit
  21. 24 Sep, 2018 1 commit
  22. 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
  23. 11 Sep, 2018 1 commit
  24. 10 Sep, 2018 1 commit
  25. 09 Sep, 2018 1 commit
  26. 06 Sep, 2018 4 commits