Commit Graph

9 Commits

Author SHA1 Message Date
Ali BARIN
399fb8312a feat: introduce role based access control 2023-07-17 23:16:01 +03:00
Shehab Ghazy
18d07dd3b9 feat: Add postgres schema environment variable (#1047)
feat: Add postgres schema environment variable

---------

Co-authored-by: Faruk AYDIN <omerfaruk26@gmail.com>
2023-04-17 14:56:12 +02:00
Ali BARIN
475f24f661 style: auto format whole project 2022-11-05 23:57:33 +01: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
9358f6c5b0 chore: Set database pool size 2021-11-24 11:06:39 +01:00
Faruk AYDIN
a5811d44ac chore: Add env variable to toggle postgresql ssl flag 2021-11-23 14:56:39 +01:00
Faruk AYDIN
3f8a711119 chore: Add ssl true to the database options 2021-11-23 11:39:34 +01:00
Faruk AYDIN
a0c34e9353 chore: Move migration folder into src folder 2021-10-08 18:59:47 +02:00
Faruk AYDIN
f032dea77e chore: Setup objectionjs as ORM 2021-10-05 18:39:28 +02:00