aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py (unfollow)
Commit message (Collapse)AuthorLines
2020-11-26Implement staff and public leaderboardsGravatar ks129-58/+197
2020-11-25Implement different invitation codes for staff and public leaderboardsGravatar ks129-11/+66
2020-11-24Add comments about AoC env config order and change cookies wayGravatar ks129-1/+4
2020-11-24Add staff AoC channel to whitelistGravatar ks129-1/+1
2020-11-24Update constants to match with new format of AoC that will run in 2020Gravatar ks129-3/+6
2020-11-24Update CODEOWNERSGravatar Joe Banks-1/+2
2020-11-24Update CODEOWNERSGravatar Joe Banks-1/+1
2020-11-23Fix parameter specification in Build workflowGravatar Sebastiaan Zeeff-4/+6
2020-11-23Use deployment.yaml defined in the kubernetes repoGravatar Sebastiaan Zeeff-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-23Narrow down repository events that trigger a buildGravatar Sebastiaan Zeeff-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-22fix typos in docstringGravatar fisher60-1/+1
2020-11-22make init variables more readable, fix docstring, remove redundant listGravatar fisher60-6/+6
2020-11-21move constants to init, change [-1] to .endswith()Gravatar fisher60-9/+9
2020-11-21Add a banner and fix the README a bit.Gravatar Leon Sandøy-2/+4