Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | Refactor request file parsing | 2022-11-21 | -33/+18 | ||
| | | | | | | | | | | | | - Removed zlib compression in favor of base64 for all responses and requests - Renamed `attachment` to `files` - Renamed `name` to `path` | ||||
| * | Remove bracket in file logging | 2022-11-21 | -1/+1 | ||
| | | | | | | Co-authored-by: Mark <[email protected]> | ||||
| * | Limit empty str filter to start of py_args | 2022-11-21 | -2/+3 | ||
| | | |||||
| * | Remove attachment size limit, added time limit | 2022-11-21 | -32/+55 | ||
| | | |||||
| * | Refactor config patches in tests | 2022-11-21 | -28/+3 | ||
| | | |||||
| * | Add root back to unit test | 2022-11-21 | -1/+1 | ||
| | | |||||
| * | Combined file handling to FileAttachment class | 2022-11-20 | -40/+63 | ||
| | | |||||
| * | Add unit test for multiple python files | 2022-11-19 | -0/+11 | ||
| | | |||||
| * | Implement files request form | 2022-11-19 | -82/+127 | ||
| | | |||||
| * | Add DEBUG to __all__ | 2022-11-19 | -2/+1 | ||
| | | |||||
| * | Remove /dev/shm mounts | 2022-11-19 | -30/+7 | ||
| | | |||||
| * | Remove unneeded chmods | 2022-11-19 | -15/+3 | ||
| | | |||||
| * | Use rmdir instead of rmtree | 2022-11-19 | -2/+2 | ||
| | | |||||
| * | Add `size` and `compression` to attachment fields | 2022-11-18 | -2/+15 | ||
| | | |||||
| * | Add override for timeit | 2022-11-18 | -0/+4 | ||
| | | |||||
| * | Fix name assignment | 2022-11-18 | -1/+1 | ||
| | | |||||
| * | Add option for use_file | 2022-11-18 | -13/+16 | ||
| | | |||||
| * | Remove empty str from default py_args | 2022-11-18 | -1/+1 | ||
| | | |||||
| * | docstring update | 2022-11-18 | -1/+1 | ||
| | | |||||
| * | Add PID to UUID generation | 2022-11-18 | -2/+5 | ||
| | | | | | | | | - Use current process PID in addition to UUID to avoid collisions with multiple snekbox instances (albeit unlikely) | ||||
| * | Reorder `mkdir` function | 2022-11-18 | -7/+7 | ||
| | | |||||
| * | Remove unused supported mimes | 2022-11-17 | -5/+0 | ||
| | | |||||
| * | Refactored tests to use new kwargs | 2022-11-17 | -13/+15 | ||
| | | |||||
| * | Fixed home folder creation | 2022-11-17 | -7/+11 | ||
| | | |||||
| * | Refactored max size handling | 2022-11-16 | -65/+52 | ||
| | | |||||
| * | Add example for post response | 2022-11-16 | -3/+8 | ||
| | | |||||
| * | Lower MAX_FILE_SIZE to match discord upload limit | 2022-11-16 | -3/+4 | ||
| | | |||||
| * | Added additional unit tests | 2022-11-16 | -7/+65 | ||
| | | |||||
| * | Adds a mount for /dev/shm | 2022-11-16 | -9/+31 | ||
| | | |||||
| * | Increased PID limit to 6 | 2022-11-16 | -1/+1 | ||
| | | |||||
| * | Fixed unit tests | 2022-11-16 | -8/+25 | ||
| | | |||||
| * | Support `-m` calls to default to no file | 2022-11-16 | -10/+20 | ||
| | | |||||
| * | Remove default of "-c" in API | 2022-11-16 | -1/+1 | ||
| | | |||||
| * | Sort attachments by name | 2022-11-16 | -1/+2 | ||
| | | |||||
| * | Add max file limit enforcing | 2022-11-16 | -2/+7 | ||
| | | |||||
| * | Moved memfs to root, permission refactor | 2022-11-16 | -30/+27 | ||
| | | |||||
| * | Merge branch 'main' into bytes-output | 2022-11-16 | -124/+107 | ||
| |\ | |/ |/| | |||||
* | | Merge pull request #157 from onerandomusername/allow-manual-rebuilds | 2022-11-05 | -1/+2 | ||
|\ \ | | | | | | | allow manual rebuilds of the container | ||||
| * | | bump forgotten actions/dlownload-artifact@v2 | 2022-11-05 | -1/+1 | ||
| | | | |||||
| * | | allow manual rebuilds of the container | 2022-11-05 | -0/+1 | ||
|/ / | |||||
* | | Merge pull request #156 from onerandomusername/update-actions-checkout | 2022-11-05 | -25/+29 | ||
|\ \ | | | | | | | upgrade all gha packages to their latest node16 versions | ||||
| * | | remove the unnecessary and possibly invalid kubectl version request to ↵ | 2022-11-05 | -1/+0 | ||
| | | | | | | | | | | | | azure/k8s-deploy | ||||
| * | | downgrade docker/setup-buildx-action to a valid version | 2022-11-05 | -1/+1 | ||
| | | | |||||
| * | | update all gha packages | 2022-11-05 | -18/+23 | ||
| | | | |||||
| * | | upgrade actions/checkout to solve deprecation warnings | 2022-11-05 | -6/+6 | ||
|/ / | |||||
* | | Merge pull request #155 from onerandomusername/github-deprecations | 2022-11-05 | -4/+4 | ||
|\ \ | | | | | | | stop using the deprecated set-output command | ||||
| * | | stop using the deprecated set-output command | 2022-11-05 | -4/+4 | ||
|/ / | |||||
* | | Merge pull request #153 from python-discord/3.11-upgrade | 2022-11-05 | -94/+72 | ||
|\ \ | | | | | | | Bump To 3.11 | ||||
| * | | Fix Invalid GitHub Action | 2022-10-31 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | One of the GitHub action files was failing validation due to an unindented block. It is unclear why this failure started now. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| * | | Switch To Compose v2 | 2022-10-31 | -5/+7 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | The compose file already uses compose v2 features, and most clients likely already alias docker-compose to v2 under the hood. This change is more of a formality. Signed-off-by: Hassan Abouelela <[email protected]> |