kasia.oczkowska
87d3ca287d
fix: introduce fix for useApps not using name as param
2024-04-05 10:48:49 +01:00
kasia.oczkowska
3a57349d8a
refactor: rewrite useConfig with RQ
2024-03-22 09:14:29 +00:00
kasia.oczkowska
d808afd21b
refactor: rewrite useNotifications with RQ
2024-03-21 14:56:54 +01:00
Ali BARIN
359a90245d
Merge pull request #1734 from automatisch/AUT-845
...
refactor: rewrite useUsers with RQ
2024-03-20 16:08:07 +01:00
kasia.oczkowska
d8d7d86359
feat: invalidate queries on user related actions
2024-03-20 15:00:54 +00:00
kasia.oczkowska
55c9b5566c
feat: rename hooks
2024-03-20 14:23:33 +01:00
Rıdvan Akca
ec87c7f21c
feat: introduce useLazyFlows with RQ
2024-03-19 16:56:53 +03:00
Rıdvan Akca
68160c20e8
fix: pass all params to enabled of RQ if necessary
2024-03-19 13:16:08 +03:00
Ali BARIN
f3d20ab769
Merge pull request #1738 from automatisch/AUT-849
...
refactor: rewrite useAdminSamlAuthProviderRoleMappings with RQ
2024-03-18 15:19:33 +01:00
Rıdvan Akca
6a1350fd00
refactor: rewrite useAdminSamlAuthProviderRoleMappings with RQ
2024-03-15 19:03:54 +03:00
Rıdvan Akca
1db9f5b2c2
fix: convert loading to isLoading in useUser hook
2024-03-15 18:42:07 +03:00
Rıdvan Akca
ab49535b6c
refactor: rewrite useSamlAuthProviders with RQ
2024-03-15 17:27:48 +03:00
Ali BARIN
3aa86eebf2
Merge pull request #1733 from automatisch/AUT-844
...
refactor: rewrite useUser with RQ
2024-03-15 14:03:20 +01:00
Ali BARIN
d7a93abec0
Merge pull request #1717 from automatisch/AUT-829
...
refactor: rewrite useCurrentUser with RQ
2024-03-15 14:02:09 +01:00
kasia.oczkowska
449976483c
refactor: rewrite useUser with RQ
2024-03-15 12:55:23 +00:00
Rıdvan Akca
b578e73cc4
refactor: rewrite useSamlAuthProvider with RQ
2024-03-15 15:52:39 +03:00
Rıdvan Akca
3f9f17f584
refactor: rewrite useRole with RQ
2024-03-15 15:09:36 +03:00
Rıdvan Akca
9218091c33
refactor: rewrite useRoles with RQ
2024-03-14 16:33:08 +03:00
Rıdvan Akca
082e905014
refactor: remove get-current-user GQL query
2024-03-13 17:58:37 +03:00
Rıdvan Akca
1e868dc802
refactor: rewrite useCurrentUser with RQ
2024-03-13 12:33:31 +03:00
Rıdvan Akca
3bc0c23e5a
refactor: rewrite get executions using useExecutions with RQ
2024-03-12 15:45:04 +03:00
Rıdvan Akca
46491269e3
refactor: rewrite get execution using useExecution with RQ
2024-03-12 14:24:23 +03:00
Rıdvan Akca
c3568354aa
feat: use useInfinityQuery instead of useQuery in useExecutionSteps
2024-03-12 13:55:58 +03:00
Rıdvan Akca
e68696ccd4
refactor: rewrite get execution steps using useExecutionSteps with RQ
2024-03-12 12:12:09 +03:00
Rıdvan Akca
63b9943203
refactor: rewrite useAppConfig with RQ
2024-03-11 17:32:55 +03:00
Rıdvan Akca
2ee5af8bfb
feat: add useAppAuth with RQ
2024-03-07 16:53:22 +03:00
Rıdvan Akca
f320a44d45
refactor: rewrite get-app queries with RQ
2024-03-07 16:53:22 +03:00
Rıdvan Akca
c0cc6cc176
refactor: rewrite get-apps queries with RQ
2024-03-07 16:53:22 +03:00
Ali BARIN
14c04ee4ac
refactor: rewrite useAutomatischInfo with RQ and REST API
2024-03-01 15:14:22 +01:00
Ali BARIN
b3ae2d2748
refactor(web): remove typescript
2024-02-29 09:38:32 +00:00
Faruk AYDIN
159931a6ea
chore: Use types from the web package
2024-01-15 13:30:48 +01:00
Ali BARIN
b842d7938f
feat: hide notifications page in mation instances
2023-12-15 16:28:41 +00:00
QAComet
11e0cb9398
test: add page title test ids to await and await mounting loader components
2023-11-12 16:46:38 -07:00
kattoczko
c461cc4878
feat: introduce application auth clients tab in the admin panel ( #1423 )
...
* feat: introduce application auth clients tab in the admin panel
* feat: introduce improvements
* feat: use loading state returned from useMutation
* feat: use error returned by useMutation hook
2023-11-10 14:09:23 +01:00
QAComet
1581b5ac0a
test: write tests for role management ( #1396 )
2023-11-06 10:35:20 +01:00
QAComet
1a55cc8604
test: update snackbar with variant and data-test attributes
2023-10-27 19:48:40 +02:00
QAComet
463e6908b1
test: write tests for user management ( #1316 )
...
* chore: add data-test attributes
* test: add github connection test, add applications modal
* test: write tests for user management
2023-10-26 15:12:37 +02:00
kattoczko
8c859f9408
feat: introduce admin app configs page ( #1335 )
2023-10-24 12:19:37 +02:00
QAComet
4cedbdbc60
test: add tests for git connection ( #1289 )
...
* chore: add data-test attributes
* test: add github connection test, add applications modal
* chore: embed test GITHUB_CLIENT_* environment values
---------
Co-authored-by: Ali BARIN <ali.barin53@gmail.com >
2023-10-23 18:48:23 +02:00
Ali BARIN
174240a220
refactor: add useEnqueueSnackbar with data-test attr
2023-10-06 12:28:09 +02:00
kattoczko
584b9323ec
feat: introduce admin apps page ( #1296 )
...
* feat: introduce admin apps page
* feat: add access restriction and fix incorrectly placed key prop
2023-10-05 10:55:00 +02:00
Rıdvan Akca
9fbc9d59f5
feat: make authentication role mappings emptiable
2023-09-13 22:32:18 +02:00
Rıdvan Akca
f84f27bb56
feat(user-interface): introduce optimistic response
2023-09-13 22:10:47 +02:00
Rıdvan Akca
4795c35c68
feat(create-role): make isCreator condition checked by default ( #1276 )
2023-09-11 15:28:47 +02:00
Rıdvan Akca
25ce63b86d
feat(user-interface): use default config as fallback ( #1251 )
...
* feat(user-interface): return default app values
* test: remove skip in UI tests
---------
Co-authored-by: Ali BARIN <ali.barin53@gmail.com >
2023-09-11 14:06:05 +02:00
Ali BARIN
436fa9af69
Merge pull request #1267 from automatisch/AUT-276
...
feat(user-interface): add title field
2023-09-08 21:04:58 +02:00
kattoczko
d63757634a
feat: introduce role mappings form on authentication page ( #1256 )
2023-09-08 14:09:53 +02:00
Rıdvan Akca
c02c2def29
feat(user-interface): add title field
2023-09-05 17:10:01 +03:00
Ali BARIN
df24bac913
refactor: fetch notifications over graphql query
2023-08-28 20:44:55 +00:00
Rıdvan Akca
a3b3038709
test(user-interface-configuration): write initial tests ( #1242 )
...
* test(user-interface): add tests with playwright
* test: refactor UI configuration tests
---------
Co-authored-by: Ali BARIN <ali.barin53@gmail.com >
2023-08-25 21:31:02 +02:00