console
console copied to clipboard
backend: configurable maxDepth for git repositories
- maxDepth for git is now configurable through:
a.
kafka:protobuf:git:repository:maxDepthb.kafka:console:git:repository:maxDepthPreviously, both were hardcoded to 5 and 15 respectively. - Adds units test for the above and for default configuration.
Resolves https://github.com/redpanda-data/console/issues/277
Ping @weeco to review