Skip to content

Commit 5f842b9

Browse files
committed
extract repository-stats logic into subcrate
1 parent 54220bd commit 5f842b9

25 files changed

+292
-118
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: taiki-e/install-action@v2
2424
with:
25-
tool: just,sqlx-cli
25+
tool: just,sqlx-cli,fd-find
2626

2727
- name: restore build & cargo cache
2828
uses: Swatinem/rust-cache@v2

.sqlx/query-0107ab57a47a423721cc6257cf1572348bf76ecf16632fe625ebafa17f45738a.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

.sqlx/query-f550ed904fdb5d3ee6581fe1ad036c9b5b8db8765d5665042deb9ade67394d3c.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

Cargo.lock

Lines changed: 24 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ docs_rs_headers = { path = "crates/lib/docs_rs_headers" }
5656
docs_rs_logging = { path = "crates/lib/docs_rs_logging" }
5757
docs_rs_opentelemetry = { path = "crates/lib/docs_rs_opentelemetry" }
5858
docs_rs_registry_api = { path = "crates/lib/docs_rs_registry_api" }
59+
docs_rs_repository_stats = { path = "crates/lib/docs_rs_repository_stats" }
5960
docs_rs_types = { path = "crates/lib/docs_rs_types" }
6061
docs_rs_uri = { path = "crates/lib/docs_rs_uri" }
6162
docs_rs_utils = { path = "crates/lib/docs_rs_utils" }
@@ -120,7 +121,6 @@ serde_json = { workspace = true }
120121
bincode = { workspace = true }
121122

122123
# axum dependencies
123-
async-trait = "0.1.83"
124124
axum = { version = "0.8.1", features = ["macros"] }
125125
axum-extra = { workspace = true }
126126
tower = "0.5.1"

crates/lib/docs_rs_repository_stats/.sqlx/query-440b3d15186a21435c470279a5c482315132d6baff4c517df246bc39638f5527.json

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/lib/docs_rs_repository_stats/.sqlx/query-5b401b6a191f7364be11110c23228933120dc7c39d0ef436ececc8bee9695c05.json

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/lib/docs_rs_repository_stats/.sqlx/query-718576e299a41495b28c843737921e3493a61c0629a9d9a5d04066d443663965.json

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/lib/docs_rs_repository_stats/.sqlx/query-97a9b51028cbf8e585e120382efdff87417d99c179c695ded1bdb6cd584a7323.json

Lines changed: 40 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/lib/docs_rs_repository_stats/.sqlx/query-ce3c4ceec1fee051b9c9716d7e3dc94b213dc5449083dc109c1d935164e647e2.json

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)