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

[FEAT] Shared application improvements #451

Open
4 tasks
brooksmtownsend opened this issue Oct 11, 2024 · 0 comments
Open
4 tasks

[FEAT] Shared application improvements #451

brooksmtownsend opened this issue Oct 11, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed rust Pull requests that update Rust code

Comments

@brooksmtownsend
Copy link
Member

brooksmtownsend commented Oct 11, 2024

Sharing application components, e.g. linking across different wadm applications, was added in #381. There's a suite of improvements that I considered but decided to omit from the initial experimental release of the feature to gather feedback.

  • Report on the status of a shared component, so that you can view shared component statuses with wash app status
  • Ensure that a shared application that has dependent applications can't be undeployed or deleted (without a --force or undeploying/deleting the dependents)
  • Ensure that deploying a new version of a shared application with dependent applications doesn't remove a component that is depended on
  • As @joonas pointed out in feat: support shared components and providers #381 (comment), it would be great to have a reporting option / query to be able to find out all dependent applications of a particular application, or perhaps even a full tree.

I didn't want to over-validate scenarios because the use cases can get complicated for automating the deployment/rollout of shared providers. For right now, the above validations have to be done externally

@brooksmtownsend brooksmtownsend added enhancement New feature or request help wanted Extra attention is needed rust Pull requests that update Rust code labels Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed rust Pull requests that update Rust code
Projects
None yet
Development

No branches or pull requests

1 participant