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

proto: add debug_bundle_process_not_started property to GetDebugBundl… #1505

Merged
merged 3 commits into from
Nov 12, 2024

Conversation

bojand
Copy link
Member

@bojand bojand commented Nov 8, 2024

…eStatusResponse.

This is convenience property so that the frontend knows whether the debug bundle process was not started.

@bojand bojand requested review from jvorcak and weeco November 8, 2024 02:37
Copy link

github-actions bot commented Nov 8, 2024

The latest Buf updates on your PR. Results from workflow Buf CI / push-module (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedNov 12, 2024, 2:42 AM

@bojand bojand force-pushed the backend/debug_bundle_not_started branch from ab12283 to 488b623 Compare November 8, 2024 02:41

// true IFF all broker statuses return
// "debug bundle process" not started error code
bool debug_bundle_process_not_started = 2;
Copy link
Contributor

Choose a reason for hiding this comment

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

NIT: I'm not a friend of negated bools. I'd prefer to call if debug_bundle_process_started instead. WDYT?

Copy link
Member Author

Choose a reason for hiding this comment

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

Changed to has_debug_process.

…eStatusResponse

proto: add debug_bundle_process_not_started property to GetDebugBundleStatusResponse
@bojand bojand force-pushed the backend/debug_bundle_not_started branch from d3da772 to 1091e20 Compare November 12, 2024 02:21
@weeco weeco self-requested a review November 12, 2024 13:38
@bojand bojand merged commit f9b3556 into master Nov 12, 2024
9 checks passed
@bojand bojand deleted the backend/debug_bundle_not_started branch November 12, 2024 15:04
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.

2 participants