Anki/rslib/src/sync
Jean Khawand b7f61c5d75 Update base images and introduce health endpoint (#3273)
* Update base images and introduce health endpoint

sync-server: introduce `/health` endpoint to check if the service is reachable.

bump(alpine): bump alpine base image from `3.19` to `3.20`

bump(rust): bump rust-alpine build image from `1.76` to `1.79`

* fix cargo fmt

* add allow clippy::extra_unused_type_parameters

* Remove unused type param (dae)

* Route /health directly (dae)

* Fix for latest axum (dae)
2024-07-10 20:35:21 +07:00
..
collection Update axum/reqwest for hyper 1.0 2024-07-06 18:45:32 +07:00
http_client Update axum/reqwest for hyper 1.0 2024-07-06 18:45:32 +07:00
http_server Update base images and introduce health endpoint (#3273) 2024-07-10 20:35:21 +07:00
media Refactor media sync handling (#2647) 2023-09-10 13:22:20 +10:00
request Update axum/reqwest for hyper 1.0 2024-07-06 18:45:32 +07:00
error.rs Implement HttpError directly so that sources can be extracted properly 2023-03-01 19:46:06 +10:00
login.rs Change Anki's version scheme; bump to 23.09 (#2640) 2023-09-07 12:37:15 +10:00
mod.rs Rework syncing code, and replace local sync server (#2329) 2023-01-18 12:43:46 +10:00
response.rs Update axum/reqwest for hyper 1.0 2024-07-06 18:45:32 +07:00
version.rs Move generated protobuf into anki_proto 2023-06-12 15:47:51 +10:00