Skip to content

Commit

Permalink
Moving to api with bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreOucif committed Sep 26, 2023
1 parent fa3d81a commit a1700b4
Show file tree
Hide file tree
Showing 267 changed files with 13 additions and 10 deletions.
1 change: 1 addition & 0 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
resolver = "2"

members = [
"api",
"api/bootstrap",
"common/derive",
"common/domain",
"common/infrastructure",
"common/presentation",
"common/testing",
"common/olog",
"github-indexer",
"application/rest-api-adapter",
"api/application/rest-api-adapter",
]
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2021"

[dependencies]
# Local dependecies
domain = { path = "../../common/domain", features = ["rocket"] }
olog = { path = "../../common/olog" }
domain = { path = "../../../common/domain", features = ["rocket"] }
olog = { path = "../../../common/olog" }

# Http server
rocket = { version = "0.5.0-rc.2", features = ["json", "uuid"] }
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 8 additions & 6 deletions api/Cargo.toml → api/bootstrap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,16 @@ rust_decimal_macros = "1.26"
tokio-retry = "0.3"

# Local dependecies
domain = { path = "../common/domain", features = ["rocket"] }
infrastructure = { path = "../common/infrastructure" }
derive = { path = "../common/derive" }
presentation = { path = "../common/presentation" }
olog = { path = "../common/olog" }
domain = { path = "../../common/domain", features = ["rocket"] }
infrastructure = { path = "../../common/infrastructure" }
derive = { path = "../../common/derive" }
presentation = { path = "../../common/presentation" }
olog = { path = "../../common/olog" }
rest_api_adapter = { path = "../application/rest-api-adapter" }


[dev-dependencies]
testing = { path = "../common/testing" }
testing = { path = "../../common/testing" }
envtestkit = "1.1.2"
lazy_static = "1.4.0"
rstest = "0.15.0"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a1700b4

Please sign in to comment.