An error occurred fetching the project authors.
  1. 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
  2. 28 Oct, 2018 1 commit
  3. 25 Oct, 2018 3 commits
  4. 24 Oct, 2018 1 commit
  5. 16 Oct, 2018 4 commits
    • Nick Thomas's avatar
      Remove a dependency on gitlab-gollum-lib · a12ce9fe
      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.
      a12ce9fe
    • Nick Thomas's avatar
      Inline the gitlab-flowdock-git-hooks gem · 7136e05c
      Nick Thomas authored
      This allows us to avoid one transitive dependency on gitlab-grit. The
      aim is to remove all transitive dependencies.
      7136e05c
    • 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
  6. 15 Oct, 2018 2 commits
  7. 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
  8. 03 Oct, 2018 1 commit
  9. 02 Oct, 2018 2 commits
    • 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
    • Alejandro Rodríguez's avatar
      Remove Gitlab::Git::Repository#rugged and Gollum code · 4372ea61
      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.
      4372ea61
  10. 01 Oct, 2018 1 commit
  11. 24 Sep, 2018 2 commits
  12. 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
  13. 10 Sep, 2018 1 commit
  14. 09 Sep, 2018 1 commit
  15. 07 Sep, 2018 1 commit
  16. 06 Sep, 2018 3 commits
  17. 05 Sep, 2018 1 commit
  18. 03 Sep, 2018 3 commits
  19. 30 Aug, 2018 2 commits
  20. 29 Aug, 2018 1 commit
  21. 21 Aug, 2018 1 commit
  22. 20 Aug, 2018 1 commit
  23. 17 Aug, 2018 1 commit
  24. 16 Aug, 2018 1 commit
  25. 15 Aug, 2018 1 commit
  26. 07 Aug, 2018 2 commits