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

feat(status)!: rename compensating and ready status #223

Merged
merged 2 commits into from
Nov 28, 2023

Conversation

brooksmtownsend
Copy link
Member

Feature or Problem

This PR renames the Compensating status to Reconciling, and the Ready status to Deployed. According to discussion in #177 this is what most folks agreed was more intuitive than what we had, and Undeployed/Failed are still acceptable statuses.

Related Issues

Fixes #177

Release Information

Next minor release

Consumer Impact

Downstream consumers of the wadm crate will be able to simply replace all uses of compensating and ready to the new status enum member. Any consumers of the status stream that look for a specific status message will need to update to use the new status.

Testing

Unit Test(s)

Acceptance or Integration

Manual Verification

connorsmith256
connorsmith256 previously approved these changes Nov 28, 2023
Copy link
Contributor

@connorsmith256 connorsmith256 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Just one question

src/server/types.rs Outdated Show resolved Hide resolved
Signed-off-by: Brooks Townsend <[email protected]>

chore: update to lowercase

Signed-off-by: Brooks Townsend <[email protected]>
Signed-off-by: Brooks Townsend <[email protected]>
@brooksmtownsend brooksmtownsend merged commit dbe3c28 into main Nov 28, 2023
5 checks passed
@brooksmtownsend brooksmtownsend deleted the feat/rename-statuses branch November 28, 2023 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename application statuses to more descriptive and used words
2 participants