aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* trigger the fixup workflow on the `pull_request_targer` eventGravatar shtlrs2023-08-31-5/+13
|
* Merge pull request #1078 from python-discord/dependabot/pip/ruff-0.0.286Gravatar jchristgit2023-08-30-20/+20
|\ | | | | Bump ruff from 0.0.285 to 0.0.286
| * Bump ruff from 0.0.285 to 0.0.286Gravatar dependabot[bot]2023-08-30-20/+20
|/ | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.285 to 0.0.286. - [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.285...v0.0.286) --- 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 #1081 from python-discord/dependabot/pip/sentry-sdk-1.30.0Gravatar jchristgit2023-08-30-5/+6
|\ | | | | Bump sentry-sdk from 1.29.2 to 1.30.0
| * Bump sentry-sdk from 1.29.2 to 1.30.0Gravatar dependabot[bot]2023-08-30-5/+6
|/ | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.29.2 to 1.30.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.29.2...1.30.0) --- 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 #1080 from ↵Gravatar jchristgit2023-08-29-6/+19
|\ | | | | | | | | python-discord/dependabot/pip/pymdown-extensions-10.2 Bump pymdown-extensions from 10.1 to 10.2
| * Bump pymdown-extensions from 10.1 to 10.2Gravatar dependabot[bot]2023-08-29-6/+19
|/ | | | | | | | | | | | | | Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.1 to 10.2. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.1.0...10.2) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1079 from python-discord/cj10-frameworks-updateGravatar jchristgit2023-08-28-0/+45
|\ | | | | Add additional approved frameworks for CJ10
| * Add additional approved frameworks for CJ10Gravatar mbaruh2023-08-28-0/+45
|/
* Merge pull request #1077 from python-discord/update-timeline-rev-2Gravatar jchristgit2023-08-27-5/+5
|\ | | | | Fix broken links and remove extraneous space in timeline
| * Fix broken links and remove extraneous space in timelineGravatar Richard Si2023-08-26-5/+5
|/ | | | | | Many thanks to @Rainb0wCodes for making me aware of the broken links. Co-authored-by: Rainb0w :3 <[email protected]>
* Merge pull request #1065 from python-discord/update-timelineGravatar jchristgit2023-08-20-0/+330
|\ | | | | Update timeline (August 2023)
| * Add switch to pinnward paste serviceGravatar Richard Si2023-08-18-0/+20
| |
| * Remove #today-i-teach and add missing dateGravatar Richard Si2023-08-18-18/+1
| |
| * Update timeline (August 2023)Gravatar Richard Si2023-08-18-0/+327
|/
* Merge pull request #1074 from python-discord/dependabot/pip/ruff-0.0.285Gravatar jchristgit2023-08-18-20/+20
|\ | | | | Bump ruff from 0.0.284 to 0.0.285
| * Bump ruff from 0.0.284 to 0.0.285Gravatar dependabot[bot]2023-08-18-20/+20
|/ | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.284 to 0.0.285. - [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.284...v0.0.285) --- 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 #1073 from python-discord/dependabot/pip/coverage-7.3.0Gravatar jchristgit2023-08-15-64/+56
|\ | | | | Bump coverage from 7.2.7 to 7.3.0
| * Bump coverage from 7.2.7 to 7.3.0Gravatar dependabot[bot]2023-08-14-64/+56
|/ | | | | | | | | | | | | | | Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.7 to 7.3.0. - [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.7...7.3.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1072 from python-discord/use-fixup-commit-blockerGravatar jchristgit2023-08-13-0/+5
|\ | | | | Block fixup commits
| * run fixup blocker when git ref isn't mainGravatar shtlrs2023-08-13-0/+5
|/ | | | This also makes the lint-test workflow a dependency since as we'd want to run linting on all fixup commits still
* Merge pull request #1071 from Anonymous4045/Anonymous4045-rule-aliasGravatar Amrou Bellalouna2023-08-12-1/+1
|\ | | | | Add "pay" alias for rule tag
| * Add "pay" alias for rule tagGravatar Anonymous2023-08-11-1/+1
|/
* Merge pull request #1069 from python-discord/cj10-initial-updateGravatar Amrou Bellalouna2023-08-10-8/+354
|\ | | | | Update for Code Jam 2023
| * update final repo nameGravatar Janine vN2023-08-10-1/+1
| |
| * Update CJ event date on Events CalendarGravatar Janine vN2023-08-10-1/+1
| |
| * Clarify a framework rule and formattingGravatar Janine vN2023-08-10-7/+6
| |
| * Update for Code Jam 2023Gravatar Janine vN2023-08-10-7/+354
|/
* Merge pull request #1070 from python-discord/dependabot/pip/ruff-0.0.284Gravatar Xithrius2023-08-09-20/+20
|\
| * Bump ruff from 0.0.283 to 0.0.284Gravatar dependabot[bot]2023-08-10-20/+20
|/ | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.283 to 0.0.284. - [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.283...v0.0.284) --- 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 #1047 from python-discord/move-commit-model-to-proper-moduleGravatar jchristgit2023-08-09-37/+41
|\ | | | | Move commit model into its own file
| * Merge branch 'main' into move-commit-model-to-proper-moduleGravatar wookie1842023-08-09-138/+156
| |\ | |/ |/|
* | Merge pull request #1068 from python-discord/dependabot/pip/ruff-0.0.283Gravatar jchristgit2023-08-09-20/+20
|\ \ | | | | | | Bump ruff from 0.0.282 to 0.0.283
| * | Bump ruff from 0.0.282 to 0.0.283Gravatar dependabot[bot]2023-08-09-20/+20
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.282 to 0.0.283. - [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.282...v0.0.283) --- 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 #1067 from python-discord/dependabot/pip/certifi-2023.7.22Gravatar jchristgit2023-08-08-65/+10
|\ \ | | | | | | Bump certifi from 2023.5.7 to 2023.7.22
| * | Bump certifi from 2023.5.7 to 2023.7.22Gravatar dependabot[bot]2023-08-08-65/+10
|/ / | | | | | | | | | | | | | | | | | | | | | | Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22. - [Commits](https://github.com/certifi/python-certifi/compare/2023.05.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
* | Update cryptography (#1066)Gravatar jchristgit2023-08-08-31/+86
| | | | | | | | Dependabot fails to do so, see https://github.com/python-discord/site/security/dependabot/24
* | Merge pull request #1064 from python-discord/dependabot/pip/psycopg-3.1.10Gravatar jchristgit2023-08-07-65/+65
|\ \ | | | | | | Bump psycopg from 3.1.9 to 3.1.10
| * | Bump psycopg from 3.1.9 to 3.1.10Gravatar dependabot[bot]2023-08-07-65/+65
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.1.9 to 3.1.10. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.9...3.1.10) --- 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 #1052 from python-discord/clean-pragmaGravatar jchristgit2023-08-06-3/+1
|\ \ | | | | | | Clean up pragma intended for Python 3.10 removal
| * \ Merge branch 'main' into clean-pragmaGravatar Xithrius2023-08-04-44/+64
| |\ \ | |/ / |/| |
* | | Merge pull request #1063 from python-discord/dependabot/pip/django-4.2.4Gravatar jchristgit2023-08-02-5/+5
|\ \ \ | | | | | | | | Bump django from 4.2.3 to 4.2.4
| * | | Bump django from 4.2.3 to 4.2.4Gravatar dependabot[bot]2023-08-02-5/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [django](https://github.com/django/django) from 4.2.3 to 4.2.4. - [Commits](https://github.com/django/django/compare/4.2.3...4.2.4) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | | Bump ruff from 0.0.281 to 0.0.282 (#1062)Gravatar dependabot[bot]2023-08-02-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.281 to 0.0.282. - [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.281...v0.0.282) --- updated-dependencies: - dependency-name: ruff 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>
* | | Capitalize Python outside of tags (#1046)Gravatar jchristgit2023-08-02-8/+8
| | | | | | | | | | | | | | | Related to #1044. Co-authored-by: Xithrius <[email protected]>
* | | Merge pull request #1054 from python-discord/soft-fail-on-403-in-tagsGravatar jchristgit2023-08-02-3/+23
|\ \ \ | | | | | | | | Soft fail for upstream error on fetching tag commits
| * \ \ Merge branch 'main' into soft-fail-on-403-in-tagsGravatar Xithrius2023-08-01-29/+29
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1061 from python-discord/dependabot/pip/sentry-sdk-1.29.2Gravatar jchristgit2023-08-01-5/+5
|\ \ \ \ | | | | | | | | | | Bump sentry-sdk from 1.28.1 to 1.29.2
| * | | | Bump sentry-sdk from 1.28.1 to 1.29.2Gravatar dependabot[bot]2023-08-01-5/+5
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.28.1 to 1.29.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.28.1...1.29.2) --- 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 #1060 from python-discord/dependabot/pip/ruff-0.0.281Gravatar jchristgit2023-08-01-20/+20
|\ \ \ \ | | | | | | | | | | Bump ruff from 0.0.280 to 0.0.281