| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Disable pip cache | 2019-05-13 | -2/+5 | |
| | | ||||
| * | Always build images if they do not exist | 2019-05-13 | -9/+15 | |
| | | ||||
| * | Build images if their Dockerfiles change even in PRs | 2019-05-13 | -6/+12 | |
| | | | | | The venv image will still not be built in a PR if a Pipfile changes. | |||
| * | Revert "Remove pushing images for testing CI" | 2019-05-13 | -3/+4 | |
| | | | | | This reverts commit c66b10f8820907fb7065cbede2e87c541da6029b. | |||
| * | Use alternate syntax for variables | 2019-05-13 | -4/+4 | |
| | | ||||
| * | Make the JSON regex more robust | 2019-05-12 | -2/+2 | |
| | | ||||
| * | Use eq() function in conditions instead of relying on casts | 2019-05-12 | -4/+4 | |
| | | ||||
| * | Fix missing fi for if statement | 2019-05-12 | -0/+1 | |
| | | ||||
| * | Retrieve commit from pr.sourceSha for PR builds | 2019-05-12 | -5/+9 | |
| | | ||||
| * | Revert "Ensure branches are prefixed with refs/heads/" | 2019-05-12 | -1/+0 | |
| | | | | | This reverts commit 27af05b05b5c5bc0974ed61bf75f93a3b42280df. | |||
| * | Reference target branch as a remote rather than a local branch | 2019-05-12 | -1/+1 | |
| | | ||||
| * | Use true/false strings for settings booleans in bash | 2019-05-12 | -4/+4 | |
| | | ||||
| * | Fix variable definitions | 2019-05-12 | -4/+4 | |
| | | ||||
| * | Build all images by default | 2019-05-12 | -7/+15 | |
| | | ||||
| * | Fall back to target branch if a commit can't be retrieved | 2019-05-12 | -4/+7 | |
| | | ||||
| * | Ensure branches are prefixed with refs/heads/ | 2019-05-12 | -0/+3 | |
| | | ||||
| * | Retrieve previous build's commit using a REST API | 2019-05-12 | -8/+10 | |
| | | | | | | | | | | | The "Builds - List" endpoint is used to retrieve only the most recent successful build. Builds will be fetched for the target branch if the current build is for a PR. Otherwise, the current build's source branch is used. * Remove variable group and COMMIT_HASH stuff * Add logging to the "Check Changed Files" step | |||
| * | Remove pushing images for testing CI | 2019-05-12 | -4/+3 | |
| | | ||||
| * | Use commit hash variable from variable group | 2019-05-12 | -2/+8 | |
| | | ||||
| * | Azure: Add build and push steps for base and venv images | 2019-03-30 | -1/+27 | |
| | | | | | | | | The base image is only built when base.Dockerfile changes. The virtual environment image is only built when the base image is built, venv.Dockerfile changes, or either Pipfile changes. Images are pushed only after all images have been successfully built. | |||
| * | 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 | |
| | |\ | |/ |/| | ||||
| * | | 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. | |||
| | * | 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 | |
| | |\ | |/ |/| | ||||
| * | | 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 | |
| |/ / | ||||
