-
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
Start Integrating java api client in WebUI , SecHub client enhancements, initial WebUI containerization, Change UC-40 #2518
Merged
de-jcup
merged 20 commits into
develop
from
feature-2513-webui-use-sechub-java-api-client
Feb 29, 2024
Merged
Start Integrating java api client in WebUI , SecHub client enhancements, initial WebUI containerization, Change UC-40 #2518
de-jcup
merged 20 commits into
develop
from
feature-2513-webui-use-sechub-java-api-client
Feb 29, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- containerize the WebUI solution - small fixes
- apply Spotless - ugrade Spotless - put CycloneDX Gradle plugin into libraries.gradle - add WebUI build in sdc.sh
…://github.com/mercedes-benz/sechub into feature-2513-webui-use-sechub-java-api-client
de-jcup
requested changes
Oct 11, 2023
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.
Good job, but I found some points. Please read my comments.
sechub-api-java/src/main/java/com/mercedesbenz/sechub/api/DefaultSecHubClient.java
Outdated
Show resolved
Hide resolved
sechub-api-java/src/main/java/com/mercedesbenz/sechub/api/DefaultSecHubClient.java
Outdated
Show resolved
Hide resolved
sechub-api-java/src/main/java/com/mercedesbenz/sechub/api/DefaultSecHubClient.java
Show resolved
Hide resolved
sechub-api-java/src/main/java/com/mercedesbenz/sechub/api/DefaultSecHubClient.java
Outdated
Show resolved
Hide resolved
sechub-api-java/src/main/java/com/mercedesbenz/sechub/api/MockedSecHubClient.java
Outdated
Show resolved
Hide resolved
sechub-webui/src/main/java/com/mercedesbenz/sechub/webui/IndexController.java
Outdated
Show resolved
Hide resolved
sechub-webui/src/main/java/com/mercedesbenz/sechub/webui/NewApiTokenController.java
Outdated
Show resolved
Hide resolved
sechub-webui/src/main/java/com/mercedesbenz/sechub/webui/NewApiTokenService.java
Outdated
Show resolved
Hide resolved
sechub-webui/src/main/java/com/mercedesbenz/sechub/webui/ScanController.java
Outdated
Show resolved
Hide resolved
feature-2513-webui-use-sechub-java-api-client
- also renamed demo parts
- 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
de-jcup
changed the title
Replace manually written API calls with SecHub Java API calls #2513
Start Integrating java api client in WebUI , SecHub client enhancements, initial WebUI containerization, Change UC-40
Feb 28, 2024
- keep server_version behavior (string only) - new action 'server_info' added
de-jcup
approved these changes
Feb 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Replace status page API calls with SecHub Java API calls (where posssible)