Ali BARIN
ca81e14d63
feat: write PATCH /v1/admin/apps/:appKey/config
2024-08-29 09:26:16 +02:00
Faruk AYDIN
e45dfa94ed
fix: Use updateUserMock instead of updateCurrentUserMock for admin API endpoint
2024-08-28 17:55:06 +03:00
Faruk AYDIN
a153787ae6
chore: Use patch instead of get for update user tests
2024-08-28 17:54:15 +03:00
Faruk AYDIN
cf37c43bc7
chore: Add update user mutation to converted mutations
2024-08-28 17:50:06 +03:00
Faruk AYDIN
d0aa2bca69
feat: Implement rest API endpoint to update users for admin
2024-08-28 17:49:38 +03:00
Faruk AYDIN
4054f551d4
feat: Implement update user rest API endpoint
2024-08-28 17:07:13 +03:00
Ali BARIN
4231784ed2
fix: remove redundant asyncHandler wrapper
2024-08-28 09:20:30 +00:00
Ali BARIN
61ff6986d3
test(update-auth-client): cover HTTP 422 response
2024-08-28 11:16:46 +02:00
Ali BARIN
09bc0bba1e
refactor(web): rewrite mutation with PATCH /v1/admin/apps/:appKey/auth-clients/:appAuthClientId
2024-08-28 11:16:46 +02:00
Ali BARIN
b2bda8479e
feat: write PATCH /v1/admin/apps/:appKey/auth-clients/:appAuthClientId
2024-08-28 11:16:46 +02:00
Ömer Faruk Aydın
09b255f99e
Merge pull request #2037 from automatisch/refactor-async-errors
...
refactor: Use express-async-errors instead of express-async-handler
2024-08-28 12:13:22 +03:00
Ali BARIN
0800642a2a
refactor(create-config): move unique violation error handling to error-handler
2024-08-28 10:32:06 +02:00
Ali BARIN
48b2b006c0
refactor(web): rewrite mutation with POST /v1/admin/apps/:appKey/config
2024-08-28 10:32:06 +02:00
Ali BARIN
af4c1f08ec
feat: write POST /v1/admin/apps/:key/config
2024-08-28 10:32:06 +02:00
Ali BARIN
87b26b6342
fix(app-config): add missing createdAt updatedAt fields in schema
2024-08-28 10:32:06 +02:00
Ali BARIN
706fb8d82f
chore(backend): add test:watch script
2024-08-28 10:32:06 +02:00
Faruk AYDIN
f7ca59bd5f
refactor: Use express-async-errors instead of express-async-handler
2024-08-28 11:10:31 +03:00
Ali BARIN
5995038e21
fix(error-handler): use HTTP 422 for validation errors
2024-08-27 16:34:09 +02:00
Ali BARIN
337ba6ea87
test(create-auth-client): cover error handler
2024-08-27 16:34:09 +02:00
Ali BARIN
04c6183752
refactor(create-auth-client): accept only auth client schema fields
2024-08-27 16:34:09 +02:00
Ali BARIN
0b63922f46
feat: map and expose objection.js errors
2024-08-27 16:34:09 +02:00
Ali BARIN
81c39d7d93
refactor: rewrite create-app-auth-client mutation as REST endpoint
2024-08-27 16:34:09 +02:00
Faruk AYDIN
1a833aad52
feat: Implement rest API endpoint to verify connection
2024-08-27 14:51:28 +03:00
Faruk AYDIN
56c08a3587
fix: Solve truncate deadlock problem for test suite
2024-08-26 16:26:29 +03:00
Faruk AYDIN
ce6214dc0f
refactor: Rename create test action as test connection
2024-08-26 16:26:03 +03:00
Faruk AYDIN
22002d50ac
chore: Comment converted graphQL mutations
2024-08-26 16:01:15 +03:00
Faruk AYDIN
0cf9bc1a32
feat: Implement delete step rest API endpoint
2024-08-23 16:55:44 +03:00
Ali BARIN
a4ec7b3047
feat(compute-parameters): add valueType with parse option and string by default ( #2025 )
...
* feat(compute-parameters): add valueType with parse option and string by default
* test(compute-parameters): write tests for valueType with parse and undefined
* fix(compute-parameters): cover valueType = parse in nested objects
* test(compute-parameters): cover valueType = 'parse' in nested non-primitives
* fix(compute-parameters): mark fields optional
2024-08-22 16:20:18 +02:00
Ali BARIN
34331d8763
refactor(compute-parameters) rename functions and variables
2024-08-21 11:35:09 +00:00
Rıdvan Akca
98e4b843ea
feat(clickup/actions): add create task and find task by id ( #1615 )
...
* feat(clickup): add create task action
* feat(clickup): add find task by id action
* fix(clickup): send optional parameters only when provided
---------
Co-authored-by: Ali BARIN <ali.barin53@gmail.com >
2024-08-15 15:59:58 +02:00
Ali BARIN
7f2937400a
fix(clickup/create-list): send priority and due date only when provided
2024-08-15 12:07:40 +00:00
Ali BARIN
a3a4a8e431
fix(clickup/new-folders): correct internal ID
2024-08-15 12:07:40 +00:00
Ali BARIN
3249c954d3
fix(clickup/new-lists): correct internal ID
2024-08-15 12:07:40 +00:00
Ali BARIN
7395d2a74e
fix(clickup/new-tasks): correct internal ID
2024-08-15 12:07:40 +00:00
Ali BARIN
2060b7b49d
feat(clickup/updated-task): mark whatChanged optional
2024-08-15 12:07:40 +00:00
Rıdvan Akca
d263726c19
feat(clickup): add create list action
2024-08-15 12:07:40 +00:00
Rıdvan Akca
7e3325e959
feat(clickup): add create folder action
2024-08-15 12:07:40 +00:00
Rıdvan Akca
ec075f05c5
feat(clickup): add task changes trigger
2024-08-15 12:07:40 +00:00
Rıdvan Akca
200e483574
feat(clickup): add new tasks trigger
2024-08-15 12:07:40 +00:00
Rıdvan Akca
6c11bfe93d
feat(clickup): add new lists trigger
2024-08-15 12:07:40 +00:00
Rıdvan Akca
b4cc7f4d81
feat(clickup): add new folders trigger
2024-08-15 12:07:38 +00:00
Rıdvan Akca
26fc63c52c
feat(clickup): add clickup integration
2024-08-15 12:07:24 +00:00
Ali BARIN
566f9dd5cc
fix(jotform): use right custom API URL
2024-08-14 14:14:55 +00:00
Ali BARIN
ec740c07fa
feat(jotform/auth): show default API URL
2024-08-14 14:14:20 +00:00
Ali BARIN
7506bf186b
feat(jotform): prettify screen name
2024-08-14 14:14:20 +00:00
Ali BARIN
27c36b644d
fix(jotform/list-forms): fix pagination
2024-08-14 14:14:20 +00:00
Rıdvan Akca
530a920517
feat(jotform): add new submissions trigger
2024-08-14 14:14:19 +00:00
Rıdvan Akca
42f8e635ed
feat(jotform): add jotform integration
2024-08-14 14:13:57 +00:00
Ali BARIN
43b0c65aab
fix(mailchimp): update mailchimp triggers and dynamic data
2024-08-13 13:16:39 +00:00
Rıdvan Akca
3f6a319ebe
feat(mailchimp): add send campaign action
2024-08-13 13:16:39 +00:00