Commit Graph

13 Commits

Author SHA1 Message Date
Faruk AYDIN
c5465513ba feat: Implement telemetry for created and updated flows 2022-05-05 01:21:09 +02: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
343b360303 feat: Implement initial version of getExecutions query 2022-03-09 21:23:31 +03:00
Ali BARIN
02af7948e5 refactor: convert IDs to uuid 2022-03-04 02:11:03 +03:00
Ali BARIN
3391578655 chore: introduce @automatisch/types 2022-03-03 13:33:33 +03:00
Faruk AYDIN
3457ad29d7 feat: Use active field with flows 2022-02-18 12:48:49 +03:00
Ali BARIN
89fbfd9dfc feat: make flow name updatable 2022-02-01 10:08:58 +03:00
Ali BARIN
3e5b9478c7 feat: add default flow name 2022-01-30 14:13:21 +03:00
Faruk AYDIN
86d5cceec7 refactor: Use related query from objectionjs for mutations 2022-01-29 12:27:07 +03:00
Faruk AYDIN
02cfb979bc chore: Add active column to flows 2022-01-08 17:48:57 +03:00
Faruk AYDIN
8a7d54bb25 feat: Create flow model and graphQL mutation 2021-11-22 23:05:53 +01:00