aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Merge branch 'subclassing_bot' of github.com:Diabolical5777/site into ↵Gravatar RohanJnr2023-05-17-106/+107
|\ | | | | | | subclassing_bot
| * Merge branch 'main' into subclassing_botGravatar Rohan Reddy Alleti2023-05-17-106/+107
| |\
| | * Merge pull request #976 from python-discord/dependabot/pip/sentry-sdk-1.23.0Gravatar Xithrius2023-05-16-6/+7
| | |\
| | | * Bump sentry-sdk from 1.22.2 to 1.23.0Gravatar dependabot[bot]2023-05-16-6/+7
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.22.2 to 1.23.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.22.2...1.23.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
| | * Bump pymdown-extensions from 9.11 to 10.0.1 (#977)Gravatar dependabot[bot]2023-05-16-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.11 to 10.0.1. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/9.11...10.0.1) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| | * Merge pull request #973 from python-discord/Python-3.11Gravatar Johannes Christ2023-05-15-96/+96
| | |\ | | | | | | | | Python 3.11
| | | * Bump ruff to latestGravatar Chris Lovering2023-05-13-20/+20
| | | |
| | | * Use the new datetime.UTC alias over datetime.timezone.utcGravatar Chris Lovering2023-05-13-62/+62
| | | |
| | | * Specify file encoding so tests pass on windowsGravatar Chris Lovering2023-05-13-1/+1
| | | | | | | | | | | | | | | | This file has non-cp1252 characters, which is the default on windows, so fails to read the file.
| | | * Upgrade to Python 3.11Gravatar Chris Lovering2023-05-13-15/+15
| | |/
* | / satisfy linterGravatar RohanJnr2023-05-17-1/+1
|/ /
* | give a simple introduction to cogs and example linksGravatar RohanJnr2023-05-17-1/+1
| |
* | remove typoGravatar RohanJnr2023-05-17-2/+1
| |
* | highlight 'Bot' in the description with backticks.Gravatar RohanJnr2023-05-17-1/+1
| |
* | correct return type annotation for get_launch_time_str functionGravatar RohanJnr2023-05-17-1/+2
| |
* | use launch_time attribute in the example method and commandGravatar RohanJnr2023-05-17-10/+10
| |
* | condesed the 2 examples in 1 and added additional comments for reference.Gravatar RohanJnr2023-05-16-35/+35
| |
* | Merge branch 'main' into subclassing_botGravatar Rohan Reddy Alleti2023-05-14-4403/+9424
|\|
| * Merge pull request #972 from ↵Gravatar Johannes Christ2023-05-12-7/+8
| |\ | | | | | | | | | | | | python-discord/fix-psycopg3-compatibility-in-metricity Fix psycopg3 compatibility in metricity
| | * Fix psycopg3 compatibility in metricityGravatar Johannes Christ2023-05-12-7/+8
| |/
| * Merge pull request #969 from python-discord/psycopg3Gravatar Xithrius2023-05-11-68/+97
| |\
| | * Merge branch 'main' into psycopg3Gravatar Xithrius2023-05-11-38/+47
| | |\ | | |/ | |/|
| * | Merge pull request #970 from python-discord/django-rules-ruffGravatar Xithrius2023-05-11-37/+38
| |\ \ | | | | | | | | Add Django-specific rules for ruff
| | * \ Merge branch 'main' into django-rules-ruffGravatar Xithrius2023-05-11-1/+9
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #971 from ↵Gravatar Hassan Abouelela2023-05-11-1/+9
| |\ \ \ | | | | | | | | | | | | | | | | | | | | python-discord/no-duplicate-tag-page-github-edit-tag Do not duplicate "Edit on GitHub" link for tags
| | * | | Do not duplicate "Edit on GitHub" link for tagsGravatar Johannes Christ2023-05-10-1/+9
| |/ / / | | | | | | | | | | | | Closes #963.
| | * / Add Django-specific rules for ruffGravatar Johannes Christ2023-05-10-37/+38
| |/ /
| | * Switch to psycopg 3Gravatar Johannes Christ2023-05-10-68/+97
| |/
| * Merge pull request #968 from python-discord/ruffGravatar Johannes Christ2023-05-10-763/+445
| |\ | | | | | | Switch to ruff for linting
| | * Switch to ruff for lintingGravatar Johannes Christ2023-05-10-763/+445
| |/
| * Merge pull request #966 from python-discord/dependabot/pip/flake8-bugbear-23.5.9Gravatar Xithrius2023-05-09-5/+5
| |\
| | * Bump flake8-bugbear from 23.3.23 to 23.5.9Gravatar dependabot[bot]2023-05-10-5/+5
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 23.3.23 to 23.5.9. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.3.23...23.5.9) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
| * Merge pull request #967 from python-discord/dependabot/pip/pyjwt-2.7.0Gravatar Xithrius2023-05-09-5/+5
| |\
| | * Bump pyjwt from 2.6.0 to 2.7.0Gravatar dependabot[bot]2023-05-10-5/+5
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.6.0 to 2.7.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.6.0...2.7.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
| * Merge pull request #965 from python-discord/dependabot/pip/sentry-sdk-1.22.2Gravatar Johannes Christ2023-05-10-5/+5
| |\ | | | | | | Bump sentry-sdk from 1.22.1 to 1.22.2
| | * Bump sentry-sdk from 1.22.1 to 1.22.2Gravatar dependabot[bot]2023-05-09-5/+5
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.22.1 to 1.22.2. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.22.1...1.22.2) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
| * Merge pull request #964 from python-discord/dependabot/pip/sentry-sdk-1.22.1Gravatar Xithrius2023-05-07-6/+6
| |\
| | * Bump sentry-sdk from 1.21.1 to 1.22.1Gravatar dependabot[bot]2023-05-08-6/+6
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.21.1 to 1.22.1. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.21.1...1.22.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
| * Merge pull request #960 from ↵Gravatar Xithrius2023-05-07-6/+6
| |\ | | | | | | | | | python-discord/dependabot/pip/flake8-annotations-3.0.1
| | * Bump flake8-annotations from 3.0.0 to 3.0.1Gravatar dependabot[bot]2023-05-08-6/+6
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [flake8-annotations](https://github.com/sco1/flake8-annotations) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/sco1/flake8-annotations/releases) - [Changelog](https://github.com/sco1/flake8-annotations/blob/main/CHANGELOG.md) - [Commits](https://github.com/sco1/flake8-annotations/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: flake8-annotations dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
| * Merge pull request #959 from ↵Gravatar Xithrius2023-05-07-5/+5
| |\ | | | | | | | | | python-discord/dependabot/pip/django-prometheus-2.3.1
| | * Bump django-prometheus from 2.2.0 to 2.3.1Gravatar dependabot[bot]2023-05-07-5/+5
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [django-prometheus](https://github.com/korfuri/django-prometheus) from 2.2.0 to 2.3.1. - [Release notes](https://github.com/korfuri/django-prometheus/releases) - [Changelog](https://github.com/korfuri/django-prometheus/blob/master/CHANGELOG.md) - [Commits](https://github.com/korfuri/django-prometheus/compare/v2.2.0...v2.3.1) --- updated-dependencies: - dependency-name: django-prometheus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
| * Bump pre-commit from 3.3.0 to 3.3.1 (#958)Gravatar dependabot[bot]2023-05-07-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.0 to 3.3.1. - [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/v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * Merge pull request #962 from python-discord/update-sir-lancebot-contrib-guideGravatar wookie1842023-05-07-65/+55
| |\ | | | | | | Update env var key references in the sir-lancebot's contribution guide
| | * Merge branch 'main' into update-sir-lancebot-contrib-guideGravatar shtlrs2023-05-07-383/+759
| | |\ | | |/ | |/|
| * | Merge pull request #949 from python-discord/hedyhli-edit-on-githubGravatar wookie1842023-05-06-1/+53
| |\ \ | | | | | | | | Edit on GitHub feature for content
| | * | Fix extra whitespace from buttonGravatar hedy2023-05-06-2/+2
| | | |
| | * | Hide edit-on-github link on small screensGravatar Johannes Christ2023-05-06-0/+6
| | | |
| | * | Improve docstring for page_src_url template filterGravatar hedy2023-05-06-0/+5
| | | |
| | * | Simplify line in page_src_url template filterGravatar hedy2023-05-06-4/+1
| | | |