Rıdvan Akca
|
3f9f17f584
|
refactor: rewrite useRole with RQ
|
2024-03-15 15:09:36 +03:00 |
|
Rıdvan Akca
|
ecc9379d7e
|
refactor: remove get-roles GQL query
|
2024-03-15 14:51:18 +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
|
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
|
c0cc6cc176
|
refactor: rewrite get-apps queries with RQ
|
2024-03-07 16:53:22 +03:00 |
|
Ali BARIN
|
1f8b81ee78
|
refactor: remove GetAutomatischInfo GQL query
|
2024-03-01 15:14:22 +01:00 |
|
Ali BARIN
|
70bb7defd1
|
feat(queries/getAutomatischInfo): add mation
|
2023-12-12 17:37:27 +00:00 |
|
Ali BARIN
|
7245a0a599
|
refactor(queries/get-executions): use createdAt in filters
|
2023-10-26 15:29:28 +00:00 |
|
Ali BARIN
|
d851db22d0
|
feat(queries/get-executions): add updatedAt filter support
|
2023-10-26 13:52:20 +02:00 |
|
Ali BARIN
|
2fa360e400
|
feat(queries/get-executions): add status filter support
|
2023-10-26 13:52:20 +02:00 |
|
Ali BARIN
|
e4eb146169
|
feat(queries/get-executions): add flowId filter support
|
2023-10-26 13:52:20 +02:00 |
|
Ali BARIN
|
df24bac913
|
refactor: fetch notifications over graphql query
|
2023-08-28 20:44:55 +00:00 |
|
Faruk AYDIN
|
e06b7ab87a
|
chore(web): Remove API url env variable
|
2023-08-28 14:37:10 +02: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 |
|
Ali BARIN
|
e3830d64e0
|
feat: add getSamlAuthProviderRoleMappings query (#1229)
|
2023-08-22 14:50:01 +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 |
|
Ömer Faruk Aydın
|
a6a124d2e6
|
feat: add role mappings for SAML configuration (#1210)
|
2023-08-11 19:07:39 +02:00 |
|
Ali BARIN
|
ef9359b208
|
feat: write updateConfig GQL mutation
|
2023-08-11 08:29:57 +00:00 |
|
Ali BARIN
|
efd243a340
|
feat: create getConfig GQL query
|
2023-08-11 08:29:57 +00:00 |
|
Ömer Faruk Aydın
|
84b701747f
|
feat: add license info in getAutomatischInfo query (#1202)
|
2023-08-10 23:18:10 +02:00 |
|
Ömer Faruk Aydın
|
ce8c9906cb
|
chore: Rename createSamlAuthProvider mutation as upsertSamlAuthProvider (#1200)
|
2023-08-08 22:56:23 +02:00 |
|
Faruk AYDIN
|
58189963f5
|
feat: Implement getSamlAuthProvider graphQL query
|
2023-08-07 16:48:36 +02:00 |
|
Faruk AYDIN
|
4b706e004d
|
chore: Rename getSamlAuthProviders as listSamlAuthProviders query
|
2023-08-07 16:44:59 +02:00 |
|
Faruk AYDIN
|
8101c9f0bc
|
feat: Add createSamlAuthProvider graphQL mutation
|
2023-08-07 15:02:25 +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 |
|
Ali BARIN
|
de7a35dfe9
|
feat: introduce singleton webhook URL
|
2023-06-22 08:51:43 +00:00 |
|
Ali BARIN
|
9776c9f5a4
|
feat: add duplicate flow functionality
|
2023-05-13 14:44:21 +02:00 |
|
Ali BARIN
|
fcf3a480be
|
chore: remove UsageAlert
|
2023-04-16 14:22:30 +00:00 |
|
Faruk AYDIN
|
d2163f180e
|
feat: Add getSubscriptionStatus graphQL query
|
2023-04-12 21:29:36 +02:00 |
|
Ali BARIN
|
77e29050c8
|
feat(flow): add virtual paused/published/draft status
|
2023-04-09 16:45:41 +00:00 |
|
Ömer Faruk Aydın
|
94a3b66130
|
Merge pull request #1040 from automatisch/usage-data
feat: add subscription update and cancel logics
|
2023-04-08 00:34:28 +03:00 |
|
Faruk AYDIN
|
c4dc0509c2
|
feat: Implement getTrialStatus graphQL query
|
2023-04-07 22:55:18 +02:00 |
|
Rıdvan Akca
|
2791dca412
|
feat(profile): add capability to update user's full name
|
2023-03-31 12:38:02 +03:00 |
|
Faruk AYDIN
|
05505704e4
|
chore: Adjust billing query to be more dynamic
|
2023-03-26 18:22:49 +03:00 |
|
Faruk AYDIN
|
1cbf96dff1
|
feat: Implement getInvoices graphQL query
|
2023-03-26 02:02:36 +03:00 |
|
Faruk AYDIN
|
f07d9dd813
|
feat: Add usage data to getBillingAndUsage graphQL query
|
2023-03-25 02:16:17 +03:00 |
|
Faruk AYDIN
|
b5524b18cf
|
feat: Implement draft version of getBillingAndUsage query
|
2023-03-25 00:39:49 +03:00 |
|
Ali BARIN
|
75bbd16b0c
|
feat: support interactive fields
|
2023-03-23 13:45:46 +00:00 |
|
Faruk AYDIN
|
d3ef45db1b
|
chore: Remove stripe-related functionality
|
2023-03-21 11:55:45 +03:00 |
|
Ali BARIN
|
66d7baa126
|
fix: make Paddle vendor id number
|
2023-03-20 23:23:44 +00:00 |
|
Faruk AYDIN
|
040ad9edb0
|
feat: Implement getPaddleInfo graphQL query
|
2023-03-21 00:55:27 +03:00 |
|