aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
| * Bump pre-commit version and re run make upgradeGravatar Chris Lovering2024-01-24-30/+45
|/
* Merge pull request #199 from python-discord/bump-mem-maxGravatar wookie1842024-01-24-1/+1
|\
| * Bump max memory to 70MiBGravatar Chris Lovering2024-01-24-1/+1
|/
* Add pyarrow to eval-depsGravatar Chris Lovering2024-01-24-0/+1
* Remove yarl as an eval-depGravatar Chris Lovering2024-01-24-1/+1
* Merge pull request #197 from python-discord/bump-eval-depsGravatar wookie1842024-01-05-7/+7
|\
| * Bump all eval deps to latest versionsGravatar Chris Lovering2024-01-05-5/+5
| * Reenable pendulum and yarl eval deps since they now support 3.12Gravatar Chris Lovering2024-01-05-2/+2
|/
* Merge #194 - refactor file structure and nsjail moduleGravatar Mark2023-11-05-156/+184
|\
| * Remove Python 3.13 from imageGravatar Mark2023-11-05-5/+0
| * Handle EvalError in a centralised locationGravatar Mark2023-10-27-32/+27
| * Refactor attachment parsing into a separate functionGravatar Mark2023-10-27-27/+30
| * Refactor writing of input files into a separate functionGravatar Mark2023-10-27-18/+31
| * Refactor creation of NsJail args list into a separate functionGravatar Mark2023-10-27-34/+39
| * Move iter_lstrip to separate utils moduleGravatar Mark2023-10-27-14/+21
| * Refactor modules into subpackagesGravatar Mark2023-10-27-31/+41
|/
* Merge #195 - Python 3.12Gravatar Mark2023-10-02-22/+18
|\
| * Remove toml eval-dep as the stdlib now supports itGravatar Chris Lovering2023-10-02-1/+0
| * Bump all eval-deps to latest versionsGravatar Chris Lovering2023-10-02-3/+3
| * Update eval-deps markers for new Python versionsGravatar Chris Lovering2023-10-02-8/+7
| * Replace 3.11 support with 3.13-devGravatar Chris Lovering2023-10-02-7/+5
| * Use 3.12.0 by defaultGravatar Chris Lovering2023-10-02-1/+1
| * Use 3.12.0 over 3.12.0rc2 for 3.12 supportGravatar Chris Lovering2023-10-02-2/+2
|/
* Merge #193 - Update to Debian BookwormGravatar Mark2023-09-16-12/+15
|\
| * Use lower timeout for file parsing timeout testGravatar Mark2023-09-16-2/+2
| * Support fractional seconds for files_timeoutGravatar Mark2023-09-16-5/+8
| * Update to Debian BookwormGravatar Mark2023-09-15-5/+5
|/
* Merge pull request #192 from python-discord/bump-Python-versionsGravatar Joe Banks2023-09-11-5/+5
|\
| * Bump numpy up to 1.26.0rc1 when running on 3.12Gravatar Chris Lovering2023-09-11-1/+1
| * Bump python versions used by snekbox to latestGravatar Chris Lovering2023-09-11-4/+4
|/
* Merge pull request #186 from python-discord/update-eval-depsGravatar Joe Banks2023-09-01-14/+14
|\
| * Merge branch 'main' into update-eval-depsGravatar Joe Banks2023-09-01-14/+13
| |\ | |/ |/|
* | Include install eval deps in final image (#191)Gravatar ChrisJL2023-08-31-0/+1
* | Make CI and deployment.yaml share the same dependency install script (#190)Gravatar ChrisJL2023-08-31-14/+12
| * Add references to when eval packages will be updated for 3.12Gravatar Chris Lovering2023-08-30-3/+3
| * Bump eval-deps to latest versionsGravatar Chris Lovering2023-08-30-13/+13
|/
* Fix link in readme (#189)Gravatar wookie1842023-08-30-1/+1
* Merge pull request #188 from python-discord/test-init-container-in-CIGravatar Joe Banks2023-08-30-0/+29
|\
| * Test deployment init container in CIGravatar Chris Lovering2023-08-30-0/+29
|/
* Merge pull request #113 from python-discord/jb3/shared-memGravatar wookie1842023-08-30-17/+72
|\
| * Merge branch 'main' into jb3/shared-memGravatar wookie1842023-08-30-114/+247
| |\ | |/ |/|
* | Merge pull request #185 from python-discord/jb3/refactor-eval-depsGravatar Joe Banks2023-08-29-35/+40
|\ \
| * | Switch from using post start hooks to init containersGravatar Joe Banks2023-08-29-35/+16
| * | Move eval deps into their own requirements fileGravatar Joe Banks2023-08-29-0/+24
|/ /
* | Merge pull request #184 from python-discord/jb3/3.12-ignoresGravatar Joe Banks2023-08-29-5/+6
|\ \
| * | Disable dependencies without wheels on 3.12Gravatar Joe Banks2023-08-29-5/+6
|/ /
* | Merge pull request #181 from python-discord/feat/158/multi-versionGravatar ChrisJL2023-08-29-77/+135
|\ \
| * | Install eval dependencies with --user & ensure user base var is setGravatar Joe Banks2023-08-29-3/+3
| * | Fix numpy install for testGravatar Mark2023-08-19-1/+1
| * | Remove leading empty strings from NsJail config argsGravatar Mark2023-08-19-2/+2