| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2023-10-26 | Bump deps to latest | -598/+611 | ||
| 2023-09-20 | Set various loggers to suitable default levelsv10.3.0 | -0/+8 | ||
| These levels were pulled from bot's current logging setup | ||||
| 2023-09-20 | Add log_format to the logging util to allow for standardised logging | -1/+11 | ||
| 2023-08-28 | Lint repo with new ruff rules | -2/+13 | ||
| 2023-08-28 | Replace isort with ruff's implementatation | -156/+145 | ||
| 2023-08-28 | Skip resolving for pydantic model fields | -0/+4 | ||
| 2023-08-28 | Add pydantic BaseModel to target to ignore | -3/+4 | ||
| 2023-08-28 | Bump d.py to 2.3.2 | -452/+474 | ||
| 2023-07-25 | fixup: Update BotBase.process_commands docstring to be more explicit | -1/+5 | ||
| 2023-07-25 | Consistently use fullstops in changelog | -21/+21 | ||
| 2023-07-25 | Add BotBase.wait_until_bot_started which can be used to hold a process until ↵ | -1/+11 | ||
| all extensions are loaded. | ||||
| 2023-07-20 | fixup: correct docstring wording in paste_service | -1/+1 | ||
| 2023-07-14 | Add type hints to paste_service pydantic models | -5/+5 | ||
| 2023-07-14 | Don't swallow exceptions in post_build | -2/+2 | ||
| 2023-07-14 | Support sending multiple files to paste service at once | -195/+355 | ||
| Co-authored-by: Hassan Abouelela <[email protected]> | ||||
| 2023-07-14 | Update code for new linter rules | -2/+10 | ||
| 2023-07-14 | Bump dev deps | -36/+37 | ||
| 2023-07-14 | Bump pre-commit-hooks | -1/+1 | ||
| 2023-07-14 | Bump d.py to 2.3.1 | -12/+15 | ||
| 2023-07-10 | Update get_or_fetch_channel's return type (#187) | -1/+7 | ||
| * update get_or_fetch_channel's return type * unindent overly indented signature * update changelog | ||||
| 2023-07-02 | Update expiry label from 1 month to 30 days (#185)v9.9.2 | -2/+6 | ||
| Since there isn't 1 true answer to how many seconds are in 1 month, making it 30 days is just easier. | ||||
| 2023-06-22 | New version to allow new changeset to be pushed to pypi (#183)v9.9.1 | -21/+25 | ||
| 2023-06-21 | Add supported lexer validation to paste service and default the paste_url (#182)v9.9.0 | -5/+37 | ||
| 2023-06-14 | Bump d.py (#181)v9.8.0 | -184/+109 | ||
| * Bump d.py to 2.3.0 * Linting fixes for new ruff version | ||||
| 2023-06-10 | Update the base image used for dev bot | -1/+1 | ||
| 2023-06-10 | Handle discord.Forbidden 90001 errors by default in `create_task()` (#177)v9.7.0 | -7/+55 | ||
| Co-authored-by: Chris Lovering <[email protected]> | ||||
| 2023-06-10 | Add paste service utility (#179) | -2/+118 | ||
| 2023-06-05 | lint: fix typo (#180) | -1/+1 | ||
| 2023-05-31 | Add changelog entry for ruff migration | -0/+3 | ||
| This change won't be made into a release, as there's nothing that affects bots, so haven't marked it as such. | ||||
| 2023-05-31 | Apply fixes for ruff linting | -88/+75 | ||
| 2023-05-31 | Bump action step versions in CI | -13/+9 | ||
| 2023-05-31 | Bump all deps to latest | -148/+156 | ||
| 2023-05-06 | Migrate to ruff | -249/+96 | ||
| 2023-05-06 | Changelog recent changes to bot-core | -1/+7 | ||
| 2023-05-06 | Log when waiting for a guild before loading extensions | -0/+3 | ||
| 2023-05-06 | Bump d.py to 2.2.3 | -308/+296 | ||
| 2023-03-02 | Bump dependencies to latestv9.5.1 | -458/+525 | ||
| 2023-03-02 | Explicitly set the stack level of the warnings.warn call | -1/+1 | ||
| The warn method from the warnings module uses a stacklevel of 1 by default. This will only show a stack trace for the line on which the warn method is called. It is therefore recommended to use a stacklevel of 2 or greater to provide more information to the user. | ||||
| 2023-03-02 | Don't override the default list of ignored flake8 rules | -1/+1 | ||
| 2023-03-02 | Bump Discord.py to 2.2.2 | -3/+6 | ||
| 2023-02-28 | Bump discord-py to 2.2.0 (#173)v9.5.0 | -931/+934 | ||
| * bump dpy to 2.2.0 * update changelog * bump version in tool.poetry table | ||||
| 2023-02-09 | Bump discord.py to 2.1.1 (#172)v9.4.1 | -6/+10 | ||
| * bump dpy to 2.1.1 * add bump history to changelog * bump pydis-core version in pyproject.toml * reinstate the old state for release 9.3.1 --------- Co-authored-by: Amrou Bellalouna <[email protected]> | ||||
| 2022-12-26 | Sync global and guild app command tree on startup | -7/+24 | ||
| 2022-12-23 | fix instantiation of bg tasks set | -1/+1 | ||
| 2022-12-23 | update version and carve it in changelog | -1/+5 | ||
| 2022-12-23 | save newly created tasks in a set | -3/+3 | ||
| 2022-12-13 | Return None upon receiving a bad request from Discord in get_or_fetch_member ↵v9.3.0 | -7/+12 | ||
| (#169) Co-authored-by: Amrou Bellalouna <[email protected]> | ||||
| 2022-12-12 | save strong references of newly created tasks in the `TASKS` set | -0/+5 | ||
| 2022-12-11 | Matrix test both 3.10 and 3.11 in CI | -22/+30 | ||
| 2022-12-11 | Add a dry run step to lint & test CI | -1/+5 | ||