-
Notifications
You must be signed in to change notification settings - Fork 7
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
Migrate to typescript with node v18 #1275
Migrate to typescript with node v18 #1275
Conversation
8375e2a
to
a3dff97
Compare
255dbbf
to
10b4ff6
Compare
1fedae7
to
608330d
Compare
1ca06d8
to
5efba77
Compare
5efba77
to
6041a1e
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
docker network inspect monitorfish_network >/dev/null 2>&1 || docker network create monitorfish_network | ||
docker compose -f ./infra/dev/docker-compose.yml up -d db | ||
docker compose -f ./infra/dev/docker-compose.yml up flyway |
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.
Chez moi, flyway se lance alors que la db n'est pas prête, ce qui fait planter flyway. Flyway fonctionne correctement si lancé une fois que la db est up.
Je n'ai pas pu aller au bout car l'image de l'app ne fonctionne pas sur mon m1.
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.
Alors je veux bien qu'on regarde ça ensemble car pour le coup je suis la méthode officielle recommandée (et d'ailleurs utilisée par la team Github) pour faire des healthy checks sur Postgre. Mais il y a peut-être un soucis de compatibilité d'architecture sur l'image de base.
"test": "jest --config=./config/jest.config.js --detectOpenHandles", | ||
"cypress:open": "cypress open --browser firefox --e2e", | ||
"cypress:open:electron": "cypress open --browser electron --e2e", | ||
"cypress:run": "cypress run --browser firefox --e2e", |
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.
Je n'arrive pas à lancer les tests en local : Unknown file extension ".ts" for /Users/thomasbrosset/monitorfish/frontend/cypress.config.ts
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.
Ca pareil, il faudra qu'on regarde ensemble ! Je l'ai testé sur un Mac et un PC Ubuntu sans soucis de mon côté.
[Description]
Linked issues
...
Linked PRs