Commit Graph

166 Commits

Author SHA1 Message Date
Faruk AYDIN
bb36748764 refactor: Use input params for all mutations 2022-03-08 11:32:38 +03:00
Faruk AYDIN
212523aec6 feat: Implement updateUser mutation 2022-03-07 21:08:45 +03:00
Faruk AYDIN
64011b5c4b feat: Implement updateFlowStatus mutation 2022-03-07 20:39:47 +03:00
Faruk AYDIN
63198a6569 fix: Do not try to update ID of the flow 2022-03-07 18:26:41 +03:00
Faruk AYDIN
775ac7a8b1 fix: Backend eslint warnings 2022-03-07 18:26:31 +03:00
Faruk AYDIN
ecc9239bfe chore: Set token expiration time to 14 days 2022-03-06 18:56:14 +03:00
Faruk AYDIN
9926e5589e refactor: Use graphql schema directly with graphql-tools library 2022-03-06 18:33:33 +03:00
Faruk AYDIN
96cca96bff fix: Allow external errors for graphql shield 2022-03-06 02:07:08 +03:00
Faruk AYDIN
c935f3f691 feat: Implement authentication with JWT 2022-03-06 00:35:30 +03:00
Ali BARIN
f883dd1287 fix: incorporate UUID in variable regex 2022-03-05 12:57:03 +03:00
Faruk AYDIN
20e725b590 feat: Implement process worker with bullmq 2022-03-05 12:56:34 +03:00
Ali BARIN
b288dc8c35 refactor: use step.executionSteps[].dataOut 2022-03-05 01:37:25 +03:00
Faruk AYDIN
e73f33f3db fix: Adjust info.json files to work with formattedData field 2022-03-05 01:27:00 +03:00
Faruk AYDIN
719a948134 fix: Introduce formattedData for connections to separate types 2022-03-05 01:27:00 +03:00
Ali BARIN
02af7948e5 refactor: convert IDs to uuid 2022-03-04 02:11:03 +03:00
Faruk AYDIN
0c183eeadd refactor: Use relations to expose dataOut field of execution steps 2022-03-03 19:07:25 +01:00
Ali BARIN
3391578655 chore: introduce @automatisch/types 2022-03-03 13:33:33 +03:00
Faruk AYDIN
bbb6f0b0ff chore: Find apps folder path by using require resolve 2022-03-02 21:34:31 +03:00
Faruk AYDIN
b2369fa8cd chore: Add authentication interface and adjust authentication classes 2022-03-01 18:30:15 +01:00
Ali BARIN
a506d1985f feat: compute step parameters with prior steps 2022-02-28 23:08:18 +01:00
Faruk AYDIN
cdc6168ff4 chore: Adjust authentication classes to have similar structure 2022-02-28 18:31:39 +03:00
Ali BARIN
d06f21c927 feat: add PowerInput component 2022-02-28 01:26:57 +03:00
Faruk AYDIN
c864a1062d refactor: Pass app data within the constructor of an app 2022-02-27 16:49:07 +01:00
Faruk AYDIN
003213d223 fix: Adjust null flag for step model fields 2022-02-27 16:46:04 +03:00
Faruk AYDIN
70bb79ab6c chore: Update objectionjs version to 3 2022-02-26 20:29:44 +03:00
Faruk AYDIN
654e868a23 feat: Serve react app through express server 2022-02-24 22:48:04 +03:00
Faruk AYDIN
d139eb8c06 feat: Implement getStepWithTestExecutions query 2022-02-22 00:14:56 +01:00
Faruk AYDIN
98864ceadd chore: Adjust untilStep logic for processor 2022-02-20 20:36:36 +03:00
Faruk AYDIN
ba2b5afe2b feat: Implement initial version of processor 2022-02-20 18:02:09 +03:00
Faruk AYDIN
b6494ea1c4 feat: Create execution step model 2022-02-19 13:21:38 +03:00
Faruk AYDIN
82e1f345d4 feat: Create execution model 2022-02-19 13:18:09 +03:00
Faruk AYDIN
3457ad29d7 feat: Use active field with flows 2022-02-18 12:48:49 +03:00
Ali BARIN
020ef45f0a feat: add TestSubstep along with step status 2022-02-14 19:25:54 +03:00
Ali BARIN
873421f1e9 feat: add connection in updateStep response 2022-02-07 16:30:33 +03:00
Faruk AYDIN
e155bb528f feat: Add status to step model and adjust executeFlow accordingly 2022-02-05 19:17:53 +03:00
Faruk AYDIN
4b69d7f983 feat: Add executeFlow graphQL mutation 2022-02-03 23:14:31 +01:00
Ali BARIN
6a3d1ced93 feat: introduce choose account substep in flow editor 2022-02-02 10:40:35 +03:00
Ali BARIN
89fbfd9dfc feat: make flow name updatable 2022-02-01 10:08:58 +03:00
Ali BARIN
91a1c8b793 feat: make substeps updatable 2022-02-01 00:26:17 +03:00
Faruk AYDIN
6c0ba197c6 feat: Implement onlyWithTriggers flag for getApps graphQL query 2022-02-01 00:15:45 +03:00
Faruk AYDIN
0b6eecd41d feat: Adjust positions and return all steps after deletion of the step 2022-01-30 13:11:19 +01:00
Ali BARIN
3e5b9478c7 feat: add default flow name 2022-01-30 14:13:21 +03:00
Faruk AYDIN
b822e25359 feat: Implement deleteFlow mutation 2022-01-30 12:57:44 +03:00
Faruk AYDIN
3429784309 chore: Introduce has many steps through flows for user model 2022-01-30 12:34:36 +03:00
Ali BARIN
700d0bfd32 feat: create flow with trigger app 2022-01-30 11:15:30 +03:00
Ali BARIN
131d33916a chore: stop casting IDs as number 2022-01-29 18:50:55 +03:00
Faruk AYDIN
c6e2b94128 chore: Use string IDs instead of integer ones 2022-01-29 18:50:55 +03:00
Faruk AYDIN
86d5cceec7 refactor: Use related query from objectionjs for mutations 2022-01-29 12:27:07 +03:00
Ali BARIN
e7c537f217 feat: introduce action event step in flow step 2022-01-29 11:36:29 +03:00
Faruk AYDIN
2416ce13a7 refactor: Refactor queries by using related query from objectionjs 2022-01-28 19:25:41 +01:00