Commit Graph

  • b822e25359 feat: Implement deleteFlow mutation Faruk AYDIN 2022-01-30 12:38:35 +03:00
  • 3429784309 chore: Introduce has many steps through flows for user model Faruk AYDIN 2022-01-29 19:48:59 +03:00
  • 700d0bfd32 feat: create flow with trigger app Ali BARIN 2022-01-30 01:24:42 +01:00
  • 131d33916a chore: stop casting IDs as number Ali BARIN 2022-01-29 16:36:14 +01:00
  • c6e2b94128 chore: Use string IDs instead of integer ones Faruk AYDIN 2022-01-29 13:59:52 +03:00
  • 86d5cceec7 refactor: Use related query from objectionjs for mutations Faruk AYDIN 2022-01-29 12:07:19 +03:00
  • e7c537f217 feat: introduce action event step in flow step Ali BARIN 2022-01-28 20:48:56 +01:00
  • 2416ce13a7 refactor: Refactor queries by using related query from objectionjs Faruk AYDIN 2022-01-28 21:08:49 +03:00
  • 5b392f3f87 feat: Add deleteStep mutation Faruk AYDIN 2022-01-28 20:38:54 +03:00
  • da9ab8016b fix: make connectionId optional step model Ali BARIN 2022-01-28 16:44:02 +01:00
  • 3925de13a7 fix: do not update step on initial render Ali BARIN 2022-01-28 16:17:23 +01:00
  • bb3183959e chore: Order steps by position ascending Faruk AYDIN 2022-01-28 18:29:54 +03:00
  • 60b0b02de2 chore(deps): bump dns-packet from 1.3.1 to 1.3.4 in /packages/web dependabot[bot] 2022-01-28 14:49:55 +00:00
  • 4d6f645d6b chore(deps): bump ansi-regex from 5.0.0 to 5.0.1 in /packages/web dependabot[bot] 2022-01-28 14:49:55 +00:00
  • 1448dc1ea7 chore(deps): bump browserslist from 4.16.3 to 4.19.1 in /packages/web dependabot[bot] 2022-01-28 14:49:57 +00:00
  • e129dc2d3b chore(deps): bump glob-parent from 5.1.1 to 5.1.2 in /packages/web dependabot[bot] 2022-01-28 14:50:04 +00:00
  • ec2bfb6538 chore(deps): bump node-forge from 0.10.0 to 1.2.1 in /packages/web dependabot[bot] 2022-01-28 14:47:05 +00:00
  • 110210f865 chore(deps): bump postcss from 7.0.21 to 7.0.39 dependabot[bot] 2022-01-28 13:00:44 +00:00
  • aa363e7899 chore(deps): bump nanoid from 3.1.20 to 3.2.0 in /packages/web dependabot[bot] 2022-01-22 10:40:33 +00:00
  • fda6507e72 chore(deps): bump follow-redirects in /packages/web dependabot[bot] 2022-01-14 14:31:08 +00:00
  • 3c2188ebf2 feat: Create step with previous step id and assign position Faruk AYDIN 2022-01-28 16:24:46 +03:00
  • 95a63affe7 feat: make step in editor configurable Ali BARIN 2022-01-13 21:25:18 +01:00
  • 4985fb422e feat: Introduce position to step model Faruk AYDIN 2022-01-27 17:32:32 +03:00
  • c09a535653 chore: suit eslint rules Ali BARIN 2022-01-16 19:47:16 +01:00
  • f6d7971b4f chore: add eslint separately per package Ali BARIN 2022-01-18 20:21:00 +01:00
  • a831bf1673 feat: Setup eslint and prettier Faruk AYDIN 2022-01-14 17:30:23 +03:00
  • 6ad92b60e3 chore: Add nohoist flag to babel-loader and webpack Faruk AYDIN 2022-01-13 00:29:19 +03:00
  • 02cfb979bc chore: Add active column to flows Faruk AYDIN 2022-01-08 17:15:39 +03:00
  • 430f0d07e8 feat: introduce basic flows page Ali BARIN 2022-01-05 21:36:51 +01:00
  • d25d327ef7 feat: Implement update step graphQL mutation Faruk AYDIN 2022-01-06 22:08:46 +03:00
  • b6c7ce96c9 feat: Add draft triggers and actions to twitter app Faruk AYDIN 2022-01-06 18:00:23 +03:00
  • c07b377de1 feat: Create empty trigger step when the flow is created Faruk AYDIN 2022-01-05 23:24:31 +03:00
  • 247b25cfc4 feat: introduce steps in flow editor Ali BARIN 2021-12-26 11:43:18 +01:00
  • a232408f22 chore: Expose type field of the steps arguments Faruk AYDIN 2022-01-02 14:29:18 +03:00
  • 06bfba371d refactor: cast variable types while computing Ali BARIN 2021-12-26 16:16:46 +01:00
  • 3f2f1212c9 chore: Use integer for IDs of resources Faruk AYDIN 2021-12-26 13:41:46 +03:00
  • a58411ee99 chore: Expose connection with step type instead of only connectionId Faruk AYDIN 2021-12-24 20:11:19 +03:00
  • 11bdbf1727 feat: introduce dummy flow editor Ali BARIN 2021-12-24 17:22:06 +01:00
  • e3184aedb8 feat: Implement get flow graphQL query Faruk AYDIN 2021-12-24 16:05:44 +03:00
  • e0f380026e feat: add login mutation Ali BARIN 2021-12-20 22:09:20 +01:00
  • 8b05489e40 fix: correct params type in update-flow mutation Ali BARIN 2021-12-21 09:39:40 +01:00
  • ede68b2af2 feat: add updateFlow mutation Ali BARIN 2021-12-19 19:14:11 +01:00
  • d06ce4958e feat: add /editor/create to create a flow Ali BARIN 2021-12-18 00:42:28 +01:00
  • 19a8323058 chore(deps): bump ws from 6.2.1 to 6.2.2 in /packages/web dependabot[bot] 2021-12-17 19:24:41 +00:00
  • 1b60efa9b8 chore(deps): bump color-string from 1.5.4 to 1.9.0 in /packages/web dependabot[bot] 2021-12-17 18:29:52 +00:00
  • 0729ca82d5 chore(deps): bump url-parse from 1.5.1 to 1.5.3 in /packages/web dependabot[bot] 2021-12-17 18:29:48 +00:00
  • 8cd745fd77 chore(deps): bump tmpl from 1.0.4 to 1.0.5 in /packages/web dependabot[bot] 2021-12-17 18:29:48 +00:00
  • 4dab34fe66 chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /packages/web dependabot[bot] 2021-12-17 18:29:20 +00:00
  • fbbfefb5e4 chore(deps): bump tar from 6.1.0 to 6.1.11 in /packages/web dependabot[bot] 2021-12-17 11:22:22 +00:00
  • 81c18ee37c feat: tweak add new app connection dialog Ali BARIN 2021-12-16 23:27:09 +01:00
  • 3e8bae2ec3 feat: rework connection test feedback Ali BARIN 2021-12-16 23:26:29 +01:00
  • e05436034c feat: add loading state to app connection creation Ali BARIN 2021-12-16 23:25:38 +01:00
  • f6050f91c3 feat: enlarge small size OutlinedInput Ali BARIN 2021-12-16 23:24:53 +01:00
  • b600179221 chore: install @mui/lab Ali BARIN 2021-12-16 23:23:33 +01:00
  • 78375934d7 feat: style app connections Ali BARIN 2021-12-15 21:58:14 +01:00
  • fc85716d07 feat: style add new app connection Ali BARIN 2021-12-15 00:35:42 +01:00
  • fdfad28c2e fix: use correct icon in ConditionalIconButton Ali BARIN 2021-12-14 12:42:23 +01:00
  • 6da8557219 feat: design my apps along with app layout Ali BARIN 2021-12-14 00:43:35 +01:00
  • 3785c705ff feat: Add build:docs script Faruk AYDIN 2021-12-12 17:20:19 +01:00
  • 39eafca5ec chore: upgrade to react-router@6 Ali BARIN 2021-12-11 20:20:40 +01:00
  • 5c60738f25 chore: make packages explicit in yarn workspaces Ali BARIN 2021-12-11 17:02:57 +01:00
  • ec53d0ae66 feat: introduce dynamic flow data Ali BARIN 2021-12-09 23:47:13 +01:00
  • 2e1523b40f refactor: rename db:create:user as db:seed:user Ali BARIN 2021-12-07 22:26:52 +01:00
  • c94b8af821 feat: introduce app flows with dummy data Ali BARIN 2021-10-23 01:03:13 +02:00
  • c855a5f555 feat: update theme Ali BARIN 2021-12-09 19:51:42 +01:00
  • cab2d281f3 feat: Add docs package which uses docusaurus internally Faruk AYDIN 2021-12-09 17:11:01 +01:00
  • 95d38b740e feat: Implement getFlows graphQL query Faruk AYDIN 2021-12-09 17:42:22 +01:00
  • d8c216d8c8 chore: Force users to set ENCRYPTION_KEY env variable Faruk AYDIN 2021-11-29 12:02:38 +01:00
  • 79b12ac9e6 chore: Do not override query method for findOne query errors Faruk AYDIN 2021-11-28 22:45:23 +01:00
  • 3e4768c106 chore: Do not try to encrypt or decrypt if data field is empty Faruk AYDIN 2021-11-28 22:43:47 +01:00
  • f949eca3c4 feat: Encrypt data column of connections (#105) Ömer Faruk Aydın 2021-11-28 22:08:35 +01:00
  • 69bea588e4 refactor: start using AvailableAppsEnumType Ali BARIN 2021-11-28 20:20:44 +01:00
  • 9ea5242d94 chore: Use available apps enum type in queries and mutations Faruk AYDIN 2021-11-27 13:39:51 +01:00
  • 63d478f9a9 chore: Implement not found error for queries without a result Faruk AYDIN 2021-11-24 23:37:25 +01:00
  • 232c224ccf feat: update theme Ali BARIN 2021-11-24 23:15:22 +01:00
  • 3260bf8215 fix: introduce AvailableAppsEnumType in createConnection Ali BARIN 2021-11-24 19:25:54 +01:00
  • 81d04e417d chore: Add available app enum type to validate app keys Faruk AYDIN 2021-11-24 16:48:42 +01:00
  • 23621d1b06 fix: Add ssl flag to the postgresql authentication Faruk AYDIN 2021-11-24 15:04:34 +01:00
  • 9358f6c5b0 chore: Set database pool size Faruk AYDIN 2021-11-24 11:04:37 +01:00
  • 58ba78e52b fix: Pass empty parameter object for twitter actions Faruk AYDIN 2021-11-24 00:24:36 +01:00
  • f0e25ed9f3 fix: Use computed raw data instead of raw app data for convertion Faruk AYDIN 2021-11-24 00:16:29 +01:00
  • d53ef4ffc6 chore: Use web app url as dynamic for info.json files Faruk AYDIN 2021-11-24 00:05:10 +01:00
  • a5811d44ac chore: Add env variable to toggle postgresql ssl flag Faruk AYDIN 2021-11-23 14:32:52 +01:00
  • cf1fa9039b fix: Take parameters for twitter actions Faruk AYDIN 2021-11-23 12:31:57 +01:00
  • 3f8a711119 chore: Add ssl true to the database options Faruk AYDIN 2021-11-23 11:39:34 +01:00
  • 9232ad3378 fix: Adjust web app url Faruk AYDIN 2021-11-23 11:24:10 +01:00
  • 77ab83b43b chore: Use web app url instead of cors protocol, port and host Faruk AYDIN 2021-11-23 11:16:57 +01:00
  • f8e823545a chore: Adjust create step mutation to work with flows Faruk AYDIN 2021-11-22 23:26:22 +01:00
  • 8a7d54bb25 feat: Create flow model and graphQL mutation Faruk AYDIN 2021-11-22 16:34:13 +01:00
  • b42cb759a5 feat: Introduce my tweet trigger with execute step mutation Faruk AYDIN 2021-11-19 18:21:04 +01:00
  • 46321f19f4 chore: Extract authentication logic of the apps to their own classes Faruk AYDIN 2021-11-18 12:54:56 +01:00
  • 6b1dee053f chore: Disable eager loading apps Faruk AYDIN 2021-11-17 20:17:29 +01:00
  • c48c905805 feat: Implement draft version of Step model Faruk AYDIN 2021-11-06 23:38:37 +01:00
  • a3dd76df21 feat: Expose triggers of twitter integration with app query Faruk AYDIN 2021-11-06 22:45:20 +01:00
  • c8e3a458ff chore: Adjust license links and remove contributor license agreement Ali BARIN 2021-11-06 13:07:21 +01:00
  • 1a64b745d2 feat: Implement typeform connection Faruk AYDIN 2021-10-28 17:53:03 +02:00
  • 7ed0ec45c3 feat: Implement PostgreSQL connection Faruk AYDIN 2021-10-28 15:35:33 +02:00
  • 219d24495d feat: introduce twilio auth Ali BARIN 2021-10-27 20:04:08 +02:00
  • 72476ceb8b feat: introduce github authentication Ali BARIN 2021-10-26 23:41:25 +02:00
  • 2f7cde95da refactor: rename fields with arguments and properties Ali BARIN 2021-10-26 23:55:02 +02:00