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

Combine code deployment and infra changes into one activity #164

Open
BSick7 opened this issue Aug 29, 2023 · 0 comments
Open

Combine code deployment and infra changes into one activity #164

BSick7 opened this issue Aug 29, 2023 · 0 comments
Labels
apps UI/UX User Experience

Comments

@BSick7
Copy link
Contributor

BSick7 commented Aug 29, 2023

Overview

Currently, code deployments and infrastructure changes are performed as separate executions.
It would be ideal to show both activities in a single view upon initial launch and when an infra change causes an app deployment.
With the introduction of IaC files, we are performing IaC synchronization. The synchronization that caused an infra update and/or deploy should be included in this combined activity.

How will it work?

  • The Activity pane will show code deployments triggered by a run as one line item.
  • Each line item could be one of:
    • "Infra change"
    • "IaC sync + Infra change"
    • "Code deploy"
    • "IaC sync + Infra change + Code deploy"
  • We will add a sidebar on the left side that lists:
    • Overview (summary of changes)
    • Code Deployment
    • App infra runs
    • Any other supporting infra runs (if exists)
@BSick7 BSick7 added apps UI/UX User Experience labels Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apps UI/UX User Experience
Projects
Development

No branches or pull requests

1 participant