-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Deprecated saml authority url, hided from UI #25151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
TypeScript types have been updated based on the JSON schema changes in the PR |
|
🔍 CI failure analysis for 3c41876: Five CI failure types: Python type checking (from main), Playwright flaky tests, two Maven jobs with disk space exhaustion; all unrelated to SAML changes.IssuesFive types of CI failures on this PR (post-merge from main):
Root Causes1. Python Type Checking (Multiple Jobs)Error: From main branch merge (commit 3c41876), not this PR. 2. Playwright Flaky TestsResults: 3 failed, 9 flaky, 454 passed - typical flaky test pattern. 3-4. Maven Jobs - Infrastructure Disk Space ExhaustionBoth maven-postgresql-ci and maven-sonarcloud-ci failed with identical error: GitHub Actions runners ran out of disk space. This is a recurring infrastructure problem affecting multiple Maven jobs in this CI run. DetailsPR Changes (SAML deprecation):
Why all failures are unrelated to this PR:
AssessmentAll CI failures are infrastructure issues or pre-existing problems:
None of these failures are caused by the SAML authorityUrl deprecation changes in this PR, which only modified JSON schema and TypeScript/UI files. Failure Types: Infrastructure (disk space) + Build (type checking from main) + Flaky tests Code Review ✅ ApprovedClean deprecation of SAML Tip Comment OptionsAuto-apply is off Gitar will not commit updates to this branch. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | This comment will update automatically (Docs) |
|
|
Changes have been cherry-picked to the 1.11.5 branch. |
* Deprecated saml authority url, hided from UI * Update generated TypeScript types --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> (cherry picked from commit 9eeb2c7)



Describe your changes:
Fixes
I worked on ... because ...
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>Summary by Gitar
authorityUrlas deprecated insamlSSOClientConfig.jsonwithentityIdas replacementauthorityUrlfrom SAML configuration form inSSO.constant.tsusing RJSFui:widget: hiddenThis will update automatically on new commits.