Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2023-03-18 | Document Python Version Selection | -1/+11 | ||
Signed-off-by: Hassan Abouelela <[email protected]> | ||||
2023-03-18 | Add Python Version Tests | -14/+109 | ||
Signed-off-by: Hassan Abouelela <[email protected]> | ||||
2023-03-18 | Update Failing Tests | -5/+10 | ||
Signed-off-by: Hassan Abouelela <[email protected]> | ||||
2023-03-17 | Add More Information To Version Display Names | -3/+3 | ||
Signed-off-by: Hassan Abouelela <[email protected]> | ||||
2023-03-17 | Move Info Endpoint | -26/+51 | ||
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]> | ||||
2023-03-17 | Refactor Python Version Parsing | -37/+24 | ||
Remove the pointless function and allow the file-level constants to be imported by external callers. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
2023-03-15 | Make Python Binary Mount Dynamic | -43/+5 | ||
Signed-off-by: Hassan Abouelela <[email protected]> | ||||
2023-03-15 | Add Multiple Version Eval To API | -3/+48 | ||
Adds a version argument to the eval API, and a GET endpoint to retrieve all enabled versions. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
2023-03-15 | Add Multi-version Capability | -8/+245 | ||
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]> | ||||
2023-03-13 | Update Sentry SDK to support Falcon 3 | -49/+34 | ||
Signed-off-by: Bradley Reynolds <[email protected]> | ||||
2023-03-09 | Add unit test for hidden paths exclusion | -0/+19 | ||
2023-03-09 | Add files output exclude for hidden paths | -0/+5 | ||
2023-03-08 | Add new -B flag to unit tests | -1/+1 | ||
2023-03-08 | Remove file ignore filter to use -B flag instead | -24/+3 | ||
2023-03-02 | Add `config/.ignore` file, parsed to ignore file patterns for upload | -7/+37 | ||
Currently only includes some python bytecode files | ||||
2023-03-02 | Allow uploaded files to be writeable in nsjail | -0/+2 | ||
2023-03-02 | Update readme regarding default output path and last modified check | -6/+4 | ||
2023-03-02 | Update file write error unit test | -3/+9 | ||
2023-03-02 | Conditionally exclude provided files based on last modified time | -12/+24 | ||
2023-03-02 | Refactor FileAttachment.save_to() to return the saved file Path object | -2/+3 | ||
2023-03-02 | Update unit tests for home output directory | -6/+6 | ||
2023-02-24 | Ignore user uploads in output files, default output to `/home` | -9/+20 | ||
- Adds ignore of user uploaded files in scanning of output files - Adds ignore of files starting with leading underscores - Changes default output path to `home` | ||||
2023-02-02 | Update .pre-commit-config.yaml | -5/+5 | ||
2023-02-02 | Update deps to newest | -5/+5 | ||
Bumps dependencies to newest versions: - attrs - networkx - numpy - scipy - tzdata | ||||
2023-02-02 | Add `--upgrade` flag to deployment pip install | -1/+1 | ||
2023-01-25 | Update einspect version to 0.5 | -1/+1 | ||
2023-01-14 | Add `einspect` to deployment | -0/+1 | ||
2023-01-01 | Add matplotlib (#160) | -0/+1 | ||
2022-12-28 | Yay Scipy! | -0/+1 | ||
Bringing the much loved scipy to snekbox :) | ||||
2022-12-20 | Truncate FileAttachment repr to avoid log spam | -0/+5 | ||
2022-12-04 | Update README punctuation | -1/+1 | ||
Co-authored-by: Mark <[email protected]> | ||||
2022-12-04 | Add null byte schema validation tests | -1/+21 | ||
2022-12-04 | Update NSJail docstring | -1/+1 | ||
2022-12-04 | Add configurable home and output paths | -6/+27 | ||
2022-12-04 | Refactor test_filesystem to use tempfile | -8/+8 | ||
2022-12-04 | Update path regex | -2/+2 | ||
2022-12-04 | Add tests for test_eval 200 | -0/+3 | ||
2022-12-04 | Add usage of ExitStack, remove warning suppress | -20/+18 | ||
2022-12-04 | Add refactors for Size enum rename | -3/+3 | ||
2022-12-04 | Remove readme implementation details | -7/+1 | ||
2022-12-04 | Remove link to api schema info | -2/+0 | ||
2022-12-04 | Add comment for preload_dict intentions | -0/+1 | ||
2022-12-04 | Fix as_dict type hint | -1/+1 | ||
2022-12-04 | Update `files_list` docstring | -1/+1 | ||
2022-12-04 | Update MemFS docstring | -1/+1 | ||
Co-authored-by: Mark <[email protected]> | ||||
2022-12-04 | Update MemFS docstring | -1/+1 | ||
Co-authored-by: Mark <[email protected]> | ||||
2022-12-04 | Correct Size(IntEnum) naming | -4/+4 | ||
2022-12-04 | Format readme newlines | -10/+4 | ||
2022-11-29 | update fishhook version to 0.2 | -1/+1 | ||
2022-11-28 | Change Size to IntEnum, change usage in tests | -9/+11 | ||