Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Address some issues from the accessibility milestone (#1562) | 2025-09-24 | -18/+18 | |
| | | | | | | | | | | | | | * show that welcome video is playable in alt-text * Add the full form of AoC in the alt texts * add alt-text to all images * change alt-texts for timeline page * Add correct date * add alt text to clickable images | |||
* | Update tarfile.extractall usage to be safer | 2025-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.13 | 2025-07-27 | -1/+1 | |
| | ||||
* | Update to using uv | 2025-07-22 | -1/+1 | |
| | | | Co-authored-by: Joe Banks <[email protected]> | |||
* | Update rules | 2025-07-22 | -10/+10 | |
| | ||||
* | initial cj12 update | 2025-07-22 | -15/+328 | |
| | | | | | | - upload banner and logo - new cj12 pages - update home page | |||
* | Correct end-of-line in new LinkedIn resource | 2025-07-22 | -1/+1 | |
| | ||||
* | Add the LinkedIn Group: Python Developers Community as a resource | 2025-07-22 | -0/+13 | |
| | ||||
* | Add `job`, `jobs` as additional keywords for invoking rule 9 | 2025-07-22 | -1/+1 | |
| | ||||
* | Fix newly added lint rules from new ruff versionforms | 2025-07-18 | -12/+93 | |
| | ||||
* | Other references/usages of poetry migrated to uv | 2025-07-17 | -3/+3 | |
| | ||||
* | Installation of project dependencies guide migrated to uv | 2025-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 uv | 2025-07-17 | -13/+12 | |
| | ||||
* | Merge pull request #1547 from python-discord/resources-category-update | 2025-07-17 | -2/+4 | |
|\ | | | | | Resources Categories Update | |||
| * | Fix filename | 2025-07-13 | -0/+0 | |
| | | ||||
| * | Add new category and rename existing one | 2025-07-13 | -2/+4 | |
| | | ||||
* | | Update the flopmeisters GitHub | 2025-07-15 | -1/+1 | |
| | | ||||
* | | Create Core Developer & DevOps acknowledgements | 2025-07-15 | -0/+58 | |
|/ | ||||
* | Merge pull request #1516 from python-discord/resource-cs50 | 2025-06-21 | -0/+24 | |
|\ | | | | | Add CS50P to resources page | |||
| * | Add CS50P to resources page | 2025-06-21 | -0/+24 | |
| | | ||||
* | | Timeline: Add two more items (Code Jam 10 & 11) | 2025-06-03 | -0/+31 | |
| | | ||||
* | | Timeline: Add three new items (#1532) | 2025-06-02 | -0/+32 | |
| | | ||||
* | | Do not activate infractions on partial updates | 2025-05-27 | -1/+49 | |
| | | ||||
* | | Do not require "active" to be sent in PATCH infraction (#1518) | 2025-05-01 | -1/+2 | |
| | | | | | | Regression from the DRF update. | |||
* | | Mark unique constraint error checks as no cover | 2025-05-01 | -2/+14 | |
| | | ||||
* | | Update tests for DRF 3.16.0 | 2025-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. | |||
* | | Give different basenames to duplicate FilterListViewSet | 2025-05-01 | -2/+4 | |
| | | ||||
* | | Add missing semester course resource | 2025-04-28 | -0/+15 | |
|/ | ||||
* | Update sir-lancebot Python version | 2025-04-08 | -1/+1 | |
| | | | For after https://github.com/python-discord/sir-lancebot/pull/1670 | |||
* | Remove sololearn from resources | 2025-03-25 | -17/+0 | |
| | ||||
* | Fix typos | 2025-03-11 | -1/+1 | |
| | ||||
* | Merge pull request #1166 from python-discord/resource-filter-fetch | 2025-03-02 | -2/+23 | |
|\ | | | | | Add endpoint to fetch filters in JSON format | |||
| * | Add endpoint to fetch filters in JSON format | 2024-08-02 | -2/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While this is an API endpoint consumed by the bot, keep it in the `resources` app instead of the `api` app, as all the logic and data for resources is contained within the `resources` app and we don't want to start messing around with that. The response format from the endpoint is as follows: { "topics": [ "algorithms-and-data-structures", "data-science", "databases", "discord-bots", "game-development", "general", "microcontrollers", "security", "software-design", "testing", "tooling", "user-interface", "web-development", "other" ], "payment_tiers": [ "free", "paid", "subscription" ], "type": [ "book", "community", "course", "interactive", "podcast", "project-ideas", "tool", "tutorial", "video" ], "difficulty": [ "beginner", "intermediate" ] } Closes #710. | |||
* | | Merge pull request #1444 from kkrypt0nn/patch-heroku-vps-guide | 2025-03-02 | -14/+0 | |
|\ \ | | | | | | | Heroku is no longer free | |||
| * | | Heroku is no longer free | 2024-12-03 | -14/+0 | |
| | | | ||||
* | | | Clarify embed characters limit | 2025-02-25 | -2/+2 | |
| | | | ||||
* | | | Migrate to new tracing parameter | 2025-02-23 | -1/+1 | |
| | | | ||||
* | | | docs: include privileged intents in `setting-test-server-and-bot-account.md` | 2025-02-14 | -2/+5 | |
| | | | ||||
* | | | docs: update required privileged intents in bot.md | 2025-02-14 | -2/+2 | |
| | | | ||||
* | | | Update netcup website URL | 2025-02-06 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | Via e-mail forwarded to me by Chris. Reported-by: Chris Lovering <[email protected]> | |||
* | | | Remove 2024 code jam notification | 2025-02-01 | -4/+0 | |
|/ / | ||||
* | | Sort __all__ in templatetags | 2024-11-23 | -1/+1 | |
| | | ||||
* | | Remove discriminator from bot logs view (#1424) | 2024-11-23 | -1/+9 | |
| | | | | | | | | | | When a user does not have a discriminator, do not display it anymore. Behaviour for users with discriminators (for historic infractions is unchanged). | |||
* | | Fix typo in `git remote add` in the guide (#1437) | 2024-11-23 | -1/+1 | |
| | | ||||
* | | Rename `check` to `condition` | 2024-08-30 | -2/+2 | |
| | | ||||
* | | Add Discord.py masterclass resource | 2024-08-22 | -0/+12 | |
| | | ||||
* | | Add tests for new raise_for_status test shim helpers | 2024-08-15 | -0/+9 | |
| | | ||||
* | | Add raise_for_status to MockResponse in repodata helper tests | 2024-08-15 | -0/+10 | |
| | | ||||
* | | Harden GitHub metadata fetch on homepage | 2024-08-15 | -2/+13 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/dependabot/pip/ruff-0.5.2' | 2024-08-03 | -1/+1 | |
|\ \ |