-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix notification configuration values in the different environments #14
Comments
leolazz
added a commit
that referenced
this issue
Dec 23, 2021
…Lazztech/Lazztech.Hub-Service into Sharable-ID-on-hubs-&-users-#14
leolazz
added a commit
that referenced
this issue
Dec 27, 2021
…hubs-&-users-#14' of https://github.com/Lazztech/Lazztech.Hub-Service into Sharable-ID-on-hubs-&-users-#14
leolazz
added a commit
that referenced
this issue
Dec 29, 2021
* typeorm cli script added to package json * migration generate working, but error on script * migrations working on postgres and sqlite. scripts for each added. * script added for generating and apply migrations on both databases * Initial migration for both DBs added * MIgration configuration fixed. Initial migration added. shareableId class added * nullable shareableId base class and migrations implemented * Migrations added for adding column, inserting into prior entries, and marking non-nullable * BeforeInsert method added to shareaible id hub service create modified * minor clean up and documentating comments added * WIP: running migration from blank slate, works with commitTrasnaction, but shows error for transaction. test case fix, clean up, scripts added * Updated migration scripts to use individual transactions, sqlite db path, and mirgations * Sqlite migration revert error resolved with transaction and pragma keys off * sqlite mirgations updated to include foreign key check and explicit foreign key on * removed unused imports and emtpy line * enabled Migrations run true * Comment and uneeded line removed * sqliteConfig migrations/sqlite path * testTimeout 30000 * testTImeout of type number * testTimout 30 sec in jest-e2e.json * Revert "testTimeout 30000" This reverts commit 5582418. * Added migrationsTransactionMode: 'each' to commonSettings in app.module * Removed e2e test timeout * Added e2e testTimeout back * changed timeout:60 do sleep to 1 on pipeline test * start:prod path updated * reverted change to pipeline * no ts files in root, only js * README.md updated with migrations section * Added postgres section to readme.md Co-authored-by: Gian Lazzarini <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: