Commit Graph

10 Commits

Author SHA1 Message Date
Ali BARIN
472ffd5b5c feat: increase consumed task count upon tasks 2023-03-07 21:26:12 +00:00
Faruk AYDIN
74aed833bf chore: Remove default values from fields of database models 2022-10-19 19:22:11 +02:00
Ali BARIN
dc79d623be feat: add no data alert in test substep and execution 2022-09-01 22:25:57 +02:00
Faruk AYDIN
5ddb5ab6fa feat: Implement draft version of pagination with user tweet trigger 2022-08-29 23:11:28 +03:00
Faruk AYDIN
466ffcc6bc feat: Implement telemetry for the creation of executions 2022-05-05 01:26:31 +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
Ali BARIN
02af7948e5 refactor: convert IDs to uuid 2022-03-04 02:11:03 +03:00
Faruk AYDIN
70bb79ab6c chore: Update objectionjs version to 3 2022-02-26 20:29:44 +03:00
Faruk AYDIN
ba2b5afe2b feat: Implement initial version of processor 2022-02-20 18:02:09 +03:00
Faruk AYDIN
82e1f345d4 feat: Create execution model 2022-02-19 13:18:09 +03:00