-
Notifications
You must be signed in to change notification settings - Fork 23
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
Updated dependencies #112
Updated dependencies #112
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM so far
@@ -6,7 +6,7 @@ license = "Apache-2.0" | |||
keywords = ["rate-limiting", "rate", "limiter", "envoy", "rls"] | |||
categories = ["web-programming"] | |||
description = "Rate limiting service that integrates with Envoy's RLS protocol" | |||
homepage = "https://github.com/kuadrant/limitador" | |||
homepage = "https://kuadrant.io" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the limitador-server
crate is not being published, where is this information being exposed? (in addition to in the Cargo.toml
in the GH repo)
Anyway, for me the homepage
is (was) correct. Maybe in the "READMEwe should add reference to
https://kuadrant.io`. Not a strong opinion, though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which ever… we can also not have a homepage (also, to be clear, there is repository
that points to github still)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤷 your call
license = "Apache-2.0" | ||
keywords = ["rate-limiting", "rate", "limiter"] | ||
categories = ["web-programming"] | ||
description = "Rate limiting library" | ||
homepage = "https://github.com/kuadrant/limitador" | ||
homepage = "https://kuadrant.io" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure about this, since this crate is publish in crates.io
Aligned with the previous comment, I would leave it as it was, but it is ok as you propose.
limitador-server/Cargo.toml
Outdated
@@ -6,7 +6,7 @@ license = "Apache-2.0" | |||
keywords = ["rate-limiting", "rate", "limiter", "envoy", "rls"] | |||
categories = ["web-programming"] | |||
description = "Rate limiting service that integrates with Envoy's RLS protocol" | |||
homepage = "https://github.com/kuadrant/limitador" | |||
homepage = "https://kuadrant.io" | |||
repository = "https://github.com/kuadrant/limitador" | |||
documentation = "https://docs.rs/limitador" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd probably get rid of the documentation
here, or have it point to kuadrant.io/docs/limitador-server? (There will be better content there soon™)
@@ -22,6 +22,9 @@ jobs: | |||
profile: minimal | |||
toolchain: stable | |||
override: true | |||
- uses: abelfodil/protoc-action@v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just for curiosity, why is this new step needed now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
libssl3
from container image, as this was introduced byreqwest
/infinispan
authors
… but it isn't complete… confused?