aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/deploy-azure.sh (unfollow)
Commit message (Collapse)AuthorLines
2019-04-27Removing dulwich and devalerts for bulk deletionGravatar Leon Sandøy-342/+361
2019-03-10Run tests with bogus token.Gravatar Johannes Christ-1/+4
2019-03-09Remove pytest stage for pipeline.Gravatar Scragly-4/+1
2019-03-09Fix the linting issues with Bot so builds will work.Gravatar Scragly-38/+23
2019-03-09Revert to 16.04 build pools.Gravatar azure-pipelines[bot]-1/+1
2019-03-09Update pool build to Ubuntu 18.04Gravatar azure-pipelines[bot]-1/+1
2019-02-18Use proper API client for reminders.Gravatar Johannes Christ-2/+2
2019-02-18Update defcon cog to use Django API.Gravatar Johannes Christ-26/+33
2019-02-06Use proper snowflake in `on_member_update`.Gravatar Johannes Christ-1/+1
2019-02-06Reimplement nominations on Django.Gravatar Johannes Christ-11/+21
2019-01-27Initial stab at implementing the nominations API.Gravatar Johannes Christ-2/+111
2019-01-22Migrate reminders cog to Django.Gravatar Johannes Christ-155/+73
2019-01-20Move the `BigBrother` cog to the Django API.Gravatar Johannes Christ-115/+90
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