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

Track dependencies on environments #290

Closed
arunkumar611 opened this issue Apr 18, 2024 · 0 comments
Closed

Track dependencies on environments #290

arunkumar611 opened this issue Apr 18, 2024 · 0 comments
Labels
kind/enhancement Improvements or new features resolution/duplicate This issue is a duplicate of another issue

Comments

@arunkumar611
Copy link
Member

arunkumar611 commented Apr 18, 2024

Today, users can update and delete environments without knowing that they are imported into other environments and Pulumi stacks.

We need to track the downstream environments and stacks and surface them to the user.

Must have:

  • Simple Table listing the dependencies/relationships(1 level up/down) within each Environment (list which versions of the environments are being used where)
  • List the dependencies when users delete the environments
    • Should we also warn when making updates?
    • Should we prevent users from deleting an environment until they remove the dependencies?
  • Show on the stacks page, which environments are used
  • Ability for users to query
    • "List all environments that don't have a downstream dependency"
    • Add metadata tags to environments (example: NoOfDownstreamEnvs, Is-imported)

Should have:

  • Multi-level dependencies:
  • Ability to query "list all environments which don't have any imported environments" via the UI and CLI

Nice to have:

  • Visualization of the dependencies
@arunkumar611 arunkumar611 added kind/enhancement Improvements or new features needs-triage Needs attention from the triage team labels Apr 18, 2024
@cleverguy25 cleverguy25 removed the needs-triage Needs attention from the triage team label Apr 18, 2024
@arunkumar611 arunkumar611 changed the title Track dependencies (imports) between environments Track dependencies on environments May 22, 2024
@komalali komalali added the resolution/duplicate This issue is a duplicate of another issue label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features resolution/duplicate This issue is a duplicate of another issue
Projects
None yet
Development

No branches or pull requests

3 participants