Skip to content
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

fix(UI): Showing platform instances only once #12806

Lint ignore

8606ebe
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

fix(UI): Showing platform instances only once #12806

Lint ignore
8606ebe
Select commit
Loading
Failed to load commit list.
GitHub Actions / Unit Test Results (build & test) succeeded Mar 6, 2025 in 0s

All 20 tests pass in 2m 38s

12 files  +12  12 suites  +12   2m 38s ⏱️ + 2m 38s
20 tests +20  20 ✅ +20  0 💤 ±0  0 ❌ ±0 
40 runs  +40  40 ✅ +40  0 💤 ±0  0 ❌ ±0 

Results for commit 8606ebe. ± Comparison against earlier commit 29b44f2.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results (build & test)

20 tests found

There are 20 tests, see "Raw output" for the full list of tests.
Raw output
app.ApplicationTest ‑ testAPI()
app.ApplicationTest ‑ testHappyPathOidc()
app.ApplicationTest ‑ testHealth()
app.ApplicationTest ‑ testIndex()
app.ApplicationTest ‑ testIndexNotFound()
app.ApplicationTest ‑ testInvalidRedirectUrl()
app.ApplicationTest ‑ testOidcRedirectToRequestedUrl()
app.ApplicationTest ‑ testOpenIdConfig()
oidc.OidcCallbackLogicTest ‑ testGetGroupNamesWithCollection()
oidc.OidcCallbackLogicTest ‑ testGetGroupNamesWithCommaSeparated()
oidc.OidcCallbackLogicTest ‑ testGetGroupNamesWithSingleGroup()
oidc.OidcCallbackLogicTest ‑ testGetGroupsClaimNamesJsonArray()
security.DummyLoginModuleTest ‑ testAuthenticate()
security.GuestAuthenticationConfigsTest ‑ testGuestConfigDisabled()
security.GuestAuthenticationConfigsTest ‑ testGuestConfigEnabled()
security.GuestAuthenticationConfigsTest ‑ testGuestConfigWithUserEnabled()
security.OidcConfigurationTest ‑ readPreferredJwsAlgorithmPropagationFromConfig()
security.OidcConfigurationTest ‑ readPreferredJwsAlgorithmPropagationFromJSON()
security.OidcConfigurationTest ‑ readTimeoutPropagation()
utils.SearchUtilTest ‑ testEscapeForwardSlash()