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

Simplify spin-config implementation #750

Merged
merged 1 commit into from
Sep 8, 2022
Merged

Conversation

lann
Copy link
Collaborator

@lann lann commented Sep 8, 2022

  • Replace the recursive tree structure with flat variables and per-component config maps.
  • Decouple config from spin-engine, turning it into a normal HostComponent.

Fixes #337
Ref #714 (expressions are now checked for defined variable names)
Fixes #718

Copy link
Contributor

@fibonacci1729 fibonacci1729 left a comment

Choose a reason for hiding this comment

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

LGTM

- Replace the recursive tree structure with flat variables and
  per-component config maps.
- Decouple config from spin-engine, turning it into a normal
  HostComponent.

Signed-off-by: Lann Martin <lann.martin@fermyon.com>
@lann lann merged commit 8ef9d28 into fermyon:main Sep 8, 2022
@lann lann deleted the simplify-config branch September 8, 2022 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't allow variables containing the '.' character Component IDs can no longer contain the dash - character
2 participants