Commit Graph

9 Commits

Author SHA1 Message Date
Faruk AYDIN
d0922d85b3 feat: Add error details jsonb column to execution steps 2022-09-04 19:13:25 +03:00
Faruk AYDIN
00b8f83da5 feat: Implement telemetry for execution step creation 2022-05-05 01:29:47 +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
8512528fcf feat: Implement getData query and send a message action for slack 2022-03-16 01:48:58 +03:00
Faruk AYDIN
775ac7a8b1 fix: Backend eslint warnings 2022-03-07 18:26: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
d139eb8c06 feat: Implement getStepWithTestExecutions query 2022-02-22 00:14:56 +01:00
Faruk AYDIN
b6494ea1c4 feat: Create execution step model 2022-02-19 13:21:38 +03:00