nullstone icon indicating copy to clipboard operation
nullstone copied to clipboard

Combine code deployment and infra changes into one activity

Open BSick7 opened this issue 2 years ago • 0 comments

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 avatar Aug 29 '23 22:08 BSick7