Rıdvan Akca
ecc9379d7e
refactor: remove get-roles GQL query
2024-03-15 14:51:18 +03:00
Rıdvan Akca
9218091c33
refactor: rewrite useRoles with RQ
2024-03-14 16:33:08 +03:00
Ali BARIN
89ad685f3a
Merge pull request #1716 from automatisch/AUT-828
...
refactor: rewrite useVersion and healthcheck with RQ
2024-03-13 11:02:38 +01:00
Rıdvan Akca
58fcfd9a34
refactor: rewrite useVersion and healthcheck with RQ
2024-03-13 11:39:52 +03:00
Ali BARIN
c849afbc11
Merge pull request #1715 from automatisch/AUT-698
...
refactor: rewrite usePaddleInfo and usePaymentPlans with RQ
2024-03-13 09:20:39 +01:00
Rıdvan Akca
2ebe71ddd0
refactor: rewrite usePaymentPlans with RQ
2024-03-13 11:05:21 +03:00
Rıdvan Akca
7a8e8c1f3e
refactor: rewrite usePaddleInfo with RQ
2024-03-12 17:21:44 +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
c9ff6d7bb9
fix: pass enabled to useTriggers and useActions hooks
2024-03-11 17:17:09 +03:00
Rıdvan Akca
5835def5d0
refactor: move abort controller into useLazyApps hook
2024-03-11 16:16:12 +03:00
Rıdvan Akca
2ee5af8bfb
feat: add useAppAuth with RQ
2024-03-07 16:53:22 +03:00
Rıdvan Akca
28c8be97b6
feat: add useLazyApps hook
2024-03-07 16:53:22 +03:00
Rıdvan Akca
be62c09d06
refactor: rewrite useApp with RQ
2024-03-07 16:53:22 +03:00
Rıdvan Akca
5fe3546d2a
feat: add useTriggerSubsteps and useActionSubsteps with RQ
2024-03-07 16:53:22 +03:00
Rıdvan Akca
c4b2ea125c
feat: add useActions with RQ
2024-03-07 16:53:22 +03:00
Rıdvan Akca
3301b038fe
feat: add useTriggers with RQ
2024-03-07 16:53:22 +03:00
Rıdvan Akca
6a58d1e3da
fix(useAdminAppAuthClient): pass signal
2024-03-07 16:53:22 +03:00
Rıdvan Akca
e5670d820d
refactor: rewrite useApps with RQ
2024-03-07 16:53:22 +03:00
Ali BARIN
3a9dfe339a
Merge pull request #1689 from automatisch/fix-auth-in-rq
...
fix: initialize auth in RQ client
2024-03-06 15:52:17 +01:00
kasia.oczkowska
efeeb6cb02
fix: add optional chaining to data.getTrialStatus check and introduce minor code improvements
2024-03-06 15:12:02 +01:00
Rıdvan Akca
bfc7d5d0dd
refactor(web): rewrite useAdminAppAuthClient with react-query ( #1690 )
2024-03-04 13:09:42 +01:00
Ali BARIN
930843d065
fix: initialize auth in RQ client
2024-03-04 10:48:55 +00:00
Ali BARIN
760bc1c22a
fix(useAutomatischInfo): pass signal correctly
2024-03-01 15:14:22 +01: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
78ba18b176
feat: apply conditional mation styling
2023-12-14 14:28:07 +00: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
1a55cc8604
test: update snackbar with variant and data-test attributes
2023-10-27 19:48:40 +02:00
Ali BARIN
0a36101da1
feat: close snackbars upon click ( #1378 )
2023-10-24 12:03:30 +02:00
Ali BARIN
174240a220
refactor: add useEnqueueSnackbar with data-test attr
2023-10-06 12:28:09 +02:00
Kasia
a04b933161
refactor: introduce useApps hook
2023-09-29 17:03:36 +02:00
kattoczko
c77e12edbb
fix: consider null as value in step parameters ( #1282 )
2023-09-29 16:33:45 +02:00
kattoczko
d63757634a
feat: introduce role mappings form on authentication page ( #1256 )
2023-09-08 14:09:53 +02:00
Ali BARIN
df24bac913
refactor: fetch notifications over graphql query
2023-08-28 20:44:55 +00:00
kattoczko
ddeb18f626
feat: introduce authentication page ( #1241 )
...
* feat: introduce authentication page
* feat: update page width
* fix(saml): cover non-existing role mapping on onboarding
---------
Co-authored-by: Ali BARIN <ali.barin53@gmail.com >
2023-08-25 15:24:50 +02:00
Rıdvan Akca
163aca6179
feat(user-list): add pagination ( #1219 )
...
* feat(user-list): add pagination
* feat: add actual total count in getUsers
---------
Co-authored-by: Ali BARIN <ali.barin53@gmail.com >
2023-08-21 21:15:07 +02:00
Ali BARIN
3b54b29a99
feat: introduce app configs with shared auth clients ( #1213 )
2023-08-16 15:46:43 +02:00
Ali BARIN
25983e046c
chore: move config behind checks ( #1211 )
2023-08-11 22:32:13 +02:00
Ali BARIN
b590f0f98f
feat: write useConfig hook
2023-08-11 08:29:57 +00:00
Rıdvan Akca
5046c4c911
feat(auth): add loading state for user and role management ( #1188 )
2023-08-09 21:51:07 +02:00
Faruk AYDIN
4b706e004d
chore: Rename getSamlAuthProviders as listSamlAuthProviders query
2023-08-07 16:44:59 +02:00
Ali BARIN
0deaa03218
feat(auth): add user and role management
2023-08-03 19:39:48 +02:00
Ali BARIN
a7104c41a2
feat(sso): introduce authentication with SAML
2023-08-03 19:39:48 +02:00
Rıdvan Akca
3fd1d4d9b3
feat(google-sheets): create spreadsheet row
2023-06-01 13:28:36 +02:00
Ali BARIN
88c93ac992
fix(dynamic-data): correct parameters
2023-05-16 17:59:04 +02:00