aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Bump version in pyproject.tomlv2.2.0Gravatar Chris Lovering2023-08-22-1/+1
* Ensure images are pushed to ghcr on push to mainGravatar Chris Lovering2023-08-22-1/+1
* Tag ghcr image with short commit shaGravatar Chris Lovering2023-08-22-1/+1
* Bump all dependencies to latestGravatar Chris Lovering2023-08-22-227/+230
* Checkout code in deploy stepGravatar Chris Lovering2023-08-22-0/+3
* Remove unused tox.iniGravatar Chris Lovering2023-08-22-14/+0
* Update CI to use reusable workflows and push an image on release (#66)Gravatar ChrisJL2023-08-22-77/+114
* Create Path object once whne loading configGravatar Chris Lovering2023-08-22-2/+3
* Merge pull request #60 from python-discord/bump-various-versionsv2.1.0Gravatar ChrisJL2023-08-22-536/+774
|\
| * Bump project versionGravatar Chris Lovering2023-07-24-1/+1
| * Update CI action versionsGravatar Chris Lovering2023-07-24-11/+10
| * Update CI to use ruff lintingGravatar Chris Lovering2023-07-24-2/+2
| * Update code style for new ruff rulesGravatar Chris Lovering2023-07-24-95/+84
| * Move linting to ruffGravatar Chris Lovering2023-07-24-115/+201
| * Bump core dependenciesGravatar Chris Lovering2023-07-24-320/+484
|/
* Allow changing the config file location with CONFIG_LOCATION (#56)Gravatar Ambre Bertucci2023-06-20-3/+4
* Bump pydis-core from 9.5.1 to 9.6.0 (#50)Gravatar dependabot[bot]2023-06-12-9/+9
* Update base docker image usedGravatar ChrisJL2023-06-10-1/+1
* Bump alembic from 1.10.2 to 1.10.3 (#47)Gravatar dependabot[bot]2023-04-08-5/+5
* Bump pydis-core from 9.4.1 to 9.5.1 (#42)Gravatar dependabot[bot]2023-04-06-9/+9
* Bump alembic from 1.9.4 to 1.10.2 (#45)Gravatar dependabot[bot]2023-04-06-5/+18
* Bump psycopg2-binary from 2.9.5 to 2.9.6 (#46)Gravatar dependabot[bot]2023-04-05-74/+65
* Bump metricity versionv2.0.1Gravatar Chris Lovering2023-02-28-2/+2
* Bump aiohttp from 3.8.3 to 3.8.4 (#38)Gravatar dependabot[bot]2023-02-28-91/+91
* Bump alembic from 1.9.3 to 1.9.4 (#39)Gravatar dependabot[bot]2023-02-28-5/+5
* Bump python-dotenv from 0.21.1 to 1.0.0 (#40)Gravatar dependabot[bot]2023-02-28-6/+6
* Merge pull request #27 from python-discord/stable-d.py-and-python-3.10Gravatar ChrisJL2023-02-10-714/+870
|\
| * BotBase.load_extensions no longer needs to be ran in a taskGravatar Chris Lovering2023-02-10-2/+2
| * Update botcore module name throughout repoGravatar Chris Lovering2023-02-10-6/+6
| * Bump to Python 3.10 and mark version as breakingGravatar Chris Lovering2023-02-10-668/+138
| * Use latest bot-core version and bump all depsGravatar Chris Lovering2023-02-10-46/+732
|/
* Merge pull request #30 from python-discord/poetry-1.2Gravatar Xithrius2022-09-17-15/+8
|\
| * Fix Poetry 1.2 SupportGravatar Hassan Abouelela2022-09-18-15/+8
|/
* Merge pull request #20 from python-discord/update-staff-channel-logicGravatar Hassan Abouelela2022-07-11-11/+21
|\
| * Merge branch 'main' into update-staff-channel-logicGravatar Hassan Abouelela2022-07-11-0/+6
| |\ | |/ |/|
* | Merge pull request #19 from python-discord/dependabotGravatar Hassan Abouelela2022-07-11-0/+6
|\ \
| * | Add dependabot configGravatar ChrisJL2022-07-10-0/+6
|/ /
| * Add support for staff channels that are not in staff categoriesGravatar Chris Lovering2022-07-10-3/+8
| * Update 3.9-style type hints in config.pyGravatar Chris Lovering2022-07-10-6/+6
| * Update staff category list, and add another ignored categoryGravatar Chris Lovering2022-07-10-2/+7
|/
* Merge pull request #18 from python-discord/botcore-migrationGravatar ChrisJL2022-07-09-681/+1068
|\
| * Add concurrency rules to both workflowsGravatar Chris Lovering2022-07-09-0/+8
| * Simplify the error handler instance checkGravatar Chris Lovering2022-07-09-2/+2
| * Remove superfluous guardsGravatar Chris Lovering2022-07-09-6/+0
| * Add github cache to flake8 ignore listGravatar Chris Lovering2022-07-09-1/+1
| * Update lint workflow to use python 3.9Gravatar Chris Lovering2022-07-09-8/+6
| * Add a simple status cogGravatar Chris Lovering2022-07-09-0/+60
| * Add a simple error handler cogGravatar Chris Lovering2022-07-09-0/+42
| * Move all event listener logic to extensionsGravatar Chris Lovering2022-07-09-0/+417
| * Migrate metricity to use BotBase from botcoreGravatar Chris Lovering2022-07-09-423/+85