Commit Graph
26 Commits
Author SHA1 Message Date
Faruk AYDIN c07b377de1 feat: Create empty trigger step when the flow is created 2022-01-06 00:08:54 +03:00
Faruk AYDIN a58411ee99 chore: Expose connection with step type instead of only connectionId 2021-12-24 21:01:07 +03:00
Ali BARIN e0f380026e feat: add login mutation 2021-12-21 10:05:16 +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 63d478f9a9 chore: Implement not found error for queries without a result 2021-11-25 00:39:52 +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 c48c905805 feat: Implement draft version of Step model 2021-11-07 00:42:50 +01:00
Faruk AYDIN a7582a4503 chore: Introduce app info converter and use JSON for info files 2021-10-20 13:56:41 +02:00
Faruk AYDIN 672cc4c60c feat: Serve static assets of apps 2021-10-19 16:29:37 +02:00
Faruk AYDIN 8de65e52ab chore: Use key instead of name as parameter for getApp query 2021-10-17 16:04:20 +02:00
Faruk AYDIN 084a831e7a feat: Implement getConnectedApps graphQL query 2021-10-17 15:10:38 +02:00
Faruk AYDIN 8fa0178e08 chore: Rename credentials as connections 2021-10-17 13:26:58 +02:00
Faruk AYDIN 46f68037ec feat: Implement update credentials endpoint 2021-10-15 16:26:34 +02:00
Faruk AYDIN 1fbc58e7e1 chore: Remove displayName field from credentials 2021-10-14 16:56:51 +02:00
Faruk AYDIN bdd0843d94 feat: Implement createAuthLink mutation 2021-10-14 15:17:58 +02:00
Faruk AYDIN 981ea6d163 feat: Create credentials model and graphQL mutation 2021-10-12 17:51:43 +02:00
Faruk AYDIN e569b188a9 chore: Expose data fields by using camelCase convention 2021-10-11 21:46:41 +02:00
Ali BARIN 1d65a7c0dd feat: Extend apps with further data 2021-10-10 21:51:16 +02:00
Faruk AYDIN f36a5cb6d8 feat: Implement getApp graphQL query 2021-10-09 13:31:44 +02:00
Faruk AYDIN e0ab059744 chore: Use only getApps query with optional name argument 2021-10-08 23:31:40 +02:00
Faruk AYDIN 0e684570f8 feat: Implement getAll and getAllByName graphQL queries 2021-10-08 21:24:27 +02:00
Faruk AYDIN 2e524eabd3 feat: Introduce base model to implement created_at & updated_at logic 2021-10-06 23:40:14 +02:00
Faruk AYDIN d03e34e9cc feat: Create user model 2021-10-06 23:37:45 +02:00