1. 18 12月, 2018 1 次提交
  2. 12 12月, 2018 1 次提交
  3. 11 12月, 2018 1 次提交
  4. 07 12月, 2018 2 次提交
  5. 06 12月, 2018 1 次提交
    • S
      Upgrade rspec-parameterized to 0.4.1 · d47cd9be
      Stan Hu 提交于
      rspec-parameterized 0.4.0 fails spectacularly with Ruby 2.5.3 with the
      following error:
      
      ```
      RuntimeError:
        No such frame, gone beyond end of stack!
      ```
      
      This happens because of a Ruby bug in
      https://bugs.ruby-lang.org/issues/15105.  The binding_of_caller gem
      induces this failure. This upgrade switches to the binding_of_ninja gem,
      which does not have the same problem.
      d47cd9be
  6. 04 12月, 2018 1 次提交
  7. 03 12月, 2018 1 次提交
  8. 30 11月, 2018 1 次提交
  9. 29 11月, 2018 1 次提交
  10. 27 11月, 2018 2 次提交
  11. 26 11月, 2018 1 次提交
  12. 23 11月, 2018 1 次提交
  13. 21 11月, 2018 1 次提交
  14. 20 11月, 2018 2 次提交
  15. 19 11月, 2018 1 次提交
  16. 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
  17. 15 11月, 2018 2 次提交
  18. 14 11月, 2018 4 次提交
  19. 12 11月, 2018 1 次提交
  20. 11 11月, 2018 1 次提交
  21. 10 11月, 2018 2 次提交
  22. 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
  23. 05 11月, 2018 1 次提交
  24. 30 10月, 2018 1 次提交
  25. 29 10月, 2018 3 次提交
  26. 28 10月, 2018 1 次提交
  27. 26 10月, 2018 2 次提交
  28. 25 10月, 2018 1 次提交
  29. 24 10月, 2018 1 次提交