Open ChandonPierre opened 5 days ago
Name | Link |
---|---|
Latest commit | 8466f125ec59974da1f843d27127bf240b624de9 |
Latest deploy log | https://app.netlify.com/sites/authentik-docs/deploys/6739a3f5407aca000855fd53 |
Name | Link |
---|---|
Latest commit | 8466f125ec59974da1f843d27127bf240b624de9 |
Latest deploy log | https://app.netlify.com/sites/authentik-storybook/deploys/6739a3f50e59d20008f01a4e |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 50.49%. Comparing base (
550e24e
) to head (8466f12
).:exclamation: There is a different number of reports uploaded between BASE (550e24e) and HEAD (8466f12). Click for more details.
HEAD has 3 uploads less than BASE
| Flag | BASE (550e24e) | HEAD (8466f12) | |------|------|------| |e2e|8|7| |unit|2|0|
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Details
We continually run into rate limiting issues syncing against an upstream Google Secure LDAP service. This PR:
SYNC
client strategy toRESTARTABLE
to handle connection failure retries, instead of halting the sync operationChecklist
ak test authentik/
)make lint-fix
)If an API change has been made
make gen-build
)If changes to the frontend have been made
make web
)If applicable
make website
)