You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking at adding support for multiple ADR locations for users who
need to support more than one ADR location. Would you be interested in me
opening PRs on this?
at this time I was thinking of extending the current configuration to support a slice or map of repositories. (probably a map as that provides a useful shortName lookup method)
version: This tag would be used for future schema migrations.
default: Instead of the root base_directory this value would allow the current behaviours to be replicated with an automated upgrade.
repositories: A map of all repositories.
The short reference name for each repository
base_directory the local directory containing the repository
I would replace current_id with a directory scan as this is likely to work for most use cases.
when running the new version of the binary it should migrate the configuration to the newer version.
As part of this i would add an add command to add an already existing repository to your local config.
adr add /home/user/my_other_adrs
In the future I want to look at adding per repository templates and potentially config files.
The text was updated successfully, but these errors were encountered:
I was looking at adding support for multiple ADR locations for users who
need to support more than one ADR location. Would you be interested in me
opening PRs on this?
at this time I was thinking of extending the current configuration to support a slice or map of repositories. (probably a map as that provides a useful shortName lookup method)
Currently the config schema looks like this.
New fields
I would replace current_id with a directory scan as this is likely to work for most use cases.
when running the new version of the binary it should migrate the configuration to the newer version.
As part of this i would add an
add
command to add an already existing repository to your local config.adr add /home/user/my_other_adrs
In the future I want to look at adding per repository templates and potentially config files.
The text was updated successfully, but these errors were encountered: