Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Isolate config logic and add e2e config tests #432

Merged
merged 1 commit into from
May 19, 2021

Conversation

hug-dev
Copy link
Member

@hug-dev hug-dev commented May 19, 2021

This commit puts the serialised version of the config file into one
single Rust file. This file is put under a CODEOWNERS rule so that it is
carefully check for breaking changes.

It also adds one end-to-end config test checking the behaviour of
various fields.

See #393 for details

@hug-dev hug-dev added the stability Issues related to the stability of the service label May 19, 2021
This commit puts the serialised version of the config file into one
single Rust file. This file is put under a CODEOWNERS rule so that it is
carefully check for breaking changes.

It also adds one end-to-end config test checking the behaviour of
various fields.

Signed-off-by: Hugues de Valon <hugues.devalon@arm.com>
Copy link
Member

@ionut-arm ionut-arm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌🏻

auth_type = "Direct"

[[key_manager]]
name = "I-want-to-speak-to-the-manager"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😂

@hug-dev hug-dev merged commit ca46682 into parallaxsecond:main May 19, 2021
@hug-dev hug-dev deleted the isolate-config branch May 19, 2021 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stability Issues related to the stability of the service
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants