aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Bump django-simple-bulma from 2.6.0 to 3.0.0dependabot/uv/django-simple-bulma-3.0.0Gravatar dependabot[bot]2025-07-30-5/+5
| | | | | | | | | | | | | | | | Bumps [django-simple-bulma](https://github.com/python-discord/django-simple-bulma) from 2.6.0 to 3.0.0. - [Release notes](https://github.com/python-discord/django-simple-bulma/releases) - [Changelog](https://github.com/lemonsaurus/django-simple-bulma/blob/main/RELEASE.md) - [Commits](https://github.com/python-discord/django-simple-bulma/compare/v2.6.0...v3.0.0) --- updated-dependencies: - dependency-name: django-simple-bulma dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* Update tarfile.extractall usage to be saferGravatar Joe Banks2025-07-27-1/+1
| | | | | Removes the DeprecationWarning we were receiving for using this method without specifying a suitable filter argument.
* Update site contributing guide to Python 3.13Gravatar Joe Banks2025-07-27-1/+1
|
* Update Dockerfile to Python 3.13Gravatar Joe Banks2025-07-27-1/+1
|
* Upgrade pyproject.toml to 3.13Gravatar Joe Banks2025-07-27-90/+82
|
* Update to using uvGravatar Janine vN2025-07-22-1/+1
| | | Co-authored-by: Joe Banks <[email protected]>
* Update rulesGravatar Janine vN2025-07-22-10/+10
|
* initial cj12 updateGravatar Janine vN2025-07-22-15/+328
| | | | | | - upload banner and logo - new cj12 pages - update home page
* Correct end-of-line in new LinkedIn resourceGravatar Joe Banks2025-07-22-1/+1
|
* Add the LinkedIn Group: Python Developers Community as a resourceGravatar KeithTheEE2025-07-22-0/+13
|
* Add `job`, `jobs` as additional keywords for invoking rule 9Gravatar Matiiss2025-07-22-1/+1
|
* Fix newly added lint rules from new ruff versionformsGravatar Joe Banks2025-07-18-12/+93
|
* Dependency upgradesGravatar Joe Banks2025-07-18-181/+190
| | | | Only thing holding back from Django 5.2 is django-simple-bulma, @lemonsaurus can you have a look at the PR when possible?
* Bump getsentry/action-release from 1 to 3Gravatar dependabot[bot]2025-07-18-1/+1
| | | | | | | | | | | --- updated-dependencies: - dependency-name: getsentry/action-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump coverallsapp/github-action from 2.3.4 to 2.3.6Gravatar dependabot[bot]2025-07-18-1/+1
| | | | | | | | | | | --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-version: 2.3.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump azure/setup-kubectl from 4.0.0 to 4.0.1Gravatar dependabot[bot]2025-07-18-1/+1
| | | | | | | | | | | --- updated-dependencies: - dependency-name: azure/setup-kubectl dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Remove ENTRYPOINT from DockerfileGravatar Joe Banks2025-07-18-1/+0
|
* webscale the dockerfile 10x improvementGravatar Joe Banks2025-07-18-3/+0
|
* Update dependabot config file to uvGravatar Joe Banks2025-07-18-2/+9
|
* Dockerfile should be 3.11, not 3.13Gravatar Xithrius2025-07-17-1/+1
|
* Migrate lint-test from setup-python to uvGravatar Xithrius2025-07-17-3/+8
|
* Other references/usages of poetry migrated to uvGravatar Xithrius2025-07-17-5/+5
|
* Installation of project dependencies guide migrated to uvGravatar Xithrius2025-07-17-14/+2
| | | | | | Removed PyCharm guide due to it containing the poetry plugin and there isn't a direct alternative to that besides just creating a virtual environment from uv and using that in PyCharm
* Project installation guides from poetry to uvGravatar Xithrius2025-07-17-13/+12
|
* Dependencies/docker to uvGravatar Xithrius2025-07-17-1375/+820
| | | | | | Corrected dockerfile to copy uv over from build step Probably fine, right? (I forgot how to dockerfile, please forgive me)
* Merge pull request #1547 from python-discord/resources-category-updateGravatar jchristgit2025-07-17-2/+4
|\ | | | | Resources Categories Update
| * Fix filenameGravatar Janine vN2025-07-13-0/+0
| |
| * Add new category and rename existing oneGravatar Janine vN2025-07-13-2/+4
| |
* | Update the flopmeisters GitHubGravatar Joe Banks2025-07-15-1/+1
| |
* | Create Core Developer & DevOps acknowledgementsGravatar Joe Banks2025-07-15-0/+58
|/
* Merge pull request #1540 from python-discord/dependabot/pip/urllib3-2.5.0Gravatar jchristgit2025-07-12-3/+3
|\ | | | | Bump urllib3 from 2.3.0 to 2.5.0
| * Bump urllib3 from 2.3.0 to 2.5.0Gravatar dependabot[bot]2025-07-04-3/+3
|/ | | | | | | | | | | | | | | Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.3.0 to 2.5.0. - [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/2.3.0...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1521 from python-discord/dependabot/pip/django-5.1.9Gravatar jchristgit2025-07-04-5/+5
|\ | | | | Bump django from 5.1.8 to 5.1.9
| * Bump django from 5.1.8 to 5.1.9Gravatar dependabot[bot]2025-05-08-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [django](https://github.com/django/django) from 5.1.8 to 5.1.9. - [Commits](https://github.com/django/django/compare/5.1.8...5.1.9) --- updated-dependencies: - dependency-name: django dependency-version: 5.1.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #1516 from python-discord/resource-cs50Gravatar jchristgit2025-06-21-0/+24
|\ \ | | | | | | Add CS50P to resources page
| * | Add CS50P to resources pageGravatar Janine vN2025-06-21-0/+24
| | |
* | | Merge pull request #1517 from python-discord/dependabot/pip/h11-0.16.0Gravatar jchristgit2025-06-21-8/+8
|\ \ \ | | | | | | | | Bump h11 from 0.14.0 to 0.16.0
| * | | Bump h11 from 0.14.0 to 0.16.0Gravatar dependabot[bot]2025-05-06-8/+8
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [h11](https://github.com/python-hyper/h11) from 0.14.0 to 0.16.0. - [Commits](https://github.com/python-hyper/h11/compare/v0.14.0...v0.16.0) --- updated-dependencies: - dependency-name: h11 dependency-version: 0.16.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
* | | Merge pull request #1533 from python-discord/timeline-update-2025-nr-2Gravatar Joe Banks2025-06-08-0/+31
|\ \ \ | | | | | | | | Timeline: Add two more items (Code Jam 10 & 11)
| * | | Timeline: Add two more items (Code Jam 10 & 11)Gravatar L3viathan2025-06-03-0/+31
|/ / /
* | | Timeline: Add three new items (#1532)Gravatar Jonathan Oberländer2025-06-02-0/+32
| | |
* | | Merge pull request #1530 from python-discord/fix-infraction-active-regressionGravatar jchristgit2025-05-27-1/+49
|\ \ \ | |/ / |/| | Do not activate infractions on partial updates
| * | Do not activate infractions on partial updatesGravatar Johannes Christ2025-05-27-1/+49
|/ /
* | Merge pull request #1508 from python-discord/dependabot/pip/markdown-3.8Gravatar jchristgit2025-05-06-21/+79
|\ \ | | | | | | Bump markdown from 3.7 to 3.8
| * | Bump markdown from 3.7 to 3.8Gravatar dependabot[bot]2025-05-01-21/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.7 to 3.8. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.7...3.8) --- updated-dependencies: - dependency-name: markdown dependency-version: '3.8' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | | Do not require "active" to be sent in PATCH infraction (#1518)Gravatar jchristgit2025-05-01-1/+2
|/ / | | | | Regression from the DRF update.
* | Merge pull request #1499 from ↵Gravatar jchristgit2025-05-01-105/+61
|\ \ | | | | | | | | | | | | python-discord/dependabot/pip/djangorestframework-3.16.0 Bump djangorestframework from 3.14.0 to 3.16.0
| * | Mark unique constraint error checks as no coverGravatar Johannes Christ2025-05-01-2/+14
| | |
| * | Update tests for DRF 3.16.0Gravatar Johannes Christ2025-05-01-9/+22
| | | | | | | | | | | | | | | New error messages are returned, and there appears to be an upstream bug which presently requires us to specify all attributes in the update.
| * | Update poetry lockfileGravatar Johannes Christ2025-05-01-73/+15
| | |