index
:
bot
copilot/fix-dm-closed-error-handling
fix-eval-message-limit
fix/modpings
inject-settings-in-bot-core
jb3/3.14-upgrade
main
mbaruh/fix-modpings-schedule
mbaruh/modlog_fix
pastebin-auto-upload
wookie/lower-warning-to-info
wookie184/fix-mentions-reply-resolving
A mirrored copy of the python-discord/bot repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
deploy-azure.sh
(
unfollow
)
Commit message (
Collapse
)
Author
Lines
2019-04-27
Removing dulwich and devalerts for bulk deletion
Leon Sandøy
-342
/
+361
2019-03-10
Run tests with bogus token.
Johannes Christ
-1
/
+4
2019-03-09
Remove pytest stage for pipeline.
Scragly
-4
/
+1
2019-03-09
Fix the linting issues with Bot so builds will work.
Scragly
-38
/
+23
2019-03-09
Revert to 16.04 build pools.
azure-pipelines[bot]
-1
/
+1
2019-03-09
Update pool build to Ubuntu 18.04
azure-pipelines[bot]
-1
/
+1
2019-02-18
Use proper API client for reminders.
Johannes Christ
-2
/
+2
2019-02-18
Update defcon cog to use Django API.
Johannes Christ
-26
/
+33
2019-02-06
Use proper snowflake in `on_member_update`.
Johannes Christ
-1
/
+1
2019-02-06
Reimplement nominations on Django.
Johannes Christ
-11
/
+21
2019-01-27
Initial stab at implementing the nominations API.
Johannes Christ
-2
/
+111
2019-01-22
Migrate reminders cog to Django.
Johannes Christ
-155
/
+73
2019-01-20
Move the `BigBrother` cog to the Django API.
Johannes Christ
-115
/
+90
2019-01-20
Remove moved `events` cog.
Johannes Christ
-286
/
+0
2019-01-20
Move deleted message log uploading to the Django API.
Johannes Christ
-46
/
+22
2019-01-20
Move infractions cog to Django.
Johannes Christ
-6
/
+6
2019-01-20
Move superstarify cog to Django API.
Johannes Christ
-127
/
+209
2019-01-13
Build and push Django branch image on Azure.
Johannes Christ
-26
/
+5
2019-01-13
Drop `--update` flag since `--no-cache` implies it.
Johannes Christ
-1
/
+1
2019-01-12
Minimize stages required to build image.
Johannes Christ
-20
/
+23
2019-01-12
Update lockfile.
Johannes Christ
-53
/
+46
2019-01-12
Use a single `Dockerfile` instead of two.
Johannes Christ
-18
/
+16
2019-01-12
Support obtaining individual rules via `!site rules` command.
Johannes Christ
-6
/
+32
2019-01-06
Remove dead code from old API client.
Johannes Christ
-2
/
+1
2019-01-06
Move all moderation commands to the Django API.
Johannes Christ
-195
/
+291
2019-01-06
Move note and warning creation to Django API backend.
Johannes Christ
-17
/
+16
2019-01-06
Remove unused import, use `tuple`.
Johannes Christ
-3
/
+2
2019-01-06
Move by-reason infraction search to Django API backend.
Johannes Christ
-13
/
+3
2019-01-06
Move by-user infraction search to Django API backend.
Johannes Christ
-24
/
+12
2019-01-04
Use guild ID from configuration file.
Johannes Christ
-3
/
+4
2019-01-04
Handle member leave in sync cog.
Johannes Christ
-0
/
+13
2019-01-04
Handle member join in sync cog.
Johannes Christ
-11
/
+49
2019-01-04
Send permission / colour value as required.
Johannes Christ
-5
/
+5
2019-01-04
Handle role deletion in sync cog.
Johannes Christ
-0
/
+9
2019-01-04
Handle role creation in sync cog.
Johannes Christ
-0
/
+11
2019-01-04
Handle role updates in sync cog.
Johannes Christ
-1
/
+17
2019-01-04
Handle member updates in sync cog.
Johannes Christ
-1
/
+20
2019-01-03
Move diff logging to cog, add manual sync commands.
Johannes Christ
-12
/
+53
2019-01-03
Add test case for deduplication of `in_guild` field update.
Johannes Christ
-0
/
+7
2019-01-03
Add documentation strings and comments.
Johannes Christ
-10
/
+71
2019-01-03
Remove obsolete `user is None` check.
Johannes Christ
-3
/
+0
2019-01-03
Add testing step to CI.
Johannes Christ
-0
/
+3
2019-01-03
Add `pytest` dev dependency.
Johannes Christ
-168
/
+215
2019-01-03
Add role and user differ unit tests.
Johannes Christ
-0
/
+125
2019-01-03
Respect immutability.
Johannes Christ
-2
/
+2
2019-01-03
Create or update roles as needed.
Johannes Christ
-4
/
+21
2019-01-03
Update users who joined and left.
Johannes Christ
-3
/
+27
2019-01-03
Remove useless `chunk_by` function.
Johannes Christ
-7
/
+0
2019-01-03
Sync updated users since last boot.
Johannes Christ
-19
/
+24
2019-01-01
Add `PUT` support in API client.
Johannes Christ
-0
/
+4
[next]