Skip to content

Commit

Permalink
v1: add end to end test for v1 endpoints (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrmiguel authored Apr 25, 2024
1 parent 8912c77 commit 27d55eb
Show file tree
Hide file tree
Showing 3 changed files with 513 additions and 47 deletions.
66 changes: 21 additions & 45 deletions registry/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ base64 = "0.21.0"
actix-cors = "0.6.4"
actix-multipart = "0.6.0"
anyhow = "1.0.69"
sqlx = { version = "0.7.2", features = [ "chrono", "json", "runtime-tokio-native-tls" , "postgres", "time" ] }
sqlx = { version = "0.7.4", features = [ "chrono", "json", "runtime-tokio-native-tls" , "postgres", "time" ] }
url = "2.3.1"
thiserror = "1.0.39"
semver = { version = "1.0.16", features = ["serde"] }
serde = { version = "1.0.154", features = ["derive"] }
futures = "0.3.26"
serde_json = "1.0.94"
chrono = { version = "0.4.23", features = [ "serde" ] }
chrono = { version = "0.4.38", features = [ "serde" ] }
dotenv = "0.15.0"
env_logger = "0.10.0"
reqwest = "0.11.14"
Expand Down
Loading

0 comments on commit 27d55eb

Please sign in to comment.