aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Test lint onlyGravatar Mark2020-02-22-204/+2
|
* Simulate Dockerfile changeGravatar MarkKoz2019-09-24-11/+17
|
* Fix conditionsGravatar MarkKoz2019-09-20-2/+0
|
* Test pushing with v2 tasksGravatar MarkKoz2019-09-20-14/+11
|
* Merge branch 'ci' into researchGravatar MarkKoz2019-09-20-259/+473
|\
| * CI: use DockerHub container registry & remove login tasksGravatar MarkKoz2019-09-20-11/+6
| |
| * Revert "CI: ditch Docker v2 tasks"Gravatar MarkKoz2019-09-20-32/+40
| | | | | | | | This reverts commit 25fb9bebf815f305e8cd569c5bbe79425b44597d.
| * Revert "CI: use script instead of Docker task to push images"Gravatar MarkKoz2019-09-20-3/+18
| | | | | | | | This reverts commit 2e270d77ddfd03ec2ab961e43bc500dfda1b4af4.
| * CI: ditch Docker v2 tasksGravatar MarkKoz2019-09-14-40/+32
| |
| * Merge pull request #43 from python-discord/revitalisationGravatar Leon Sandøy2019-09-14-18/+3
| |\ | | | | | | CI: use script instead of Docker task to push images
| | * CI: use script instead of Docker task to push imagesGravatar MarkKoz2019-09-14-18/+3
| | |
| * | Merge pull request #42 from python-discord/revitalisationGravatar Leon Sandøy2019-09-14-0/+3
| |\| | | | | | | Fix CI Image Push
| | * CI: specify container registry for Docker push tasksGravatar MarkKoz2019-09-14-0/+3
| | |
| * | Merge pull request #22 from python-discord/revitalisationGravatar Leon Sandøy2019-09-14-1173/+1293
| |\| | | | | | | Revitalisation
| | * Merge pull request #41 from python-discord/fix-flake8-docstringsGravatar Mark2019-09-05-36/+38
| | |\ | | | | | | | | Fix misconfigured flake8 so docstrings are properly linted
| | | * Fix misconfigured flake8 so docstrings are properly lintedGravatar S. Co12019-09-05-36/+38
| | |/ | | | | | | Bump flake8-docstrings dependency pin to support the fix
| | * Merge pull request #40 from python-discord/nsjail-clone-fixGravatar Mark2019-09-03-1/+1
| | |\ | | | | | | | | Nsjail Clone Fix
| | | * CI: fix NsJail clone in base Docker imageGravatar MarkKoz2019-09-03-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Unspecify the depth to make the clone non-shallow again. A depth of 1 was too shallow as it only allowed the latest commit to be cloned. An arbitrary larger depth would still break eventually. The repository is small enough to not warrant a shallow clone anyway.
| | * | Merge pull request #39 from python-discord/update-contribGravatar Mark2019-09-03-0/+3
| | |\ \ | | | |/ | | |/| Update contrib doc for allowing edits from maintainers
| | | * Update contrib doc for allowing edits from maintainersGravatar S. Co12019-09-03-0/+3
| | |/
| | * Merge pull request #33 from python-discord/ciGravatar Johannes Christ2019-08-06-145/+316
| | |\ | | | | | | | | CI Improvements
| | | * CI: output coverage report to stdoutGravatar MarkKoz2019-08-05-1/+2
| | | |
| | | * Add comments to Azure Pipelines YAMLGravatar MarkKoz2019-07-30-9/+29
| | | | | | | | | | | | | | | | | | | | * Replace some shorthand Docker command options with their full names for clarity
| | | * Log into Docker Hub before building images in test jobGravatar MarkKoz2019-07-30-5/+11
| | | |
| | | * CI: ensure count of builds returned by the API is > 0Gravatar MarkKoz2019-06-30-1/+2
| | | |
| | | * CI: specify build context for Docker buildsGravatar MarkKoz2019-06-30-0/+5
| | | |
| | | * CI: don't run the build job if nothing needs to be builtGravatar MarkKoz2019-06-30-0/+9
| | | | | | | | | | | | | | | | Resolve #26
| | | * CI: build the base image if the venv needs to be buildGravatar MarkKoz2019-06-30-2/+8
| | | | | | | | | | | | | | | | Fix #25
| | | * CI: refactor script & pull base when possibleGravatar MarkKoz2019-06-30-30/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move script's execution to the test job * Use output variables * Use jq instead of regex for parsing JSON responses from API * Wrap to 80 columns * Make more robust by checking for command success
| | | * CI: move check shell script to a separate fileGravatar MarkKoz2019-06-30-31/+35
| | | |
| | | * CI: use multi-line folded scalars for long conditionsGravatar MarkKoz2019-06-30-3/+23
| | | |
| | | * CI: refactor stepsGravatar MarkKoz2019-06-30-22/+58
| | | | | | | | | | | | | | | | | | | | | | | | * Use boolean literals instead of strings * Use Docker tasks for building and pushing * Move displayName and condition to the top of each step
| | | * CI: reformat indentation of YAMLGravatar MarkKoz2019-06-30-141/+141
| | | |
| | * | Merge pull request #35 from python-discord/readmeGravatar Mark2019-08-05-71/+131
| | |\ \ | | | | | | | | | | Rewrite README
| | | * | Increase size of some headings in READMEGravatar MarkKoz2019-08-05-2/+2
| | | | |
| | | * | Make Pipenv scripts compatible with WindowsGravatar MarkKoz2019-08-05-3/+3
| | | | | | | | | | | | | | | | | | | | Remove reliance on the shebang in the shell script.
| | | * | Add links to API docs in READMEGravatar MarkKoz2019-08-05-10/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add a link to pipenv * Remove the "Details" section; now part of the first "snekbox" section * Clarify that snekbox uses a HTTP REST API * Document the default host and port for the webserver
| | | * | Fix grammar in READMEGravatar MarkKoz2019-08-04-2/+2
| | | | |
| | | * | Add Pipfile script and docs for building dev venv imageGravatar MarkKoz2019-08-04-1/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The builddev script will build just the dev venv image. The testb script will build the dev venv image, clean up dangling images, and then run tests. * Give the coverage commands their own header in the README
| | | * | Use IDs for user and group in nsjpy aliasGravatar MarkKoz2019-08-04-2/+2
| | | | | | | | | | | | | | | | | | | | Reflects the changes in 7a7eca52019bf21d21cdffcf03cd9c5eacd8363b
| | | * | Rewrite README and clean up Pipfile scriptsGravatar MarkKoz2019-08-04-68/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make the report script do the normal coverage report instead of HTML * Remove Docker image push scripts * Add image build script for the venv image
| | * | | Merge pull request #36 from python-discord/dependenciesGravatar Mark2019-08-05-119/+120
| | |\ \ \ | | | | | | | | | | | | Pin dependencies
| | | * | | Fix version specifier for libnl3Gravatar MarkKoz2019-08-05-1/+1
| | | | | |
| | | * | | Pin dependencies in base imageGravatar MarkKoz2019-08-05-14/+14
| | | | | |
| | | * | | Pin dependencies for flake8 pre-commit hookGravatar MarkKoz2019-08-05-14/+12
| | | | | | | | | | | | | | | | | | | | | | | | * Remove flake8-formatter-junit-xml dependency in the hook
| | | * | | Base image: cd into cloned repo before checkoutGravatar MarkKoz2019-08-04-0/+1
| | | | | |
| | | * | | Update base imageGravatar MarkKoz2019-08-04-2/+2
| | | | | |
| | | * | | Pin NsJail versionGravatar MarkKoz2019-08-04-1/+2
| | | | | |
| | | * | | Pin dependenciesGravatar MarkKoz2019-08-04-88/+89
| | |/ / / | | | | | | | | | | | | | | | Resolves #27
| | * | / Merge pull request #34 from python-discord/linting-fixGravatar Chris Goes2019-07-22-12/+14
| | |\| | | | | |/ | | |/| Pin pydocstyle to unbreak flake8-docstrings