| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | * | | | | | | | | Merge branch 'main' into mbaruh-patch-1 | 2021-08-03 | -78/+131 | ||
| | | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||||
| | * | | | | | | | | | Update Sentry SDK to 1.3 | 2021-08-03 | -78/+131 | ||
| | | | | | | | | | | | |||||
| | | * | | | | | | | | Correctly delete from cache | 2021-08-03 | -1/+2 | ||
| | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed wrong condition in rescheduler which made the eventual consistency not work. * Mods now correctly removed from cache on role reapplies. | ||||
| | * | | | | | | | | Add virtual environment (venv) tag (#1702) | 2021-08-02 | -0/+20 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add virtual environment (venv) tag Co-authored-by: bast0006 <[email protected]> Co-authored-by: wookie184 <[email protected]> Co-authored-by: Xithrius <[email protected]> | ||||
| | | * | | | | | | | Add comment on RedisCache | 2021-08-03 | -0/+2 | ||
| | | | | | | | | | | |||||
| | | * | | | | | | | Add check for redundant change | 2021-08-03 | -0/+8 | ||
| | | | | | | | | | | |||||
| | | * | | | | | | | Remove bot prefix from docstring and change single quotes to double | 2021-08-03 | -11/+11 | ||
| | | | | | | | | | | |||||
| | | * | | | | | | | Rename commands from on/off to enable/disable | 2021-08-02 | -8/+8 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added on/off as aliases | ||||
| | | * | | | | | | | Small code improvements and added 'ar' alias | 2021-08-02 | -6/+7 | ||
| | | | | | | | | | | |||||
| | | * | | | | | | | Add commands to turn automatic review posting on or off | 2021-08-01 | -4/+55 | ||
| | |/ / / / / / / | |||||
| | | * / / / / / | Fix TypeError when infraction append is not given a reason | 2021-08-02 | -1/+1 | ||
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | Fix #1706 | ||||
| | | * | | | | | Reduce imports in utils/messages by qualifying names | 2021-08-02 | -8/+6 | ||
| | | | | | | | | |||||
| | | * | | | | | Catch 404 error when waiting to delete message | 2021-08-02 | -5/+8 | ||
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes the message is deleted before the function gets around to it. Fixes BOT-1JD Fixes BOT-1K3 Fixes BOT-1JE | ||||
| | * | | | | | Merge pull request #1704 from python-discord/whitelist-pydis-partners | 2021-07-31 | -1/+2 | ||
| | |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | Add partners to the filtering whitelist | ||||
| | | * | | | | Add partners to the filtering whitelist | 2021-07-31 | -1/+2 | ||
| | |/ / / / | | | | | | | | | | | | | | | | A partner being filtered is highly unlikely to be correct | ||||
| | | * | | | Improve code consistency of join_role_stats and NonExistentRoleError | 2021-08-02 | -2/+2 | ||
| | | | | | | |||||
| | | * | | | Optimize Information Cog's join_role_stats and get_member counts | 2021-08-02 | -13/+10 | ||
| | | | | | | |||||
| | | * | | | Update join_role_stats and NonExistentError to be clear | 2021-08-01 | -7/+9 | ||
| | | | | | | |||||
| | | * | | | Update join_role_stats, add new custom error | 2021-07-30 | -11/+25 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Add new custom error to handle non-existent roles in the Information cog - Update join_role_stats to use built in generics for typing | ||||
| | | * | | | Modify error handling in join_role_stats and move it to the Information Cog | 2021-07-29 | -17/+16 | ||
| | | | | | | |||||
| | | * | | | Handle non-existent roles in `join_role_stats` | 2021-07-28 | -2/+5 | ||
| | | | | | | |||||
| | | * | | | Merge branch 'main' into pr/serverinfoleads | 2021-07-23 | -436/+1260 | ||
| | | |\ \ \ | |||||
| | | * | | | | Add `Leads` role(s) to the server information embed | 2021-07-08 | -3/+7 | ||
| | | | | | | | |||||
| | | * | | | | Create `join_role_stats` function in helpers | 2021-07-08 | -1/+11 | ||
| | | | |/ / | | |/| | | | | | | | | | | | | Add `join_role_stats` function that joins the relevant information (number of members) of the given roles into one group under a pre-specified `name` | ||||
| * | | | | | Fix references to kwarg after renaming in clean command | 2021-07-28 | -2/+2 | ||
| | | | | | | |||||
| * | | | | | Rely on error handler for sending input errors to user | 2021-07-28 | -45/+9 | ||
| | | | | | | |||||
| * | | | | | simplify range predicate for clean command | 2021-07-28 | -1/+1 | ||
| | | | | | | |||||
| * | | | | | Return empty containers if clean is cancelled | 2021-07-28 | -2/+2 | ||
| | | | | | | |||||
| * | | | | | Make is_older_than_14d a static method | 2021-07-26 | -11/+12 | ||
| | | | | | | |||||
| * | | | | | Update _get_messages_from_channels return type | 2021-07-26 | -2/+2 | ||
| | | | | | | |||||
| * | | | | | Merge branch 'main' into cleanrework | 2021-07-26 | -2344/+5485 | ||
| |\| | | | | |||||
| | * | | | | Prevent ghost-pings in pypi command (#1696) | 2021-07-25 | -9/+21 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update `utils.messages.wait_for_deletion` Will now clear reactions after the timeout ends to indicate it's no longer possible to delete the message through reactions. * Update pypi command to not ghost-ping users Will no longer ghost-ping users when an invalid packaged is search containing a ping and reaction is pressed to delete message. * Update local file * Remove redundant code No longer try to clear reactions after calling `utils.messages.wait_for_deletion()` since the util now does it. * Remove trailing whitespace * Remove redundant import * Fix NameErrors * Remove redundant import * Reword comment * Update `contextlib.suppress` import to be consistent * Update docstring to reflect earlier changes * Update docstring to be more informative * Update to delete error message if invocation doesn't ping * Update to delete error message if invocation doesn't ping | ||||
| | * | | | | Merge pull request #1694 from TizzySaurus/Update-docs-get-to-prevent-ghost-pings | 2021-07-23 | -4/+8 | ||
| | |\ \ \ \ | | |_|/ / | |/| | | | Prevent ghost-pings in docs get command | ||||
| | | * | | | Add comment | 2021-07-23 | -0/+1 | ||
| | | | | | | | | | | | | | | | | Co-authored-by: Bluenix <[email protected]> | ||||
| | | * | | | Remove extra line | 2021-07-23 | -1/+0 | ||
| | | | | | | | | | | | | | | | | Co-authored-by: Bluenix <[email protected]> | ||||
| | | * | | | Fix typo causing NameError | 2021-07-23 | -1/+1 | ||
| | | | | | | |||||
| | | * | | | Delete reaction if error_message not deleted. | 2021-07-23 | -1/+4 | ||
| | | | | | | |||||
| | | * | | | Remove extra lines | 2021-07-23 | -1/+0 | ||
| | | | | | | |||||
| | | * | | | Remove deprecated function | 2021-07-23 | -10/+0 | ||
| | | | | | | |||||
| | | * | | | Update code to use `utils.messages.wait_for_deletion` | 2021-07-23 | -22/+3 | ||
| | | | | | | |||||
| | | * | | | Remove blankline that flake8 doesn't like | 2021-07-23 | -1/+0 | ||
| | | | | | | |||||
| | | * | | | Undo change in import style | 2021-07-23 | -28/+33 | ||
| | | | | | | |||||
| | | * | | | Fix shadowed name | 2021-07-23 | -2/+2 | ||
| | | | | | | |||||
| | | * | | | Remove blankline that flake8 didn't like | 2021-07-23 | -1/+0 | ||
| | | | | | | |||||
| | | * | | | Add return type-hint and docstring | 2021-07-23 | -1/+2 | ||
| | | | | | | |||||
| | | * | | | Remove trailing whitespace | 2021-07-23 | -2/+2 | ||
| | | | | | | |||||
| | | * | | | Add missing comma | 2021-07-23 | -1/+1 | ||
| | | | | | | |||||
| | | * | | | Add missing functools.partial import | 2021-07-23 | -0/+1 | ||
| | | | | | | |||||
| | | * | | | Revamped imports | 2021-07-23 | -23/+30 | ||
| | | | | | | |||||
| | | * | | | Remove duplicate asyncio import | 2021-07-23 | -1/+0 | ||
| | | | | | | |||||