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): null dereference #12193

Merged
merged 3 commits into from
Dec 23, 2024

Merge branch 'master' into ab-fix-null-dereference

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

fix(ui): null dereference #12193

Merge branch 'master' into ab-fix-null-dereference
2632034
Select commit
Loading
Failed to load commit list.
GitHub Actions / Unit Test Results (build & test) succeeded Dec 23, 2024 in 0s

All 17 tests pass in 1m 19s

 5 files   -   330   5 suites   - 330   1m 19s ⏱️ - 13m 7s
17 tests  - 1 434  17 ✅  - 1 408  0 💤  - 26  0 ❌ ±0 
17 runs   - 1 440  17 ✅  - 1 414  0 💤  - 26  0 ❌ ±0 

Results for commit 2632034. ± Comparison against earlier commit 4b3ec4c.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

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

17 tests found

There are 17 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.OidcConfigurationTest ‑ readPreferredJwsAlgorithmPropagationFromConfig()
security.OidcConfigurationTest ‑ readPreferredJwsAlgorithmPropagationFromJSON()
security.OidcConfigurationTest ‑ readTimeoutPropagation()
utils.SearchUtilTest ‑ testEscapeForwardSlash()