aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/deploy-azure.sh (unfollow)
Commit message (Collapse)AuthorLines
2019-01-20Remove moved `events` cog.Gravatar Johannes Christ-286/+0
2019-01-20Move deleted message log uploading to the Django API.Gravatar Johannes Christ-46/+22
2019-01-20Move infractions cog to Django.Gravatar Johannes Christ-6/+6
2019-01-20Move superstarify cog to Django API.Gravatar Johannes Christ-127/+209
2019-01-13Build and push Django branch image on Azure.Gravatar Johannes Christ-26/+5
2019-01-13Drop `--update` flag since `--no-cache` implies it.Gravatar Johannes Christ-1/+1
2019-01-12Minimize stages required to build image.Gravatar Johannes Christ-20/+23
2019-01-12Update lockfile.Gravatar Johannes Christ-53/+46
2019-01-12Use a single `Dockerfile` instead of two.Gravatar Johannes Christ-18/+16
2019-01-12Support obtaining individual rules via `!site rules` command.Gravatar Johannes Christ-6/+32
2019-01-06Remove dead code from old API client.Gravatar Johannes Christ-2/+1
2019-01-06Move all moderation commands to the Django API.Gravatar Johannes Christ-195/+291
2019-01-06Move note and warning creation to Django API backend.Gravatar Johannes Christ-17/+16
2019-01-06Remove unused import, use `tuple`.Gravatar Johannes Christ-3/+2
2019-01-06Move by-reason infraction search to Django API backend.Gravatar Johannes Christ-13/+3
2019-01-06Move by-user infraction search to Django API backend.Gravatar Johannes Christ-24/+12
2019-01-04Use guild ID from configuration file.Gravatar Johannes Christ-3/+4
2019-01-04Handle member leave in sync cog.Gravatar Johannes Christ-0/+13
2019-01-04Handle member join in sync cog.Gravatar Johannes Christ-11/+49
2019-01-04Send permission / colour value as required.Gravatar Johannes Christ-5/+5
2019-01-04Handle role deletion in sync cog.Gravatar Johannes Christ-0/+9
2019-01-04Handle role creation in sync cog.Gravatar Johannes Christ-0/+11
2019-01-04Handle role updates in sync cog.Gravatar Johannes Christ-1/+17
2019-01-04Handle member updates in sync cog.Gravatar Johannes Christ-1/+20
2019-01-03Move diff logging to cog, add manual sync commands.Gravatar Johannes Christ-12/+53
2019-01-03Add test case for deduplication of `in_guild` field update.Gravatar Johannes Christ-0/+7
2019-01-03Add documentation strings and comments.Gravatar Johannes Christ-10/+71
2019-01-03Remove obsolete `user is None` check.Gravatar Johannes Christ-3/+0
2019-01-03Add testing step to CI.Gravatar Johannes Christ-0/+3
2019-01-03Add `pytest` dev dependency.Gravatar Johannes Christ-168/+215
2019-01-03Add role and user differ unit tests.Gravatar Johannes Christ-0/+125
2019-01-03Respect immutability.Gravatar Johannes Christ-2/+2
2019-01-03Create or update roles as needed.Gravatar Johannes Christ-4/+21
2019-01-03Update users who joined and left.Gravatar Johannes Christ-3/+27
2019-01-03Remove useless `chunk_by` function.Gravatar Johannes Christ-7/+0
2019-01-03Sync updated users since last boot.Gravatar Johannes Christ-19/+24
2019-01-01Add `PUT` support in API client.Gravatar Johannes Christ-0/+4
2019-01-01Send users one by one.Gravatar Johannes Christ-17/+14
2019-01-01Implement basic member syncing.Gravatar Johannes Christ-19/+96
2019-01-01Factor out sync cog to package.Gravatar Johannes Christ-30/+42
2019-01-01Fix another merge conflict that was leftover.Gravatar Johannes Christ-3/+0
2019-01-01Cast int to str, correct buffer align, re-add trailing spaceGravatar scragly-1/+1
2018-12-29Remove the cursed trailing whitespaceGravatar sco1-2/+2
2018-12-29Remove invite filter deblankingGravatar sco1-9/+6
Clarify inline help/comments
2018-12-29Add mod log event for member warn & shadowwarnGravatar sco1-0/+30
2018-12-28Expand in_channel check to accept multi-channels, bypass roles.Gravatar scragly-33/+53
2018-12-28Simplify regex patternGravatar Mark-1/+1
Co-Authored-By: scragly <[email protected]>
2018-12-27invite filter: remove redundant channel None checkGravatar MarkKoz-8/+6
2018-12-27Disallow Group DM invites from the invite filterGravatar Joseph Banks-1/+9
2018-12-27Ping mod on infr notify failure in modlog.Gravatar scragly-0/+30