Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| | * | | Merge pull request #35 from python-discord/readme | 2019-08-05 | -71/+131 | ||
| | |\ \ | | | | | | | | | | | Rewrite README | ||||
| | | * | | Increase size of some headings in README | 2019-08-05 | -2/+2 | ||
| | | | | | |||||
| | | * | | Make Pipenv scripts compatible with Windows | 2019-08-05 | -3/+3 | ||
| | | | | | | | | | | | | | | | | | | | | Remove reliance on the shebang in the shell script. | ||||
| | | * | | Add links to API docs in README | 2019-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 README | 2019-08-04 | -2/+2 | ||
| | | | | | |||||
| | | * | | Add Pipfile script and docs for building dev venv image | 2019-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 alias | 2019-08-04 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | Reflects the changes in 7a7eca52019bf21d21cdffcf03cd9c5eacd8363b | ||||
| | | * | | Rewrite README and clean up Pipfile scripts | 2019-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/dependencies | 2019-08-05 | -119/+120 | ||
| | |\ \ \ | | | | | | | | | | | | | Pin dependencies | ||||
| | | * | | | Fix version specifier for libnl3 | 2019-08-05 | -1/+1 | ||
| | | | | | | |||||
| | | * | | | Pin dependencies in base image | 2019-08-05 | -14/+14 | ||
| | | | | | | |||||
| | | * | | | Pin dependencies for flake8 pre-commit hook | 2019-08-05 | -14/+12 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | * Remove flake8-formatter-junit-xml dependency in the hook | ||||
| | | * | | | Base image: cd into cloned repo before checkout | 2019-08-04 | -0/+1 | ||
| | | | | | | |||||
| | | * | | | Update base image | 2019-08-04 | -2/+2 | ||
| | | | | | | |||||
| | | * | | | Pin NsJail version | 2019-08-04 | -1/+2 | ||
| | | | | | | |||||
| | | * | | | Pin dependencies | 2019-08-04 | -88/+89 | ||
| | |/ / / | | | | | | | | | | | | | | | | Resolves #27 | ||||
| | * | / | Merge pull request #34 from python-discord/linting-fix | 2019-07-22 | -12/+14 | ||
| | |\| | | | | |/ | | |/| | Pin pydocstyle to unbreak flake8-docstrings | ||||
| | | * | Pin pydocstyle to unbreak flake8-docstrings | 2019-07-10 | -12/+14 | ||
| | |/ | | | | | | | Relock | ||||
| * | | Rename .github/FUNDING.yml to .github/.github/FUNDING.yml | 2019-06-09 | -0/+2 | ||
| | | | |||||
| * | | Create FUNDING.yml | 2019-06-09 | -0/+2 | ||
| | | | |||||
* | | | Login with v1 API | 2019-07-30 | -1/+1 | ||
| | | | |||||
* | | | Fix login task syntax | 2019-07-30 | -1/+3 | ||
| | | | |||||
* | | | Log into Docker Hub before build | 2019-07-30 | -0/+4 | ||
| | | | |||||
* | | | Build image with Docker task | 2019-07-30 | -0/+31 | ||
| | | | |||||
* | | | Revert "Move vars above condition" | 2019-06-30 | -5/+6 | ||
| | | | | | | | | | | | | This reverts commit eb53598b | ||||
* | | | Move vars above condition | 2019-06-30 | -6/+5 | ||
| | | | |||||
* | | | Use output var directly | 2019-06-30 | -1/+1 | ||
| | | | |||||
* | | | Set variables | 2019-06-30 | -2/+2 | ||
| | | | |||||
* | | | Remove trailing comma | 2019-06-30 | -1/+1 | ||
| | | | |||||
* | | | Use a variable in a job condition | 2019-06-30 | -2/+7 | ||
| | | | |||||
* | | | Set BASE_PULL to true | 2019-06-30 | -1/+1 | ||
| | | | |||||
* | | | Use multi-line folded scalar for condition | 2019-06-30 | -6/+7 | ||
| | | | |||||
* | | | Break up condition | 2019-06-30 | -1/+6 | ||
| | | | |||||
* | | | Set to False again | 2019-06-29 | -1/+1 | ||
| | | | |||||
* | | | More comparisons | 2019-06-29 | -1/+9 | ||
| | | | |||||
* | | | Set BASE_PULL to False from script | 2019-06-29 | -2/+2 | ||
| | | | |||||
* | | | Use boolean literals | 2019-06-29 | -8/+8 | ||
| | | | |||||
* | | | Alternate variable access syntax | 2019-06-29 | -1/+1 | ||
| | | | |||||
* | | | Unset BASE_PULL | 2019-06-29 | -1/+1 | ||
| | | | |||||
* | | | Try again to fix the condition | 2019-06-29 | -1/+1 | ||
| | | | |||||
* | | | Try to fix condition | 2019-06-29 | -1/+1 | ||
| | | | |||||
* | | | Test conditions | 2019-06-29 | -37/+51 | ||
| | | | |||||
* | | | Test unset vars | 2019-06-29 | -3/+4 | ||
| | | | |||||
* | | | Fix syntax | 2019-06-29 | -5/+5 | ||
| | | | |||||
* | | | Test variables | 2019-06-29 | -47/+22 | ||
| | | | |||||
* | | | Disable swap | 2019-06-29 | -0/+3 | ||
| | | | |||||
* | | | Check swap info | 2019-06-29 | -0/+12 | ||
| | | | |||||
* | | | Write script to check dockerfiles | 2019-06-29 | -44/+88 | ||
| | | | |||||
* | | | Check Bash version | 2019-06-29 | -9/+2 | ||
| | | | | | | | | | | | | pls be 4.4+ | ||||
* | | | Remove output variable | 2019-06-29 | -2/+2 | ||
| | | |