aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/protoc.py (unfollow)
Commit message (Expand)AuthorLines
2021-04-08Note new return case in eval api fileGravatar Bast-1/+1
2021-04-08Match new unicode eval tests and output to the format and functions of othersGravatar Bast-13/+9
2021-04-06Use PYTHONIOENCODING to enable utf-8 stdout for the nsjail pipe, and handle t...Gravatar Bast-1/+31
2021-04-06Bump urllib3 from 1.26.3 to 1.26.4Gravatar dependabot[bot]-6/+6
2021-04-05Move from GHCR_TOKEN to GITHUB_TOKEN in Docker publish stageGravatar Joe Banks-1/+1
2021-04-01Update policy documentsGravatar Matteo Bertucci-121/+8
2021-03-23Remove binarytree packageGravatar Mark-1/+0
2021-03-23Add binarytree package to eval environmentGravatar Mark-0/+1
2021-03-19Bump urllib3 from 1.26.2 to 1.26.3Gravatar dependabot[bot]-39/+44
2021-03-16Update flooding test to expect code 143Gravatar Joe Banks-1/+1
2021-03-16Remove logic for removing remnant cgroupsGravatar Joe Banks-12/+0
2021-03-16Change SIGKILL to SIGTERMGravatar Joe Banks-3/+4
2021-03-13Remove the mixed line endings pre-commit hook because it is obsolete.Gravatar MarkKoz-2/+1
2021-03-13master => mainGravatar Joe Banks-14/+14
2021-03-07Docker: improve caching & install numpy in containerGravatar MarkKoz-9/+15
2021-02-26Remove all child cgroups before removing parentsGravatar Joe Banks-0/+12
2021-02-04Fix patch for DEBUG value during testingGravatar MarkKoz-1/+1
2021-02-04Fix the memory limit test and the import errorGravatar MarkKoz-2/+2
2021-02-04Close file descriptors when subprocess endsGravatar MarkKoz-15/+14
2021-02-04Suppress NsJail info logs during testsGravatar MarkKoz-0/+1
2021-02-04CI: fix test step not failing when tests failGravatar MarkKoz-3/+6
2021-02-04CI: use Docker Compose to run the containerGravatar MarkKoz-19/+10
2021-02-04Document configuration thoroughlyGravatar MarkKoz-1/+41
2021-02-04Fix coverage ownership when running testsGravatar MarkKoz-1/+2
2021-02-04Document how to update NsJailGravatar MarkKoz-0/+10
2021-02-04Replace protoc shell script with a Python oneGravatar MarkKoz-15/+63
2021-02-04Rename "snekbox" script to "webserver" in PipfileGravatar MarkKoz-1/+1
2021-02-04Replace dev.sh with Docker ComposeGravatar MarkKoz-106/+38
2021-02-04Categorise and sort scripts in PipfileGravatar MarkKoz-12/+14
2021-02-04Move development environment guide to a separate fileGravatar MarkKoz-94/+99
2021-02-03Remove cgroup parent constants from config fileGravatar Joe Banks-2/+0
2021-02-03Dynamically create parent cgroups for nsjailGravatar Joe Banks-6/+22
2021-02-02Fix typo in error messageGravatar Mark-1/+1
2021-01-22Remove trailing whitespaces from the READMEGravatar Matteo Bertucci-1/+1
2021-01-22Update the README badgesGravatar Matteo Bertucci-1/+6
2021-01-14Fix typo in READMEGravatar Mark-1/+1
2021-01-12CI: don't do a user install for pre-commitGravatar MarkKoz-1/+2
2021-01-12Docker: update pipenvGravatar MarkKoz-1/+1
2021-01-12Fix caching of exposed packagesGravatar MarkKoz-16/+14
2021-01-11Docker: simplify pipenv install commandGravatar MarkKoz-6/+1
2021-01-11Docker: add comments to separate stagesGravatar MarkKoz-0/+3
2021-01-11Docker: move env var definitions to the base stageGravatar MarkKoz-1/+5
2021-01-11Force extant packages to install to the user site too during deploymentGravatar MarkKoz-1/+1
2021-01-10Replace nsjpy alias with a Python scriptGravatar MarkKoz-27/+33
2021-01-10Support overriding nsjail config values with additional argumentsGravatar MarkKoz-2/+8
2021-01-10Add comments to justify why cgroup limits are set manuallyGravatar MarkKoz-1/+7
2021-01-10Add error handling to reading of the nsjail configGravatar MarkKoz-2/+16
2021-01-10Read the Python path and args from the config fileGravatar MarkKoz-3/+2
2021-01-10Read cgroup values from the config fileGravatar MarkKoz-18/+7
2021-01-10Read the nsjail config into a protobuf Message objectGravatar MarkKoz-0/+13