-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Support Multiple Python Versions #175
Closed
Closed
Commits on Mar 15, 2023
-
Adds support for having multiple evaluation python versions installed in the docker container. A utility to automatically generate correct dockerfile instructions and nsjail mounts based on the available versions is also included. Signed-off-by: Hassan Abouelela <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47a9e0d - Browse repository at this point
Copy the full SHA 47a9e0dView commit details -
Add Multiple Version Eval To API
Adds a version argument to the eval API, and a GET endpoint to retrieve all enabled versions. Signed-off-by: Hassan Abouelela <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc4981b - Browse repository at this point
Copy the full SHA bc4981bView commit details -
Make Python Binary Mount Dynamic
Signed-off-by: Hassan Abouelela <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6a4f2a - Browse repository at this point
Copy the full SHA d6a4f2aView commit details
Commits on Mar 17, 2023
-
Refactor Python Version Parsing
Remove the pointless function and allow the file-level constants to be imported by external callers. Signed-off-by: Hassan Abouelela <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59dce27 - Browse repository at this point
Copy the full SHA 59dce27View commit details -
Move the information endpoint from the eval resource into its own location. This endpoint currently only returns the python version but can easily be expanded with more info later. Signed-off-by: Hassan Abouelela <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8375787 - Browse repository at this point
Copy the full SHA 8375787View commit details -
Add More Information To Version Display Names
Signed-off-by: Hassan Abouelela <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f564fd7 - Browse repository at this point
Copy the full SHA f564fd7View commit details -
Signed-off-by: Hassan Abouelela <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3943f5 - Browse repository at this point
Copy the full SHA e3943f5View commit details
Commits on Mar 18, 2023
-
Signed-off-by: Hassan Abouelela <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd978fd - Browse repository at this point
Copy the full SHA cd978fdView commit details -
Document Python Version Selection
Signed-off-by: Hassan Abouelela <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe865e1 - Browse repository at this point
Copy the full SHA fe865e1View commit details -
Adds an image with only one python version installed. This can be useful in development environments for other projects where the multi-version features are less useful than a more efficient container. Signed-off-by: Hassan Abouelela <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d9eff4 - Browse repository at this point
Copy the full SHA 3d9eff4View 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.