Update the matrix row to have deployed version details #840
Saup21
started this conversation in
New Features
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The matrix row has deployed environments data named as
environmentnode, which is derived from deployed_versions data. Now deployed version has the application instance details which cannot be represented underenvironmentnode because that can confuse customers to think we have application instance column in environments table or something. What we are planning to do is to rename theenvironmentnode to maybe something likedeployed-environmentand refactor the data inside it to contain deployed version data and embed environment data in it or have another node in the response to containdeployed_versionsdata to maintain backward compatiblilyBeta Was this translation helpful? Give feedback.
All reactions