Commit Graph

19 Commits

Author SHA1 Message Date
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
Faruk AYDIN
98864ceadd chore: Adjust untilStep logic for processor 2022-02-20 20:36:36 +03:00
Faruk AYDIN
ba2b5afe2b feat: Implement initial version of processor 2022-02-20 18:02:09 +03:00