-
Notifications
You must be signed in to change notification settings - Fork 34
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
feat: seed database for dev and tests #350
Conversation
337edd1
to
5734682
Compare
Codecov ReportBase: 92.11% // Head: 92.11% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #350 +/- ##
=======================================
Coverage 92.11% 92.11%
=======================================
Files 268 268
Lines 3221 3221
Branches 194 194
=======================================
Hits 2967 2967
Misses 249 249
Partials 5 5 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
5734682
to
fff6f38
Compare
fff6f38
to
5f381ec
Compare
5f381ec
to
f8051e0
Compare
@@ -18,4 +18,4 @@ export const dataSourceOptions: DataSourceOptions = { | |||
}; | |||
|
|||
// For use by TypeORM CLI. | |||
export const dataSource = new DataSource(dataSourceOptions); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ce changement fait qu'en local make database-migrate
ne lance plus les migrations
* fix: create migration with pending changes * fix:remove john doe form migrations * add database seeders fix:remove john doe form migrations add database seeders chore: restructure component folder with atomic design test hr page feat: setup e2e for leave request
* fix: create migration with pending changes * fix:remove john doe form migrations * add database seeders fix:remove john doe form migrations add database seeders chore: restructure component folder with atomic design test hr page feat: setup e2e for leave request
rel : #272
Cette PR:
Permet d'ajouter automatiquement des fausses données (fixtures) dans la base de donnée pour la développement et pour les tests