| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Fix incorrectly specified cache-from argument | 2020-11-17 | -1/+1 | |
| | | ||||
| * | Add image tag arg to final dockerfile | 2020-11-17 | -5/+12 | |
| | | ||||
| * | Fix error due to referencing value before it's set | 2020-11-17 | -5/+1 | |
| | | ||||
| * | Include final build stage | 2020-11-17 | -4/+34 | |
| | | ||||
| * | Use more effective caching keys for build cache | 2020-11-17 | -1/+2 | |
| | | ||||
| * | Use multi-stage docker file to use local cache | 2020-11-17 | -33/+48 | |
| | | ||||
| * | Build final image and push to GHCR | 2020-11-17 | -0/+17 | |
| | | ||||
| * | Add Python and coveralls to workflow | 2020-11-17 | -1/+9 | |
| | | ||||
| * | Add unit test step to workflow | 2020-11-17 | -0/+15 | |
| | | ||||
| * | Use proper quotation in docker run arguments | 2020-11-17 | -3/+3 | |
| | | ||||
| * | Ensure proper spacing in command | 2020-11-17 | -4/+4 | |
| | | ||||
| * | Change specification of working directory | 2020-11-17 | -1/+1 | |
| | | ||||
| * | Change specification of working directory | 2020-11-17 | -2/+2 | |
| | | ||||
| * | Run linter in docker container | 2020-11-16 | -6/+6 | |
| | | ||||
| * | Run linter in docker container | 2020-11-16 | -22/+24 | |
| | | ||||
| * | Enable BuildKit caching on images | 2020-11-16 | -2/+6 | |
| | | ||||
| * | Fix missing space in docker build command | 2020-11-16 | -2/+2 | |
| | | ||||
| * | Don't use dockerx builder to build images | 2020-11-16 | -38/+9 | |
| | | ||||
| * | Build venv container | 2020-11-16 | -11/+14 | |
| | | ||||
| * | Show image list after build | 2020-11-16 | -1/+1 | |
| | | ||||
| * | Show container list after build | 2020-11-16 | -1/+1 | |
| | | ||||
| * | Show container list after build | 2020-11-16 | -32/+35 | |
| | | ||||
| * | Use quoted run arguments for multiline commands | 2020-11-16 | -9/+6 | |
| | | ||||
| * | Properly escape newlines in docker run command | 2020-11-16 | -1/+2 | |
| | | ||||
| * | Use GHCR containers in Dockerfiles | 2020-11-16 | -2/+2 | |
| | | ||||
| * | Check out repository to access files | 2020-11-16 | -0/+5 | |
| | | ||||
| * | Trigger workflow on feature branch | 2020-11-16 | -1/+1 | |
| | | ||||
| * | Move workflow file to correct location | 2020-11-16 | -0/+0 | |
| | | ||||
| * | Test workflow build strategy | 2020-11-16 | -0/+83 | |
| | | ||||
| * | Merge pull request #78 - Update to Python 3.9 | 2020-11-15 | -280/+290 | |
| |\ | ||||
| | * | Update Python binary mount path in nsjail config | 2020-11-14 | -2/+2 | |
| | | | ||||
| | * | Update pipenv in base Docker image | 2020-11-14 | -1/+1 | |
| | | | ||||
| | * | Use flake8 from pipenv when running pre-commit hooks | 2020-11-14 | -12/+7 | |
| | | | ||||
| | * | Update to Python 3.9 | 2020-11-14 | -265/+280 | |
| |/ | ||||
| * | Merge pull request #77 - Add `lark` to available imports | 2020-10-30 | -139/+171 | |
| |\ | ||||
| | * | re-lock with 'lark' | 2020-10-30 | -139/+170 | |
| | | | ||||
| | * | Update Pipfile | 2020-10-30 | -0/+1 | |
| |/ | ||||
| * | Merge pull request #72 from python-discord/python-Levenshtein | 2020-07-31 | -218/+251 | |
| |\ | | | | | Add python-levenshtein and sort Pipfile (dev)packages | |||
| | * | Sort Pipfile packages & dev-packages | 2020-07-31 | -19/+19 | |
| | | | ||||
| | * | Add python-Levenshtein | 2020-07-31 | -200/+233 | |
| |/ | ||||
| * | Merge pull request #70 from neonsea/clarify-readme | 2020-03-29 | -1/+1 | |
| |\ | | | | | add --dev flag to readme | |||
| | * | add --dev flag to readme | 2020-03-29 | -1/+1 | |
| |/ | ||||
| * | Merge pull request #69 from python-discord/bug/ci/66/pipenv-run-creates-venv | 2020-03-24 | -17/+17 | |
| |\ | | | | | Fix venv being created in Dockerfile | |||
| | * | Fix #66: venv being created in container | 2020-03-23 | -2/+2 | |
| | | | | | | | | | | | `pipenv run` creates a venv because it cannot detect that a --system install was done. The solution is to invoke gunicorn directly. | |||
| | * | Use a config file for gunicorn | 2020-03-23 | -9/+6 | |
| | | | | | | | | | | | This will make it easy to maintain a consistent config without relying on invocation via pipenv. | |||
| | * | Move snekbox.cfg to a config directory | 2020-03-23 | -6/+9 | |
| |/ | | | | | There will be more config files to come so it's cleaner to have them together than littering the root directory with more files. | |||
| * | Merge pull request #68 from python-discord/feat/doc/57/docker-run-cmd | 2020-03-23 | -32/+29 | |
| |\ | | | | | Document a simpler way to run snekbox | |||
| | * | Fix a grammatical error in README.md | 2020-03-23 | -1/+1 | |
| | | | ||||
| | * | Replace NsJail config details with a reference to snekbox.cfg | 2020-03-23 | -29/+3 | |
| | | | | | | | | | | | | | As convenient as it may be, it is redundant to list out the config in the docs. It also may fall out of sync with the actual config should someone forget to update the docs. | |||
| | * | Use reference links in README.md | 2020-03-23 | -7/+18 | |
| | | | | | | | | | Makes the Markdown less cluttered when editing it. | |||