| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-02-23 | Constants: rename Guild.Constant.ignored to modlog_blacklist | -7/+8 | ||
| This name better explains what the list is for. | ||||
| 2020-02-23 | Config: replace abbreviated lists with normal ones | -4/+34 | ||
| Lists were getting too long to be readable as one line. Having each element on a separate line also reduces merge conflicts. | ||||
| 2020-02-23 | Config: add underscore to devcontrib | -2/+2 | ||
| 2020-02-23 | Config: fix DEV_LOG variable thingy | -2/+2 | ||
| 2020-02-23 | Always load doc and verification extensions | -5/+3 | ||
| They used to only be loaded in "debug mode" because the main guild was used to test the bot. However, we have since moved to using a separate test guild so it's no longer a concern if these cogs get loaded. It was confusing to some contributors as to why these cogs were not being loaded since the debug mode isn't really documented anywhere. | ||||
| 2020-02-23 | Config: rename channels to match their names in the guild | -76/+76 | ||
| 2020-02-23 | Constants: remove code jam champions role | -2/+0 | ||
| Nothing was using it. | ||||
| 2020-02-23 | Constants: rename developers role back to verified | -1/+3 | ||
| It makes the code which uses it more readable. A comment was added to explain the discrepancy between the constant's name and the name in the guild. | ||||
| 2020-02-23 | Constants: rename roles to match their names in the guild | -28/+28 | ||
| 2020-02-23 | Config: remove checkpoint_test and devtest | -6/+0 | ||
| They no longer exist in the guild. * Move devlog under the "Logs" category | ||||
| 2020-02-23 | Config: shorten name of PYTHON_COMMUNITY_ROLE | -7/+7 | ||
| 2020-02-23 | Config: split channels into categories | -21/+39 | ||
| 2020-02-23 | Config: split roles into categories | -12/+16 | ||
| 2020-02-23 | Config: rename roles to match their names in the guild | -18/+18 | ||
| 2020-02-23 | Add Sentdex server to whitelist | -0/+1 | ||
| 2020-02-24 | Change verification post log level to info, tidy code. | -14/+13 | ||
| 2020-02-24 | Reduce log level of tag cooldown notice. | -2/+4 | ||
| 2020-02-23 | Remove call to delete reminder, as ensure method already does it. | -1/+0 | ||
| 2020-02-23 | Check reminder user and channel before send and schedule. | -17/+38 | ||
| 2020-02-23 | Don't log exception traceback on Forbidden for welcomes. | -12/+9 | ||
| 2020-02-23 | Don't set project log level so it uses root level. | -1/+1 | ||
| 2020-02-23 | Define `_count` in `__init__`. | -0/+1 | ||
| 2020-02-23 | Suppress NotFound on react clear, tidy imports. | -18/+21 | ||
| 2020-02-21 | Change defcon log levels from warning to info | -2/+2 | ||
| 2020-02-21 | Enable logging warnings to Sentry | -3/+12 | ||
| 2020-02-21 | Attach jump_to url to the event | -0/+8 | ||
| 2020-02-21 | Use push_scope instead of configure_scope | -2/+2 | ||
| 2020-02-21 | Use log.error instead of capture_exception | -2/+2 | ||
| 2020-02-21 | Remove AIOHTTP integration from Sentry since it is intended for AIOHTTP servers. | -3/+1 | ||
| 2020-02-21 | Remove tests for custom bot log | -62/+2 | ||
| 2020-02-21 | Remove the space that makes the test fail | -1/+1 | ||
| 2020-02-21 | Use the code provided by sco1 to fix the checks failing. | -5/+10 | ||
| 2020-02-21 | Add basic sentry usage for command errors giving user information and ↵ | -85/+10 | ||
| command context. | ||||
| 2020-02-21 | Attach extra information on a command error | -1/+13 | ||
| 2020-02-21 | Set BOT_SENTRY_DSN environment variable for tests | -1/+1 | ||
| 2020-02-21 | Implement basic Sentry SDK usage | -2/+14 | ||
| 2020-02-20 | Update flake8-annotations to v2.0. | -10/+51 | ||
| 2020-02-20 | Change to explicit logs, remove logmatic. | -160/+76 | ||
| 2020-02-19 | Moderation: show avatar in infraction deactivation log | -0/+5 | ||
| 2020-02-17 | Pagination migrations - Emoji Data Structure Modified | -1/+1 | ||
| Changed the pagination emoji collection from list to tuple This change was suggested since this collection is constant | ||||
| 2020-02-17 | Change snekbox api url to internal docker domain. | -1/+1 | ||
| NGINX has been dockerised, and proxy passes now reference internal container domains rather than referencing host or external domains. This will have a few extra benefits: - Less external factors involved for resolving the service address - Can work with the same address on development envs - Snekbox can be closed down entirely so it's inaccessible from external networks. | ||||
| 2020-02-16 | Fix missing Django logs when using Docker Compose | -0/+2 | ||
| Fixed by allocating a pseudo-tty to the web and bot services in Docker Compose. | ||||
| 2020-02-15 | Moderation: show member as a mention in expired infraction log | -1/+1 | ||
| 2020-02-15 | Moderation: show correct actor in expired infraction log | -3/+4 | ||
| The bot user was always being used instead of using the actor field of the infraction. | ||||
| 2020-02-15 | Moderation: add creation date & duration to expired infraction log | -1/+7 | ||
| Closes #685 | ||||
| 2020-02-15 | Utils: refactor format_infraction_with_duration and support absolute val | -13/+23 | ||
| The absolute value is useful for preventing negative values in the case that date_to is in the past relative to date_from. * Add an absolute parameter to take the absolute value of the duration * Rename expiry to date_to * Rewrite the docstring | ||||
| 2020-02-15 | Add missed signature reformat from review | -1/+4 | ||
| Co-Authored-By: Mark <[email protected]> | ||||
| 2020-02-15 | Add "cancel" as a reminder delete alias | -1/+1 | ||
| 2020-02-15 | Add full capture of reason string to superstarify invocation | -1/+2 | ||
| 2020-02-15 | Styling & refactors from review | -17/+29 | ||
| * Refactor confirmation embed footer string generation to be more concise * Multiline long method calls * Refactor humanized delta f string generation for readability * Switch from `datetime.isoformat` to `dateutils.parser.isoparse` to align with changes elsewhere in the codebase (should be more robust) * Shift reminder channel whitelist to constants Co-Authored-By: Mark <[email protected]> | ||||