Remove Docker files and Simplify Project #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "simplify"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pull request removes all support for distributed tracing (fastrace and OpenTelemetry), as well as Fly.io and Docker deployment configurations, simplifying the codebase and its dependencies. It also updates some Rust dependencies to newer versions. The most important changes are grouped below:
Deployment and Infrastructure Removal:
Dockerfile,.dockerignore, anddocker-compose.yml, removing containerization support. [1] [2] [3]Distributed Tracing Removal:
fastrace,fastrace-axum,fastrace-opentelemetry, and OpenTelemetry dependencies fromCargo.toml, and deleted all related initialization and usage in the application code (src/main.rs,src/cameron.rs). [1] [2] [3] [4] [5] [6] [7]Dependency Updates:
tokioandtower-livereloadto newer versions inCargo.toml.Nix Flake Input Fix:
rust-overlayinput inflake.nixto properly follow thenixpkgsinput.