An error occurred fetching the project authors.
  1. 24 Dec, 2018 1 commit
  2. 21 Dec, 2018 1 commit
  3. 19 Dec, 2018 2 commits
  4. 17 Dec, 2018 3 commits
  5. 14 Dec, 2018 1 commit
  6. 12 Dec, 2018 1 commit
  7. 06 Dec, 2018 2 commits
  8. 04 Dec, 2018 1 commit
  9. 03 Dec, 2018 2 commits
  10. 29 Nov, 2018 1 commit
  11. 28 Nov, 2018 1 commit
  12. 27 Nov, 2018 1 commit
  13. 26 Nov, 2018 2 commits
  14. 22 Nov, 2018 1 commit
  15. 19 Nov, 2018 2 commits
  16. 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
  17. 15 Nov, 2018 2 commits
  18. 14 Nov, 2018 3 commits
  19. 11 Nov, 2018 1 commit
  20. 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
  21. 05 Nov, 2018 1 commit
  22. 30 Oct, 2018 1 commit
  23. 29 Oct, 2018 2 commits
  24. 28 Oct, 2018 1 commit
  25. 25 Oct, 2018 2 commits
  26. 24 Oct, 2018 1 commit
  27. 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