aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* 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
| | | |
| | * | Put 'Edit on GitHub' on breadcrum row with Sub-Articles dropdownGravatar hedy2023-05-06-7/+17
| | | |
| | * | Use content articles source url in django.conf.settingsGravatar hedy2023-05-06-1/+7
| | | |
| | * | Edit on GitHub link instead of buttonGravatar hedy2023-05-06-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Before the title - Aligned left - more mobile-friendly - Simpler page structure - I personally don't think it makes sense for a simple link to a page's source be a button. Plus, it's similar to the style of other docs like VS Code
| | * | feat: Edit on GitHub button for content articlesGravatar Hedy Li2023-05-06-0/+23
| |/ / | | | | | | | | | | | | | | | | | | | | | - Using `if pages` to check whether the page is an article or category doesn't work for /pages/guides - I still need to modify the styling and position of the button a bit - Should probably just use a static method and put src_url as context instead of having a template tag
| * | Merge pull request #961 from python-discord/dependabot/pip/django-4.2.1Gravatar Johannes Christ2023-05-05-5/+5
| |\ \ | | | | | | | | Bump django from 4.2 to 4.2.1
| | * | Bump django from 4.2 to 4.2.1Gravatar dependabot[bot]2023-05-04-5/+5
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [django](https://github.com/django/django) from 4.2 to 4.2.1. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.2...4.2.1) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
| * | Bump pre-commit from 3.2.2 to 3.3.0 (#957)Gravatar dependabot[bot]2023-05-02-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.2.2 to 3.3.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/v3.2.2...v3.3.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * | Merge pull request #956 from python-discord/dependabot/pip/sentry-sdk-1.21.1Gravatar Xithrius2023-05-01-5/+5
| |\ \
| | * | Bump sentry-sdk from 1.21.0 to 1.21.1Gravatar dependabot[bot]2023-05-02-5/+5
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.21.0 to 1.21.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.0...1.21.1) --- 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 #955 from python-discord/dependabot/pip/django-filter-23.2Gravatar Xithrius2023-05-01-5/+5
| |\ \
| | * | Bump django-filter from 23.1 to 23.2Gravatar dependabot[bot]2023-05-02-5/+5
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [django-filter](https://github.com/carltongibson/django-filter) from 23.1 to 23.2. - [Release notes](https://github.com/carltongibson/django-filter/releases) - [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst) - [Commits](https://github.com/carltongibson/django-filter/compare/23.1...23.2) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
| * | Merge pull request #954 from python-discord/dependabot/pip/coverage-7.2.5Gravatar Xithrius2023-05-01-54/+54
| |\ \
| | * | Bump coverage from 7.2.3 to 7.2.5Gravatar dependabot[bot]2023-05-01-54/+54
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.3 to 7.2.5. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.2.3...7.2.5) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
| * | Merge pull request #953 from python-discord/dependabot/pip/sentry-sdk-1.21.0Gravatar Johannes Christ2023-04-27-5/+5
| |\ \ | | | | | | | | Bump sentry-sdk from 1.20.0 to 1.21.0