aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | * | Revert "Remove pushing images for testing CI"Gravatar MarkKoz2019-05-13-3/+4
| | | | | | | | | | | | | | | | This reverts commit c66b10f8820907fb7065cbede2e87c541da6029b.
| | * | Use alternate syntax for variablesGravatar MarkKoz2019-05-13-4/+4
| | | |
| | * | Make the JSON regex more robustGravatar MarkKoz2019-05-12-2/+2
| | | |
| | * | Use eq() function in conditions instead of relying on castsGravatar MarkKoz2019-05-12-4/+4
| | | |
| | * | Fix missing fi for if statementGravatar MarkKoz2019-05-12-0/+1
| | | |
| | * | Retrieve commit from pr.sourceSha for PR buildsGravatar MarkKoz2019-05-12-5/+9
| | | |
| | * | Revert "Ensure branches are prefixed with refs/heads/"Gravatar MarkKoz2019-05-12-1/+0
| | | | | | | | | | | | | | | | This reverts commit 27af05b05b5c5bc0974ed61bf75f93a3b42280df.
| | * | Reference target branch as a remote rather than a local branchGravatar MarkKoz2019-05-12-1/+1
| | | |
| | * | Use true/false strings for settings booleans in bashGravatar MarkKoz2019-05-12-4/+4
| | | |
| | * | Fix variable definitionsGravatar MarkKoz2019-05-12-4/+4
| | | |
| | * | Build all images by defaultGravatar MarkKoz2019-05-12-7/+15
| | | |
| | * | Fall back to target branch if a commit can't be retrievedGravatar MarkKoz2019-05-12-4/+7
| | | |
| | * | Ensure branches are prefixed with refs/heads/Gravatar MarkKoz2019-05-12-0/+3
| | | |
| | * | Retrieve previous build's commit using a REST APIGravatar MarkKoz2019-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 CIGravatar MarkKoz2019-05-12-4/+3
| | | |
| | * | Use commit hash variable from variable groupGravatar MarkKoz2019-05-12-2/+8
| | | |
| | * | Azure: Add build and push steps for base and venv imagesGravatar MarkKoz2019-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.7Gravatar MarkKoz2019-03-29-11/+3
| | | |
| | * | Restructure Docker imagesGravatar MarkKoz2019-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 configGravatar MarkKoz2019-03-28-26/+0
| | |
| * | Merge pull request #15 from python-discord/refactor/restructureGravatar Mark2019-03-28-50/+50
| |\ \ | | | | | | | | Restructure the Project Layout
| | * | Restructure project layoutGravatar MarkKoz2019-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)Gravatar Mark2019-03-28-694/+146
| |\ \
| | * \ Merge remote-tracking branch 'origin' into rmq_removalGravatar MarkKoz2019-03-28-46/+76
| | |\ \ | | |/ / | |/| |
| | * | Remove gevent from dependency table in readmeGravatar MarkKoz2019-03-25-1/+0
| | | |
| | * | Fix import orderGravatar MarkKoz2019-03-25-1/+1
| | | |
| | * | Remove docker & gevent packagesGravatar MarkKoz2019-03-25-198/+57
| | | | | | | | | | | | | | | | * Replace py.test command with pytest
| | * | Add docstrings to routesGravatar MarkKoz2019-03-25-0/+6
| | | |
| | * | Merge remote-tracking branch 'remotes/origin/master' into rmq_removalGravatar MarkKoz2019-03-25-196/+478
| | |\ \
| | * | | Remove RMQ, Add API POST request method.Gravatar Scragly2019-01-20-688/+243
| | | | |
* | | | | Rename .github/FUNDING.yml to .github/.github/FUNDING.ymlGravatar Joseph2019-06-09-0/+2
| | | | |
* | | | | Create FUNDING.ymlGravatar Joseph2019-06-09-0/+2
| |_|_|/ |/| | |
* | | | Merge pull request #21 from python-discord/docstring-lint-changeGravatar Chris Goes2019-04-29-9/+1
|\ \ \ \ | | | | | | | | | | Docstring lint change
| * | | | Remove space between ignored flake8 rulesGravatar Mark2019-04-24-1/+1
| | | | |
| * | | | Put back D400 as ignored codeGravatar sco12019-04-24-1/+1
| | | | | | | | | | | | | | | | | | | | Oops
| * | | | Relint Snekbox with new linting rulesGravatar sco12019-04-24-8/+0
| | | | |
| * | | | Remove docstring newline linting from ignored codesGravatar sco12019-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-fixGravatar Chris Goes2019-04-29-45/+39
|\ \ \ \ \ | |/ / / / |/| | | | Manually pin urllib3 version to mitigate vulnerability
| * | | | Manually pin urllib3 version to mitigate vulnerabilityGravatar sco12019-04-21-45/+39
|/ / / /
* | | | Merge pull request #18 from python-discord/update-contrib-docGravatar scragly2019-04-04-4/+57
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Update contributor doc
| * | | Update contributor docGravatar sco12019-04-03-4/+57
|/ / /
* | / Add Azure CI. (#16)Gravatar scragly2019-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-updatesGravatar scragly2019-03-25-58/+113
|\ \ | | | | | | | | | | | | Flake8 Docstrings Co-authored-by: S. Co1 <[email protected]>
| * | More formatting fixesGravatar Christopher Goes2019-03-24-2/+8
| | |
| * | Cleanup imports and RMQGravatar Christopher Goes2019-03-24-32/+13
| | |
| * | Merge branch 'master' into flake8-updatesGravatar Christopher Goes2019-03-24-23/+66
| |\ \ | |/ / |/| | | | | | | | | | | | | | # Conflicts: # .flake8 # Pipfile # Pipfile.lock
* | | Merge pull request #11 from python-discord/add-flake8-extensionsGravatar scragly2019-03-25-145/+202
|\ \ \ | | | | | | | | | | | | | | | | Add flake8 extensions used in our other projects
| * | | Fix ordering of importsGravatar Christopher Goes2019-03-19-14/+11
| | | |
| * | | Add flake8 extensions, add precommit script, update lockfileGravatar Christopher Goes2019-03-19-131/+191
|/ / /
| * | Add D400 to ignored flake8 rulesGravatar Christopher Goes2019-03-24-1/+1
| | |