Remove Gitlab::Git::Repository#rugged and Gollum code
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.
显示
- .rubocop_todo.yml 0 个添加, 1 个删除.rubocop_todo.yml
- Gemfile 2 个添加, 3 个删除Gemfile
- Gemfile.lock 1 个添加, 4 个删除Gemfile.lock
- Gemfile.rails5.lock 1 个添加, 4 个删除Gemfile.rails5.lock
- app/models/wiki_page.rb 2 个添加, 5 个删除app/models/wiki_page.rb
- config/initializers/8_metrics.rb 0 个添加, 12 个删除config/initializers/8_metrics.rb
- config/initializers/gollum.rb 0 个添加, 28 个删除config/initializers/gollum.rb
- doc/development/diffs.md 0 个添加, 3 个删除doc/development/diffs.md
- doc/development/gitaly.md 1 个添加, 56 个删除doc/development/gitaly.md
- doc/development/instrumentation.md 2 个添加, 2 个删除doc/development/instrumentation.md
- lib/gitlab/git/commit.rb 3 个添加, 9 个删除lib/gitlab/git/commit.rb
- lib/gitlab/git/ref.rb 0 个添加, 9 个删除lib/gitlab/git/ref.rb
- lib/gitlab/git/repository.rb 0 个添加, 39 个删除lib/gitlab/git/repository.rb
- lib/gitlab/git/wiki.rb 8 个添加, 21 个删除lib/gitlab/git/wiki.rb
- lib/gitlab/git/wiki_file.rb 6 个添加, 11 个删除lib/gitlab/git/wiki_file.rb
- lib/gitlab/git/wiki_page.rb 9 个添加, 19 个删除lib/gitlab/git/wiki_page.rb
- lib/gitlab/git/wiki_page_version.rb 0 个添加, 5 个删除lib/gitlab/git/wiki_page_version.rb
- lib/gitlab/gitaly_client/wiki_service.rb 1 个添加, 1 个删除lib/gitlab/gitaly_client/wiki_service.rb
- scripts/lint-rugged 1 个添加, 13 个删除scripts/lint-rugged
- spec/features/markdown/markdown_spec.rb 3 个添加, 3 个删除spec/features/markdown/markdown_spec.rb
加载中
想要评论请 注册 或 登录