| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | * | | Re-lock and update test job to Python 3.7 | 2019-03-29 | -11/+3 | ||
| | | | | | |||||
| | | * | | Restructure Docker images | 2019-03-29 | -34/+40 | ||
| | |/ / | | | | | | | | | | | | | | | | | | | | | | * Create a separate image for the virtual environment * Build NsJail in the base image * Remove the NsJail binaries * Replace tini with Docker's init feature * Update Python to 3.7.3 | ||||
| | * | | Remove GitLab CI config | 2019-03-28 | -26/+0 | ||
| | | | | |||||
| | * | | Merge pull request #15 from python-discord/refactor/restructure | 2019-03-28 | -50/+50 | ||
| | |\ \ | | | | | | | | | Restructure the Project Layout | ||||
| | | * | | Restructure project layout | 2019-03-28 | -50/+50 | ||
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | * Move all code into a "snekbox" package * Use logging code as __init__.py * Rename Snekbox class to NsJail * Create "site" sub-package * Move templates into this sub-package * Move Flask code into a new snekapp module | ||||
| | * | | Replace RMQ with a POST endpoint (#7) | 2019-03-28 | -694/+146 | ||
| | |\ \ | |||||
| | | * \ | Merge remote-tracking branch 'origin' into rmq_removal | 2019-03-28 | -46/+76 | ||
| | | |\ \ | | |/ / | |/| | | |||||
| | | * | | Remove gevent from dependency table in readme | 2019-03-25 | -1/+0 | ||
| | | | | | |||||
| | | * | | Fix import order | 2019-03-25 | -1/+1 | ||
| | | | | | |||||
| | | * | | Remove docker & gevent packages | 2019-03-25 | -198/+57 | ||
| | | | | | | | | | | | | | | | | | * Replace py.test command with pytest | ||||
| | | * | | Add docstrings to routes | 2019-03-25 | -0/+6 | ||
| | | | | | |||||
| | | * | | Merge remote-tracking branch 'remotes/origin/master' into rmq_removal | 2019-03-25 | -196/+478 | ||
| | | |\ \ | |||||
| | | * | | | Remove RMQ, Add API POST request method. | 2019-01-20 | -688/+243 | ||
| | | | | | | |||||
| * | | | | | Rename .github/FUNDING.yml to .github/.github/FUNDING.yml | 2019-06-09 | -0/+2 | ||
| | | | | | | |||||
| * | | | | | Create FUNDING.yml | 2019-06-09 | -0/+2 | ||
| | |_|_|/ |/| | | | |||||
| * | | | | Merge pull request #21 from python-discord/docstring-lint-change | 2019-04-29 | -9/+1 | ||
| |\ \ \ \ | | | | | | | | | | | Docstring lint change | ||||
| | * | | | | Remove space between ignored flake8 rules | 2019-04-24 | -1/+1 | ||
| | | | | | | |||||
| | * | | | | Put back D400 as ignored code | 2019-04-24 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | Oops | ||||
| | * | | | | Relint Snekbox with new linting rules | 2019-04-24 | -8/+0 | ||
| | | | | | | |||||
| | * | | | | Remove docstring newline linting from ignored codes | 2019-04-24 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove docstring-ends-with-period enforcement to allow for freedom of punctuation. Removes D202, D204, D400 | ||||
| * | | | | | Merge pull request #19 from python-discord/urllib3-vuln-fix | 2019-04-29 | -45/+39 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | Manually pin urllib3 version to mitigate vulnerability | ||||
| | * | | | | Manually pin urllib3 version to mitigate vulnerability | 2019-04-21 | -45/+39 | ||
| |/ / / / | |||||
| * | | | | Merge pull request #18 from python-discord/update-contrib-doc | 2019-04-04 | -4/+57 | ||
| |\ \ \ \ | |/ / / |/| | | | | | | | | | | | Update contributor doc | ||||
| | * | | | Update contributor doc | 2019-04-03 | -4/+57 | ||
| |/ / / | |||||
| * | / | Add Azure CI. (#16) | 2019-03-29 | -37/+67 | ||
| | |/ |/| | | | | | | | This PR is to add CI settings to master and to test the PR CI pipeline. | ||||
| * | | Merge pull request #10 from python-discord/flake8-updates | 2019-03-25 | -58/+113 | ||
| |\ \ | | | | | | | | | | | | | Flake8 Docstrings Co-authored-by: S. Co1 <[email protected]> | ||||
| | * | | More formatting fixes | 2019-03-24 | -2/+8 | ||
| | | | | |||||
| | * | | Cleanup imports and RMQ | 2019-03-24 | -32/+13 | ||
| | | | | |||||
| | * | | Merge branch 'master' into flake8-updates | 2019-03-24 | -23/+66 | ||
| | |\ \ | |/ / |/| | | | | | | | | | | | | | | # Conflicts: # .flake8 # Pipfile # Pipfile.lock | ||||
| * | | | Merge pull request #11 from python-discord/add-flake8-extensions | 2019-03-25 | -145/+202 | ||
| |\ \ \ | | | | | | | | | | | | | | | | | Add flake8 extensions used in our other projects | ||||
| | * | | | Fix ordering of imports | 2019-03-19 | -14/+11 | ||
| | | | | | |||||
| | * | | | Add flake8 extensions, add precommit script, update lockfile | 2019-03-19 | -131/+191 | ||
| |/ / / | |||||
| | * | | Add D400 to ignored flake8 rules | 2019-03-24 | -1/+1 | ||
| | | | | |||||
| | * | | Update config.py | 2019-03-24 | -1/+1 | ||
| | | | | | | | | | | Co-Authored-By: GhostofGoes <[email protected]> | ||||
| | * | | Add docstrings | 2019-03-19 | -13/+33 | ||
| | | | | |||||
| | * | | Add flake8-docstrings to Pipenv | 2019-03-19 | -131/+177 | ||
| | | | | |||||
| | * | | Update flake8 configuration with new docstring rules | 2019-03-19 | -2/+14 | ||
| | | | | |||||
| | * | | Add VSCode and PyCharm to .gitignore | 2019-03-19 | -0/+4 | ||
| |/ / | |||||
| * | | Merge pull request #6 from python-discord/contrib-and-precommit | 2019-02-22 | -45/+178 | ||
| |\ \ | | | | | | | Add precommit dev dependency, add Contributor doc | ||||
| | * | | Add Contributor doc | 2019-01-19 | -0/+53 | ||
| | | | | |||||
| | * | | Add precommit dev dependency & flake8 config | 2019-01-19 | -45/+125 | ||
| | |/ | | | | | Relock pipfile | ||||
| * / | flake8 linelength change | 2019-02-14 | -3/+7 | ||
| |/ | |||||
| * | Upgrades Pipfile.lock to use requests 2.20.1, fixes CVE-2018-18074 (#2) | 2018-11-29 | -126/+137 | ||
| | | |||||
| * | explicit shell call | 2018-07-29 | -2/+1 | ||
| | | |||||
| * | run deploy script | 2018-07-29 | -0/+2 | ||
| | | |||||
| * | add deploy script | 2018-07-29 | -2/+18 | ||
| | | |||||
| * | go back to alpine 3.7 until I get around to compiling nsjail for 3.8 | 2018-07-29 | -3/+3 | ||
| | | |||||
| * | upgrade alpine to 3.8 and python to 3.6.6, remove old tests also cache pipenv | 2018-07-29 | -23/+17 | ||
| | | |||||
| * | tag with pythondiscord | 2018-07-24 | -0/+1 | ||
| | | |||||
| * | add docker tag | 2018-07-24 | -1/+2 | ||
| | | |||||