Timshel
Timshel
@stefan0xC hey first thanks for the review :). > 1. I'm not sure I'm a fan of the `test/scenarios` subfolder. Unsure if you mean to move it to `/scenarios` ?...
> I'd move it to /playwright for now I know it's not practical but I'd like to settle on a layout which work with the SSO stuff since my goal...
Ok I'll move it to `/playwright`. The Keycloak `docker-compose` is also used to run a dev instance that's why I did not include it directly. Do you think it would...
So moved everything and used `Projects` in the SSO PR and it's not too bad : https://github.com/Timshel/vaultwarden/blob/sso-support/playwright/playwright.config.ts#L38
Hey, Resolved the different discussions since I believe they are mostly linked to the question of keeping the separate `temp` folder to store the different built resources. As I mentioned...
The documentation hinted it might be possible : https://woodpecker-ci.org/docs/usage/volumes A working example : ``` steps: build-image: image: docker commands: - docker build --rm -t local/project-image . volumes: - /var/run/docker.sock:/var/run/docker.sock build-project:...
Yep but depending on your setup this might be an acceptable workaround so I thought it was worth mentioning.
Happy new year :). Hey, PR is still blocked since changes fix another issue (https://github.com/mozilla-mobile/fenix/issues/27182) for which nobody has been able to give any details/insight.
Hey, For information it appears there is now a Microsoft Entra `v2` endpoint which should be compliant. You should be able to find it on https://entra.microsoft.com following `Identity | Applications...