aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
| * | Remove all child cgroups before removing parentsGravatar Joe Banks2021-02-26-0/+12
|/ /
* | Merge pull request #91 from python-discord/dynamic-parent-cgroupsGravatar Matteo Bertucci2021-02-25-8/+22
|\ \
| * \ Merge branch 'master' into dynamic-parent-cgroupsGravatar Joe Banks2021-02-07-217/+246
| |\ \ | |/ / |/| |
| * | Remove cgroup parent constants from config fileGravatar Joe Banks2021-02-03-2/+0
| * | Dynamically create parent cgroups for nsjailGravatar Joe Banks2021-02-03-6/+22
| | * Docker: improve caching & install numpy in containerGravatar MarkKoz2021-03-07-9/+15
| | * Fix patch for DEBUG value during testingGravatar MarkKoz2021-02-04-1/+1
| | * Fix the memory limit test and the import errorGravatar MarkKoz2021-02-04-2/+2
| | * Close file descriptors when subprocess endsGravatar MarkKoz2021-02-04-15/+14
| | * Suppress NsJail info logs during testsGravatar MarkKoz2021-02-04-0/+1
| | * CI: fix test step not failing when tests failGravatar MarkKoz2021-02-04-3/+6
| |/ |/|
* | Merge PR #92 - replace shell scripts with Python scriptsGravatar Mark2021-02-04-217/+246
|\ \ | |/ |/|
| * CI: use Docker Compose to run the containerGravatar MarkKoz2021-02-04-19/+10
| * Document configuration thoroughlyGravatar MarkKoz2021-02-04-1/+41
| * Fix coverage ownership when running testsGravatar MarkKoz2021-02-04-1/+2
| * Document how to update NsJailGravatar MarkKoz2021-02-04-0/+10
| * Replace protoc shell script with a Python oneGravatar MarkKoz2021-02-04-15/+63
| * Rename "snekbox" script to "webserver" in PipfileGravatar MarkKoz2021-02-04-1/+1
| * Replace dev.sh with Docker ComposeGravatar MarkKoz2021-02-04-106/+38
| * Categorise and sort scripts in PipfileGravatar MarkKoz2021-02-04-12/+14
| * Move development environment guide to a separate fileGravatar MarkKoz2021-02-04-94/+99
|/
* Merge PR #88 - use protobuf to parse configGravatar Mark2021-02-02-55/+1377
|\
| * Fix typo in error messageGravatar Mark2021-02-02-1/+1
| * Fix typo in READMEGravatar Mark2021-01-14-1/+1
| * Replace nsjpy alias with a Python scriptGravatar MarkKoz2021-01-10-27/+33
| * Support overriding nsjail config values with additional argumentsGravatar MarkKoz2021-01-10-2/+8
| * Add comments to justify why cgroup limits are set manuallyGravatar MarkKoz2021-01-10-1/+7
| * Add error handling to reading of the nsjail configGravatar MarkKoz2021-01-10-2/+16
| * Read the Python path and args from the config fileGravatar MarkKoz2021-01-10-3/+2
| * Read cgroup values from the config fileGravatar MarkKoz2021-01-10-18/+7
| * Read the nsjail config into a protobuf Message objectGravatar MarkKoz2021-01-10-0/+13
| * Compile the NsJail config protobuf into Python codeGravatar MarkKoz2021-01-10-1/+1265
| * Add protobuf as a dependencyGravatar MarkKoz2021-01-10-4/+29
* | Remove trailing whitespaces from the READMEGravatar Matteo Bertucci2021-01-22-1/+1
* | Update the README badgesGravatar Matteo Bertucci2021-01-22-1/+6
* | Merge PR #90 - fix caching of exposed packagesGravatar Mark2021-01-13-22/+23
|\ \
| * | CI: don't do a user install for pre-commitGravatar MarkKoz2021-01-12-1/+2
| * | Docker: update pipenvGravatar MarkKoz2021-01-12-1/+1
| * | Fix caching of exposed packagesGravatar MarkKoz2021-01-12-16/+14
| * | Docker: simplify pipenv install commandGravatar MarkKoz2021-01-11-6/+1
| * | Docker: add comments to separate stagesGravatar MarkKoz2021-01-11-0/+3
| * | Docker: move env var definitions to the base stageGravatar MarkKoz2021-01-11-1/+5
|/ /
* / Force extant packages to install to the user site too during deploymentGravatar MarkKoz2021-01-11-1/+1
|/
* Merge pull request #64 from python-discord/feat/deps/63/pep8-namingGravatar Joe Banks2021-01-10-29/+77
|\
| * Removing trailing whitespaces from README.mdGravatar MarkKoz2021-01-09-1/+1
| * CI: install git in the containerGravatar MarkKoz2021-01-09-0/+6
| * CI: run pre-commit hooksGravatar MarkKoz2021-01-09-0/+6
| * CI: improve readability of some run commandsGravatar MarkKoz2021-01-09-5/+7
| * Re-arrange settings in .flake8 fileGravatar MarkKoz2021-01-09-11/+13
| * Add more pre-commit hooksGravatar MarkKoz2021-01-09-1/+17