Ali BARIN
a4ec7b3047
feat(compute-parameters): add valueType with parse option and string by default ( #2025 )
...
* feat(compute-parameters): add valueType with parse option and string by default
* test(compute-parameters): write tests for valueType with parse and undefined
* fix(compute-parameters): cover valueType = parse in nested objects
* test(compute-parameters): cover valueType = 'parse' in nested non-primitives
* fix(compute-parameters): mark fields optional
2024-08-22 16:20:18 +02:00
Faruk AYDIN
b2f8634008
chore: Use ES modules for backend app
2024-01-05 19:08:04 +01:00
Faruk AYDIN
b95478b635
chore: Use imports as ES modules
2024-01-04 22:24:42 +01:00
Faruk AYDIN
7d6a8c4607
feat: Convert service folder to js files
2024-01-04 17:33:03 +01:00
Ali BARIN
9701c98af9
feat: error log errors in action and triggers
2023-05-24 15:35:38 +02:00
Ali BARIN
ae3512fecf
feat: don't interrupt execution due to quota
2023-03-09 15:13:50 +00:00
Ali BARIN
54e68f6252
feat: skip processing tasks over task quota
2023-03-09 12:48:16 +00:00
Ali BARIN
5ee7b85cc4
feat(filter): add filter app
2023-02-26 17:02:30 +01:00
Ali BARIN
74a77ed271
fix(worker): compute parameters for delaying job
2023-02-08 23:22:57 +01:00
Ali BARIN
687c6a09bc
feat(webhook): register in mutation calls
2022-11-30 19:33:57 +01:00
Faruk AYDIN
d83e8dabf8
feat: Implement webhook logic along with new entry typeform trigger
2022-11-30 02:12:56 +01:00
Faruk AYDIN
adddf23ae3
refactor: Check http error for actions
2022-11-11 09:53:53 +01:00
Faruk AYDIN
06a2014bc1
feat: Enrich error responses
2022-11-07 22:51:30 +01:00
Faruk AYDIN
7b18937530
chore: Remove sorting logic from flow service
2022-10-30 22:25:32 +01:00
Faruk AYDIN
c3a54e0c69
feat: Introduce http error class
2022-10-28 13:36:28 +02:00
Faruk AYDIN
11dc650e0e
refactor: Remove dedupe strategies, use only dedupe list
2022-10-28 01:12:20 +02:00
Faruk AYDIN
a56135ca57
refactor: Restructure apps with new data pushing logic
2022-10-22 19:29:02 +02:00
Faruk AYDIN
7e2dd95134
chore: Differentiate trigger and action output types
2022-10-22 13:48:55 +02:00
Faruk AYDIN
9a743fb4a8
feat: Capture unhandled errors by restructuring apps
2022-10-22 13:48:49 +02:00
Ali BARIN
f3f4ea5b60
fix(action): create empty execution step if needed
2022-10-19 22:56:52 +02:00
Ali BARIN
859b3e2db8
fix(trigger): create empty execution step if needed
2022-10-19 22:56:52 +02:00
Ali BARIN
92a2d68a81
feat: add defineTrigger and defineAction
2022-10-16 11:15:05 +02:00
Faruk AYDIN
237ab48d33
refactor: Restructure workers to work with services
2022-10-14 22:33:26 +02:00
Faruk AYDIN
628f872180
refactor: Implement test run helper to work with services
2022-10-14 20:18:58 +02:00
Faruk AYDIN
56a9aeece7
refactor: Extract processor job into separate background jobs
2022-10-13 18:45:30 +02:00
Faruk AYDIN
3c3bb82e97
refactor: Remove early exit strategy for twitter triggers
2022-10-12 23:23:08 +02:00
Faruk AYDIN
d9192f6e6b
refactor: Introduce IActionOutput and ITriggerOutput types
2022-10-12 22:50:42 +02:00
Faruk AYDIN
c0aa2e4f6c
fix: Do not use mutated step for global variables of actions
2022-10-08 21:04:08 +03:00
Ali BARIN
e7b47f5c98
refactor: use functional app implementation
2022-10-07 16:06:10 +03:00
Faruk AYDIN
8308265a62
wip: Restructure twitter integration
2022-10-07 16:06:10 +03:00
Faruk AYDIN
8e60f3dfd7
fix: Expose errors within execute flow mutation
2022-09-27 23:33:58 +03:00
Ali BARIN
d97fab28e3
fix(Processor): correct variable matching regex
2022-09-27 17:22:31 +02:00
Faruk AYDIN
e149d47135
feat: Implement exposing errors from actions within processor
2022-09-27 12:20:16 +03:00
Faruk AYDIN
8826125845
feat: Draft implementation to store and expose integration errors
2022-09-26 17:05:56 +03:00
Ali BARIN
dc79d623be
feat: add no data alert in test substep and execution
2022-09-01 22:25:57 +02:00
Faruk AYDIN
9bd1447bcf
feat: Insert execution even though there is no new data fetched
2022-08-30 15:14:19 +03:00
Faruk AYDIN
5ddb5ab6fa
feat: Implement draft version of pagination with user tweet trigger
2022-08-29 23:11:28 +03:00
Faruk AYDIN
44e3de8534
refactor: Pass connection, flow and step as params to apps
2022-08-21 20:25:04 +03:00
Ali BARIN
651cceec14
feat: add new favorite photo trigger in flickr
2022-04-16 02:12:35 +03:00
Ali BARIN
75eda7f2af
feat(cli): run migrations and app in start command ( #284 )
...
* feat: perform pending migrations in start command
* feat: log error when DB connection is refused
* feat: log error when Redis connection is refused
* refactor: fix type errors
* fix: correct server and copy graphql schema
* fix: differentiate migrations by env
* chore: remove dev executable
* chore: fix typo in default postgresUsername
* fix: copy json files into dist folder
* chore(cli): add dev script
* chore: pull non-dev logs to info level
* feat(cli): run app in start command
* fix(backend): remove default count in Connection
* fix(cli): remove .eslintrc usage in lint script
* refactor: remove disableMigrationsListValidation
* refactor: make Step optional in ExecutionStep
* refactor: make Flow optional in Step
2022-04-08 11:27:46 +02:00
Faruk AYDIN
3340bdff4c
feat: Fetch data while considering previously persisted records
2022-03-24 20:13:36 +03:00
Faruk AYDIN
22e1fe5c44
feat: Implement auto-run interval for triggers of completed flows
2022-03-23 18:17:41 +03:00
Faruk AYDIN
fb7e679230
fix: Use computed parameters for dataIn field of execution steps
2022-03-16 01:56:44 +03:00
Faruk AYDIN
8512528fcf
feat: Implement getData query and send a message action for slack
2022-03-16 01:48:58 +03:00
Faruk AYDIN
3f7a888429
fix: Make processor to work with multiple trigger objects
2022-03-12 17:16:40 +03:00
Ali BARIN
f883dd1287
fix: incorporate UUID in variable regex
2022-03-05 12:57:03 +03:00
Faruk AYDIN
e73f33f3db
fix: Adjust info.json files to work with formattedData field
2022-03-05 01:27:00 +03:00
Ali BARIN
3391578655
chore: introduce @automatisch/types
2022-03-03 13:33:33 +03:00
Ali BARIN
a506d1985f
feat: compute step parameters with prior steps
2022-02-28 23:08:18 +01:00
Faruk AYDIN
c864a1062d
refactor: Pass app data within the constructor of an app
2022-02-27 16:49:07 +01:00