This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/tests
Ken Sternberg 7c4fafdc28 web: provide a "select / select all" tool for the dual list multiselect
**This commit**

- Fixes the bug whereby pagination would leave the 'some moves available' state visible by clearing
  the 'to-move' state when the list of options changes.
- Fixes the bug whereby a change of 'options' in available would also cause an update to
  `selectedKeys`, causing the entire selected field to clear. Fixed by making `selectedKeys` a
  static object updated only when `selected` is generated rather than generating it anew with each
  re-rerender. (Hey, kids, can you say "functional programming and immutability" five time fast? I
  knew you could!)
- Fixes the bug whereby the change of outpost type would not cause an update of the `options`
  collection.
- Fixes the bug whereby the CSS was not creating enough whitespace separation between the whole
  component and its siblings. Host components are coded `span:static` unless otherwise styled to be
  `block`; we want `block` most of the time.
- Fixes the bug whereby the list of existing objects wasn't being passed to the handler correctly.
- Updates the Form Handler to recognize this new input object.
- Fixes the bug whereby changing outpost type doesn't handle the list of selected applications well.
- Fixes the bug whereby the identity of the outpost type's associated `fetch()` function loses
  identity -- necessary to maintain the selected outpost type switch.
- Fixes the CSS bug whereby horizontal scrolling would not enable correctly when the application's
  name overflows the listbox.
- Completes this assignment.  :-)
2024-01-02 15:46:28 -08:00
..
e2e tests: fix flaky tests (#7676) 2023-11-21 23:50:43 +01:00
integration tests: fix flaky tests (#7676) 2023-11-21 23:50:43 +01:00
manual/openid-conformance providers/oauth2: OpenID conformance (#4758) 2023-02-23 15:26:41 +01:00
wdio web: provide a "select / select all" tool for the dual list multiselect 2024-01-02 15:46:28 -08:00
__init__.py tests: move integration tests into separate folder, add separate pipeline task 2020-11-19 14:35:43 +01:00
GeoLite2-ASN-Test.mmdb events: add ASN Database reader (#7793) 2023-12-20 22:16:50 +01:00
GeoLite2-City-Test.mmdb tests: fix missing test GeoIP database 2021-06-06 01:08:11 +02:00
radius-dictionary providers/radius: simple radius outpost (#1796) 2023-03-20 16:54:35 +01:00