-
Notifications
You must be signed in to change notification settings - Fork 68
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
Replace usecase "Admin checks server version" with "Admin fetches server runtime data" and provide JSON object #469
Labels
Milestone
Comments
Related #377 |
4 tasks
Jeeppler
added a commit
that referenced
this issue
Oct 4, 2023
We will do following changes here
|
de-jcup
changed the title
API admin checks server version uses plain text instead of JSON
Replace usecase "Admin checks server version" with "Admin fetches server runtime data" and provide JSON object
Feb 28, 2024
I marked this issue with a "breaking-change" label (because the REST API changed a bit) . But it is only a real breaking change, if somebody has automated administrative parts by their own. We provide and maintain |
de-jcup
added a commit
that referenced
this issue
Feb 28, 2024
- Introduce ServerRuntimeData as Json object which will initially hold serverVersion inside, but can be extended for future needs. - Changed url from /api/admin/info/version to /api/admin/info/server - Renamed usecase @UseCaseAdminChecksServerVersion to @UseCaseAdminFetchesServerRuntimeData - Updated the URL builders (TestAPI) - generated and commited new reduced open api file - changed default sechub client implemenatation
sven-dmlr
added a commit
that referenced
this issue
Feb 29, 2024
- keep server_version behavior (string only) - new action 'server_info' added
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The admin checks server version API returns a plain text result instead of the usual JSON: https://daimler.github.io/sechub/latest/sechub-restapi.html#admin-checks-server-version
The problem with that is, that OpenAPI cannot figure out the type of the returned payload.
Jeremias Eppler [email protected], Daimler TSS GmbH, imprint
The text was updated successfully, but these errors were encountered: