| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| * | Merge pull request #402 from python-discord/update-contrib | 2019-09-03 | -155/+157 | ||
| |\ | | | | | Update contrib doc for allowing edits from maintainers | ||||
| | * | Remove pydocstyle pinning now that flake8-docstrings is fixed | 2019-09-03 | -145/+146 | ||
| | | | |||||
| | * | Use pipenv lint script for pre-commit hook | 2019-09-03 | -10/+8 | ||
| | | | |||||
| | * | Update contrib doc for allowing edits from maintainers | 2019-09-03 | -0/+3 | ||
| |/ | |||||
| * | Merge pull request #399 from python-discord/django-updating-bot-logs-url | 2019-08-28 | -1/+2 | ||
| |\ | | | | | Updating the deleted message front-end URL to the staff subdomain | ||||
| | * | Changing deleted messages log to point at staff-subdomain | 2019-08-23 | -1/+2 | ||
| | | | |||||
| * | | Do not send log messages below DEBUG to the site. | 2019-08-26 | -6/+14 | ||
| |/ | |||||
| * | Merge pull request #397 from python-discord/django-role-api-changes | 2019-08-23 | -77/+143 | ||
| |\ | | | | | Django role api changes | ||||
| | * | Changing logging interpolation style to f-strings | 2019-08-23 | -4/+3 | ||
| | | | |||||
| | * | Incorporating Mark's feedback on return annotations | 2019-08-16 | -11/+15 | ||
| | | | |||||
| | * | Kaizen: Change all string concats to f-strings | 2019-08-16 | -7/+7 | ||
| | | | |||||
| | * | Adding missing function annotations | 2019-08-16 | -14/+14 | ||
| | | | |||||
| | * | Updating role sync tests for position and adding tests for deletion detection | 2019-08-15 | -21/+60 | ||
| | | | |||||
| | * | Adding support for storing role positions and deleting roles | 2019-08-15 | -27/+51 | ||
| |/ | |||||
| * | Merge pull request #395 from kosayoda/no_fun_allowed | 2019-08-14 | -54/+0 | ||
| |\ | | | | | Remove fun cog | ||||
| | * | Remove fun cog | 2019-08-14 | -54/+0 | ||
| | | | |||||
| * | | Merge pull request #396 from python-discord/logging-handler | 2019-08-14 | -2/+80 | ||
| |\ \ | | | | | | | Write logs into the site | ||||
| | * | | Add a site logging handler. | 2019-08-14 | -2/+80 | ||
| |/ / | |||||
| * | | Merge pull request #392 from python-discord/django-readd-events | 2019-08-05 | -20/+125 | ||
| |\ \ | | | | | | | Re-add command error event handler | ||||
| | * | | Blame Mark. | 2019-08-05 | -1/+1 | ||
| | | | | |||||
| | * | | Be more helpful. | 2019-08-05 | -0/+1 | ||
| | | | | |||||
| | * | | Fix typo in bot/cogs/error_handler.py. | 2019-08-05 | -1/+1 | ||
| | | | | | | | | | | | | | | | | Originally authored by @MarkKoz. Co-Authored-By: Mark <[email protected]> | ||||
| | * | | Suppress response code errors on tag reinvoke. | 2019-08-05 | -1/+3 | ||
| | | | | |||||
| | * | | Finalize error handling. | 2019-08-05 | -12/+15 | ||
| | | | | |||||
| | * | | Update code to make use of the new `ResponseCodeError`. | 2019-08-05 | -18/+22 | ||
| | | | | |||||
| | * | | Raise specific exception for non-200s. | 2019-08-04 | -9/+21 | ||
| | | | | |||||
| | * | | Handle more API status codes. | 2019-07-28 | -1/+5 | ||
| | | | | |||||
| | * | | Move error handling to more descriptive `ErrorHandler` cog. | 2019-07-28 | -18/+14 | ||
| | | | | |||||
| | * | | Drop user updating from `events` cog. | 2019-07-28 | -203/+0 | ||
| | | | | |||||
| | * | | Revert 4d35f8f7137edb97e1124fa9087bd86399398047. | 2019-07-28 | -0/+286 | ||
| |/ / | |||||
| * | | Merge pull request #386 from python-discord/django-merge | 2019-07-21 | -2766/+1635 | ||
| |\ \ | | | | | | | Django Merge | ||||
| | * | | Remove unused import | 2019-07-16 | -1/+0 | ||
| | | | | |||||
| | * | | Merge remote-tracking branch 'origin/master' into django-merge | 2019-07-16 | -13/+11 | ||
| | |\| | | | | | | | | | | Merge user-event whitelists and special character support for off topic names. | ||||
| | | * | Whitelisting the kivy discord server from our filters | 2019-07-06 | -0/+1 | ||
| | | | | |||||
| | | * | Update off_topic_names.py | 2019-06-23 | -2/+2 | ||
| | | | | |||||
| | | * | Merge pull request #373 from python-discord/off-topic-convert | 2019-06-23 | -6/+6 | ||
| | | |\ | | | | | | | | | Accept uppercase and punctuation for off-topic names | ||||
| | | | * | Merge branch 'master' into off-topic-convert | 2019-06-22 | -7/+5 | ||
| | | | |\ | | | |/ | | |/| | |||||
| | | * | | Anti-spam should use the same whitelist as Filters | 2019-06-22 | -7/+2 | ||
| | | | | | |||||
| | | * | | add user events announcements to the constants.py class | 2019-06-22 | -0/+1 | ||
| | | | | | |||||
| | | * | | Adding user-event-announcements to the spamfilter whitelist | 2019-06-22 | -0/+2 | ||
| | | | | | |||||
| | | | * | Merge branch 'master' into off-topic-convert | 2019-06-22 | -0/+1 | ||
| | | | |\ | | | |/ | | |/| | |||||
| | | * | | Add Discord Hack Week server to Whitelist (#375) | 2019-06-22 | -0/+1 | ||
| | | |\ \ | | | | | | | | | | | Add Discord Hack Week server to Whitelist | ||||
| | | | * | | Add Discord Hack Week server to Whitelist | 2019-06-21 | -0/+1 | ||
| | | |/ / | |||||
| | | | * | Accept uppercase and punctuation for off-topic names | 2019-06-14 | -6/+6 | ||
| | | |/ | | | | | | | | | | Resolves #369 | ||||
| | * | | Merge remote-tracking branch 'origin/django' into django-merge | 2019-07-16 | -785/+927 | ||
| | |\ \ | |/ / |/| | | | | | | | | Merge in RMQ removal, Snekbox changes, and watch channel rework, among other minor things. | ||||
| * | | | Merge pull request #376 from python-discord/django-watchchannels | 2019-07-16 | -399/+772 | ||
| |\ \ \ | | | | | | | | | BigBrother/TalentPool/WatchChannel submodule | ||||
| | * | | | Apply suggestions from code review | 2019-07-05 | -2/+2 | ||
| | | | | | | | | | | | | | Co-Authored-By: Mark <[email protected]> | ||||
| | * | | | Changing class-level docstring of TalentPool class to be consistent with the ↵ | 2019-07-04 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | BigBrother class | ||||
| | * | | | Adding correct docstring to TalentPool edit group method; adding periods to ↵ | 2019-07-04 | -5/+5 | ||
| | | | | | | | | | | | | | | | | | docstrings in the WatchChannel ABC | ||||
| | * | | | Applying docstring suggestions | 2019-07-04 | -8/+8 | ||
| | | | | | | | | | | | | | Co-Authored-By: Mark <[email protected]> | ||||