Skip to content
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

refactor: add versioned requests for machinery based requests #335

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

shreddedbacon
Copy link
Member

@shreddedbacon shreddedbacon commented Apr 8, 2024

Checklist

  • Affected Issues have been mentioned in the Closing issues section
  • Documentation has been written/updated.
  • Changelog entry has been written

Allows for versioned requests using machinery so that updates to schemas can be handled better.

Additionally, the lagoon api version check is performed whenever a token is refreshed, this gives the benefit of always being able to know the version of the api that is being targeted without the user having to specifically call the check. It can add a delay to token refreshes though, but will happen in the background like a normal token refresh anyway.

Eventually this could use the .well-known/appspecific/sh.lagoon.discovery.json endpoint when discovery is introduced properly, which would be faster than using the API version call.

@shreddedbacon shreddedbacon marked this pull request as ready for review April 10, 2024 00:58
Copy link
Contributor

@bomoko bomoko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty straightforward. Looks good.

@shreddedbacon shreddedbacon merged commit 3fd31de into main Apr 10, 2024
4 checks passed
@shreddedbacon shreddedbacon deleted the versioned-machinery-requests branch April 10, 2024 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants