| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2019-05-13 | Always build images if they do not exist | -9/+15 | ||
| 2019-05-13 | Build images if their Dockerfiles change even in PRs | -6/+12 | ||
| The venv image will still not be built in a PR if a Pipfile changes. | ||||
| 2019-05-13 | Revert "Remove pushing images for testing CI" | -3/+4 | ||
| This reverts commit c66b10f8820907fb7065cbede2e87c541da6029b. | ||||
| 2019-05-13 | Use alternate syntax for variables | -4/+4 | ||
| 2019-05-12 | Make the JSON regex more robust | -2/+2 | ||
| 2019-05-12 | Use eq() function in conditions instead of relying on casts | -4/+4 | ||
| 2019-05-12 | Fix missing fi for if statement | -0/+1 | ||
| 2019-05-12 | Retrieve commit from pr.sourceSha for PR builds | -5/+9 | ||
| 2019-05-12 | Revert "Ensure branches are prefixed with refs/heads/" | -1/+0 | ||
| This reverts commit 27af05b05b5c5bc0974ed61bf75f93a3b42280df. | ||||
| 2019-05-12 | Reference target branch as a remote rather than a local branch | -1/+1 | ||
| 2019-05-12 | Use true/false strings for settings booleans in bash | -4/+4 | ||
| 2019-05-12 | Fix variable definitions | -4/+4 | ||
| 2019-05-12 | Build all images by default | -7/+15 | ||
| 2019-05-12 | Fall back to target branch if a commit can't be retrieved | -4/+7 | ||
| 2019-05-12 | Ensure branches are prefixed with refs/heads/ | -0/+3 | ||
| 2019-05-12 | Retrieve previous build's commit using a REST API | -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 | ||||
| 2019-05-12 | Remove pushing images for testing CI | -4/+3 | ||
| 2019-05-12 | Use commit hash variable from variable group | -2/+8 | ||
| 2019-03-30 | Azure: Add build and push steps for base and venv images | -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. | ||||
| 2019-03-29 | Re-lock and update test job to Python 3.7 | -11/+3 | ||
| 2019-03-29 | Restructure Docker images | -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 | ||||
| 2019-03-28 | Remove GitLab CI config | -26/+0 | ||
| 2019-03-28 | Restructure project layout | -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 | ||||
| 2019-03-29 | Add Azure CI. (#16) | -37/+67 | ||
| This PR is to add CI settings to master and to test the PR CI pipeline. | ||||
| 2019-03-25 | Remove gevent from dependency table in readme | -1/+0 | ||
| 2019-03-25 | Fix import order | -1/+1 | ||
| 2019-03-25 | Remove docker & gevent packages | -198/+57 | ||
| * Replace py.test command with pytest | ||||
| 2019-03-25 | Add docstrings to routes | -0/+6 | ||
| 2019-03-24 | More formatting fixes | -2/+8 | ||
| 2019-03-24 | Cleanup imports and RMQ | -32/+13 | ||
| 2019-03-24 | Add D400 to ignored flake8 rules | -1/+1 | ||
| 2019-03-24 | Update config.py | -1/+1 | ||
| Co-Authored-By: GhostofGoes <[email protected]> | ||||
| 2019-03-19 | Fix ordering of imports | -14/+11 | ||
| 2019-03-19 | Add flake8 extensions, add precommit script, update lockfile | -131/+191 | ||
| 2019-03-19 | Add docstrings | -13/+33 | ||
| 2019-03-19 | Add flake8-docstrings to Pipenv | -131/+177 | ||
| 2019-03-19 | Update flake8 configuration with new docstring rules | -2/+14 | ||
| 2019-03-19 | Add VSCode and PyCharm to .gitignore | -0/+4 | ||
| 2019-02-14 | flake8 linelength change | -3/+7 | ||
| 2019-01-20 | Remove RMQ, Add API POST request method. | -688/+243 | ||