| Commit message (Collapse) | Author | Age | Lines |
| ... | |
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The current github-filter worker, found at
https://github.com/python-discord/workers/blob/main/github-filter/src/index.ts,
fails to work at present because Discord's webhook endpoints block
Cloudflare's IP ranges from accessing this endpoint. Whilst they use
Cloudflare to guard themselves, it seems they do not wish others to use
it.
Implement it on the site to circumvent IP restrictions and allow to
modify the code in Python.
|
| | |
| |
| | |
ref: https://discord.com/channels/267624335836053506/429409067623251969/1182407804787626047
|
| | |
| |
| |
| |
| |
| | |
The original URL this was hosted at is no longer available. Incorporate
the netcup icon as found on
https://www.netcup.de/ueber-netcup/werbemittel/index.php.
|
| | |
| |
| |
| | |
Only load the footer sponsor images when they start coming into view to
save on data.
|
| | | |
|
| | |
| |
| |
| |
| | |
Include a note to update the contributor guide in the Dockerfile
instruction pinning the Python version as well.
|
| | | |
|
| | | |
|
| |\ \ |
|
| | |\ \ |
|
| | | | | |
|
| | |/ /
|/| |
| | |
| | | |
discord button on top right
|
| |\ \ \ |
|
| | |/ /
| | |
| | |
| | |
| | | |
Links have been removed as part of #681.
Closes #680.
|
| |/ /
| |
| |
| |
| |
| |
| |
| | |
This redirect filter list does not have any filters, nor does it have a bot implementation.
It is something that we were working on, but has been stalled for a while.
The presence of this filter list also causes the bot to warn on startup due to it finding a filter list with no implementation.
This commit removes the FilterList, which can be added back if/when we support this filter type in bot.
|
| | | |
|
| | |
| |
| |
| | |
Closes #677.
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
Many thanks to @Rainb0wCodes for making me aware of the broken links.
Co-authored-by: Rainb0w :3 <[email protected]>
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |\ \ |
|
| | |\ \ |
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
Related to #1044.
Co-authored-by: Xithrius <[email protected]>
|
| | | |\ \ |
|
| | | | | |
| | | | |
| | | | | |
Fix a typo in bot.md file. Correct the typo "psotgres" to "postgres".
|
| | | |/ /
| | | |
| | | |
| | | | |
Closes #1053
|
| | |/ / |
|
| |/ /
| |
| |
| |
| | |
Let's stick to the standard scheme - otherwise we might as well just
have a single models file.
|
| | |
| |
| | |
Also removes a superfluous space. Closes #1043.
|
| | | |
|
| | |
| |
| |
| | |
section(python-discord#1036)
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
* Add test for duplicate links
* Remove duplicated links
Closes #1022.
Closes #1023.
Closes #1024.
|
| | |
| |
| | |
Closes #1026.
|
| | |
| |
| | |
Closes #1020.
|
| | |
| |
| | |
Fixes #1021.
|
| | |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
| |
| | |
Surfaced in #1016.
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
* Correct indent for GPT rule
* Add new aliases for rule 4 and 8
See suggestion in #1001.
Closes #1001.
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
Ignore RUF012, which suggests to add typing.ClassVar to "mutable" class
variables (in our case, it complained about the ordering attribute of
the `Meta` class within models) - annotating this would be a bit noisy.
|