Commit Graph

124 Commits

Author SHA1 Message Date
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
Faruk AYDIN
5b392f3f87 feat: Add deleteStep mutation 2022-01-28 18:56:49 +01:00
Ali BARIN
da9ab8016b fix: make connectionId optional step model 2022-01-28 19:17:20 +03:00
Faruk AYDIN
bb3183959e chore: Order steps by position ascending 2022-01-28 16:33:53 +01:00
Faruk AYDIN
3c2188ebf2 feat: Create step with previous step id and assign position 2022-01-28 17:12:33 +03:00
Ali BARIN
95a63affe7 feat: make step in editor configurable 2022-01-28 15:53:37 +03:00
Faruk AYDIN
4985fb422e feat: Introduce position to step model 2022-01-27 17:46:44 +03:00
Ali BARIN
c09a535653 chore: suit eslint rules 2022-01-20 17:09:12 +01:00
Ali BARIN
f6d7971b4f chore: add eslint separately per package 2022-01-20 17:07:14 +01:00
Faruk AYDIN
02cfb979bc chore: Add active column to flows 2022-01-08 17:48:57 +03:00
Faruk AYDIN
d25d327ef7 feat: Implement update step graphQL mutation 2022-01-06 22:30:48 +01:00
Faruk AYDIN
b6c7ce96c9 feat: Add draft triggers and actions to twitter app 2022-01-06 21:46:58 +03:00
Faruk AYDIN
c07b377de1 feat: Create empty trigger step when the flow is created 2022-01-06 00:08:54 +03:00
Faruk AYDIN
a232408f22 chore: Expose type field of the steps arguments 2022-01-02 14:33:05 +03:00
Faruk AYDIN
3f2f1212c9 chore: Use integer for IDs of resources 2022-01-02 14:33:05 +03:00
Faruk AYDIN
a58411ee99 chore: Expose connection with step type instead of only connectionId 2021-12-24 21:01:07 +03:00
Faruk AYDIN
e3184aedb8 feat: Implement get flow graphQL query 2021-12-24 15:28:45 +01:00
Ali BARIN
e0f380026e feat: add login mutation 2021-12-21 10:05:16 +01:00
Ali BARIN
8b05489e40 fix: correct params type in update-flow mutation 2021-12-21 10:05:02 +01:00
Ali BARIN
ede68b2af2 feat: add updateFlow mutation 2021-12-21 10:05:02 +01:00
Ali BARIN
78375934d7 feat: style app connections 2021-12-15 22:27:27 +01:00
Ali BARIN
2e1523b40f refactor: rename db:create:user as db:seed:user 2021-12-10 23:46:00 +01:00
Faruk AYDIN
95d38b740e feat: Implement getFlows graphQL query 2021-12-09 17:48:57 +01:00
Faruk AYDIN
d8c216d8c8 chore: Force users to set ENCRYPTION_KEY env variable 2021-11-29 14:01:41 +01:00
Faruk AYDIN
79b12ac9e6 chore: Do not override query method for findOne query errors 2021-11-28 22:57:20 +01:00
Faruk AYDIN
3e4768c106 chore: Do not try to encrypt or decrypt if data field is empty 2021-11-28 22:57:20 +01:00
Ömer Faruk Aydın
f949eca3c4 feat: Encrypt data column of connections (#105) 2021-11-28 22:08:35 +01:00
Faruk AYDIN
9ea5242d94 chore: Use available apps enum type in queries and mutations 2021-11-28 20:56:42 +01:00
Faruk AYDIN
63d478f9a9 chore: Implement not found error for queries without a result 2021-11-25 00:39:52 +01:00
Faruk AYDIN
81d04e417d chore: Add available app enum type to validate app keys 2021-11-24 21:32:09 +01:00
Faruk AYDIN
23621d1b06 fix: Add ssl flag to the postgresql authentication 2021-11-24 15:07:51 +01:00
Faruk AYDIN
9358f6c5b0 chore: Set database pool size 2021-11-24 11:06:39 +01:00
Faruk AYDIN
58ba78e52b fix: Pass empty parameter object for twitter actions 2021-11-24 00:27:22 +01:00
Faruk AYDIN
f0e25ed9f3 fix: Use computed raw data instead of raw app data for convertion 2021-11-24 00:17:51 +01:00
Faruk AYDIN
d53ef4ffc6 chore: Use web app url as dynamic for info.json files 2021-11-24 00:07:34 +01:00
Faruk AYDIN
a5811d44ac chore: Add env variable to toggle postgresql ssl flag 2021-11-23 14:56:39 +01:00
Faruk AYDIN
cf1fa9039b fix: Take parameters for twitter actions 2021-11-23 12:31:57 +01:00
Faruk AYDIN
3f8a711119 chore: Add ssl true to the database options 2021-11-23 11:39:34 +01:00
Faruk AYDIN
9232ad3378 fix: Adjust web app url 2021-11-23 11:24:10 +01:00
Faruk AYDIN
77ab83b43b chore: Use web app url instead of cors protocol, port and host 2021-11-23 11:18:08 +01:00
Faruk AYDIN
f8e823545a chore: Adjust create step mutation to work with flows 2021-11-22 23:54:31 +01:00
Faruk AYDIN
8a7d54bb25 feat: Create flow model and graphQL mutation 2021-11-22 23:05:53 +01:00
Faruk AYDIN
b42cb759a5 feat: Introduce my tweet trigger with execute step mutation 2021-11-20 17:07:31 +01:00