| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Merge branch 'main' into update-autoreview-system | 2022-09-19 | -1748/+809 | |
| |\ | ||||
| | * | Merge pull request #2242 from python-discord/fix-not-awaited-coroutine-warning | 2022-09-18 | -31/+52 | |
| | |\ | ||||
| | | * | Merge branch 'main' into fix-not-awaited-coroutine-warning | 2022-09-18 | -1716/+756 | |
| | | |\ | | |/ | |/| | ||||
| | * | | Merge pull request #2273 from ↵ | 2022-09-18 | -1/+2 | |
| | |\ \ | | | | | | | | | | | | | python-discord/fix-ensure-cached-claimant-none-check | |||
| | | * \ | Merge branch 'main' into fix-ensure-cached-claimant-none-check | 2022-09-18 | -109/+63 | |
| | | |\ \ | | |/ / | |/| | | ||||
| | * | | | Merge pull request #2241 from python-discord/disable-pytest-nose-plugin | 2022-09-18 | -0/+6 | |
| | |\ \ \ | ||||
| | | * \ \ | Merge branch 'main' into disable-pytest-nose-plugin | 2022-09-18 | -1715/+748 | |
| | | |\ \ \ | | |/ / / | |/| | | | ||||
| | * | | | | Use Python Poetry Base Action (#2277) | 2022-09-17 | -21/+3 | |
| | | | | | | ||||
| | * | | | | Removed italics from the help command (#2272) | 2022-09-17 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * removed asterisk from embed description * removed italics from line 334, 375 and 415 * pagination.py, L239 added italics | |||
| | * | | | | Merge pull request #2233 from python-discord/bot-2231-bug | 2022-09-16 | -26/+38 | |
| | |\ \ \ \ | | | | | | | | | | | | | Allow referencing message as argument to `!remind edit content` | |||
| | | * \ \ \ | Merge branch 'main' into bot-2231-bug | 2022-09-16 | -211/+392 | |
| | | |\ \ \ \ | | |/ / / / | |/| | | | | ||||
| | * | | | | | Merge pull request #2276 from python-discord/ignore-mounted-project-venvs | 2022-09-16 | -2/+6 | |
| | |\ \ \ \ \ | ||||
| | | * \ \ \ \ | Merge branch 'main' into ignore-mounted-project-venvs | 2022-09-16 | -1/+1 | |
| | | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||
| | * | | | | | | Removed "redis_ready" from additional_spec_asyncs in MockBot (#2275) | 2022-09-16 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | The attribute was removed from Bot in fc05849 | |||
| | | * | | | | | Specify the path for poetry venvs | 2022-09-13 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this the venv would be created in /root/.cache and the nonn-root user that prod runs under would not have access to it. | |||
| | | * | | | | | Ignore mounted in-project venvs on startup | 2022-09-13 | -1/+4 | |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Poetry's virtualenvs.in-project config deafults to None, meaning it will use in-project venvs if it finds one, otherwise it will use the cache dir. In dev we mount the entire root project directory to /bot. This means if the host's venv in in the project dir, this will get mounted and prioritised by poetry run. If the host is on a non-linux OS this will cause poetry to fail to boot. | |||
| | * | | | | | Merge pull request #2268 from python-discord/pin-poetry-to-1.1.X | 2022-09-13 | -72/+22 | |
| | |\ \ \ \ \ | ||||
| | | * | | | | | Don't use fake in-project venvs for poetry | 2022-09-12 | -21/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead let poetry install the venv for the project in the right place, leading to a more 'traditional' poetry setup. | |||
| | | * | | | | | Bump poetry in Docker and lint to 1.2.0 | 2022-09-11 | -1/+1 | |
| | | | | | | | | ||||
| | | * | | | | | Use HassanAbouelela/setup-python for CI | 2022-09-11 | -57/+5 | |
| | | | | | | | | ||||
| | | * | | | | | Use venvs with poetry in Dockerfile | 2022-09-10 | -6/+16 | |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | This is required due to a regression in poetry, see https://github.com/HassanAbouelela/actions/pull/7 | |||
| | | * | | | | Merge remote-tracking branch 'origin/bot-2231-bug' into bot-2231-bug | 2022-09-14 | -1476/+340 | |
| | | |\ \ \ \ | ||||
| | | | * \ \ \ | Merge branch 'main' into bot-2231-bug | 2022-08-14 | -1476/+340 | |
| | | | |\ \ \ \ | ||||
| | | * | | | | | | Update docstrings & comment. | 2022-09-14 | -17/+8 | |
| | | |/ / / / / | ||||
| | | * | | | | | Make reference message in reminders italic. | 2022-08-06 | -1/+1 | |
| | | | | | | | | ||||
| | | * | | | | | Allow referencing message as argument to `!remind edit content` | 2022-07-25 | -11/+32 | |
| | | | | | | | | ||||
| | | | | * | | | Disable nose plugin in pytest | 2022-08-04 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes an issue with pytest running functions called setup in test files when they shouldn't be run | |||
| | | | | | * | | Fix error in help channels cog which assumed an embed would have a description | 2022-09-10 | -1/+2 | |
| | | |_|_|/ / | |/| | | | | ||||
| | * | | | | | Merge pull request #2234 from python-discord/infraction-durations | 2022-08-19 | -59/+133 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | Fixes infraction display duration off-by-one discrepancy | |||
| | | * \ \ \ \ | Merge branch 'main' into infraction-durations | 2022-08-19 | -33/+186 | |
| | | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||
| | * | | | | | | Merge pull request #2260 from Dorukyum/channel.guild-nullable | 2022-08-19 | -1/+1 | |
| | |\ \ \ \ \ \ | ||||
| | | * \ \ \ \ \ | Merge branch 'main' into channel.guild-nullable | 2022-08-19 | -12/+124 | |
| | | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||
| | * | | | | | | | fix: don't include replied mentions in mention filter (#2017) | 2022-08-18 | -12/+124 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Izan <[email protected]> Co-authored-by: TizzySaurus <[email protected]> Co-authored-by: Xithrius <[email protected]> | |||
| | | * | | | | | | Check if channel.guild is None | 2022-08-18 | -1/+1 | |
| | |/ / / / / / | ||||
| | * | | | | | | Merge pull request #2031 from python-discord/incident-archive-msg-improvements | 2022-08-18 | -19/+53 | |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Incident archive msg improvements | |||
| | | * \ \ \ \ \ | Merge branch 'main' into incident-archive-msg-improvements | 2022-08-18 | -46/+53 | |
| | | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||
| | * | | | | | | | Merge pull request #2250 from python-discord/dawnofmidnight/compban | 2022-08-18 | -1/+8 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | feat: command for banning compromised accounts | |||
| | | * \ \ \ \ \ \ | Merge branch 'main' into dawnofmidnight/compban | 2022-08-18 | -45/+44 | |
| | | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||
| | | * | | | | | | | fix: replace datetime.utcnow() with arrow | 2022-08-17 | -4/+4 | |
| | | | | | | | | | | ||||
| | | * | | | | | | | fix: change use of arrow to datetime and change docstring wording | 2022-08-15 | -5/+5 | |
| | | | | | | | | | | ||||
| | | * | | | | | | | feat: command for banning compromised accounts | 2022-08-15 | -0/+7 | |
| | | | | | | | | | | ||||
| | | | * | | | | | | Fix incident tests. | 2022-08-15 | -13/+25 | |
| | | | | | | | | | | ||||
| | | | * | | | | | | Merge branch 'main' into incident-archive-msg-improvements | 2022-08-14 | -3856/+3624 | |
| | | | |\ \ \ \ \ \ | | | | | |_|/ / / | | | | |/| | | | | ||||
| | | | * | | | | | | Address Reviews | 2022-07-14 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use the more concise DATETIME timestamp instead of both a DATE and a TIME timestamp. - Remove underline from the "Reported ..." section at the bottom of the embed. - Re-add time of action/rejection timestamp to footer of embed. | |||
| | | | * | | | | | | Fix tests | 2022-01-01 | -6/+18 | |
| | | | | | | | | | | ||||
| | | | * | | | | | | Incident archive improvements | 2022-01-01 | -6/+16 | |
| | | | | | | | | | | ||||
| | | | | | * | | | | Duration for DM changed to Edited flag | 2022-08-19 | -10/+7 | |
| | | | | | | | | | | ||||
| | | | | | * | | | | Made DM duration remaining optional with resend | 2022-08-18 | -6/+8 | |
| | | | | | | | | | | ||||
| | | | | | * | | | | Merge branch 'infraction-durations' of https://github.com/python-discord/bot ↵ | 2022-08-18 | -1518/+382 | |
| | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into infraction-durations | |||
| | | | | | | * \ \ \ | Merge branch 'main' into infraction-durations | 2022-08-17 | -3/+7 | |
| | | | | | | |\ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||
