aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* 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
| * | Bump sentry-sdk from 1.20.0 to 1.21.0Gravatar dependabot[bot]2023-04-26-5/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.20.0 to 1.21.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.20.0...1.21.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | Update Code Jam 2022 & Events homepage (#952)Gravatar r4ge2023-04-25-7/+280
| | | | | | | | | | * Update Code Jam 2022 and events homepage to show that it has ended. * Remove strike through for important dates in CJ.
* | Merge pull request #939 from python-discord/Simplify-the-bot-contributing-guideGravatar Amrou Bellalouna2023-04-22-288/+257
|\ \ | | | | | | Simplify the bot contributing guide
| * \ Merge branch 'main' into Simplify-the-bot-contributing-guideGravatar Amrou Bellalouna2023-04-22-3/+9
| |\ \ | |/ / |/| |
* | | Make unittests independent of GitHub (#948)Gravatar Johannes Christ2023-04-22-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a problem where running the unit tests successively a lot would result in 403 ratelimit exceeded errors being thrown due to the GitHub API being called by the app. Fixes #918 Co-authored-by: wookie184 <[email protected]>
| * | Seperate manual configuration out of the main bot contributing guideGravatar Chris Lovering2023-04-22-288/+257
|/ / | | | | | | Also update the guide to be far simpler, and less words to read for our contributors to get setup.
* | Merge pull request #950 from python-discord/rule-crosscheckGravatar Amrou Bellalouna2023-04-22-2/+40
|\ \ | | | | | | Crosscheck rules between API and static rules
| * \ Merge branch 'main' into rule-crosscheckGravatar Amrou Bellalouna2023-04-22-3/+8
| |\ \ | |/ / |/| |
* | | Merge pull request #951 from python-discord/dependabot/pip/sqlparse-0.4.4Gravatar Xithrius2023-04-21-3/+8
|\ \ \
| * | | Bump sqlparse from 0.4.3 to 0.4.4Gravatar dependabot[bot]2023-04-21-3/+8
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.3 to 0.4.4. - [Release notes](https://github.com/andialbrecht/sqlparse/releases) - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.3...0.4.4) --- updated-dependencies: - dependency-name: sqlparse dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
| * / Crosscheck rules between API and static rulesGravatar Johannes Christ2023-04-21-2/+40
|/ /
* | Merge pull request #947 from ↵Gravatar Xithrius2023-04-21-1/+1
|\ \ | | | | | | | | | python-discord/dependabot/github_actions/coverallsapp/github-action-2.1.2
| * | Bump coverallsapp/github-action from 2.1.1 to 2.1.2Gravatar dependabot[bot]2023-04-21-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #941 from python-discord/staff-app-readmeGravatar Xithrius2023-04-20-5/+21
|\ \
| * \ Merge branch 'main' into staff-app-readmeGravatar Xithrius2023-04-20-10/+27
| |\ \ | |/ / |/| |
* | | Merge pull request #946 from python-discord/dependabot/pip/sentry-sdk-1.20.0Gravatar Johannes Christ2023-04-21-5/+5
|\ \ \ | | | | | | | | Bump sentry-sdk from 1.19.1 to 1.20.0