aboutsummaryrefslogtreecommitdiffstats
path: root/tests (unfollow)
Commit message (Collapse)AuthorLines
2023-07-14Support sending multiple files to paste service at onceGravatar Chris Lovering-195/+355
Co-authored-by: Hassan Abouelela <[email protected]>
2023-07-14Update code for new linter rulesGravatar Chris Lovering-2/+10
2023-07-14Bump dev depsGravatar Chris Lovering-36/+37
2023-07-14Bump pre-commit-hooksGravatar Chris Lovering-1/+1
2023-07-14Bump d.py to 2.3.1Gravatar Chris Lovering-12/+15
2023-07-10Update get_or_fetch_channel's return type (#187)Gravatar Amrou Bellalouna-1/+7
* update get_or_fetch_channel's return type * unindent overly indented signature * update changelog
2023-07-02Update expiry label from 1 month to 30 days (#185)v9.9.2Gravatar ChrisJL-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-22New version to allow new changeset to be pushed to pypi (#183)v9.9.1Gravatar ChrisJL-21/+25
2023-06-21Add supported lexer validation to paste service and default the paste_url (#182)v9.9.0Gravatar ChrisJL-5/+37
2023-06-14Bump d.py (#181)v9.8.0Gravatar ChrisJL-184/+109
* Bump d.py to 2.3.0 * Linting fixes for new ruff version
2023-06-10Update the base image used for dev botGravatar Chris Lovering-1/+1
2023-06-10Handle discord.Forbidden 90001 errors by default in `create_task()` (#177)v9.7.0Gravatar TizzySaurus-7/+55
Co-authored-by: Chris Lovering <[email protected]>
2023-06-10Add paste service utility (#179)Gravatar ChrisJL-2/+118
2023-06-05lint: fix typo (#180)Gravatar Bradley Reynolds-1/+1
2023-05-31Add changelog entry for ruff migrationGravatar Chris Lovering-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-31Apply fixes for ruff lintingGravatar Chris Lovering-88/+75
2023-05-31Bump action step versions in CIGravatar Chris Lovering-13/+9
2023-05-31Bump all deps to latestGravatar Chris Lovering-148/+156
2023-05-06Migrate to ruffGravatar Chris Lovering-249/+96
2023-05-06Changelog recent changes to bot-coreGravatar Chris Lovering-1/+7
2023-05-06Log when waiting for a guild before loading extensionsGravatar Chris Lovering-0/+3
2023-05-06Bump d.py to 2.2.3Gravatar Chris Lovering-308/+296
2023-03-02Bump dependencies to latestv9.5.1Gravatar Chris Lovering-458/+525
2023-03-02Explicitly set the stack level of the warnings.warn callGravatar Chris Lovering-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-02Don't override the default list of ignored flake8 rulesGravatar Chris Lovering-1/+1
2023-03-02Bump Discord.py to 2.2.2Gravatar Chris Lovering-3/+6
2023-02-28Bump discord-py to 2.2.0 (#173)v9.5.0Gravatar Amrou Bellalouna-931/+934
* bump dpy to 2.2.0 * update changelog * bump version in tool.poetry table
2023-02-09Bump discord.py to 2.1.1 (#172)v9.4.1Gravatar Amrou Bellalouna-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-26Sync global and guild app command tree on startupGravatar Chris Lovering-7/+24
2022-12-23fix instantiation of bg tasks setGravatar Amrou Bellalouna-1/+1
2022-12-23update version and carve it in changelogGravatar Amrou Bellalouna-1/+5
2022-12-23save newly created tasks in a setGravatar Amrou Bellalouna-3/+3
2022-12-13Return None upon receiving a bad request from Discord in get_or_fetch_member ↵v9.3.0Gravatar Amrou Bellalouna-7/+12
(#169) Co-authored-by: Amrou Bellalouna <[email protected]>
2022-12-12save strong references of newly created tasks in the `TASKS` setGravatar Amrou Bellalouna-0/+5
2022-12-11Matrix test both 3.10 and 3.11 in CIGravatar Chris Lovering-22/+30
2022-12-11Add a dry run step to lint & test CIGravatar Chris Lovering-1/+5
2022-12-11Update dockerignore to include dev dirGravatar Chris Lovering-4/+2
This is so that CI can build an image that includes the dev folder, which has the exmaple bot. This also removes the test and docs folders, as they od not need to be in a built image.
2022-12-11Simplify docker-compose volumesGravatar Chris Lovering-3/+2
This is fine to do now, since we set POETRY_VIRTUALENVS_IN_PROJECT=false in python-poetry-base
2022-12-11Add changelog for 3.11 and new decoratorGravatar Chris Lovering-1/+5
2022-12-11Mark project as requiring poetry-core>=1.2.0Gravatar Chris Lovering-1/+1
This is required due to the use of dependancy groups
2022-12-11Support 3.11 and bump CI to use 3.11Gravatar Chris Lovering-8/+9
2022-12-11Support 3.11 & bump all depsGravatar Chris Lovering-439/+384
2022-11-14Handle not being able to delete the interaction message on button press.Gravatar Chris Lovering-8/+27
2022-11-13Bump d.py to 2.1.0Gravatar Chris Lovering-116/+99
This also bumps some dev-deps to latest
2022-11-10Clean Up Formatting Of Project Name In DocsGravatar Hassan Abouelela-4/+8
Signed-off-by: Hassan Abouelela <[email protected]>
2022-11-10Add Support For Attributes In DocstringsGravatar Hassan Abouelela-134/+169
This allows class attributes to be defined in docstrings without causing an exception while linking the source code. Due to the non-static nature of attributes, it's not trivial to link their actual definition, so the chosen lines will actually be all the lines of the parent class. Signed-off-by: Hassan Abouelela <[email protected]>
2022-11-05Add six as a dev depGravatar Chris Lovering-1/+14
2022-11-05Relock poetryGravatar Chris Lovering-406/+397
2022-11-05Rename package due to naming conflictGravatar Chris Lovering-61/+66
2022-11-05Update pyproject.toml module meta dataGravatar Chris Lovering-2/+9