Feature flags subsystem
The first usage will be `gitaly-simplify-find-local-branches-response`, which is needed for GitLab 15.4 (with update of protocol). For now the definition and default values are harcoded, but we will probably later on synchronize them from YaML files from the Rails application (ideally with code generation to avoid dependency and parsing at the time of startup). We provide full coverage in unit tests right away, so that it will keep on being covered even when no feature flag is in use. Closes #121
hgitaly/feature.py
0 → 100644
hgitaly/tests/test_feature.py
0 → 100644
Please register or sign in to comment