aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | | * | Merge branch 'master' into pure/feature/infraction-appendGravatar Boris Muratov2020-11-10-2056/+3188
| | | |\ \
| | | * | | Automatically add periods as visual buffersGravatar PureFunctor2020-11-08-6/+13
| | | | | |
| | | * | | Refactor redundant code in infraction_editGravatar PureFunctor2020-11-08-5/+4
| | | | | |
| | | * | | Raise BadArgument in the Infraction converterGravatar PureFunctor2020-11-08-11/+4
| | | | | |
| | | * | | Remove unnecessary noqa pragma for flake8Gravatar PureFunctor2020-11-08-2/+2
| | | | | |
| | | * | | Refactor infraction_edit and infraction_appendGravatar PureFunctor2020-10-03-32/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This refactors the infraction_edit and infraction_append commands to utilize the Infraction converter.
| | | * | | Add Infraction converterGravatar PureFunctor2020-10-03-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the Infraction converter to be used in infraction_edit and infraction_append.
| | | * | | Invoke infraction_edit directly with method callGravatar PureFunctor2020-10-03-1/+1
| | | | | |
| | | * | | Add bold styling for vertical bar separatorsGravatar PureFunctor2020-10-01-1/+1
| | | | | |
| | | * | | Remove prefix when appending a reasonGravatar PureFunctor2020-09-27-1/+1
| | | | | |
| | | * | | Make vertical bar separators escapedGravatar PureFunctor2020-09-24-1/+1
| | | | | |
| | | * | | Add visual buffer for appended reasonGravatar PureFunctor2020-09-24-1/+1
| | | | | |
| | | * | | Add "a" alias for appendGravatar PureFunctor2020-09-24-1/+1
| | | | | |
| | | * | | Fix unawaited coroutineGravatar PureFunctor2020-09-24-2/+2
| | | | | |
| | | * | | Refactor routine for obtaining latest infractionGravatar PureFunctor2020-09-24-22/+14
| | | | | |
| | | * | | Add get_latest_infraction utility functionGravatar PureFunctor2020-09-24-0/+14
| | | | | |
| | | * | | Add append subcommand for infraction groupGravatar PureFunctor2020-09-24-0/+50
| | | | | |
| | | | | * Alphabetizes Channel OrderingGravatar Hassan Abouelela2020-11-28-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| | | | | * Fixes AlignmentGravatar Hassan Abouelela2020-11-28-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| | | | | * Renames Code Help ChannelGravatar Hassan Abouelela2020-11-28-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renames code_help_channel to be more inline with channel 2. Signed-off-by: Hassan Abouelela <[email protected]>
| | | | | * Removes Non-Existent ChannelGravatar Hassan Abouelela2020-11-28-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| | | | | * Adds VoiceChannels and Related Chats to ConfigGravatar Hassan Abouelela2020-11-24-3/+17
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates config-default.yml to include voice channels, and the text chat channel they map to. Signed-off-by: Hassan Abouelela <[email protected]>
| * | | | Update CODEOWNERSGravatar Joe Banks2020-11-24-1/+2
| | | | |
| * | | | Update CODEOWNERSGravatar Joe Banks2020-11-24-1/+1
| | | | |
| * | | | Open deployment.yaml from kubernetes repositoryGravatar Sebastiaan Zeeff2020-11-23-22/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We will now use the deployment information located in the private python-discord/kubernetes repository. The workflow will use a GitHub Personal Access Token to access this private repository. Signed-off-by: Sebastiaan Zeeff <[email protected]>
| * | | | Narrow down repository events that trigger a buildGravatar Sebastiaan Zeeff2020-11-23-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". Signed-off-by: Sebastiaan Zeeff <[email protected]>
| * | | | Merge pull request #1204 from python-discord/superstar-fixGravatar Boris Muratov2020-11-21-49/+50
| |\ \ \ \ | | |/ / / | |/| | | Modify `!superstar` to use `apply_infraction`.
| | * | | Empty commitGravatar mbaruh2020-11-21-0/+0
| | | | |
| | * | | Merge branch 'master' into superstar-fixGravatar Boris Muratov2020-11-21-1982/+3751
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Make `additional_info` non-optional.Gravatar kosayoda2020-10-20-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | The `Optional` typehint suggests allowing None as a value, which does not make sense as a message in the logs.
| | * | | Improve default argument.Gravatar kosayoda2020-10-08-4/+1
| | | | |
| | * | | Resolve logic error with reason override.Gravatar kosayoda2020-10-08-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The reason override for the user message should be set to the infraction reason *if* the override is None, not if it isn't. The parameter is also renamed to `user_reason` for better clarity.
| | * | | Modify `!superstar` to use `apply_infraction`.Gravatar kosayoda2020-10-01-49/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using `apply_infraction` from `InfractionScheduler` rather than doing it manually allows us to handle HTTP errors while reducing code duplication. Specifically, discord.Forbidden is handled when the bot tries to superstar someone they do not have permissions to. Resolves BOT-5Q.
* | | | | Remove unnecessary f-stringGravatar ks1292020-12-02-1/+1
| | | | |
* | | | | Fix removing extensions and cogs for bot shutdownGravatar ks1292020-12-02-3/+7
| | | | |
* | | | | Add failure message when applying infraction fails because user leftGravatar ks1292020-12-02-0/+2
| | | | |
* | | | | Remove second unnecessary parenthesisGravatar ks1292020-12-02-4/+2
| | | | |
* | | | | Log exception instead warning for unexpected HttpExceptionGravatar ks1292020-12-02-1/+1
| | | | |
* | | | | Fix user leaving from guild log grammarGravatar ks1292020-12-02-2/+4
| | | | |
* | | | | Merge NotFound caching with HttpException caching with status codeGravatar ks1292020-12-02-10/+4
| | | | |
* | | | | Merge branch 'master' into bug-fixesGravatar ks1292020-11-21-604/+931
|\| | | |
| * | | | Merge pull request #1287 from python-discord/help-channel-msgGravatar Boris Muratov2020-11-21-10/+25
| |\ \ \ \ | | | | | | | | | | | | Updated available help channel embed
| | * \ \ \ Merge branch 'master' into help-channel-msgGravatar Boris Muratov2020-11-21-371/+514
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #1293 from ks129/emojis-filterGravatar Daniel Brown2020-11-20-26/+61
| |\ \ \ \ \ | | | | | | | | | | | | | | Include Unicode emojis to emojis filter
| | * \ \ \ \ Merge branch 'master' into emojis-filterGravatar Daniel Brown2020-11-20-345/+453
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Checkout code so we can deployGravatar Sebastiaan Zeeff2020-11-19-0/+9
| | | | | | |
| * | | | | | Merge pull request #1291 from python-discord/sebastiaan/backend/fix-deploy-stageGravatar Sebastiaan Zeeff2020-11-19-172/+36
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix the deploy stage of our build pipeline
| | * | | | | | Fix the deploy stage of our build pipelineGravatar Sebastiaan Zeeff2020-11-19-172/+36
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I've fixed the deploy stage of our build pipeline, as it got mixed in with the old workflow file due to a merge conflict. The deploy stage is currently split into a separate workflow; theoretically, this allows us to trigger a redeploy from GitHub, without having to build the container image again. Signed-off-by: Sebastiaan Zeeff <[email protected]>
| * | | | | | Merge pull request #1286 from python-discord/kubernetes-deployGravatar Joe Banks2020-11-19-3/+195
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' into kubernetes-deployGravatar Leon Sandøy2020-11-19-286/+486
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |