aboutsummaryrefslogtreecommitdiffstats
path: root/docs (unfollow)
Commit message (Collapse)AuthorLines
2022-11-05Rename package due to naming conflictGravatar Chris Lovering-61/+66
2022-11-05Update pyproject.toml module meta dataGravatar Chris Lovering-2/+9
2022-10-26Use New Static Build Site API (#122)Gravatar Hassan Abouelela-15/+14
Updates the build the script to use the new API provided by the site to fetch and download artifacts. Additionally, metadata files are deleted in CI. They are only required for speeding up subsequent builds, which is not applicable in CI, and only increases the build size.
2022-09-27bump sphinx and sphinx-autodoc-typehintsGravatar Numerlor-68/+317
2022-09-27make function and message positional only to free up names for kwargsGravatar Numerlor-0/+1
2022-09-19allow user specified function to manipulate cooldown argsGravatar Numerlor-3/+9
2022-09-19use more consistent stylingGravatar Numerlor-2/+4
2022-09-19type return with tupleGravatar Numerlor-1/+1
while only iterable is strictly needed, any reader would expect the function to return a tuple
2022-09-19use ctx.channel directlyGravatar Numerlor-2/+1
2022-09-19get rid of unnecessary checkGravatar Numerlor-4/+1
2022-09-19use a clearer nameGravatar Numerlor-3/+3
2022-09-18use paramspec from typingGravatar Numerlor-8/+4
the package now requires python 3.10
2022-09-18Bump dev depsGravatar Chris Lovering-40/+28
2022-09-18Bump d.py to 2.0.1Gravatar Chris Lovering-147/+1075
2022-09-18Remove Unused Steps In CIGravatar Hassan Abouelela-11/+2
Signed-off-by: Hassan Abouelela <[email protected]>
2022-09-18Use Poetry Base In Docker ImageGravatar Hassan Abouelela-20/+2
Use chrislovering/python-poetry-base as the base image for the Dockerfile. It manages everthing required to install and configure poetry. Signed-off-by: Hassan Abouelela <[email protected]>
2022-09-11Use BOT_TOKEN in example projectGravatar Chris Lovering-2/+2
This is so that we use the same env var as metricity, remove the need for duplicate env vars.
2022-09-11Don't mount project root in docker-composeGravatar Chris Lovering-2/+3
Now that we are using in-project venvs, mounting the entire project root would cause the host's venv to overwrite the image's if present.
2022-09-11Update poetry to use 1.2.0Gravatar Chris Lovering-10/+20
This change requires the use of venvs, rather than pip user installs
2022-09-10Add metricity to docker-compose so web doesn't crash loopGravatar Chris Lovering-0/+18
2022-08-18Bump Discord.py to the stable 2.0 release.v8.2.0Gravatar Chris Lovering-54/+59
This also bumps some other deps, rather than individually merging the dependabot releases.
2022-08-16Update docs/changelog.rstGravatar Ionite-1/+1
Co-authored-by: ChrisJL <[email protected]>
2022-08-16Added comments for regex additionGravatar ionite34-1/+1
2022-08-16Version bump and changelogGravatar ionite34-1/+4
2022-08-16Removed redundant capture groupGravatar ionite34-1/+1
2022-08-16Unified usage of flags kwargGravatar ionite34-2/+2
2022-08-16Corrected docstringsGravatar ionite34-2/+2
2022-08-16Removed a redundant regex character classGravatar ionite34-1/+1
2022-08-16Expanded regex testing for discord invitesGravatar ionite34-27/+42
- Added tests for both match and search, previously the fact that `re.match` did not work with http/https links was not made apparent by the tests as only `re.search` is tested.
2022-08-16Added regex for leading https or wwwGravatar ionite34-0/+1
2022-07-27Bump sphinx to 5.1.1Gravatar Chris Lovering-617/+63
2022-07-27Bump version to 8.0.0Gravatar Chris Lovering-2/+3
2022-07-27Remove explicit cleanup of the redis session (#111)Gravatar ChrisJL-4/+1
2022-07-27Bump async-rediscache to v1.0.0-rc2Gravatar Chris Lovering-389/+43
2022-07-27Bump Python To 3.10 (#108)Gravatar ChrisJL-109/+42
2022-07-26Fix suppressed_exceptions type hint (#112)Gravatar Numerlor-2/+2
The previous type hint expected a tuple with a single exception type instead of a variable length tuple of exception types
2022-07-25Bump sphinx from 5.0.2 to 5.1.0 (#109)Gravatar dependabot[bot]-39/+238
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-23Document Sample Project Environment VariablesGravatar Hassan Abouelela-3/+11
Co-authored-by: Chris Lovering <[email protected]> Signed-off-by: Hassan Abouelela <[email protected]>
2022-07-23Clean Up Docker ConfigurationGravatar Hassan Abouelela-33/+77
Rewrites the docker configuration to better work for this project. A docker compose containing the dependencies from our other projects is also included to help aid development. Signed-off-by: Hassan Abouelela <[email protected]>
2022-07-23Add Sample Project With BoilerplateGravatar Hassan Abouelela-1/+148
Adds a bare-bones discord.py bot using features from bot-core, to be used for quickly prototyping and testing out bot-core features. Signed-off-by: Hassan Abouelela <[email protected]>
2022-07-23Mark aiodns As An Explicit DependencyGravatar Hassan Abouelela-134/+87
aiodns is required by aiohttp when using an AsyncResolver, as is done in BotBase. This makes aiodns a required dependency. Signed-off-by: Hassan Abouelela <[email protected]>
2022-07-23Bump pre-commit from 2.19.0 to 2.20.0Gravatar dependabot[bot]-5/+5
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.19.0 to 2.20.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.19.0...v2.20.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2022-07-23Bump pep8-naming from 0.13.0 to 0.13.1 (#102)Gravatar dependabot[bot]-5/+5
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-23Bump Version To 7.5.0v7.5.0Gravatar Hassan Abouelela-1/+2
Signed-off-by: Hassan Abouelela <[email protected]>
2022-07-23Bump flake8-bugbear from 22.6.22 to 22.7.1Gravatar dependabot[bot]-57/+57
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.6.22 to 22.7.1. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.6.22...22.7.1) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2022-07-23Update changelog.rstGravatar Izan-0/+3
Only provides a feature and not a release, as per Scaleois' request on Discord: https://discord.com/channels/267624335836053506/635950537262759947/1000396893005819964
2022-07-23Merge PR #105: Correctly determine source modules for re-exported symbolsGravatar Numerlor-0/+1
2022-07-23Raise error when referenced message has no contentGravatar Izan-2/+6
2022-07-23Reformat docstring to use Google's style & raise error instead of returning NoneGravatar Izan-4/+17
2022-07-21Add an optional message attr to ViewWithUserAndRoleCheckv7.4.0Gravatar ChrisJL-3/+19
On view timeout, this message has it's view removed if set. Co-authored-by: Boris Muratov <[email protected]>