Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update Core Developer emeriti listHEADmain | 2025-10-02 | -0/+1 | |
| | ||||
* | 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 | |
| | ||||
* | 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 | |
| | ||||
* | Update the flopmeisters GitHub | 2025-07-15 | -1/+1 | |
| | ||||
* | Create Core Developer & DevOps acknowledgements | 2025-07-15 | -0/+58 | |
| | ||||
* | Update sir-lancebot Python version | 2025-04-08 | -1/+1 | |
| | | | For after https://github.com/python-discord/sir-lancebot/pull/1670 | |||
* | Fix typos | 2025-03-11 | -1/+1 | |
| | ||||
* | 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 | |
| | | ||||
* | | 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 | -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) | 2024-11-23 | -1/+1 | |
| | ||||
* | Update rules to prefer DMing ModMail instead of individual moderators | 2024-07-26 | -1/+1 | |
| | ||||
* | Add our reference to Netcup links | 2024-04-15 | -1/+1 | |
| | ||||
* | Upsert tags in two queries | 2024-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) | 2024-04-01 | -2/+2 | |
| | ||||
* | Appeased the linter | 2024-02-01 | -1/+1 | |
| | ||||
* | Merge branch 'main' into docs/dark-theme | 2024-01-28 | -9/+10 | |
|\ | ||||
| * | Dark: For content pages using transparent images... | 2024-01-17 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | ...which are unreadable in dark mode, use `has-dark-mode-background` class. {: 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-theme | 2024-01-13 | -2/+2 | |
| |\ | ||||
| * \ | Fix all conflicts | 2023-12-14 | -970/+3251 | |
| |\ \ | | | | | | | | | | | | | hopefully I dont have to do this again | |||
| * | | | Use colour helpers | 2022-02-08 | -4/+4 | |
| | | | | ||||
* | | | | Add section about dark mode in guide for contributing a page | 2024-01-28 | -0/+24 | |
| |_|/ |/| | | ||||
* | | | Prevent loading related object when updating tags | 2023-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) | 2023-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 command | 2023-12-04 | -1/+1 | |
| | | ||||
* | | Update required Python version | 2023-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) | 2023-09-18 | -1/+1 | |
| | | ||||
* | | Document Netlify static previews | 2023-08-31 | -0/+8 | |
| | | | | | | | | Closes #677. | |||
* | | Merge branch 'main' into move-commit-model-to-proper-module | 2023-08-09 | -9/+27 | |
|\ \ | ||||
| * \ | Merge branch 'main' into clean-pragma | 2023-08-04 | -6/+26 | |
| |\ \ | ||||
| | * | | Capitalize Python outside of tags (#1046) | 2023-08-02 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | Related to #1044. Co-authored-by: Xithrius <[email protected]> | |||
| | * | | Merge branch 'main' into soft-fail-on-403-in-tags | 2023-08-01 | -1/+1 | |
| | |\ \ | ||||
| | | * | | Fix a typo in bot.md (#1058) | 2023-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 commits | 2023-07-27 | -3/+23 | |
| | |/ / | | | | | | | | | | | | | Closes #1053 | |||
| * / / | Clean up pragma intended for Python 3.10 removal | 2023-07-27 | -3/+1 | |
| |/ / | ||||
* / / | Move commit model into its own file | 2023-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) | 2023-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" typo | 2023-07-09 | -1/+1 | |
| | | ||||
* | | Remove obsolete question from FAQ | 2023-06-25 | -6/+0 | |
| | | ||||
* | | Fix broken links in the contributing guide. (#1002) | 2023-06-22 | -2/+2 | |
| | | ||||
* | | Merge branch 'main' into subclassing_bot | 2023-06-10 | -3/+1 | |
|\ \ | ||||
| * | | Remove mentions of there being multiple snekbox containers (#988) | 2023-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 hyperlinks | 2023-05-17 | -2/+2 | |
| | | | ||||
* | | | add reference link for overriding context and fix link for subclassing bot | 2023-05-17 | -1/+1 | |
| | | |