Conversation
- Add DB table and backend CRUD for federation mapping resource - Add API
This is not functionally ready, but is already usable
| #[error(transparent)] | ||
| MappedUserDataBuilder { | ||
| #[from] | ||
| source: MappedUserDataBuilderError, |
Check warning
Code scanning / clippy
type api::v3::federation::types::MappedUserDataBuilderError is more private than the item api::v3::federation::error::OidcError::MappedUserDataBuilder::source Warning
| #[error(transparent)] | ||
| MappedUserDataBuilder { | ||
| #[from] | ||
| source: MappedUserDataBuilderError, |
Check warning
Code scanning / clippy
type api::v3::federation::types::MappedUserDataBuilderError is more private than the item api::v3::federation::error::OidcError::MappedUserDataBuilder::source Warning
|
|
||
| use sea_orm::DatabaseConnection; | ||
| use sea_orm::entity::*; | ||
| use sea_orm::query::*; |
Check warning
Code scanning / clippy
unused import: sea_orm::query Warning
|
|
||
| use sea_orm::DatabaseConnection; | ||
| use sea_orm::entity::*; | ||
| use sea_orm::query::*; |
Check warning
Code scanning / clippy
unused import: sea_orm::query Warning
|
| Branch | dev |
| Testbed | ubuntu-latest |
Click to view all benchmark results
| Benchmark | Latency | Benchmark Result microseconds (µs) (Result Δ%) | Upper Boundary microseconds (µs) (Limit %) |
|---|---|---|---|
| fernet token/project | 📈 view plot 🚷 view threshold | 9.68 µs(-0.96%)Baseline: 9.78 µs | 10.12 µs (95.72%) |
Still a lot of work to do, but this is now usable