Skip to content

Quarkus Mathmodel Endpoints#1526

Merged
Ezequiel-Valencia merged 8 commits intomasterfrom
quarkus-mathmodel-retrieval
Jun 6, 2025
Merged

Quarkus Mathmodel Endpoints#1526
Ezequiel-Valencia merged 8 commits intomasterfrom
quarkus-mathmodel-retrieval

Conversation

@Ezequiel-Valencia
Copy link
Copy Markdown
Contributor

This PR includes

  • Math model info retrieval
  • Math model saving, deleting, and getting
  • Clients for these endpoints, and implementation within the GUI client
  • End to end for all these endpoints

@Ezequiel-Valencia Ezequiel-Valencia linked an issue Jun 5, 2025 that may be closed by this pull request
User user = userRestService.getUserFromIdentity(securityIdentity);
try{
BigString result = mathModelService.saveModel(user, new BigString(mathModelVCML), newName.orElse(null), simNames.toArray(new String[0]));
return result.toString();

Check failure

Code scanning / CodeQL

Cross-site scripting High

Cross-site scripting vulnerability due to a
user-provided value
.
Copy link
Copy Markdown
Member

@jcschaff jcschaff left a comment

Choose a reason for hiding this comment

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

looks good, nice discussion and changes were incorporated, approved.

@Ezequiel-Valencia Ezequiel-Valencia merged commit f3aed35 into master Jun 6, 2025
17 of 22 checks passed
@Ezequiel-Valencia Ezequiel-Valencia deleted the quarkus-mathmodel-retrieval branch June 6, 2025 13:41
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.

Quarkus Endpoint for MathModel Retrieval

3 participants