aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/deploy-azure.sh (unfollow)
Commit message (Collapse)AuthorLines
2019-08-15Updating role sync tests for position and adding tests for deletion detectionGravatar Sebastiaan Zeeff-21/+60
2019-08-15Adding support for storing role positions and deleting rolesGravatar Sebastiaan Zeeff-27/+51
2019-08-14Add a site logging handler.Gravatar Johannes Christ-2/+80
2019-08-14Remove fun cogGravatar kosayoda-54/+0
2019-08-05Blame Mark.Gravatar Johannes Christ-1/+1
2019-08-05Be more helpful.Gravatar Johannes Christ-0/+1
2019-08-05Fix typo in bot/cogs/error_handler.py. Gravatar Johannes Christ-1/+1
Originally authored by @MarkKoz. Co-Authored-By: Mark <[email protected]>
2019-08-05Suppress response code errors on tag reinvoke.Gravatar Johannes Christ-1/+3
2019-08-05Finalize error handling.Gravatar Johannes Christ-12/+15
2019-08-05Update code to make use of the new `ResponseCodeError`.Gravatar Johannes Christ-18/+22
2019-08-04Raise specific exception for non-200s.Gravatar Johannes Christ-9/+21
2019-07-28Handle more API status codes.Gravatar Johannes Christ-1/+5
2019-07-28Move error handling to more descriptive `ErrorHandler` cog.Gravatar Johannes Christ-18/+14
2019-07-28Drop user updating from `events` cog.Gravatar Johannes Christ-203/+0
2019-07-28Revert 4d35f8f7137edb97e1124fa9087bd86399398047.Gravatar Johannes Christ-0/+286
2019-07-16Remove unused importGravatar MarkKoz-1/+0
2019-07-06moving over the communities to whitelist from master.Gravatar Leon Sandøy-0/+7
2019-07-06Whitelisting the kivy discord server from our filtersGravatar Leon Sandøy-0/+1
2019-07-05Apply suggestions from code reviewGravatar Sebastiaan Zeeff-2/+2
Co-Authored-By: Mark <[email protected]>
2019-07-04Changing class-level docstring of TalentPool class to be consistent with the ↵Gravatar SebastiaanZ-1/+1
BigBrother class
2019-07-04Adding correct docstring to TalentPool edit group method; adding periods to ↵Gravatar SebastiaanZ-5/+5
docstrings in the WatchChannel ABC
2019-07-04Applying docstring suggestionsGravatar Sebastiaan Zeeff-8/+8
Co-Authored-By: Mark <[email protected]>
2019-07-04Replacing BigBrother by TalentPool in TalentPool docstringsGravatar SebastiaanZ-4/+4
2019-07-04Removing unused importGravatar SebastiaanZ-1/+1
2019-07-04Fixing bug with misnamed MessageHistory attribute message_count in if-statementGravatar SebastiaanZ-1/+1
2019-07-04Removing the iter/unpacking support on dataclass in favour of multiline ifGravatar SebastiaanZ-5/+5
2019-07-03Removing redundant self.__class__.__name__ occurrencesGravatar Sebastiaan Zeeff-4/+4
Co-Authored-By: Mark <[email protected]>
2019-07-03Update bot/cogs/watchchannels/watchchannel.pyGravatar Sebastiaan Zeeff-1/+1
Co-Authored-By: Mark <[email protected]>
2019-07-03Removing last embed responses and unused importsGravatar SebastiaanZ-11/+3
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