Erik Jan de Wit
bd28a912dd
optimized realm loading and added current realm ( #1891 )
2022-01-20 11:20:35 +01:00
mfrances17
3b50af4678
LDAP mapper test fix ( #1860 )
2022-01-17 11:39:48 +01:00
Jon Koops
919d07c90b
Add RoutableTabs component for routed tabs ( #1852 )
2022-01-14 11:05:50 +01:00
Erik Jan de Wit
811131518e
Adds the permissions tab to the Authorization screen under clients ( #1835 )
...
* initial work on permissions
* search dropdown permissions
* permissions tab
* added empty state
* added new permssion detail route
* added detail screen
* fixed load
* added decision strategy
* added tests
* fixed class name and identeded the expandable table row
2022-01-12 11:01:54 -05:00
Aboullos
04e86e9b0b
Update Clients tests ( #1824 )
2022-01-08 10:27:57 +01:00
Erik Jan de Wit
cb033a0f8d
Fix another compilation error in Cypress tests ( #1836 )
2022-01-07 17:31:56 +01:00
Erik Jan de Wit
1e766ac9c0
Fix compilation errors in Cypress tests ( #1834 )
2022-01-07 14:17:18 +01:00
Jon Koops
ee29a308e8
Add overview for attributes groups to realm settings ( #1822 )
2022-01-07 13:56:27 +01:00
Erik Jan de Wit
ced1008ad5
now only logs in per test suite for client tests ( #1828 )
2022-01-07 08:27:58 +01:00
Erik Jan de Wit
f1c7e5ecb3
Create custom user federation providers page ( #1745 )
...
* Create custom user federation providers page
fixes : #1722
* added breadcrumb
2022-01-05 12:06:53 -05:00
Erik Jan de Wit
33a1769c39
Finish the policy pages of the authentication section ( #1713 )
...
* added WebauthnPolicy tab to Plicies
* change for passwordless
* added tests
* removed use of useToggle
2022-01-05 11:18:49 -05:00
Aboullos
23b11eb879
Update Masthead tests ( #1820 )
2022-01-05 10:56:38 +01:00
Jon Koops
f0fc136672
Add toggle for user profile to realm settings ( #1717 )
2022-01-03 16:00:03 +01:00
Jenny
05af84f20f
Edit message bundle values ( #1663 )
...
* message bundles are now editable
* update alert text in tests
* delete realm settings test
* remove updatedMessageBundles
* remove unused usefetch
* update lodash import
* fix add locale test
* fix add bundle
* cypress tests
* fix data test id on button
* remove unused isAgtive prop
* fix lint errors
* unskip tests
* refactor KDT to Table with PaginatedToolbar
* unskip tests
* uncomment
* revert KDT
* remove unused onSelect
* Apply suggestions from code review
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* PR feedback
* PR feedback
* remove useEffect
* fix localization test
* rewrite localization test
* switch test
* unskip
* force
* PR feedback
* package lock
* remove true
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-12-21 07:34:44 +01:00
Marco
2276311334
Credentials Reset Flow ( #1699 )
...
* Add credential reset modal
* Add i18n labels
* Refactor to align with marvelapp mockup
TODO: tests
* Add e2e tests
* Implement code review change requests
Add menuAppendTo to CredentialResetActionMultiSelect -> Select component
Add optional menuAppendTo prop to TimeSelectorComponent
Refactor CredentialsPage constructor
2021-12-21 07:22:44 +01:00
Erik Jan de Wit
a473a0b07f
added import and save functions to resource tab ( #1676 )
...
* added import and save functions to resource tab
* added test
* fixed the test
2021-12-16 17:31:17 +01:00
Erik Jan de Wit
67d2c8617f
Changed the idP mapper form to use the new Dynamic forms ( #1641 )
2021-12-14 23:46:19 +01:00
Erik Jan de Wit
e8f335f199
changed all the help items ( #1683 )
2021-12-14 15:56:36 +01:00
Erik Jan de Wit
d4c50f6218
added otp policies screen ( #1665 )
2021-12-13 11:39:41 +01:00
ikhomyn
383673fc1a
Fix. 1359-Can't view all scopes. ( #1675 )
2021-12-10 13:24:26 +01:00
Stan Silvert
6250ccdaef
Complete partial import functionality. ( #1644 )
...
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-12-10 11:53:21 +01:00
mfrances17
a9d9581062
Cypress test fixes ( #1628 )
2021-12-06 11:50:29 +01:00
Erik Jan de Wit
de1d677cc1
initial version of the password policies ( #1601 )
2021-12-01 10:24:46 +01:00
Erik Jan de Wit
0bbd4ddad1
Initial version of the create and edit resouce screen ( #1573 )
...
* Initial version of the create and edit resouce screen
* refactored and fixed the attributes form
introduced a new component that can be used more easily
* Update src/components/json-file-upload/FileUploadForm.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* Update src/components/attribute-form/attribute-convert.ts
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* Update src/clients/authorization/ResourceDetails.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* Update src/clients/authorization/ResourceDetails.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* Update src/clients/authorization/ResourceDetails.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* PR review
* fixed tests
* PR review comments
* resourceId is optional
* Update src/components/attribute-form/attribute-convert.ts
Co-authored-by: Jon Koops <jonkoops@gmail.com>
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-12-01 08:58:25 +01:00
Jenny
999b502d44
Realm settings(Client policies): Update client-scopes condition to match new design ( #1575 )
2021-11-23 15:59:04 +01:00
Jenny
0b73d51412
Realm settings(Client policies -> conditions): Update client-roles condition to match new design ( #1532 )
...
* wip client roles select field
WIP multivalued roles component
wip client roles select: multivalued rows component
wip client roles select
role multi select is working :)
update client roles select to use multivalued select as per new design
delete comments
remove unused css
update cypress tests
revert to original
remove duplicates
add isCreateable
* PR feedback
* small refactor
* change to use orderBy
* use localeCompare
* fix tests
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2021-11-22 07:41:43 -05:00
Jon Koops
ff4f58404a
Fix Cypress tests ( #1569 )
...
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2021-11-18 13:55:21 +01:00
agagancarczyk
2b45a83109
Event listeners ( #1533 )
...
* fixed a breadcrum for edit profile
* edit executor - wip
* edit executor - wip
* edit executor - wip
* edit executor - wip
* edit executor - wip
* edit executor - wip
* edit executor - wip
* edit executor - wip
* edit executor - wip
* edit executor - wip
* edit executor - wip
* edit executor - wip
* executor details - wip
* fixed executors list
* fixed multivaluedList and List components
* fixed displaying default vals for global profile executors, fixed unclicking executors without congigs for global profiles
* added edit executor
* improved edit executor
* added tests for editing executors
* renamed obj
* skipping client policies tests as unstable
* feedback fixes
* fix multiValuedlist defaults - wip
* fixed defaultValues for multiValuedList
* resolved and fixed conflict for test
* added event listeners
* added event listeners
* added success and error mssgs for event listeners saving
* added tests for event listeners
* added tests for event listeners
* improved error mssg
* fixed events tests as LOGIN type no longer available
* uncommented test, but using .skip
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2021-11-11 12:18:50 +00:00
agagancarczyk
4e05f0c57e
Executor details ( #1499 )
2021-11-10 15:26:43 +01:00
Jenny
c8d4effb34
Realm settings(Client policies -> policies): Add switch for enabling/disabling policy ( #1495 )
...
* add switch for enabling/disabling policy
fix tests
* testing duplicate policy test with added wait
* unskip tests
* ccomment out JSON policies test
2021-11-09 14:36:27 -05:00
Jenny
0565f6a482
add create client policy form; WIP ( #1488 )
...
add client policy tests
checkout realm settings test from master
RealmSettingsPage.ts master
remove comment and add missing translation
fix tests
PR feedback from Jon and Erik
rebase
editClientPolicy
edit client policy
add client policy conditions form
fix bug in create form
remove comment
update help text
fixes
breadcrumbs
add support for adding multiple conditions, deleting conditions, and list conditions in data table
clean up names
add delete functionality to conditions form
PR feedback from Jon
useMemo for conditions
remove comments and logs
remove unused hook
PR feedback from Jon
messages
rename message
rebase
remove duplicate value
fixed multi select bug
conditionConfigs wip
add all config fields, labels, and help text for condition types
wip config POST
config post is working
fix bug in multiline string POST
fix any client empty config
client scopes config wip
fix config settings for client-updater-context
fix client access type config
clean up configuration conditionals
add aria label to resolve critical axe issue
Apply suggestions from code review
Co-authored-by: Jon Koops <jonkoops@gmail.com>
address PR feedback from Jon
fix undef error
wip edit condition configs
fix import
wip edit configs
wip edit condition configs
populate all multiline input fields with data from server
update functionality
condition configs done
update route and delete comment
fix client updater context
add tests
add test for editing condition
remove comment
fix test
unskip tests
need optional chain for cypress test
fix breadcrumb
2021-11-09 13:27:25 -05:00
Erik Jan de Wit
405d3310f3
add ability to leave multiple groups ( #1431 )
...
* add ability to leave multiple groups
fixes : #496
* With v21.0.0 a new JSON format v4 was introduced
* Update src/user/UserGroups.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* Update src/user/UserGroups.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* filter selected groups based on direct membership
* fixed test
* remove all the groups
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-11-03 09:45:37 -04:00
mfrances17
d1e45dabde
fix notifications without waits ( #1449 )
2021-11-02 17:00:42 -04:00
Jenny
8e6f6fb40b
add create client policy form; WIP ( #1448 )
...
add client policy tests
checkout realm settings test from master
RealmSettingsPage.ts master
remove comment and add missing translation
fix tests
PR feedback from Jon and Erik
rebase
editClientPolicy
edit client policy
add client policy conditions form
fix bug in create form
remove comment
update help text
fixes
breadcrumbs
add support for adding multiple conditions, deleting conditions, and list conditions in data table
clean up names
add delete functionality to conditions form
PR feedback from Jon
useMemo for conditions
remove comments and logs
remove unused hook
add profiles modal wip
addprofiles wip
profiles wip
help text wip
add help text
remove comments
remove duplicate message
update data test id
PR feedback from Jon 1
Apply suggestions from code review
Co-authored-by: Jon Koops <jonkoops@gmail.com>
remove fragment
create policy detail attribute type
PR feedback from Jon 2
support editing profile name and description
add edit functionality and restore tests
Delete EditCondition.ts
Apply suggestions from code review
Co-authored-by: Jon Koops <jonkoops@gmail.com>
format
fix path
use route fn
2021-11-02 13:11:04 -04:00
agagancarczyk
e22b27b471
added tests for editing client profile, creating and deleting executors ( #1450 )
...
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2021-11-01 10:58:31 +00:00
Erik Jan de Wit
48a006e1fa
put shared logic into common component + fixes ( #1415 )
...
* put shared logic into common component + fixes
fixes : #1398
* removed conflicted name
* code review
* pr review comments
* update admin-client for better retrun types import
* use image file instead of encoded data:uri
* fix package lock
* is typechecked to be string
2021-11-01 08:49:23 +01:00
Jon Koops
5e63bac12e
Implement partial realm export ( #1441 )
...
* Implement partial realm export
* Replace Switches with Checkboxes
2021-10-29 10:50:25 +08:00
mfrances17
75da445971
prevent stacked notifications ( #1438 )
2021-10-28 14:58:54 -04:00
alevid99
9e116daf62
Added possibility to manage array attributes ( #1384 )
...
* Added possibility to manage array attributes
* feat(attributes): added multivalue tests
2021-10-28 14:49:19 -04:00
agagancarczyk
56eb774dd3
Profile view update ( #1357 )
...
* added routing for viewing client profile
* added add executors form template
* added add executors form template
* add executor: wip
* add executor: wip
* add executor: wip
* add executor: wip
* add executor: wip
* add executor: wip
* add executor: wip
* add executor: wip
* add executor: wip
* added adding excutors to profiles
* added displaying executors - wip
* added displaying executors - wip
* added navigation to client profile edit on executor creation
* replaced table with list for listing executors added
* added support for editing client profile
* added logic making executors with config links only
* added read only values for edit/view client temporarily
* added helpText for added executors listed in executors list
* added helpText for added executors listed in executors list
* added deleting executor from client profile
* fixed deleting client profile and fixed messages for delete modals
* fixed message for delete clinet profile modal
* combined delete dialogs for client profile and executor
* displaying global executors for global profiles, hiding add executor button
* fixed eslint issue
* fixed executors list
* added back button to global profile view/edit view
* fixed test
* added global batche and hid actions dropdown for global profiles
* fixed switch on/off labels
* fixed hide/display items for global and non-global profiles
* added isDirty
* feedback fixes
* feedback fixes
* feedback fixes
* feedback fixes
* feedback fixes
* feedback fix
* small refactor
* added name and removed unused state
* fixed executor creation
* fixed executor creation
* added saving edited client profile
* added saving edited client profile
* improved trash icon styles
* test fix
* Some code suggestions
* Some more code suggestions
* feedback fixes
* feedback fixes
* use find instead of filter
* feedback fixes
* added defaultValues for executors
* removed defaultValues for executors
* final feedback fixes
* minor fixes
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-10-26 16:16:19 -04:00
mfrances17
aad3b2ba43
Fixes cypress memory issue and several tests ( #1358 )
...
* fixes memory issue and 3 tests
* all tests passing locally
2021-10-26 08:41:08 -04:00
alevid99
3fa13259e0
Added attributes tab to users ( #1383 )
2021-10-25 16:38:54 +02:00
Erik Jan de Wit
acd8921b20
Added mapping tab to clients ( #1375 )
...
* initial version mapper tab for clients
* added missing client select component
* added test
* Update src/client-scopes/add/components/ClientSelectComponent.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* Update src/client-scopes/add/components/ClientSelectComponent.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* now uses adminClient type for client search
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-10-20 16:26:05 +02:00
Erik Jan de Wit
82c04d2e4a
added required actions tab ( #1338 )
2021-10-19 17:30:57 +02:00
Jenny
8ccc488bac
add create client policy form; WIP ( #1312 )
...
add client policy tests
checkout realm settings test from master
RealmSettingsPage.ts master
remove comment and add missing translation
fix tests
PR feedback from Jon and Erik
rebase
update test file
replace hardcoded URL with path
fix tests
correct tab name
fix duplicates test
add create client policy form; WIP
add client policy tests
tests
createClientPolicyFormTests
lint
tests
remove comments
comment out json test
add empty state test
check reloading json policies
client policy tests are passing
all client policy tests passing locally
2021-10-19 10:31:27 -04:00
Jenny
001d4ed6d4
Create client policy form ( #1309 )
...
* add create client policy form; WIP
add client policy tests
checkout realm settings test from master
RealmSettingsPage.ts master
remove comment and add missing translation
fix tests
PR feedback from Jon and Erik
* rebase
* update test file
* replace hardcoded URL with path
* fix tests
* correct tab name
* fix duplicates test
2021-10-12 11:03:56 -04:00
Erik Jan de Wit
60e4676ac8
added saml keys tab ( #1308 )
...
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-10-12 11:28:55 +02:00
Jenny
b942efc2aa
Delete mapper ( #1307 )
2021-10-07 12:08:29 +02:00
Jon Koops
10d7c35b81
Hide capability config for bearer-only clients ( #1279 )
2021-10-06 13:05:27 +02:00
Jenny
8917744c04
Identity providers(mappers): update form fields for all Social mapper types ( #1304 )
...
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-10-06 13:04:17 +02:00
Erik Jan de Wit
c71d21c748
Settings (SAML) ( #1302 )
2021-10-05 12:32:20 +02:00
agagancarczyk
fae250f13e
added test for searching client profiles ( #1305 )
...
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2021-10-05 09:08:05 +01:00
Jenny
ed7ba908ba
Identity providers(mappers): update "create" form fields for all OIDC mapper types ( #1286 )
...
* correct form fields for UsernameTemplateImporter
wip tests
add username template importer type functionality
add create/edit functionality for username template importer SAML provider type
changes to helpText and title text
fix help text for mapper types
correct form fields for UsernameTemplateImporter
add fields
PR feedback and fix tests
fix test
add all saml mapper type fields
wip SAML mapper type fields
first draf SAML mapper type fields
tests
oidc changes with forms
tests
remove unused func
* fix tests
* remove unused vars
2021-10-04 11:34:02 -04:00
agagancarczyk
9af18e11e2
Client add executors ( #1284 )
...
* client-add-executors: wip
* client-add-executors: added logic for deleting client from dropdown
* client-add-executors: wip
* client-add-executors: added edit profiles
* client-add-executors: added refesh client profiles
* client-add-executors: added cypress tests
* commented out test failing only in CI
* Update cypress/integration/realm_settings_test.spec.ts
Co-authored-by: Erik Jan de Wit <edewit@redhat.com>
* changed to arrow functions
* feedback fixes
* feedback fixes
* uncommented failing test to see if still failing and why
* test possible fix
* test fix
* test fix
* test fix
* client-add-executors: reused normaliseProfile func for delete dialog
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
Co-authored-by: Erik Jan de Wit <edewit@redhat.com>
2021-10-04 14:39:54 +01:00
Jon Koops
55307ec1ac
Prefer using arrow functions for callbacks ( #1287 )
2021-10-04 08:03:19 +02:00
Jenny
3b677c6e8e
Identity providers(mappers): update "create" form fields for all SAML mapper types ( #1282 )
2021-10-01 17:03:38 +02:00
Jon Koops
8e8c6d74ea
Add tests for bearer-only client details ( #1270 )
2021-09-30 12:04:50 +02:00
Jenny
4d5c8f3f18
Identity Providers(Mappers): Add create/edit functionality for mappers of type Username Template Importer ( #1248 )
2021-09-30 11:26:36 +02:00
Jon Koops
b9d1dbff4c
Hide certain elements on the page if client is a realm ( #1245 )
2021-09-28 17:14:49 +02:00
Jenny
02ce5c4e6e
Realm settings(login tab): fix switches ( #1183 )
...
* fix login tab
update cypress test
cypress test
rebase
test updates
cypress test fix
get correct ids
fix get call
fix tests
try refetching realm
add useEffect to fix server GET call
uncomment test
revert to original useFetch
prettier
create new function
set timeout to 10 ms
set to 100 ms
* add comment to useEffect per Jon feedback
2021-09-27 13:15:36 -04:00
Stan Silvert
1432b2712b
Temporary fix for group tests. ( #1223 )
2021-09-26 12:41:42 +02:00
agagancarczyk
bd423c4bbe
Create profile ( #1218 )
...
* create-client-profile: creating client profile wip
* create-profile: added deleting profile
* create-profile: add executors - wip
* create-profile: add executors - wip
* create-profile: add executors - wip
* create-profile: add executors - wip
* create-profile: added testId for tests
* create-profile: added cypress tests for client profiles
* Update cypress/support/pages/admin_console/manage/realm_settings/RealmSettingsPage.ts
marking fields as private
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* Update src/realm-settings/NewClientProfileForm.tsx
removing async (not needed)
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* feedback fixes
* Update src/realm-settings/NewClientProfileForm.tsx
new router link implementation
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* simplify ClientProfile type
* align form type with model
* do not delete
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-09-24 11:46:01 +01:00
Erik Jan de Wit
b7ebd3260b
added subflow and create flow to authentication ( #1198 )
...
* added subflow and create flow to authentication
* fixed types
2021-09-23 17:06:58 +02:00
Jon Koops
453b5a07e7
Add editMode as a required field ( #1209 )
2021-09-23 16:11:41 +02:00
Jenny
bef9539389
Realm Settings(Client Policies): Add policies list ( #1201 )
...
* wip client policies: policies tab
* wip switches
* wip client policies: policies tab
* client policies list
* package.json
* revert to enabled
2021-09-23 09:41:29 -04:00
Erik Jan de Wit
8fc517f2a0
fix the name of the fields introduced test ( #1199 )
...
* fix the name of the fields introduced test
fixes : #1182
* changed to use display none to hide fields
2021-09-23 09:48:23 +02:00
Jenny
83d5624bf4
Identity Providers(Mappers): Edit mappers ( #1140 )
...
* rebase
dont fetch rolesbyID if mapperId
save attributes
fix cypress test
cypress test updates
fix cancel route
route fix with Erik
Apply suggestions from Jon's code review
Co-authored-by: Jon Koops <jonkoops@gmail.com>
pr feedback from jon
remove unused import
* usefindbytestid
* PR feedback from Jon
* fix tests
* fix save bug and feedback from Jon
* remove unnecessary type
* fix cypress test
2021-09-22 16:27:30 -04:00
Erik Jan de Wit
809247a686
changed to use code editor ( #1161 )
...
* changed to use code editor
* Update src/components/json-file-upload/JsonFileUpload.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* fixed tests
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-09-22 10:54:53 +02:00
Jon Koops
775885c56b
Configure Cypress to use the correct types ( #1168 )
2021-09-17 15:23:34 +02:00
Jon Koops
27bcd66a29
Lint all files in the project ( #1167 )
2021-09-16 12:24:21 +02:00
Erik Jan de Wit
cb94c537db
don't show toolbar when not searching ( #1152 )
...
* don't show toolbar when not searching
* fixed the tests
* made switch logic more readable
* fixed test
2021-09-15 11:45:56 +02:00
Jenny
a617c4ab12
Identity Providers(Mappers): Implement "Add Mapper" Screen/Functionality for OIDC and SAML IdPs ( #1118 )
2021-09-13 11:17:00 +02:00
Jon Koops
5979101b0b
Process UXD feedback for client revocation ( #1139 )
2021-09-10 15:25:18 +02:00
agagancarczyk
6d4b11aab2
Admin events auth dialog ( #1131 )
...
* admin-events-list: updated keys for Auth modal
* admin-events-list:added cypress test for auth dialog
* admin-events-list:added cypress test for representation dialog
* admin-events-list: fixed keys def
* admin-events-list: fixed keys def
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2021-09-07 12:38:36 +01:00
Erik Jan de Wit
f1f0c362b4
Add button on authentication flows ( #1119 )
2021-09-06 14:43:36 +02:00
agagancarczyk
6e8ec947b5
Admin search ( #1108 )
...
* admin events: wip
* admin events: wip
* admin events: wip
* admin events: finalised admin search
* admin events: fixed user event search test
* admin events: added cypress tests
* admin events: added cypress tests
* admin events: added cypress tests for admin events search
* admin events: added auth prefix on the params
* admin events: improved search tests
* admin events: attempted fixing search tests
* admin events: fixed cypress events search tests
* admin events: fixed user events search test
* admin events: fixed user and admin events search test
* admin events: fixed admin events search test
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2021-09-03 11:50:45 +01:00
Stan Silvert
6df4725143
Comment tests ( #1102 )
...
* Comment delete providers test.
* Comment delete default mappers test
2021-09-01 09:45:46 -04:00
agagancarczyk
3469ccb509
events: search user events form, chips for searched fields and tests ( #930 )
2021-08-20 11:13:47 +02:00
mfrances17
7efa03dc3f
Add UI and partial functionality for creating SAML identity providers ( #944 )
...
* fix OIDC string issue
* preliminary UI changes
* saml create new fields added
* use new routing for saml
* add msg strings
* most fields added
* add reqAuthnConstraints section
* final help strings and options
* add cypress tests
* fix legacy cypress cleanup tasks
* fix selects and hardcoded strings
* most PR review comments incorporated
* PR review edits
* more PR review comments
2021-08-19 10:41:27 -04:00
Jenny
412e4c1f6b
Sessions(actions dropdown): Adds actions dropdown - "revocation" and "log out all sessions" ( #896 )
...
* rebase and resolve conflicts/comments
* remove badgeid
2021-08-16 15:25:36 -04:00
Jon Koops
71b1c4a444
Pass login realm to WhoAmI ( #989 )
...
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2021-08-11 16:38:55 +02:00
Erik Jan de Wit
fe740c0c21
added test for adding service account role ( #954 )
2021-08-10 14:41:56 +02:00
Jenny
45e07266eb
Realm settings(tokens): Add tokens tab ( #934 )
...
* wip tokens tab
* tokens
* add data-testids to cypress doc
* uncomment
* uncomment
* finish tests
* remove logs
* fix help text
* fix form panel title for sessions
* removed unused useEffect
* wip tokens updates to convert function
* fix flattened attributes to match call
* interpolate timespan
* delete unused variables
2021-08-09 15:28:24 -04:00
Erik Jan de Wit
5edea49497
re-enable crud test ( #956 )
2021-08-09 16:31:41 +02:00
Erik Jan de Wit
cc31f0853c
Initial version of the authentication section ( #887 )
...
* initial version of create authentication screen
* initial version of authentication details
* added flow details labels to view header
* not in use fix
* create execution tree
* fixed collapsable row layout
* fix drag and drop expand
* fix merge error
* move to modal
* diff and post drag and drop changes
* fixed locating the parent row
* move "live text" for d&d to common messages
* firefox fix
* initial version of the diagram
* use dagre to layout automatically
* moved to sperate file
* conditional node
* now renders subflows sequential
* changed to render sequential or parallel flows
* fixed render of sub flows
* added button edge, drawer and selectable nodes
* add requirement dropdown
* also do move so we can merge
* also do move so we can merge
* fixed merge
* added refresh
* change requirement
* fixed merge error
* now uses the new routes
* Split out routes into multiple files
* Update src/authentication/AuthenticationSection.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* Update src/authentication/FlowDetails.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* Update src/authentication/FlowDetails.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* Update src/authentication/FlowDetails.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* Update src/authentication/FlowDetails.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* fixed labels
* merge fix
* make execution of these parrallel
* added some tests
* Update src/authentication/components/FlowRequirementDropdown.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* more review changes
* fixed merge error
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-08-09 10:47:34 +02:00
Jon Koops
b99c57d43b
Re-enable localization Cypress tests ( #935 )
2021-08-04 12:50:25 +02:00
Jon Koops
2c80bf597e
Run Cypress tests on Keycloak theme ( #925 )
2021-07-30 20:12:32 +02:00
Erik Jan de Wit
cf5ec940c6
moved json import out of tests folder ( #926 )
2021-07-29 16:48:53 +02:00
Erik Jan de Wit
bc1e83e63a
Introduce a standard way to create handle errors ( #918 )
2021-07-28 14:01:42 +02:00
Erik Jan de Wit
7cfde23b9d
another try to make realm settings work on CI ( #905 )
...
* another try to make realm settings work on CI
* added wait to reload
* changed wait to url
2021-07-26 11:21:56 +02:00
Erik Jan de Wit
5dde8ee523
better waits for realm role tests ( #897 )
...
* better waits for realm role tests
* possible fix for delete
2021-07-23 12:58:39 +02:00
Jenny
6e5fa7df66
Realm settings(keys): add rsa provider details ( #871 )
...
* add rsa details
* remove log
* master package-lock
2021-07-19 14:35:06 -04:00
Jenny
0530b08c74
Realm settings(keys): add rsa-generated provider details ( #872 )
2021-07-19 17:07:19 +02:00
Jenny
7d57da1567
Realm settings(keys): add ECDSA provider details ( #850 )
...
* parent a03c8fc79b
author jenny-s51 <jshandel@redhat.com> 1624022352 -0400
committer jenny-s51 <jshandel@redhat.com> 1626287571 -0400
parent a03c8fc79b
author jenny-s51 <jshandel@redhat.com> 1624022352 -0400
committer jenny-s51 <jshandel@redhat.com> 1626287382 -0400
parent a03c8fc79b
author jenny-s51 <jshandel@redhat.com> 1624022352 -0400
committer jenny-s51 <jshandel@redhat.com> 1626286966 -0400
wip provider details
provider details wip
move files wip
wip
wip all provider details
remove controllers
save and update working
address console warnings
remove log stmt
update test
keep aes only
remove comments
remove unused hook and function
remove unused props
revert ldap logs
fix conflict and remove duplicate function
Partial import phase 2 (#702 )
* Process the JSON and present user options
* Finish checkboxes. Refactor.
* Add tests
* Refactor after rebase
* Add more test data for manual testing.
* Fix linting errors
* Put JsonFileUpload back the way it was.
* Clean up comments
* Update src/realm-settings/PartialImport.tsx
Remove comment
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
Fixing UXD review for user (#648 )
* Introduced new GroupPicker.
Can be used for move group or join group
* Moved help texts to help.json
* don't set state when there was no request
* add pagination
* remove "Groups" link on root level
* use path in chip instread of name
* fixes filtering to show search not found
and removes `+1` logic from pager
* fix breadcrumb and layout
* fixed all the tests
Localization tab (#685 )
* localization wip
wip localization
return key value data as array
localization table
css
lint
lint
clean up log stmts
clean up log stmts
* PR feedback from Erik
* fix logic for supported locales
* update empty state text
* set default value
* fix cypress test
* Update src/realm-settings/RealmSettingsSection.tsx
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
* fix rsa-generated delete bug; PR feedback frog Erik
* revert locale abbreviation
* remove log stmts
* PR feedback from Erik, fix undefined
* fix loader w Erik
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
add divider on section
Prepare for first alpha release (#711 )
use typeahead for mapper list
fix test
Default roles: UI Changes from KEYCLOAK-14846 (#693 )
* defaultRoles wip
default role changes done
clean up log stmts
update snapshot
fix masthead test
* fix cypress test
* fix tabs
Comment out Realm role CRUD test (#712 )
* Bogus change
* Bogus change
* Comment out Realm role CRUD test
Bump postcss-cli from 7.1.1 to 8.3.1 (#718 )
Bumps [postcss-cli](https://github.com/postcss/postcss-cli ) from 7.1.1 to 8.3.1.
- [Release notes](https://github.com/postcss/postcss-cli/releases )
- [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss-cli/compare/7.1.1...8.3.1 )
---
updated-dependencies:
- dependency-name: postcss-cli
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @testing-library/jest-dom from 5.12.0 to 5.14.1 (#717 )
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 5.12.0 to 5.14.1.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.12.0...v5.14.1 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fixing issue (#709 )
* fixing issue
fixing: #680
* added kebab on row
* added more clear group seperation
Bump cypress from 7.4.0 to 7.5.0 (#715 )
Bump @babel/preset-typescript from 7.13.0 to 7.14.5 (#714 )
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript ) from 7.13.0 to 7.14.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.14.5/packages/babel-preset-typescript )
---
updated-dependencies:
- dependency-name: "@babel/preset-typescript"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @testing-library/react from 10.4.6 to 11.2.7 (#716 )
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 10.4.6 to 11.2.7.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v10.4.6...v11.2.7 )
---
updated-dependencies:
- dependency-name: "@testing-library/react"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
inherited roles disabled instead of non selectable
more style fixes
fixed size
change title of tab
add unassign kebab on row
added help item on enable switch
test email working, modal wip
email connection done
remove comment
fix cypress test
revert test file
fdisable email prompting when user email entered
prettier
update cypress tests
fix lint
try fix cypress test
try longer wait
save and test connection
fix test
disable test connection button if form fields not entered
lint
afix username/password fields
fix test
mark suggested change
add modal button and input functions
fixed default value warning
fixing issue
fixing: #650
updated admin client with new endpoints (#725 )
Bump react-i18next from 11.7.0 to 11.11.0 (#733 )
Bumps [react-i18next](https://github.com/i18next/react-i18next ) from 11.7.0 to 11.11.0.
- [Release notes](https://github.com/i18next/react-i18next/releases )
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/react-i18next/compare/v11.7.0...v11.11.0 )
---
updated-dependencies:
- dependency-name: react-i18next
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @typescript-eslint/eslint-plugin from 3.8.0 to 3.10.1 (#731 )
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 3.8.0 to 3.10.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v3.10.1/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @jest/types from 26.6.2 to 27.0.2 (#730 )
Bumps [@jest/types](https://github.com/facebook/jest/tree/HEAD/packages/jest-types ) from 26.6.2 to 27.0.2.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v27.0.2/packages/jest-types )
---
updated-dependencies:
- dependency-name: "@jest/types"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump eslint from 7.6.0 to 7.29.0 (#734 )
Bump @patternfly/react-table from 4.27.24 to 4.29.0 (#732 )
Bumps [@patternfly/react-table](https://github.com/patternfly/patternfly-react ) from 4.27.24 to 4.29.0.
- [Release notes](https://github.com/patternfly/patternfly-react/releases )
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.27.24...@patternfly/react-table@4.29.0 )
---
updated-dependencies:
- dependency-name: "@patternfly/react-table"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fixed issue
fixing: #706
fixed types
fixed lint
fixed description coll with and make text truncate
removed member count column
right align kebab
Fixed these 2 issues: (#741 )
* fix order of alerts where the newest is on the top
* removed double loading indicator
* fixes showing old alerts again
Realm settings(localization): Add bundle functionality (#739 )
* wip provider details
provider details wip
move files wip
wip
wip all provider details
remove controllers
save and update working
address console warnings
remove log stmt
update test
keep aes only
remove comments
remove unused hook and function
remove unused props
revert ldap logs
fix conflict and remove duplicate function
Partial import phase 2 (#702 )
* Process the JSON and present user options
* Finish checkboxes. Refactor.
* Add tests
* Refactor after rebase
* Add more test data for manual testing.
* Fix linting errors
* Put JsonFileUpload back the way it was.
* Clean up comments
* Update src/realm-settings/PartialImport.tsx
Remove comment
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
Fixing UXD review for user (#648 )
* Introduced new GroupPicker.
Can be used for move group or join group
* Moved help texts to help.json
* don't set state when there was no request
* add pagination
* remove "Groups" link on root level
* use path in chip instread of name
* fixes filtering to show search not found
and removes `+1` logic from pager
* fix breadcrumb and layout
* fixed all the tests
Localization tab (#685 )
* localization wip
wip localization
return key value data as array
localization table
css
lint
lint
clean up log stmts
clean up log stmts
* PR feedback from Erik
* fix logic for supported locales
* update empty state text
* set default value
* fix cypress test
* Update src/realm-settings/RealmSettingsSection.tsx
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
* fix rsa-generated delete bug; PR feedback frog Erik
* revert locale abbreviation
* remove log stmts
* PR feedback from Erik, fix undefined
* fix loader w Erik
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
add divider on section
Prepare for first alpha release (#711 )
use typeahead for mapper list
fix test
Default roles: UI Changes from KEYCLOAK-14846 (#693 )
* defaultRoles wip
default role changes done
clean up log stmts
update snapshot
fix masthead test
* fix cypress test
* fix tabs
Comment out Realm role CRUD test (#712 )
* Bogus change
* Bogus change
* Comment out Realm role CRUD test
Bump postcss-cli from 7.1.1 to 8.3.1 (#718 )
Bumps [postcss-cli](https://github.com/postcss/postcss-cli ) from 7.1.1 to 8.3.1.
- [Release notes](https://github.com/postcss/postcss-cli/releases )
- [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss-cli/compare/7.1.1...8.3.1 )
---
updated-dependencies:
- dependency-name: postcss-cli
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @testing-library/jest-dom from 5.12.0 to 5.14.1 (#717 )
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 5.12.0 to 5.14.1.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.12.0...v5.14.1 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fixing issue (#709 )
* fixing issue
fixing: #680
* added kebab on row
* added more clear group seperation
Bump cypress from 7.4.0 to 7.5.0 (#715 )
Bump @babel/preset-typescript from 7.13.0 to 7.14.5 (#714 )
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript ) from 7.13.0 to 7.14.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.14.5/packages/babel-preset-typescript )
---
updated-dependencies:
- dependency-name: "@babel/preset-typescript"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @testing-library/react from 10.4.6 to 11.2.7 (#716 )
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 10.4.6 to 11.2.7.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v10.4.6...v11.2.7 )
---
updated-dependencies:
- dependency-name: "@testing-library/react"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
inherited roles disabled instead of non selectable
more style fixes
fixed size
change title of tab
add unassign kebab on row
added help item on enable switch
test email working, modal wip
email connection done
remove comment
fix cypress test
revert test file
fdisable email prompting when user email entered
prettier
update cypress tests
fix lint
try fix cypress test
try longer wait
save and test connection
make wait longer
increase wait
fix test
disable test connection button if form fields not entered
lint
afix username/password fields
fix test
mark suggested change
add modal button and input functions
fixed default value warning
fixing issue
fixing: #650
updated admin client with new endpoints (#725 )
fix add function and add test
remove aes provider changes
remove comments
format
update cypress test
update add bundle function
fix test
remove comment
* remove merge conflict markers
* more markers
* format
fixed type of save button
Fix localization bug (#747 )
* wip provider details
provider details wip
move files wip
wip
wip all provider details
remove controllers
save and update working
address console warnings
remove log stmt
update test
keep aes only
remove comments
remove unused hook and function
remove unused props
revert ldap logs
fix localization bug
remove files
* format
fixed bad testids (#748 )
Update to Patternfly 4.115.2 (latest release) (#737 )
* update to latest PF
* fix tests
Bump eslint from 7.29.0 to 7.30.0
Bumps [eslint](https://github.com/eslint/eslint ) from 7.29.0 to 7.30.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.29.0...v7.30.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Bump @typescript-eslint/parser from 3.8.0 to 3.10.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 3.8.0 to 3.10.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v3.10.1/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Bump postcss-import from 12.0.1 to 14.0.2
Bumps [postcss-import](https://github.com/postcss/postcss-import ) from 12.0.1 to 14.0.2.
- [Release notes](https://github.com/postcss/postcss-import/releases )
- [Changelog](https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss-import/compare/12.0.1...14.0.2 )
---
updated-dependencies:
- dependency-name: postcss-import
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Bump @testing-library/react from 11.2.7 to 12.0.0
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 11.2.7 to 12.0.0.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v11.2.7...v12.0.0 )
---
updated-dependencies:
- dependency-name: "@testing-library/react"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Bump cypress from 7.5.0 to 7.6.0
Bumps [cypress](https://github.com/cypress-io/cypress ) from 7.5.0 to 7.6.0.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js )
- [Commits](https://github.com/cypress-io/cypress/compare/v7.5.0...v7.6.0 )
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Bump postcss from 8.3.3 to 8.3.5
Bumps [postcss](https://github.com/postcss/postcss ) from 8.3.3 to 8.3.5.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.3.3...8.3.5 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Bump react-dom from 16.13.1 to 16.14.0
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom ) from 16.13.1 to 16.14.0.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v16.14.0/packages/react-dom )
---
updated-dependencies:
- dependency-name: react-dom
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Bump prettier from 2.1.2 to 2.2.1
Bumps [prettier](https://github.com/prettier/prettier ) from 2.1.2 to 2.2.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.1.2...2.2.1 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
bumped babel-core dependency to 7.11.5
Increase Dependabot PR limit
Bump react-hook-form from 6.15.1 to 6.15.8
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form ) from 6.15.1 to 6.15.8.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases )
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md )
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v6.15.1...v6.15.8 )
---
updated-dependencies:
- dependency-name: react-hook-form
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Bump @types/react-dom from 16.9.5 to 17.0.8
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ) from 16.9.5 to 17.0.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
---
updated-dependencies:
- dependency-name: "@types/react-dom"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Bump @jest/types from 27.0.2 to 27.0.6
Bumps [@jest/types](https://github.com/facebook/jest/tree/HEAD/packages/jest-types ) from 27.0.2 to 27.0.6.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v27.0.6/packages/jest-types )
---
updated-dependencies:
- dependency-name: "@jest/types"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Bump use-react-router-breadcrumbs from 2.0.0 to 2.0.2
Bumps [use-react-router-breadcrumbs](https://github.com/icd2k3/use-react-router-breadcrumbs ) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/icd2k3/use-react-router-breadcrumbs/releases )
- [Commits](https://github.com/icd2k3/use-react-router-breadcrumbs/compare/2.0.0...2.0.2 )
---
updated-dependencies:
- dependency-name: use-react-router-breadcrumbs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Bump @snowpack/plugin-postcss from 1.4.0 to 1.4.3
Bumps [@snowpack/plugin-postcss](https://github.com/snowpackjs/snowpack/tree/HEAD/plugins/plugin-postcss ) from 1.4.0 to 1.4.3.
- [Release notes](https://github.com/snowpackjs/snowpack/releases )
- [Changelog](https://github.com/snowpackjs/snowpack/blob/main/plugins/plugin-postcss/CHANGELOG.md )
- [Commits](https://github.com/snowpackjs/snowpack/commits/@snowpack/plugin-postcss@1.4.3/plugins/plugin-postcss )
---
updated-dependencies:
- dependency-name: "@snowpack/plugin-postcss"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Bump @snowpack/plugin-webpack from 2.3.1 to 3.0.0
Bumps [@snowpack/plugin-webpack](https://github.com/snowpackjs/snowpack/tree/HEAD/plugins/plugin-webpack ) from 2.3.1 to 3.0.0.
- [Release notes](https://github.com/snowpackjs/snowpack/releases )
- [Changelog](https://github.com/snowpackjs/snowpack/blob/main/plugins/plugin-webpack/CHANGELOG.md )
- [Commits](https://github.com/snowpackjs/snowpack/commits/@snowpack/plugin-webpack@3.0.0/plugins/plugin-webpack )
---
updated-dependencies:
- dependency-name: "@snowpack/plugin-webpack"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Bump typescript from 4.2.4 to 4.3.5
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.2.4 to 4.3.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.4...v4.3.5 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Bump eslint-plugin-react from 7.23.2 to 7.24.0
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react ) from 7.23.2 to 7.24.0.
- [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases )
- [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.23.2...v7.24.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-react
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Bump @types/react from 16.9.23 to 17.0.13
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 16.9.23 to 17.0.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Bump i18next from 20.3.1 to 20.3.2
Bumps [i18next](https://github.com/i18next/i18next ) from 20.3.1 to 20.3.2.
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v20.3.1...v20.3.2 )
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Bump @snowpack/app-scripts-react from 1.10.0 to 1.12.6
Bumps [@snowpack/app-scripts-react](https://github.com/snowpackjs/snowpack/tree/HEAD/create-snowpack-app/app-scripts-react ) from 1.10.0 to 1.12.6.
- [Release notes](https://github.com/snowpackjs/snowpack/releases )
- [Changelog](https://github.com/snowpackjs/snowpack/blob/main/CHANGELOG.md )
- [Commits](https://github.com/snowpackjs/snowpack/commits/@snowpack/app-scripts-react@1.12.6/create-snowpack-app/app-scripts-react )
---
updated-dependencies:
- dependency-name: "@snowpack/app-scripts-react"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Update Prettier to latest version and fix formatting
Update @typescript-eslint to latest version and fix issues
Fix Storybook server and update to latest version
- Fix build for Storybook
- Update Storybook and dependencies to latest version
- Update Storybook files from React template
- Add task to CI to verify Storybook build
Revert "Bump typescript from 4.2.4 to 4.3.5"
This reverts commit cb653cee68
.
sessions: added sessions type dropdown
sessions: re-formatted code
sessions: removed unused key
sessions: improved dropdown
sessions: added texts to messages.json
Bump @typescript-eslint/parser from 4.28.1 to 4.28.2
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 4.28.1 to 4.28.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.2/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Changed the group picker to reflect the updated design (#743 )
Instantly paste large resource files in Cypress tests
Drop snapshot tests in Jest
Bump @types/snowpack-env from 2.3.3 to 2.3.4
Bumps [@types/snowpack-env](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/snowpack-env ) from 2.3.3 to 2.3.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/snowpack-env )
---
updated-dependencies:
- dependency-name: "@types/snowpack-env"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Bump react-i18next from 11.11.0 to 11.11.1
Bumps [react-i18next](https://github.com/i18next/react-i18next ) from 11.11.0 to 11.11.1.
- [Release notes](https://github.com/i18next/react-i18next/releases )
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/react-i18next/compare/v11.11.0...v11.11.1 )
---
updated-dependencies:
- dependency-name: react-i18next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Bump @types/jest from 26.0.23 to 26.0.24
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 26.0.23 to 26.0.24.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
---
updated-dependencies:
- dependency-name: "@types/jest"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Convert DataLoader test to use React Testing Library
Convert FormAccess test to use React Testing Library
Convert ConfirmDialog test to use React Testing Library
Convert MapperDialog test to use React Testing Library
Bump @types/lodash from 4.14.170 to 4.14.171
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash ) from 4.14.170 to 4.14.171.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash )
---
updated-dependencies:
- dependency-name: "@types/lodash"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Remove Enzyme from testing suite
format
Update to React 17
Update ts-node to latest version
Use WebPack 5 for Storybook builds
Switch to NPM as the default package manager
Disable WebPack production build to pass tests
Optimize performance of Cypress tests on CI (#809 )
- Disable uploads for videos of tests that have passed
- Disable compression of videos to speed up runs
Bump snowpack from 2.11.1 to 2.18.5
Bumps [snowpack](https://github.com/snowpackjs/snowpack ) from 2.11.1 to 2.18.5.
- [Release notes](https://github.com/snowpackjs/snowpack/releases )
- [Changelog](https://github.com/snowpackjs/snowpack/blob/main/CHANGELOG.md )
- [Commits](https://github.com/snowpackjs/snowpack/commits )
---
updated-dependencies:
- dependency-name: snowpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Added accessability fixes
fixed dependencies in package-lock.json
fixed dependencies in package-lock.json
Added Security Defenses tab in the realm settings (#738 )
* initial version of the Security defenses tab
* disable when not dirty
* added test
* removed unsessary fetches
* fixed format
* fixed tests
* fixed title
* Update src/realm-settings/security-defences/BruteForceDetection.tsx
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
* Update src/realm-settings/messages.json
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
* fixed test
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
Revert "Ay11"
added accessibility fixes
Bump @storybook/addon-links from 6.3.2 to 6.3.4
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links ) from 6.3.2 to 6.3.4.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.3.4/addons/links )
---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Bump @storybook/addon-actions from 6.3.2 to 6.3.4
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 6.3.2 to 6.3.4.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.3.4/addons/actions )
---
updated-dependencies:
- dependency-name: "@storybook/addon-actions"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Bump ts-node from 10.0.0 to 10.1.0
Bumps [ts-node](https://github.com/TypeStrong/ts-node ) from 10.0.0 to 10.1.0.
- [Release notes](https://github.com/TypeStrong/ts-node/releases )
- [Commits](https://github.com/TypeStrong/ts-node/compare/v10.0.0...v10.1.0 )
---
updated-dependencies:
- dependency-name: ts-node
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Bump cypress from 7.6.0 to 7.7.0
Bumps [cypress](https://github.com/cypress-io/cypress ) from 7.6.0 to 7.7.0.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js )
- [Commits](https://github.com/cypress-io/cypress/compare/v7.6.0...v7.7.0 )
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Bump @types/file-saver from 2.0.2 to 2.0.3
Bumps [@types/file-saver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/file-saver ) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/file-saver )
---
updated-dependencies:
- dependency-name: "@types/file-saver"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
added acessibility fixes
added acessibility fixes
parent a03c8fc79b
(#729 )
author jenny-s51 <jshandel@redhat.com> 1624022352 -0400
committer jenny-s51 <jshandel@redhat.com> 1625159705 -0400
wip provider details
provider details wip
move files wip
wip
wip all provider details
remove controllers
save and update working
address console warnings
remove log stmt
update test
keep aes only
remove comments
remove unused hook and function
remove unused props
revert ldap logs
fix conflict and remove duplicate function
format and cypress test
Partial import phase 2 (#702 )
* Process the JSON and present user options
* Finish checkboxes. Refactor.
* Add tests
* Refactor after rebase
* Add more test data for manual testing.
* Fix linting errors
* Put JsonFileUpload back the way it was.
* Clean up comments
* Update src/realm-settings/PartialImport.tsx
Remove comment
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
Localization tab (#685 )
* localization wip
wip localization
return key value data as array
localization table
css
lint
lint
clean up log stmts
clean up log stmts
* PR feedback from Erik
* fix logic for supported locales
* update empty state text
* set default value
* fix cypress test
* Update src/realm-settings/RealmSettingsSection.tsx
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
* fix rsa-generated delete bug; PR feedback frog Erik
* revert locale abbreviation
* remove log stmts
* PR feedback from Erik, fix undefined
* fix loader w Erik
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
add divider on section
Prepare for first alpha release (#711 )
use typeahead for mapper list
fix test
Default roles: UI Changes from KEYCLOAK-14846 (#693 )
* defaultRoles wip
default role changes done
clean up log stmts
update snapshot
fix masthead test
* fix cypress test
* fix tabs
Comment out Realm role CRUD test (#712 )
* Bogus change
* Bogus change
* Comment out Realm role CRUD test
Bump postcss-cli from 7.1.1 to 8.3.1 (#718 )
Bumps [postcss-cli](https://github.com/postcss/postcss-cli ) from 7.1.1 to 8.3.1.
- [Release notes](https://github.com/postcss/postcss-cli/releases )
- [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss-cli/compare/7.1.1...8.3.1 )
---
updated-dependencies:
- dependency-name: postcss-cli
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @testing-library/jest-dom from 5.12.0 to 5.14.1 (#717 )
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 5.12.0 to 5.14.1.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.12.0...v5.14.1 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fixing issue (#709 )
* fixing issue
fixing: #680
* added kebab on row
* added more clear group seperation
Bump cypress from 7.4.0 to 7.5.0 (#715 )
Bump @babel/preset-typescript from 7.13.0 to 7.14.5 (#714 )
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript ) from 7.13.0 to 7.14.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.14.5/packages/babel-preset-typescript )
---
updated-dependencies:
- dependency-name: "@babel/preset-typescript"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @testing-library/react from 10.4.6 to 11.2.7 (#716 )
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 10.4.6 to 11.2.7.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v10.4.6...v11.2.7 )
---
updated-dependencies:
- dependency-name: "@testing-library/react"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
inherited roles disabled instead of non selectable
more style fixes
fixed size
change title of tab
add unassign kebab on row
added help item on enable switch
test email working, modal wip
email connection done
remove comment
fix cypress test
revert test file
fdisable email prompting when user email entered
prettier
update cypress tests
fix lint
try fix cypress test
try longer wait
save and test connection
make wait longer
increase wait
fix test
disable test connection button if form fields not entered
lint
afix username/password fields
fix test
mark suggested change
add modal button and input functions
fixed default value warning
fixing issue
fixing: #650
remove provider form
add delete cleanup function
AESproviderDetails extend wait for video
update test
test wait after
rebase
remove comments
remove log
format
format
PR feedback from Jon
Apply suggestions from Jon's code review
Co-authored-by: Jon Koops <jonkoops@gmail.com>
remove duplicate form
form
use array desctructuring
Apply suggestions from code review
Co-authored-by: Jon Koops <jonkoops@gmail.com>
update useroutematch
format
format
back to async
pretty
cypress test
remove email verification switch toggle
fix add provider on non-master realm
cleaning up
fix save
fix save for other providers
fix fetch
fix runtime error
remove unused import
Apply suggestions from code review
suggested changes for non-null assertions
Co-authored-by: Jon Koops <jonkoops@gmail.com>
make props required
make provider type required
use realm-settings file for translation
format and roll back route changes
Integrate Prettier into ESLint and fix linting issues
Other changes:
- Ensure that .tsx files are included in the linting process
Add GIT hooks to run CI tasks before pushing
rebase
Add a 'Package Managers' section to the coding guidelines
Convert JSON files for translations to TypeScript (#841 )
sessions: added cypress tests for session types dropdown display
sessions: added cypress tests review changes
Use a Snowpack plugin to enable React Fast Refresh (#845 )
Enable Strict Mode for React (#846 )
Upgrade PatternFly to a prerelease version (#847 )
Co-authored-by: jenny-s51 <jshandel@redhat.com>
Run as theme (#840 )
* Build for Keycloak theme
* Update based on lastest index.html changes.
* Fix realm dropdown when home realm is not master.
* Fix readme.
* Fix linting errors.
* Try to fix tests.
* Address Jon's comments.
ecdsa details
update files to master
update paths
update more paths
more paths
Delete ECDSAGeneratedModal.tsx
even more paths
update import path
remove conflict markers
remove unused ecdsa modal file
rebase to resolve conflict
fix console warning and dropdown
* delete assets
* fix route-config spacing
* fix forID on elliptic curve
2021-07-19 09:58:35 -04:00
Jenny
b5da41c651
Realm settings(keys): add hmac provider details ( #860 )
2021-07-16 10:22:08 +02:00
Stan Silvert
bcc3a84bb0
Comment out localization tab. ( #861 )
2021-07-16 10:10:06 +02:00
Jenny
6d8db5d533
Realm settings: Sessions tab ( #807 )
2021-07-15 16:25:22 +02:00
Agnieszka Gancarczyk
c7fc0a8002
sessions: added cypress tests for session types dropdown display
2021-07-14 11:14:03 +01:00
Jenny
9ad9d6c314
parent a03c8fc79b
( #729 )
...
author jenny-s51 <jshandel@redhat.com> 1624022352 -0400
committer jenny-s51 <jshandel@redhat.com> 1625159705 -0400
wip provider details
provider details wip
move files wip
wip
wip all provider details
remove controllers
save and update working
address console warnings
remove log stmt
update test
keep aes only
remove comments
remove unused hook and function
remove unused props
revert ldap logs
fix conflict and remove duplicate function
format and cypress test
Partial import phase 2 (#702 )
* Process the JSON and present user options
* Finish checkboxes. Refactor.
* Add tests
* Refactor after rebase
* Add more test data for manual testing.
* Fix linting errors
* Put JsonFileUpload back the way it was.
* Clean up comments
* Update src/realm-settings/PartialImport.tsx
Remove comment
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
Localization tab (#685 )
* localization wip
wip localization
return key value data as array
localization table
css
lint
lint
clean up log stmts
clean up log stmts
* PR feedback from Erik
* fix logic for supported locales
* update empty state text
* set default value
* fix cypress test
* Update src/realm-settings/RealmSettingsSection.tsx
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
* fix rsa-generated delete bug; PR feedback frog Erik
* revert locale abbreviation
* remove log stmts
* PR feedback from Erik, fix undefined
* fix loader w Erik
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
add divider on section
Prepare for first alpha release (#711 )
use typeahead for mapper list
fix test
Default roles: UI Changes from KEYCLOAK-14846 (#693 )
* defaultRoles wip
default role changes done
clean up log stmts
update snapshot
fix masthead test
* fix cypress test
* fix tabs
Comment out Realm role CRUD test (#712 )
* Bogus change
* Bogus change
* Comment out Realm role CRUD test
Bump postcss-cli from 7.1.1 to 8.3.1 (#718 )
Bumps [postcss-cli](https://github.com/postcss/postcss-cli ) from 7.1.1 to 8.3.1.
- [Release notes](https://github.com/postcss/postcss-cli/releases )
- [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss-cli/compare/7.1.1...8.3.1 )
---
updated-dependencies:
- dependency-name: postcss-cli
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @testing-library/jest-dom from 5.12.0 to 5.14.1 (#717 )
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 5.12.0 to 5.14.1.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.12.0...v5.14.1 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fixing issue (#709 )
* fixing issue
fixing: #680
* added kebab on row
* added more clear group seperation
Bump cypress from 7.4.0 to 7.5.0 (#715 )
Bump @babel/preset-typescript from 7.13.0 to 7.14.5 (#714 )
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript ) from 7.13.0 to 7.14.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.14.5/packages/babel-preset-typescript )
---
updated-dependencies:
- dependency-name: "@babel/preset-typescript"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @testing-library/react from 10.4.6 to 11.2.7 (#716 )
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 10.4.6 to 11.2.7.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v10.4.6...v11.2.7 )
---
updated-dependencies:
- dependency-name: "@testing-library/react"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
inherited roles disabled instead of non selectable
more style fixes
fixed size
change title of tab
add unassign kebab on row
added help item on enable switch
test email working, modal wip
email connection done
remove comment
fix cypress test
revert test file
fdisable email prompting when user email entered
prettier
update cypress tests
fix lint
try fix cypress test
try longer wait
save and test connection
make wait longer
increase wait
fix test
disable test connection button if form fields not entered
lint
afix username/password fields
fix test
mark suggested change
add modal button and input functions
fixed default value warning
fixing issue
fixing: #650
remove provider form
add delete cleanup function
AESproviderDetails extend wait for video
update test
test wait after
rebase
remove comments
remove log
format
format
PR feedback from Jon
Apply suggestions from Jon's code review
Co-authored-by: Jon Koops <jonkoops@gmail.com>
remove duplicate form
form
use array desctructuring
Apply suggestions from code review
Co-authored-by: Jon Koops <jonkoops@gmail.com>
update useroutematch
format
format
back to async
pretty
cypress test
remove email verification switch toggle
fix add provider on non-master realm
cleaning up
fix save
fix save for other providers
fix fetch
fix runtime error
remove unused import
Apply suggestions from code review
suggested changes for non-null assertions
Co-authored-by: Jon Koops <jonkoops@gmail.com>
make props required
make provider type required
use realm-settings file for translation
format and roll back route changes
2021-07-12 14:19:50 -04:00
Erik Jan de Wit
dfda67146c
Added Security Defenses tab in the realm settings ( #738 )
...
* initial version of the Security defenses tab
* disable when not dirty
* added test
* removed unsessary fetches
* fixed format
* fixed tests
* fixed title
* Update src/realm-settings/security-defences/BruteForceDetection.tsx
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
* Update src/realm-settings/messages.json
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
* fixed test
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
2021-07-09 10:23:49 -04:00