Joe Saunderson
Joe Saunderson
Have you had any feedback from Sebastian as to whether this would be possible? Out of interest, do you know of any solution that handles multiple docker stacks for unit...
Anywhere you can point in the right direction? Struggling here. Got a docker-compose bash wrapper that sets up what we need and puts data in the right places, but how...
We already do something similar to this. The solution we wanted was with multiple docker stacks on one node.
We have 9 applications that we want to be able to build independently of eachother... this potentially includes PR branches too. There are selenium tests, so each stack has a...
Hi, I will add this to the next release 😀
Looks good, so the JSON file must match the name of the parameter? Am i reading that correctly?
I’m not sure if that would work with all of the resources, and some allow additional params (which I think are parsed into the query string). We could potentially do...
I think the OP is using HTTP client to mock the requests?
@davidribeiro great thanks! Maybe start with 5 tests per PR? I think it would be good to mock the responses from the API
Think I have solved this with: ``` $refreshToken = $this->refreshTokenManager->createForUserWithTtl($user, 604800); ``` My next question, how do I implement a "manual" refresh in a resolver, and return the refreshed JWT