aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* 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
| | |
| * | Give different basenames to duplicate FilterListViewSetGravatar Johannes Christ2025-05-01-2/+4
| | |
| * | Bump djangorestframework from 3.14.0 to 3.16.0Gravatar dependabot[bot]2025-05-01-19/+6
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.14.0 to 3.16.0. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...3.16.0) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #1515 from python-discord/resource-missing-semesterGravatar jchristgit2025-04-29-0/+15
|\ \ | |/ |/| Add missing semester course resource
| * Add missing semester course resourceGravatar Janine vN2025-04-28-0/+15
|/
* Merge pull request #1506 from python-discord/sir-lancebot-python-313Gravatar jchristgit2025-04-20-1/+1
|\ | | | | Update sir-lancebot Python version
| * Update sir-lancebot Python versionGravatar wookie1842025-04-08-1/+1
| | | | | | For after https://github.com/python-discord/sir-lancebot/pull/1670
* | Merge pull request #1498 from python-discord/dependabot/pip/coverage-7.8.0Gravatar jchristgit2025-04-18-66/+66
|\ \ | |/ |/| Bump coverage from 7.6.12 to 7.8.0
| * Bump coverage from 7.6.12 to 7.8.0Gravatar dependabot[bot]2025-04-04-66/+66
|/ | | | | | | | | | | | | | | Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.12 to 7.8.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.6.12...7.8.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 #1501 from python-discord/dependabot/pip/django-5.1.8Gravatar jchristgit2025-04-04-5/+5
|\ | | | | Bump django from 5.1.7 to 5.1.8