Skip to content

feat(UI): add autocomplete entity item component #5104

feat(UI): add autocomplete entity item component

feat(UI): add autocomplete entity item component #5104

GitHub Actions / Unit Test Results (build & test) succeeded Mar 14, 2025 in 0s

All 32 tests pass in 1m 18s

 9 files   -  9   9 suites   - 9   1m 18s ⏱️ - 1m 19s
32 tests ± 0  32 ✅ ± 0  0 💤 ±0  0 ❌ ±0 
32 runs   - 32  32 ✅  - 32  0 💤 ±0  0 ❌ ±0 

Results for commit da4a350. ± Comparison against earlier commit 0ccb7ae.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

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

32 tests found

There are 32 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.AuthenticationManagerTest ‑ testEmptyUsername()
security.AuthenticationManagerTest ‑ testNullUsername()
security.AuthenticationManagerTest ‑ testRealAuthentication()
security.DataHubUserPrincipalTest ‑ testEquals()
security.DataHubUserPrincipalTest ‑ testGetName()
security.DataHubUserPrincipalTest ‑ testHashCode()
security.DataHubUserPrincipalTest ‑ testToString()
security.DummyLoginModuleTest ‑ testAuthenticate()
security.GuestAuthenticationConfigsTest ‑ testGuestConfigDisabled()
security.GuestAuthenticationConfigsTest ‑ testGuestConfigEnabled()
security.GuestAuthenticationConfigsTest ‑ testGuestConfigWithUserEnabled()
security.OidcConfigurationTest ‑ readPreferredJwsAlgorithmPropagationFromConfig()
security.OidcConfigurationTest ‑ readPreferredJwsAlgorithmPropagationFromJSON()
security.OidcConfigurationTest ‑ readTimeoutPropagation()
security.PropertyFileLoginModuleTest ‑ testFailedAuthentication()
security.PropertyFileLoginModuleTest ‑ testLogoutClearsCredentials()
security.PropertyFileLoginModuleTest ‑ testNonexistentFile()
security.PropertyFileLoginModuleTest ‑ testNonexistentUser()
security.PropertyFileLoginModuleTest ‑ testSuccessfulAuthentication()
utils.SearchUtilTest ‑ testEscapeForwardSlash()