aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | Bump markdown from 3.4.4 to 3.5Gravatar dependabot[bot]2023-10-09-7/+7
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.4.4 to 3.5. - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.4.4...3.5) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
| * | Merge branch 'python-discord:main' into mainGravatar sarzz2023-10-08-1/+1
| |\ \ | |/ / |/| |
* | | Merge pull request #1111 from python-discord/fix-CJ-mobile-bannerGravatar Kieran Siek2023-10-08-1/+1
|\ \ \ | | | | | | | | Fix Dead CJ Banner Link
| * \ \ Merge branch 'main' into fix-CJ-mobile-bannerGravatar Kieran Siek2023-10-08-240/+205
| |\ \ \ | |/ / / |/| | |
| * | | Fix Dead CJ Banner LinkGravatar Hassan Abouelela2023-09-19-1/+1
| | | |
| | * | Merge branch 'main' into mainGravatar sarzz2023-10-05-5/+5
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #1120 from python-discord/dependabot/pip/django-4.2.6Gravatar jchristgit2023-10-05-5/+5
|\ \ \ \ | | | | | | | | | | Bump django from 4.2.5 to 4.2.6
| * | | | Bump django from 4.2.5 to 4.2.6Gravatar dependabot[bot]2023-10-05-5/+5
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [django](https://github.com/django/django) from 4.2.5 to 4.2.6. - [Commits](https://github.com/django/django/compare/4.2.5...4.2.6) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
| | * / removing margin-left property from base.css to fix the overflow caused by ↵Gravatar Sarthak singh2023-10-05-1/+0
| |/ / |/| | | | | | | | discord button on top right
* | | Merge pull request #1118 from python-discord/dependabot/pip/coverage-7.3.2Gravatar jchristgit2023-10-03-55/+66
|\ \ \ | | | | | | | | Bump coverage from 7.3.1 to 7.3.2
| * | | Bump coverage from 7.3.1 to 7.3.2Gravatar dependabot[bot]2023-10-03-55/+66
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.3.1 to 7.3.2. - [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.3.1...7.3.2) --- 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 #1117 from python-discord/dependabot/pip/urllib3-1.26.17Gravatar jchristgit2023-10-03-4/+4
|\ \ \ | | | | | | | | Bump urllib3 from 1.26.15 to 1.26.17
| * | | Bump urllib3 from 1.26.15 to 1.26.17Gravatar dependabot[bot]2023-10-03-4/+4
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 1.26.17. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.15...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
* | | Merge pull request #1119 from python-discord/dependabot/pip/ruff-0.0.292Gravatar jchristgit2023-10-03-20/+20
|\ \ \ | | | | | | | | Bump ruff from 0.0.291 to 0.0.292
| * | | Bump ruff from 0.0.291 to 0.0.292Gravatar dependabot[bot]2023-10-03-20/+20
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.291 to 0.0.292. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.291...v0.0.292) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | | Merge pull request #1109 from python-discord/remove-the-redirect-filter-listGravatar Xithrius2023-10-01-0/+16
|\ \ \
| * \ \ Merge branch 'main' into remove-the-redirect-filter-listGravatar Xithrius2023-10-01-178/+116
| |\ \ \ | |/ / / |/| | |
* | | | Change deprecated ruff output format argument (#1116)Gravatar jchristgit2023-09-27-1/+1
| | | | | | | | | | | | See python-discord/infra#148
* | | | Merge pull request #1115 from python-discord/dependabot/pip/psycopg-3.1.12Gravatar jchristgit2023-09-27-63/+63
|\ \ \ \ | | | | | | | | | | Bump psycopg from 3.1.11 to 3.1.12
| * | | | Bump psycopg from 3.1.11 to 3.1.12Gravatar dependabot[bot]2023-09-27-63/+63
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.1.11 to 3.1.12. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.11...3.1.12) --- updated-dependencies: - dependency-name: psycopg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | | | Merge pull request #1113 from python-discord/dependabot/pip/psycopg-3.1.11Gravatar Xithrius2023-09-24-64/+64
|\ \ \ \
| * | | | Bump psycopg from 3.1.10 to 3.1.11Gravatar dependabot[bot]2023-09-25-64/+64
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.1.10 to 3.1.11. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.10...3.1.11) --- updated-dependencies: - dependency-name: psycopg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | | | Merge pull request #1114 from python-discord/dependabot/pip/ruff-0.0.291Gravatar Xithrius2023-09-24-20/+20
|\ \ \ \
| * | | | Bump ruff from 0.0.290 to 0.0.291Gravatar dependabot[bot]2023-09-25-20/+20
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.290 to 0.0.291. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.290...v0.0.291) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | | | Merge pull request #1112 from python-discord/dependabot/pip/cryptography-41.0.4Gravatar Xithrius2023-09-21-24/+24
|\ \ \ \
| * | | | Bump cryptography from 41.0.3 to 41.0.4Gravatar dependabot[bot]2023-09-21-24/+24
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.3...41.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
* | / / Merge pull request #1104 from python-discord/no-more-previews-for-redirectsGravatar jchristgit2023-09-20-70/+8
| |/ / |/| | | | | | | | | | | Links have been removed as part of #681. Closes #680.
| * | Remove the redirect FilterList on migrationGravatar Chris Lovering2023-09-19-0/+16
|/ / | | | | | | | | | | | | | | This redirect filter list does not have any filters, nor does it have a bot implementation. It is something that we were working on, but has been stalled for a while. The presence of this filter list also causes the bot to warn on startup due to it finding a filter list with no implementation. This commit removes the FilterList, which can be added back if/when we support this filter type in bot.
* | Merge pull request #1108 from python-discord/update-deploy-ci-pathGravatar Xithrius2023-09-18-5/+3
|\ \
| * | Update deployment CI to pull manifest from infra repoGravatar Chris Lovering2023-09-18-5/+3
|/ /
* | Link guide to contributing a page in site guide (#1105)Gravatar jchristgit2023-09-18-1/+1
| |
* | Merge pull request #1106 from python-discord/dependabot/pip/django-filter-23.3Gravatar Xithrius2023-09-17-5/+5
|\ \
| * | Bump django-filter from 23.2 to 23.3Gravatar dependabot[bot]2023-09-18-5/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [django-filter](https://github.com/carltongibson/django-filter) from 23.2 to 23.3. - [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.2...23.3) --- 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 #1107 from python-discord/dependabot/pip/ruff-0.0.290Gravatar Xithrius2023-09-17-20/+20
|\ \
| * | Bump ruff from 0.0.289 to 0.0.290Gravatar dependabot[bot]2023-09-18-20/+20
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.289 to 0.0.290. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.289...v0.0.290) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | Bump sentry-sdk from 1.30.0 to 1.31.0 (#1103)Gravatar dependabot[bot]2023-09-14-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.30.0 to 1.31.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.30.0...1.31.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production 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 #1099 from python-discord/dependabot/pip/ruff-0.0.289Gravatar jchristgit2023-09-13-20/+20
|\ \ | | | | | | Bump ruff from 0.0.288 to 0.0.289
| * | Bump ruff from 0.0.288 to 0.0.289Gravatar dependabot[bot]2023-09-13-20/+20
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.288 to 0.0.289. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.288...v0.0.289) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #1102 from ↵Gravatar jchristgit2023-09-13-2/+2
|\ \ | | | | | | | | | | | | python-discord/dependabot/github_actions/docker/setup-buildx-action-3 Bump docker/setup-buildx-action from 2 to 3
| * | Bump docker/setup-buildx-action from 2 to 3Gravatar dependabot[bot]2023-09-13-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #1101 from ↵Gravatar jchristgit2023-09-13-2/+2
|\ \ | | | | | | | | | | | | python-discord/dependabot/github_actions/docker/login-action-3 Bump docker/login-action from 2 to 3
| * | Bump docker/login-action from 2 to 3Gravatar dependabot[bot]2023-09-13-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #1100 from ↵Gravatar jchristgit2023-09-13-3/+3
|\ \ | | | | | | | | | | | | python-discord/dependabot/github_actions/docker/build-push-action-5 Bump docker/build-push-action from 4 to 5
| * | Bump docker/build-push-action from 4 to 5Gravatar dependabot[bot]2023-09-13-3/+3
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #1098 from python-discord/dependabot/pip/ruff-0.0.288Gravatar jchristgit2023-09-12-20/+20
|\ \ | | | | | | Bump ruff from 0.0.287 to 0.0.288
| * | Bump ruff from 0.0.287 to 0.0.288Gravatar dependabot[bot]2023-09-12-20/+20
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.287 to 0.0.288. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.287...v0.0.288) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #1097 from python-discord/dependabot/pip/httpx-0.25.0Gravatar jchristgit2023-09-12-11/+11
|\ \ | | | | | | Bump httpx from 0.24.1 to 0.25.0
| * | Bump httpx from 0.24.1 to 0.25.0Gravatar dependabot[bot]2023-09-12-11/+11
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [httpx](https://github.com/encode/httpx) from 0.24.1 to 0.25.0. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.24.1...0.25.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #1096 from ↵Gravatar Xithrius2023-09-07-1/+1
|\ \ | | | | | | | | | python-discord/dependabot/github_actions/coverallsapp/github-action-2.2.3
| * | Bump coverallsapp/github-action from 2.2.2 to 2.2.3Gravatar dependabot[bot]2023-09-08-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v2.2.2...v2.2.3) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>