Roblox / rs-consul

This crate provides access to a set of strongly typed apis to interact with consul (https://www.consul.io/)
MIT License
35 stars 23 forks source link

Add support for deregister entity #38

Closed sjudd closed 9 months ago

sjudd commented 10 months ago

What problem are we solving?

Deregister entity is not supported by this library, but it is by Consul's API: https://www.consul.io/api-docs/catalog#deregister-entity

How are we solving the problem?

Adding support :)

Checks

Please check these off before promoting the pull request to non-draft status.

sjudd commented 10 months ago

I've promoted this to a full PR early because it looks like I can't run the CI checks without someone taking a look. Hope that's ok.

kushudai commented 10 months ago

Hi @sjudd Thank you for the contribution! Would you mind signing the CLA? :)

sjudd commented 10 months ago

Hi @kushudai I would almost certainly be happy to, but I don't know how? I don't see a link to the CLA or where to sign it?

kushudai commented 10 months ago

Hi @kushudai I would almost certainly be happy to, but I don't know how? I don't see a link to the CLA or where to sign it?

Ah, apologies, It could definitely be clearer. You can find the CLA document here

The way to sign it is merely to a leave a comment on the PR like so: https://github.com/Roblox/rs-consul/pull/32#issuecomment-1596271991

sjudd commented 10 months ago

I have read the CLA Document and I hereby sign the CLA

sjudd commented 10 months ago

Hi @kushudai, let me know if there's anything else i can do here. Thanks for taking a look!

kushudai commented 10 months ago

Hi @kushudai, let me know if there's anything else i can do here. Thanks for taking a look!

Hi apologies for the delay. I don't quite understand why the CLA check is failing. I'm trying to get help internally for this.

sjudd commented 10 months ago

Thank you, I really appreciate it. I get these things can be a pain :/

kushudai commented 9 months ago

Thank you, I really appreciate it. I get these things can be a pain :/

Hi @sjudd I merged https://github.com/Roblox/rs-consul/pull/39 and we updated some other secrets which had expired. Together this should resolve this issue. Could you merge master to this fork branch?

Huge thanks to @rgychiu for diagnosing and fixing the problems here!

github-actions[bot] commented 9 months ago

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.