-
Notifications
You must be signed in to change notification settings - Fork 34
Update angular and deps to 16.2.1 #1171
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
Conversation
Status:
|
303aae6
to
1e7bdc4
Compare
E2E tests are failing ( seems like the backend is just not reachable, still investigating) TODOS:
|
@bpedersen2 have you checked if the accounts are correct? I mean the accounts info between frontend and backend. |
Yes, passwords were ok. But the it seems that the workflow used the old |
Change-Id: I37199ab3b66aa919ec2e5c1bad7b2dc777e6b77e
Another problem was the start command in the docker-compose file, main moved to dist/src/main, so the backedn really never started |
e546532
to
be273a0
Compare
Still TODO: review css I can present the current look during tomorrows meeting |
That's great!!!! |
We should discuss it tomorrow, I think. |
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
5c05395
to
b298538
Compare
Change-Id: I7d141a9d55c1cad053688af51ba8f4c08e2500b8
Change-Id: I0f0416a45786102765d28875ac0b18c7e8ed10b3
Change-Id: If94171894c7b302bd1fbbd30b2a39403cc86c396
Change-Id: Ie0a994265a54a9f4bcb4b610c71045c49fa921c1
Change-Id: Iedee28a40205bd503d31b662690eccace68fdc80
Change-Id: I64bd447df08c785aa8445fb9067d9007958b0edb
Change-Id: I2adafc065ef4bff7f5adc0b404e3cdd96709c2c0
Change-Id: I8b50d3adf4ee3b7d1b0fa12103f6f8c5046bd168
Change-Id: I8796c1dd0deb4c596574482d89f7e2f717b1b715
Change-Id: If650a3c463b34f68ab516baf58df50cb1b911d1e
Some tags and classes did change, so adjust tests accordingly. Change-Id: I4adccfac60fce0b15771c76fc425d084132de126
Change-Id: Ie7422e81abf53e12c38913058dc9e014496810e8
Change-Id: Ie9f73ec7b00d0e155dbee6213c66ecc02e954de3
Change-Id: I480d7cb2bfb5c98d38b870ea1ece47b214e688ec
Change-Id: I10c41a31e900911386016a0a29429086e84f34b3
Change-Id: I5a4cd16a5c7adbdd4b47592580af0db25b9f5d5e
Change-Id: I6c5a1139168d35f4a8ff4c13f82e8f9fef1020fc
Change-Id: Ib2135ad98bd02019ed7d0bd7469722d8b4170318
Change-Id: Ia299c444d5ddc9060574a93202a624f400142839
Change-Id: I846aaad12104b6f543be142f3dedf0817521e3f9
a43d373
to
c704228
Compare
Change-Id: I96558094ba1a0244c771ad3d83d55941246b4c53
Change-Id: Ia555ee0421fcee531928b2b56bda8ef4ce5cba9a
Cypress update was the culprit, the config file changed from json to ts/js, see https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-100 |
Change-Id: Ib42d48845df570df07f691c9c61ce16e8b521884
Should be OK to merge now |
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.
I have reviewed the node upgrade part here and it looks good, just a small comment
Change-Id: Ic98eaab5eedac394cfadb14c4a3178e392e74e2b
Still needs debugging