Commit Graph

1055 Commits

Author SHA1 Message Date
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
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
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
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
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
Faruk AYDIN
46321f19f4 chore: Extract authentication logic of the apps to their own classes 2021-11-19 11:53:23 +01:00
Faruk AYDIN
6b1dee053f chore: Disable eager loading apps 2021-11-17 20:38:22 +01:00
Faruk AYDIN
c48c905805 feat: Implement draft version of Step model 2021-11-07 00:42:50 +01:00
Faruk AYDIN
a3dd76df21 feat: Expose triggers of twitter integration with app query 2021-11-06 23:08:16 +01:00
Faruk AYDIN
1a64b745d2 feat: Implement typeform connection 2021-10-28 17:53:03 +02:00
Faruk AYDIN
7ed0ec45c3 feat: Implement PostgreSQL connection 2021-10-28 15:35:33 +02:00
Ali BARIN
219d24495d feat: introduce twilio auth 2021-10-27 20:04:08 +02:00
Ali BARIN
72476ceb8b feat: introduce github authentication 2021-10-26 23:41:25 +02:00
Faruk AYDIN
65a41ff492 chore: Use arguments or properties instead of fields 2021-10-26 23:35:01 +02:00
Faruk AYDIN
561f539123 chore: Eager load integration apps 2021-10-26 22:25:59 +02:00
Faruk AYDIN
cbfba465db chore: Rename createAuthLink as createAuthData 2021-10-26 21:52:04 +02:00
Ali BARIN
901699fe64 feat: introduce discord authentication 2021-10-26 18:11:09 +02:00
Faruk AYDIN
ce7130b271 feat: Implement SMTP app connection 2021-10-25 16:49:03 +02:00
Ali BARIN
9e3c61e3df feat: introduce twitch auth 2021-10-24 21:25:04 +02:00