Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2020-11-26 | Implement staff and public leaderboards | -58/+197 | ||
2020-11-25 | Implement different invitation codes for staff and public leaderboards | -11/+66 | ||
2020-11-24 | Add comments about AoC env config order and change cookies way | -1/+4 | ||
2020-11-24 | Add staff AoC channel to whitelist | -1/+1 | ||
2020-11-24 | Update constants to match with new format of AoC that will run in 2020 | -3/+6 | ||
2020-11-24 | Update CODEOWNERS | -1/+2 | ||
2020-11-24 | Update CODEOWNERS | -1/+1 | ||
2020-11-23 | Fix parameter specification in Build workflow | -4/+6 | ||
2020-11-23 | Use deployment.yaml defined in the kubernetes repo | -24/+13 | ||
Our dear knight, Sir Lancebot, will now get their deployment information from the private python-discord/kubernetes repository. The workflow will use GitHub Personal Access Token to access this private repository. To not mix up files, the repositories are checked out side-by-side in subdirectories of the workflow directory. | ||||
2020-11-23 | Narrow down repository events that trigger a build | -1/+1 | ||
I've narrowed down repository events that trigger a Build to the "push" event specifically. This means that we never build for a "pull request" trigger, even if the source branch is called "master". | ||||
2020-11-22 | fix typos in docstring | -1/+1 | ||
2020-11-22 | make init variables more readable, fix docstring, remove redundant list | -6/+6 | ||
2020-11-21 | move constants to init, change [-1] to .endswith() | -9/+9 | ||
2020-11-21 | Add a banner and fix the README a bit. | -2/+4 | ||