aboutsummaryrefslogtreecommitdiffstats
path: root/backend (unfollow)
Commit message (Collapse)AuthorLines
2021-03-16Changes User Typehint To Avoid Circular ImportGravatar Hassan Abouelela-2/+1
Signed-off-by: Hassan Abouelela <[email protected]>
2021-03-16Adds Discord Direct Message HelpersGravatar Hassan Abouelela-0/+32
Signed-off-by: Hassan Abouelela <[email protected]>
2021-03-16Moves Webhook & Role Helper To Discord FileGravatar Hassan Abouelela-97/+80
Moves the webhook helper and the role assignment helper to the discord file to gather all discord helpers in one location. Signed-off-by: Hassan Abouelela <[email protected]>
2021-03-16Adds Discord Request HelperGravatar Hassan Abouelela-14/+47
Adds a function to handle requests to the discord API, and handle rate limits. Signed-off-by: Hassan Abouelela <[email protected]>
2021-03-16Add back removed parenthesisGravatar ks129-1/+1
2021-03-16Split if statement to multiple lines to avoid noqaGravatar ks129-1/+4
2021-03-16Split public fields constant to multiple linesGravatar ks129-1/+9
2021-03-16Use value of enum member instead of member itselfGravatar ks129-3/+3
2021-03-16Add discord_role to public fieldsGravatar ks129-1/+1
2021-03-16Bump httpx from 0.17.0 to 0.17.1Gravatar dependabot[bot]-6/+6
Bumps [httpx](https://github.com/encode/httpx) from 0.17.0 to 0.17.1. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.17.0...0.17.1) Signed-off-by: dependabot[bot] <[email protected]>
2021-03-14Bump sentry-sdk from 0.20.3 to 1.0.0Gravatar dependabot[bot]-5/+13
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.20.3 to 1.0.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/0.20.3...1.0.0) Signed-off-by: dependabot[bot] <[email protected]>