-
Notifications
You must be signed in to change notification settings - Fork 9
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
Extract WebService into its own package #613
Merged
Merged
Commits on Sep 9, 2024
-
Extract WebService into its own package
Move the REST API out of the explainable codebase into its own sub-package. This allows us to have a dedicated test-suite for the JSON schemas. Additionally, it paves the way for a Simala backend which will be the alternative to the Explainable MathLang API.
Configuration menu - View commit details
-
Copy full SHA for fced84b - Browse repository at this point
Copy the full SHA fced84bView commit details -
Finish abstraction of web-service
The web-service is now decoupled from the backend implementation. Only two locations are aware of the generic-mathlang: * Configuration * The GML backend which implements the evaluator
Configuration menu - View commit details
-
Copy full SHA for 4dd17c2 - Browse repository at this point
Copy the full SHA 4dd17c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfeab61 - Browse repository at this point
Copy the full SHA bfeab61View commit details -
Configuration menu - View commit details
-
Copy full SHA for a80398f - Browse repository at this point
Copy the full SHA a80398fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60e4133 - Browse repository at this point
Copy the full SHA 60e4133View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1eb26d - Browse repository at this point
Copy the full SHA c1eb26dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 485862b - Browse repository at this point
Copy the full SHA 485862bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 335432b - Browse repository at this point
Copy the full SHA 335432bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 706465d - Browse repository at this point
Copy the full SHA 706465dView commit details
Commits on Sep 10, 2024
-
Use QueryStrings in the API to capture all query parameters
The Custom GPT doesn't understand this, yet, but it is still a net improvement to before.
Configuration menu - View commit details
-
Copy full SHA for 8a307ab - Browse repository at this point
Copy the full SHA 8a307abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0899492 - Browse repository at this point
Copy the full SHA 0899492View commit details
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.