aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/deploy-azure.sh (unfollow)
Commit message (Collapse)AuthorLines
2019-07-03Change end nomination API endpoint to PATCH endpointGravatar SebastiaanZ-4/+3
2019-07-03Applied the following changes requested by reviews:Gravatar SebastiaanZ-91/+50
- Bot responses are now plain messages instead of embeds; - The message history in the WatchChannel cog is now stored using a new dataclass, MessageHistory; - Removed the truncation option from the modified name field in logging; - bigbrother now provides user feedback when watching fails due to failing cache update; - Changed the lay-out of the mod_log alert and set ping_everyone to True; - Changed the function signature of `post_infraction` utility function to the one-parameter-per-line style; - Moved the declaration of File within bot/utils/messages.py to before the if/else to make things DRY.
2019-07-01Apply docstring and logging message suggestionsGravatar Sebastiaan Zeeff-2/+2
Co-Authored-By: Mark <[email protected]>
2019-06-29Applying changes requested in the reviews.Gravatar SebastiaanZ-109/+99
Somewhat major changes include: - Reworked the start_watchchannel retry logic; - Updated docstrings; - Removed/changed Tetris-style argument lists to one-per-line or all on one line.
2019-06-29Making sure a watch/unwatch reason is required when using the alias as wellGravatar SebastiaanZ-12/+4
2019-06-28Changing 'return await ctx.send' to return on next line for correct return ↵Gravatar SebastiaanZ-19/+30
value annotation
2019-06-28force child to set parameters via __init__; return value annotations; ↵Gravatar SebastiaanZ-49/+46
correcting spelling mistakes; + small fixes
2019-06-28Updating constants to include talent-poolGravatar SebastiaanZ-0/+2
2019-06-27Removing the old talentpool/bigbrother files + changing the extension loaderGravatar SebastiaanZ-379/+1
2019-06-27Truncating long names that misalign logs + adding 3 chars to account for ↵Gravatar SebastiaanZ-1/+1
watchchannels
2019-06-27Adding Webhooks to constantsGravatar SebastiaanZ-0/+12
2019-06-27Tweaking aliases to use the correct convertersGravatar SebastiaanZ-8/+30
2019-06-27Adding TalentPool to the watchchannelsGravatar SebastiaanZ-2/+272
2019-06-27Adding proxy_user to type hints, adding anti-bot watch, and tweaking user ↵Gravatar SebastiaanZ-20/+23
feedback
2019-06-27Adding proxy channel + improved methods to watchchannelGravatar SebastiaanZ-48/+69
2019-06-27Cleaning up debug functions and unnecessary importsGravatar SebastiaanZ-7/+1
2019-06-27Adding the BigBrother watchchannel classGravatar SebastiaanZ-0/+131
2019-06-27Adding support to the 'active' parameter when posting an infractionGravatar SebastiaanZ-3/+4
2019-06-27Changing the send_attachments utility to add WebHook supportGravatar SebastiaanZ-5/+19