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

Add generations admin support #16

Open
jzheaux opened this issue May 24, 2023 · 0 comments
Open

Add generations admin support #16

jzheaux opened this issue May 24, 2023 · 0 comments

Comments

@jzheaux
Copy link

jzheaux commented May 24, 2023

Currently, the Spring Website API can GET a list of support generations.

It would be nice to be able to use it to add generations as well, similarly to how it works with releases.

The reason this would be nice is to allow for using Postman for something that otherwise requires SSOing in, navigating, and editing in a UI for what amounts to a very small change.

What I'd like to be able to do is:

POST /generations

{ "name" : "6.1.x" }

And this would create a generation with the initialReleaseDate of today and the appropriate ossSupportEndDate and commericalSupportEndDate accordingly.

This is also quite nice for the purposes of automation; any time Spring Security releases a new minor version, it could invoke the POST /generations endpoint to automatically add it to the support page.

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

No branches or pull requests

1 participant