-
- Downloads
There was an error fetching the commit references. Please try again later.
Replace wiki#find_file RPC with Gitaly call
In this commit we introduce a feature flag that will toggle using the RPC or the new Gitaly method.
Showing
- app/models/wiki.rb 11 additions, 2 deletionsapp/models/wiki.rb
- config/feature_flags/development/gitaly_find_file.yml 8 additions, 0 deletionsconfig/feature_flags/development/gitaly_find_file.yml
- lib/banzai/filter/gollum_tags_filter.rb 1 addition, 1 deletionlib/banzai/filter/gollum_tags_filter.rb
- lib/gitlab/git/wiki_file.rb 13 additions, 0 deletionslib/gitlab/git/wiki_file.rb
- spec/benchmarks/banzai_benchmark.rb 1 addition, 1 deletionspec/benchmarks/banzai_benchmark.rb
- spec/features/markdown/markdown_spec.rb 1 addition, 1 deletionspec/features/markdown/markdown_spec.rb
- spec/lib/banzai/filter/gollum_tags_filter_spec.rb 2 additions, 2 deletionsspec/lib/banzai/filter/gollum_tags_filter_spec.rb
- spec/support/shared_examples/models/wiki_shared_examples.rb 33 additions, 13 deletionsspec/support/shared_examples/models/wiki_shared_examples.rb
Please register or sign in to comment