| Commit message (Collapse) | Author | Age | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
This commit changes the following inside the help channel guide:
* Only one help channel can be claimed at the same time
* You can use the search to find your channel
* The channel will close after 10 minutes if someone else sends a message
|
| |\
| |
| | |
Adds Failures Field To Reminders
|
| |/
|
|
|
|
|
|
| |
Adds an integer field to reminders, to keep track of how many failed
attempts at delivering the reminder were made.
Updates documentation and serialization.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |\
| |
| | |
Correct redis config instructions in bot guide
|
| |/ |
|
| |\
| |
| | |
Fix typos across codebase
|
| | |\
| |/
|/| |
|
| | |
| |
| |
| |
| |
| | |
Fixes a test that fails on Windows due to differing path separators.
This is currently the only failing test.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |\ \
| | |
| | | |
FAQ: Update reference to `#dev-branding`
|
| |/ /
| |
| |
| |
| |
| |
| |
| | |
Ref:
https://discord.com/channels/267624335836053506/429409067623251969/896753201645232169
I think it should be updated so newer members won't get confused when
they don't see a #media-branding.
|
| | |
| |
| |
| |
| | |
- succint -> succinct
- seperated -> separated
|
| | | |
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
./pydis_site/apps/resources/resources/tools/ides/thonny.yaml:1: specifically
./pydis_site/apps/content/resources/guides/pydis-guides/helping-others.md:115: considered
./pydis_site/apps/content/resources/guides/pydis-guides/contributing/issues.md:59 labels
./pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot.md:99: recommend
./pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md:111: particularly
./pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot/env-var-reference.md:29: Integer
./pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot/env-var-reference.md:67: calculating
./pydis_site/apps/api/tests/test_off_topic_channel_names.py:157: response
I didn't touch the code jam and game jam typos because I'm not sure if
they should be preserved as is.
There were a few 'seperated' typos which I didn't change because I
*think* it's just another way of spelling it?
In the offensive words test there was a keyword argument named `fied`
which I didn't touch because I wasn't sure where that was from.
|
| |\
| |
| | |
Remove stray `#` in bot guide
|
| |/ |
|
| |\
| |
| | |
Direct appeals to the appeals server
|
| | |\
| |/
|/| |
|
| |\ \
| | |
| | | |
Fix typo in bot guide
|
| |/ / |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Restructure bot contributing guide
Restructures the bot guide to focus on getting users "through the door" first, and slowly adding additional information and options.
The guide is built in terms of showing ways to run the bot and how to achieve it, rather than listing all of the information for each configuration and environment variable right away.
That said, the attempt was to still present the reader with the full information they need, and to still be able to use as a quick reference for contributors who are already familiar with the project.
As a style choice, this guide incorporates collapsible elements, which required some CSS and JS additions. This could be resolved with the bulma-collapsible extension, but it doesn't seem to function well inside django templates.
The guide includes an optional config.yml to use with the test server template. This is a temporary measure until we get the bootstrapping application going.
This guide additionally splits the bot account creation and obtaining Discord ID's guides and they didn't seem related. The original file is kept for now as it is used by other guides at the moment.
|
| |\ \
| | |
| | | |
Static Previews
|
| | | |
| | |
| | |
| | | |
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | | |
| | |
| | |
| | | |
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | | |
| | |
| | |
| | | |
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Merges the normal dockerfile with the static build one to reduce
duplication.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Reworks the docker build action to use buildx in all steps to make the
caching work. Reduces the wait time on the fetch action.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | | |
| | |
| | |
| | |
| | | |
Adds an action which builds and uploads the static site as an artifact,
and a fetch script to be run on the netlify builders.
|
| | | |
| | |
| | |
| | | |
Adds a docker image which performs a static build of the site.
|
| | | |
| | |
| | |
| | |
| | | |
Adds configuration which specifies how routes should be handled when
building a static preview.
|
| |/ /
| |
| |
| |
| | |
Adds django-distill to dependencies, and lays the basic groundwork to
start building static routes. Adds a poetry task to help with testing.
|
| |\ \
| | |
| | |
| | |
| | | |
python-discord/decrease-batch-size-for-user-list-endpoint
Decrease page size for user list endpoint.
|
| | | | |
|
| |/ /
| |
| |
| |
| |
| | |
From some debugging via python-discord/kubernetes#96, we have determined
that this endpoint results in high latencies to the site and eventually
Kubernetes killing off site pods randomly.
|
| |\ \
| | |
| | | |
Add a pull request template
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ /
| |
| | |
This pull request template was mainly added so that the second bullet point in [this PR comment](https://github.com/python-discord/api/pull/17#issuecomment-933739292) can be addressed.
|
| |\ \
| | |
| | | |
Update ALLOWED_HOSTS to include internal address
|
| |/ / |
|
| |\ \ |
|
| | |\ \
| |/ /
|/| | |
|
| |\ \ \
| | | |
| | | | |
Switches HTTP Links To HTTPS
|
| | |\ \ \
| |/ / /
|/| | | |
|