| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | | | Merge pull request #2259 from VirdanTheBurden/main | 2022-09-18 | -11/+49 | ||
| | |\ \ \ \ | |||||
| | | * \ \ \ | Merge branch 'main' into main | 2022-09-18 | -236/+443 | ||
| | | |\ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | | 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 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 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Add note to docstring, fix type-hints, and update log messages | 2022-08-06 | -6/+14 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Fix tests | 2022-08-04 | -12/+18 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Refactor infractions to avoid passing around coroutines | 2022-08-04 | -16/+23 | ||
| | | | | | |/ / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | This avoids warnings if they are never awaited, e.g. when functions are mocked in tests | ||||
| | | | | | | * | | | | fix: data dictionary guarantees reason key existence if pardon reason exists | 2022-08-19 | -0/+1 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | fix: remove chance of empty string overriding database infraction reason | 2022-08-18 | -1/+1 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | fix: lint (again) | 2022-08-18 | -3/+3 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | fix: add check to prevent NoneType from passing into str concatenation | 2022-08-18 | -4/+8 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | change: make unban require pardon reason | 2022-08-18 | -7/+1 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | add: test for reasoned and reasonless pardons | 2022-08-17 | -1/+7 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | fix: trailing whitespace | 2022-08-17 | -1/+1 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Merge pull request #2 from VirdanTheBurden/feat-add-reason-argument-to-pardons | 2022-08-17 | -6/+7 | ||
| | | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | fix: docstrings | ||||
| | | | | | | | * | | | | fix: docstrings | 2022-08-17 | -6/+7 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Merge pull request #1 from VirdanTheBurden/feat-add-reason-argument-to-pardons | 2022-08-17 | -8/+40 | ||
| | | | | | | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | feat: add reason argument to pardon commands | ||||
| | | | | | | | * | | | | fix: lint | 2022-08-17 | -5/+23 | ||
| | | | | | | | | | | | | |||||
| | | | | | | | * | | | | feat: add reason argument to pardon commands | 2022-08-17 | -10/+24 | ||
| | | | | | | |/ / / / | |||||
| | | | | | | | * / / | Remove unnecessary loggin | 2022-08-28 | -2/+0 | ||
| | | | | | | |/ / / | | | | | |/| | | | |||||
| | | | | | | | * | | move DEFAULT_RULES_DESCRIPTION under information.py | 2022-09-20 | -9/+7 | ||
| | | | | | | | | | | |||||
| | | | | | | | * | | use subTest to isolate assertions | 2022-09-19 | -14/+17 | ||
| | | | | | | | | | | |||||
| | | | | | | | * | | add DEFAULT_RULES_DESCRIPTION to avoid duplication | 2022-09-19 | -13/+10 | ||
| | | | | | | | | | | |||||
| | | | | | | | * | | fix redundant test name | 2022-09-19 | -1/+1 | ||
| | | | | | | | | | | |||||
| | | | | | | | * | | test the cases where default rules message is supposed to be sent | 2022-09-19 | -0/+31 | ||
| | | | | | | | | | | |||||
| | | | | | | | * | | fix wrong type hint of the rules function return value | 2022-09-19 | -2/+2 | ||
| | | | | | | | | | | |||||
| | | | | | | | * | | add test that checks for the sent content if one invalid index is present in ↵ | 2022-09-19 | -0/+46 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the input | ||||
| | | | | | | | * | | return final list of rule numbers to be sent | 2022-09-19 | -2/+4 | ||
| | | | | | | | | | | |||||
| | | | | | | | * | | sort the list of final rule numbers | 2022-09-19 | -1/+1 | ||
| | | | | | | | | | | |||||
| | | | | | | | * | | determine final_rule_numbers value by subscribing to the ↵ | 2022-09-18 | -9/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | keyword_to_rule_number using the matched keywords | ||||
