You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Use an improved synchronisation strategy for processing concurrent local and remote git changes. This fixes incorrect handling of concurrent requests in some edge cases, see #24.
The new git synchronisation strategy uses git merge instead of git rebase, resulting in merge histories that are easier to debug.
Improved validation of async OSB API requests. In accordance with the OSB API spec unipipe now rejects requests that require asynchronous processing by the CI/CD pipeline but were not sent with accepts_incomplete=true URL parameter, see #26.