-
Notifications
You must be signed in to change notification settings - Fork 0
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
[PLATFORM-3432] Update fork with upstream (v1.1.3) #7
Conversation
LoginSync-Payload
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.
LGTM
"build": "rimraf dist && tsc -p tsconfig.prod.json", | ||
"release": "npm run build && ./scripts/release.sh", | ||
"playwright": "npm run build && docker-compose -f docker-compose.playwright.yml up --build -d && cd playwright && playwright test && docker-compose -f ../docker-compose.playwright.yml down", | ||
"playwright": "npm run build && docker compose -f docker-compose.playwright.yml up --build -d && cd playwright && playwright test && docker compose -f ../docker-compose.playwright.yml down", |
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.
Is this a recent change to docker
? I've always used docker-compose
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.
as --> sdk: {error=access_denied} | ||
deactivate as | ||
deactivate sdk | ||
@enduml |
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.
Great to see this plantuml diagrams added to the source. Not a blocker but we should add an image of the rendered diagrams to the source like our other repos.
PLATFORM-3432
Latest version of upstream (v1.1.3) has some updates to the login sync api that we'll need for some upcoming features. This PR brings our fork up to current head of upstream.