This repository has been archived on 2023-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
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
.github/workflows feat: Introduce github actions for the linter 2022-02-01 19:42:04 +03:00
.vscode feat: Setup eslint and prettier 2022-01-20 17:07:14 +01:00
packages feat(cli): run migrations and app in start command (#284) 2022-04-08 11:27:46 +02:00
.eslintignore feat: Setup eslint and prettier 2022-01-20 17:07:14 +01:00
.eslintrc.js feat: Setup eslint and prettier 2022-01-20 17:07:14 +01:00
.gitignore chore: Add web package 2021-10-03 15:11:55 +02:00
.prettierrc.js feat: Setup eslint and prettier 2022-01-20 17:07:14 +01:00
lerna.json chore: install always exact version for deps 2021-10-24 17:47:18 +02:00
LICENSE.md chore: Adjust license links and remove contributor license agreement 2021-11-06 18:48:12 +01:00
package.json chore: introduce @automatisch/types 2022-03-03 13:33:33 +03:00
yarn.lock feat(cli): run migrations and app in start command (#284) 2022-04-08 11:27:46 +02:00