Skip to content

Conversation

@geofflamrock
Copy link
Owner

@geofflamrock geofflamrock commented May 26, 2025

Refactors the types in getting the status of a stack to better match the ones used in the status command as these are a bit clearer and start to pave the way for having a proper tree structure.

Small change to the json output for the status command too, don't return the body now as that feels unnecessary.

{
public BranchStatus Status { get; set; } = new(false, false, false, false, 0, 0, 0, 0, null);
public GitHubPullRequest? PullRequest { get; set; }
[JsonIgnore]
Copy link
Owner Author

Choose a reason for hiding this comment

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

Remove

@geofflamrock geofflamrock added internal Changes only affect the internal API minor Increment the minor version when merged and removed internal Changes only affect the internal API labels May 26, 2025
@geofflamrock geofflamrock marked this pull request as ready for review May 26, 2025 23:56
@geofflamrock geofflamrock merged commit da3dec8 into main May 26, 2025
19 checks passed
@geofflamrock geofflamrock deleted the refactor-stack-status branch May 26, 2025 23:57
@geofflamrock geofflamrock added chore Chore that should not be included in release notes internal Changes only affect the internal API and removed minor Increment the minor version when merged chore Chore that should not be included in release notes labels Jun 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal Changes only affect the internal API

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant