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

Ai upgrade hyper #1185

Closed
wants to merge 37 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
568a29e
fix: Remove 'backports' feature from 'hyper' dependency in Cargo.toml
scottopell Dec 27, 2024
3300ef6
fix: Remove deprecated feature from hyper dependency in Cargo.toml
scottopell Dec 27, 2024
0d491f0
fix: Enable necessary features for `hyper` and correct imports in `ma…
scottopell Dec 27, 2024
104649a
fix: Update hyper dependency and adjust server creation in ducks package
scottopell Dec 27, 2024
ebc0615
fix: Correct failed SEARCH/REPLACE block for tonic::transport::Server…
scottopell Dec 27, 2024
b8530d8
fix: Resolve import errors and adjust server creation logic for hyper
scottopell Dec 27, 2024
d7a6f9b
fix: Correct syntax error in http_listen function service_fn closure
scottopell Dec 27, 2024
6020c51
fix: Resolve import errors and correctly set up hyper server creation
scottopell Dec 27, 2024
655c8a0
fix: Update hyper version and adjust features in Cargo.toml files
scottopell Dec 27, 2024
78097e4
chore: Update `Cargo.toml` files to use consistent `hyper` and `http`…
scottopell Dec 27, 2024
a81eac2
fix: Correct hyper dependency version in Cargo.toml
scottopell Dec 27, 2024
ba75b97
fix: Update imports to match latest hyper API in multiple files
scottopell Dec 27, 2024
e4bbc7d
chore: Update dependencies in Cargo.lock and Cargo.toml files
scottopell Dec 27, 2024
48da075
chore: Update http and hyper dependencies to use workspace configuration
scottopell Dec 27, 2024
8e2044b
fix: Resolve compilation errors related to the hyper crate updates
scottopell Dec 27, 2024
ebfe17a
refactor: Update code to use hyper::body::Body for compatibility with…
scottopell Dec 27, 2024
8b7416f
feat: Update to use BoxBody and generics for hyper::Body usage
scottopell Dec 27, 2024
ba25390
feat: Migrate to hyper 1.x by using BoxBody for response handling
scottopell Dec 27, 2024
ab3b94d
fix: Replace HyperBody with BoxBody to resolve dyn compilation errors
scottopell Dec 27, 2024
de941db
fix: Add Io error wrapper to Http error enum in http.rs
scottopell Dec 27, 2024
1f236e6
fix: Update imports and usage of hyper components to resolve compilat…
scottopell Dec 27, 2024
fb06f3b
fix: Update build.rs to correctly compile proto files with tonic_build
scottopell Dec 27, 2024
6f7f043
tonic comes along too
scottopell Dec 27, 2024
45d4edf
fix: Import missing Empty type in lib.rs for tonic integration
scottopell Dec 27, 2024
e2e8328
fix: Add missing imports in integration_api.proto for message traits
scottopell Dec 27, 2024
82889ab
refactor: Clean up imports and remove unused code in main.rs and lib.rs
scottopell Dec 27, 2024
b34a186
fix: Remove unused imports and correct hyper crate usage in main.rs
scottopell Dec 27, 2024
4cee87d
fix: Resolve import errors and update type specifications in ducks mo…
scottopell Dec 27, 2024
f7209b7
fix: Resolve unresolved imports and type issues in main.rs
scottopell Dec 27, 2024
a4fa910
fix: Replace Body with BoxBody to resolve dyn keyword errors
scottopell Dec 27, 2024
32810f7
fix: Resolve import and usage issues for hyper::body in main.rs
scottopell Dec 27, 2024
621b2ce
refactor: Simplify HTTP request handler and clean up imports
scottopell Dec 27, 2024
d047b30
fix: Resolve compilation errors in ducks integration testing target
scottopell Dec 27, 2024
9b4f3fd
fix: Resolve compilation errors in ducks integration testing target
scottopell Dec 27, 2024
a36eadb
fix: Resolve import errors and update body handling in ducks integration
scottopell Dec 27, 2024
f1486d4
fix: Resolve compilation errors by correcting imports and method calls
scottopell Dec 27, 2024
df3602c
chore: Update dependencies and modify proto file for integration tests
scottopell Dec 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
.aider*
Loading
Loading