aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/content (follow)
Commit message (Collapse)AuthorAgeLines
* 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
|
* Other references/usages of poetry migrated to uvGravatar Xithrius2025-07-17-3/+3
|
* 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
|
* Update the flopmeisters GitHubGravatar Joe Banks2025-07-15-1/+1
|
* Create Core Developer & DevOps acknowledgementsGravatar Joe Banks2025-07-15-0/+58
|
* Update sir-lancebot Python versionGravatar wookie1842025-04-08-1/+1
| | | For after https://github.com/python-discord/sir-lancebot/pull/1670
* Fix typosGravatar Anand2025-03-11-1/+1
|
* Merge pull request #1444 from kkrypt0nn/patch-heroku-vps-guideGravatar jchristgit2025-03-02-14/+0
|\ | | | | Heroku is no longer free
| * Heroku is no longer freeGravatar Krypton2024-12-03-14/+0
| |
* | Clarify embed characters limitGravatar Krypton2025-02-25-2/+2
| |
* | docs: include privileged intents in `setting-test-server-and-bot-account.md`Gravatar Kim Kam2025-02-14-2/+5
| |
* | docs: update required privileged intents in bot.mdGravatar Kim Kam2025-02-14-2/+2
| |
* | Update netcup website URLGravatar Johannes Christ2025-02-06-1/+1
|/ | | | | | Via e-mail forwarded to me by Chris. Reported-by: Chris Lovering <[email protected]>
* Fix typo in `git remote add` in the guide (#1437)Gravatar RundownRhino2024-11-23-1/+1
|
* Update rules to prefer DMing ModMail instead of individual moderatorsGravatar Joe Banks2024-07-26-1/+1
|
* Add our reference to Netcup linksGravatar Johannes Christ2024-04-15-1/+1
|
* Upsert tags in two queriesGravatar Johannes Christ2024-04-01-18/+25
| | | | | | | | | | | Before, we had an N+1 query, where each tag would be separately fetched and updated. Instead, first delete any tags we no longer care about, then perform an upsert of all fields except for `last_commit`, which we want to keep from the existing tag. This comes with one caveat: on the first update of the tags, the `tags` list is no longer modified in-place, because mutation is bad, however, the database state is updated accordingly.
* Update Python version requirements in contributing guide (#1283)Gravatar wookie1842024-04-01-2/+2
|
* Appeased the linterGravatar Xithrius2024-02-01-1/+1
|
* Merge branch 'main' into docs/dark-themeGravatar hedy2024-01-28-9/+10
|\
| * Dark: For content pages using transparent images...Gravatar hedy2024-01-17-4/+4
| | | | | | | | | | | | | | | | | | | | ...which are unreadable in dark mode, use `has-dark-mode-background` class. ![](/img.png){: class="has-dark-mode-background" } Like this. And it will be given a nice light gray background and a subtle padding & border.
| * Merge branch 'main' into gdwr-dark-themeGravatar ~hedy2024-01-13-2/+2
| |\
| * \ Fix all conflictsGravatar hedy2023-12-14-970/+3251
| |\ \ | | | | | | | | | | | | hopefully I dont have to do this again
| * | | Use colour helpersGravatar GDWR2022-02-08-4/+4
| | | |
* | | | Add section about dark mode in guide for contributing a pageGravatar hedy2024-01-28-0/+24
| |_|/ |/| |
* | | Prevent loading related object when updating tagsGravatar Johannes Christ2023-12-15-2/+2
| |/ |/| | | | | | | We can simply save by the ID here, we do not need any other data from the related object.
* | Mention READMEs for app dirs in contributing guide (#1168)Gravatar jchristgit2023-12-11-0/+5
| | | | | | | | | | | | Allow people to figure out our repository structure easily after settnig up the project. Part of #673.
* | Fix typo in psql quit commandGravatar Johannes Christ2023-12-04-1/+1
| |
* | Update required Python versionGravatar Johannes Christ2023-12-04-1/+1
| | | | | | | | | | Include a note to update the contributor guide in the Dockerfile instruction pinning the Python version as well.
* | Link guide to contributing a page in site guide (#1105)Gravatar jchristgit2023-09-18-1/+1
| |
* | Document Netlify static previewsGravatar Johannes Christ2023-08-31-0/+8
| | | | | | | | Closes #677.
* | Merge branch 'main' into move-commit-model-to-proper-moduleGravatar wookie1842023-08-09-9/+27
|\ \
| * \ Merge branch 'main' into clean-pragmaGravatar Xithrius2023-08-04-6/+26
| |\ \
| | * | Capitalize Python outside of tags (#1046)Gravatar jchristgit2023-08-02-2/+2
| | | | | | | | | | | | | | | | | | | | Related to #1044. Co-authored-by: Xithrius <[email protected]>
| | * | Merge branch 'main' into soft-fail-on-403-in-tagsGravatar Xithrius2023-08-01-1/+1
| | |\ \
| | | * | Fix a typo in bot.md (#1058)Gravatar NipaDev2023-07-31-1/+1
| | | | | | | | | | | | | | | Fix a typo in bot.md file. Correct the typo "psotgres" to "postgres".
| | * | | Soft fail for upstream error on fetching tag commitsGravatar Johannes Christ2023-07-27-3/+23
| | |/ / | | | | | | | | | | | | Closes #1053
| * / / Clean up pragma intended for Python 3.10 removalGravatar Johannes Christ2023-07-27-3/+1
| |/ /
* / / Move commit model into its own fileGravatar Johannes Christ2023-07-27-37/+41
|/ / | | | | | | | | Let's stick to the standard scheme - otherwise we might as well just have a single models file.
* | Drop redirect usage from URL references (#1016)Gravatar jchristgit2023-07-11-9/+9
| | | | | | | | | | | | | | | | Just one separate, and present beforehand, broken link remains: $ httrack -E --robots=0 --spider http://127.0.0.1:8000 -v | grep 404 20:18:51 Error: "Not Found" (404) at link 127.0.0.1:8000/events/game-jam-2020/technical-requirements/ (from 127.0.0.1:8000/events/game-jams/2020/judging/) Closes #681.
* | Fix "PostegreSQL" typoGravatar Johannes Christ2023-07-09-1/+1
| |
* | Remove obsolete question from FAQGravatar Daniel Gu2023-06-25-6/+0
| |
* | Fix broken links in the contributing guide. (#1002)Gravatar Qwerty-1332023-06-22-2/+2
| |
* | Merge branch 'main' into subclassing_botGravatar Xithrius2023-06-10-3/+1
|\ \
| * | Remove mentions of there being multiple snekbox containers (#988)Gravatar ChrisJL2023-05-30-3/+1
| | | | | | | | | | | | | | | With https://github.com/python-discord/bot/pull/2618 there will only be 1 snekbox container, that runs the latest verison of snekbox. Supporting multiple versions of snekbox will be covered by https://github.com/python-discord/snekbox/issues/158 where a single instance of snekbox will nativly support multiple Python verisons.
* | | remove .md for hyperlinksGravatar RohanJnr2023-05-17-2/+2
| | |
* | | add reference link for overriding context and fix link for subclassing botGravatar RohanJnr2023-05-17-1/+1
| | |
* | | add reference link for overriding context and fix link for subclassing botGravatar RohanJnr2023-05-17-1/+1
| | |