1. 26 11月, 2018 1 次提交
  2. 21 11月, 2018 1 次提交
  3. 20 11月, 2018 2 次提交
  4. 19 11月, 2018 1 次提交
  5. 18 11月, 2018 1 次提交
    • S
      Improve memory performance by reducing dirty pages after fork() · d991ea6d
      Stan Hu 提交于
      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
  6. 15 11月, 2018 2 次提交
  7. 14 11月, 2018 4 次提交
  8. 12 11月, 2018 1 次提交
  9. 11 11月, 2018 1 次提交
  10. 10 11月, 2018 2 次提交
  11. 07 11月, 2018 1 次提交
    • F
      Add submodule update API endpoint · 28cbb2ac
      Francisco Javier López 提交于
      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
  12. 05 11月, 2018 1 次提交
  13. 30 10月, 2018 1 次提交
  14. 29 10月, 2018 3 次提交
  15. 28 10月, 2018 1 次提交
  16. 26 10月, 2018 2 次提交
  17. 25 10月, 2018 1 次提交
  18. 24 10月, 2018 1 次提交
  19. 16 10月, 2018 3 次提交
  20. 13 10月, 2018 1 次提交
    • Z
      Remove dependencies on Linguist · 399056ed
      Zeger-Jan van de Weg 提交于
      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
  21. 09 10月, 2018 1 次提交
  22. 04 10月, 2018 1 次提交
  23. 03 10月, 2018 2 次提交
  24. 02 10月, 2018 1 次提交
  25. 01 10月, 2018 1 次提交
  26. 29 9月, 2018 1 次提交
  27. 24 9月, 2018 1 次提交
  28. 12 9月, 2018 1 次提交
    • J
      Remove peek-sidekiq · 9930ab6a
      Jan Provaznik 提交于
      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