Closed Marvin9 closed 2 weeks ago
Name | Link |
---|---|
Latest commit | cf560acb45225cb53134745d15b810a849163deb |
Latest deploy log | https://app.netlify.com/sites/docs-kargo-io/deploys/6722c65099deb20008fc1b18 |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 49.98%. Comparing base (
1a7ab78
) to head (cf560ac
). Report is 7 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
fixes https://github.com/akuity/kargo/issues/2768
API constructs data for that table. But this lacked live updates. Its expensive to re-construct this view using API. This PR takes an advantage of the fact that Stage resource has lastPromotion field which helps to determine what should be changed in the table. We were already watching Stage events.