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

Disambiguate Health endpoint due to introduction of Kessel Inventory #129

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

alechenninger
Copy link
Member

@alechenninger alechenninger commented Aug 5, 2024

This is technically a breaking change, but I don't think anything actually uses the health gRPC API.

Also, regeneration highlighted that adding optional, while not breaking on the wire (probably?), it does break code generation (see https://protobuf.dev/programming-guides/proto3/#updating), so I had to fix this too. Namespace should be required, the fact that some types don't have this is the bug.

PR Template:

Describe your changes

  • ...

Ticket reference (if applicable)

Fixes #

Checklist

  • Are the agreed upon acceptance criteria fulfilled?

  • Was the 4-eye-principle applied? (async PR review, pairing, ensembling)

  • Do your changes have passing automated tests and sufficient observability?

  • Are the work steps you introduced repeatable by others, either through automation or documentation?

    • If automation is possible but not done due to other constraints, a ticket to the tech debt sprint is added
    • An SOP (Standard Operating Procedure) was created
  • The Changes were automatically built, tested, and - if needed, behind a feature flag - deployed to our production environment. (Please check this when the new deployment is done and you could verify it.)

  • Are the agreed upon coding/architectural practices applied?

  • Are security needs fullfilled? (e.g. no internal URL)

  • Is the corresponding Ticket in the right state? (should be on "review" now, put to done when this change made it to production)

  • For changes to the public API / code dependencies: Was the whole team (or a sufficient amount of ppl) able to review?

Copy link
Contributor

@merlante merlante left a comment

Choose a reason for hiding this comment

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

LGTM

@wscalf
Copy link
Contributor

wscalf commented Aug 6, 2024

The PR check should pass after rebasing (had to update a package in main)

This is technically a breaking change, but I don't think anything actually uses the health gRPC API.

Also, regeneration highlighted that adding `optional`, while not breaking on the wire (probably?), it _does_ break code generation (see https://protobuf.dev/programming-guides/proto3/#updating), so I had to fix this too.
@alechenninger alechenninger force-pushed the disambiguate-health-service branch from ca01c21 to 7263356 Compare August 7, 2024 16:58
@alechenninger
Copy link
Member Author

Thanks! Rebased – merging

@alechenninger alechenninger merged commit a7cca3e into main Aug 7, 2024
6 of 7 checks passed
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.

3 participants