Ömer Faruk Aydın
|
9e191c4ed9
|
Merge pull request #1349 from automatisch/test/get-roles
test: add tests for graphQL getRoles query
|
2023-10-16 15:12:43 +02:00 |
|
Faruk AYDIN
|
859337b5c1
|
test: add tests for graphQL getRoles query
|
2023-10-15 16:55:25 +02:00 |
|
Faruk AYDIN
|
9314cba724
|
test: Add getRole graphQL query test
|
2023-10-15 15:22:08 +02:00 |
|
Faruk AYDIN
|
9a981d5373
|
test: Implement tests for graphQL getUsers query
|
2023-10-14 21:29:24 +02:00 |
|
Faruk AYDIN
|
c7116361ab
|
refactor: No need to interpolate token for getUser test
|
2023-10-14 21:21:40 +02:00 |
|
Faruk AYDIN
|
4de1fc49df
|
test: Add test case for unauthorized user for getUser
|
2023-10-14 20:12:10 +02:00 |
|
Faruk AYDIN
|
fb80d5d70d
|
test: Correct get current user test descriptions
|
2023-10-14 20:04:49 +02:00 |
|
Faruk AYDIN
|
eaa25e412a
|
test: Add test for healthcheck graphQL query
|
2023-10-14 17:45:26 +02:00 |
|
Faruk AYDIN
|
706142f98e
|
chore: Change the description of existing graphQL tests
|
2023-10-14 17:19:25 +02:00 |
|
Ömer Faruk Aydın
|
5f335ef5b3
|
refactor: Use token without string interpolation for getCurrentUser test
Co-authored-by: Ali BARIN <ali.barin53@gmail.com>
|
2023-10-13 11:24:54 +02:00 |
|
Faruk AYDIN
|
5831bf9653
|
test: Implement getCurrentUser graphQL test
|
2023-10-13 01:04:35 +02:00 |
|
Faruk AYDIN
|
bd497af89b
|
test: Add case to getUser to not return user password
|
2023-10-04 21:01:16 +02:00 |
|
Faruk AYDIN
|
1683c5630a
|
test: Add types to getUser test file
|
2023-10-04 21:01:16 +02:00 |
|
Faruk AYDIN
|
b290c32aeb
|
refactor: Use shared requestObject for getUser tests
|
2023-10-04 21:01:16 +02:00 |
|
Faruk AYDIN
|
a29b3c6db4
|
refactor: Use fixtures for getUser graphQL tests
|
2023-10-04 21:01:16 +02:00 |
|
Faruk AYDIN
|
ffb2f4f5db
|
refactor: Use unauthorized user describe block for getUser tests
|
2023-10-04 21:01:16 +02:00 |
|
Faruk AYDIN
|
5a578643a6
|
feat: Implement getUser graphQL query test
|
2023-10-04 11:52:39 +02:00 |
|
Faruk AYDIN
|
13263eea76
|
feat: Introduce jest for backend tests
|
2023-09-30 14:31:01 +02:00 |
|
Faruk AYDIN
|
1a3418de58
|
chore: Remove ava from test setup
|
2023-09-30 14:17:47 +02:00 |
|
Faruk AYDIN
|
224965b91e
|
feat: Introduce backend test suite with ava
|
2023-09-14 11:56:53 +02:00 |
|
Ali BARIN
|
df24bac913
|
refactor: fetch notifications over graphql query
|
2023-08-28 20:44:55 +00: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 |
|
Faruk AYDIN
|
cb08e0bf9f
|
feat: Implement initial version of formatter app
|
2023-08-16 18:59:36 +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
|
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 |
|
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 |
|
Ali BARIN
|
7ca37c412e
|
fix: clone base db queries
|
2023-08-03 21:11: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 |
|
Ali BARIN
|
5176b8c322
|
feat(authorization): add update connection checks
|
2023-08-03 19:39:48 +02:00 |
|
Ali BARIN
|
c37c70446d
|
feat(authorization): add read connection checks
|
2023-08-03 19:39:48 +02:00 |
|
Ali BARIN
|
8a71c13078
|
feat(authorization): add read execution checks
|
2023-08-03 19:39:48 +02:00 |
|
Ali BARIN
|
5d77f64e76
|
feat(authorization): add update flow checks
|
2023-08-03 19:39:48 +02:00 |
|
Ali BARIN
|
0d092b977f
|
feat(authorization): add read flow checks
|
2023-08-03 19:39:48 +02:00 |
|
Ali BARIN
|
69582ff83d
|
feat: introduce role based access control
|
2023-08-03 19:39:48 +02:00 |
|
Ali BARIN
|
8a18f4c44f
|
fix: skip prior execution steps if no prior execution
|
2023-06-13 20:56:39 +00:00 |
|
Ali BARIN
|
f2dc2f5530
|
feat: introduce CustomAutocomplete with variables
|
2023-06-12 14:06:13 +02:00 |
|
Ali BARIN
|
bad5e0b855
|
fix(queries/get-execution): serve soft deleteds
|
2023-05-13 13:19:53 +02:00 |
|
Ali BARIN
|
69d192d989
|
feat: sort executions by updated at
|
2023-05-02 09:30:41 +00: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 |
|
Faruk AYDIN
|
d1344457dd
|
feat: Auto remove cancelled subscriptions
|
2023-04-11 23:32:34 +02:00 |
|
Ali BARIN
|
d4c542168c
|
feat: add trial status badge in appbar
|
2023-04-09 09:57:50 +00:00 |
|
Faruk AYDIN
|
c4dc0509c2
|
feat: Implement getTrialStatus graphQL query
|
2023-04-07 22:55:18 +02:00 |
|
Ali BARIN
|
7d47793afb
|
feat: add subscription update and cancel logics
|
2023-04-06 13:08:49 +00:00 |
|
Faruk AYDIN
|
d841f9cb62
|
fix: Do not return invoices if there is no subscription
|
2023-03-28 00:27:43 +03:00 |
|