Conversation
Co-authored-by: Michał Smolarek <34063647+Razz4780@users.noreply.github.com>
call set_authorization when creating a Proxy
…om-dependencies remove unused rustls-native-certs crate from dependencies
|
We should also delete this fork: https://github.com/rigetti/hyper-proxy2 |
| override: true | ||
| - uses: katyo/publish-crates@v2 | ||
| with: | ||
| registry-token: ${{ secrets.CRATES_IO_SECRET }} No newline at end of file |
There was a problem hiding this comment.
We'll need to add this: https://github.com/rigetti/hyper-proxy/settings/secrets/actions
jselig-rigetti
left a comment
There was a problem hiding this comment.
Once tests are passing, this looks reasonable
| authors = ["Johann Tuffe <tafia973@gmail.com>"] | ||
| name = "rigetti-hyper-proxy" | ||
| version = "1.1.1" | ||
| authors = ["MetalBear Tech LTD <hi@metalbear.co>"] |
There was a problem hiding this comment.
Should probably change this, just in case people use this email to ask for support?
| repository = "https://github.com/tafia/hyper-proxy" | ||
|
|
||
| documentation = "https://docs.rs/rigetti-hyper-proxy" | ||
| repository = "https://github.com/metalbear-co/hyper-http-proxy" |
There was a problem hiding this comment.
Same thing with this
| [](https://github.com/metalbear-co/hyper-http-proxy/actions/workflows/checks.yaml) | ||
| [](./LICENSE-MIT.md) | ||
| [](https://crates.io/crates/rigetti-hyper-proxy) | ||
|
|
There was a problem hiding this comment.
should probably change these references too
|
|
||
| Copyright (c) 2017 Johann Tuffe | ||
| Copyright (c) 2024 Natsuki Ikeguchi | ||
| Copyright (c) 2024 MetalBear Tech LTD |
There was a problem hiding this comment.
Should we append ourselves to this..?
| .get_ref() | ||
| .get_ref() | ||
| .get_ref() | ||
| .inner() |
There was a problem hiding this comment.
now that's what I call nested
@BatmanAoD Ok, I've archived it |
|
|
||
| Copyright (c) 2017 Johann Tuffe | ||
| Copyright (c) 2024 Natsuki Ikeguchi | ||
| Copyright (c) 2024 MetalBear Tech LTD |
See
upstream_commit_recommendations.txt, written by Claude Haiku 4.5. Claude then created a merge request with the described commit chain and manual changes.I selected the name
rigetti-hyper-proxyfor the crate.The final commit, "do a few more dependency updates," is from simply running
cargo upgrade -i. (The "upgrade" command comes fromcargo-edit.)Rather than merging this, we should simply switch the default branch to
mainonce we're satisfied that this looks correct.