Skip to content

feat: Initial implement ok federation resources#142

Merged
gtema merged 3 commits intomainfrom
dev
May 23, 2025
Merged

feat: Initial implement ok federation resources#142
gtema merged 3 commits intomainfrom
dev

Conversation

@gtema
Copy link
Collaborator

@gtema gtema commented May 23, 2025

Still a lot of work to do, but this is now usable

gtema added 3 commits May 5, 2025 16:46
- 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

type api::v3::federation::types::MappedUserDataBuilderError is more private than the item api::v3::federation::error::OidcError::MappedUserDataBuilder::source
#[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

type api::v3::federation::types::MappedUserDataBuilderError is more private than the item api::v3::federation::error::OidcError::MappedUserDataBuilder::source

use sea_orm::DatabaseConnection;
use sea_orm::entity::*;
use sea_orm::query::*;

Check warning

Code scanning / clippy

unused import: sea_orm::query Warning

unused import: sea_orm::query

use sea_orm::DatabaseConnection;
use sea_orm::entity::*;
use sea_orm::query::*;

Check warning

Code scanning / clippy

unused import: sea_orm::query Warning

unused import: sea_orm::query
@github-actions
Copy link

github-actions bot commented May 23, 2025

🐰 Bencher Report

Branchdev
Testbedubuntu-latest
Click to view all benchmark results
BenchmarkLatencyBenchmark 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%)
🐰 View full continuous benchmarking report in Bencher

@gtema gtema merged commit db3c2cc into main May 23, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant

Comments