Enable wiki feature flags by default
What does this MR do and why?
This MR is to enabled two Wiki-related feature flags by default. Afterward, all wiki-related features would use normal repository RPCs to Gitaly, instead of Wiki-specific RPCs. This is a part of Wikis should only use the normal repository Git... (&2381 - closed) (which belong to a bigger attempt 🏍 Remove the Gitaly-Ruby sidecar (&2862 - closed)).
Two affected feature flags are:
- wiki_find_page_with_normal_repository_rpcs
- wiki_list_pages_with_normal_repository_rpcs
Both of them are already enabled globally on GitLab.com production environment.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Quang-Minh Nguyen