| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
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
|
| |\ \
| |/ /
|/| | |
|
|\ \ \ |
|
| |\ \ \
| |/ / /
|/| | | |
|
|\ \ \ \
| | | | |
| | | | | |
Update hosts.py to default to www
|
|/ / / / |
|
| | | | |
|
| | | |
| | | |
| | | | |
docs: Added site documentation for editing on Gitpod
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Hassan Abouelela <[email protected]>
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
Ensure sponsor logos don't go past the edge of the screen, and maintain
aspect ratio when sized down.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|/ /
| |
| |
| |
| |
| |
| | |
Switches the protocol for external sites where possible. Some sites
don't have secure versions, and were skipped.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|\ \
| | |
| | | |
Add LT and GT to supported otn chars
|
|/ / |
|
|\ \
| | |
| | | |
Code Jam Wrap Up
|
| |\ \
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | | |
Relock poetry
|
| | | | |
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
For some reason the lock file was out of date, which caused issues when trying to poetry install on Windows without build tools.
psycopg had to be pinned to ~=2.8.0 as 2.9 introduces an issue with us not setting the db connection to UTC
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
You would think I would be able to spell GitHub correctly at this point.
I've fixed the typos on this page and altered some of the spacing to
provide something nicer to glance over.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This changes external links to open in a new tab. It also adds
`rel="noopener"` for some bonus security and performance gains.
This commit only effects files that are within the scope of this PR.
It does not do this against other pages.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
I now mention the correct theme which is "Think Inside the Box"
Additionally, this corrects the link to the icon for Advent of Code.
It was using an old link which is no longer correct.
|
| | |
| | |
| | |
| | |
| | | |
Removes the sidebar block for ongoing code jams from the main code jam
events page.
|
| | |
| | |
| | |
| | |
| | |
| | | |
This commit adds in the information about the winners of the code jam.
Additionally, it adds in Code Jam 8 as a prior event in the sidebar.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Re-ordered and updated the events listed on the main events page.
We're no longer participating in Hacktoberfest, so that was removed.
Game jams was moved to the bottom as we have not hosted one and will not
for the forseeable future.
PyWeek was moved above Advent of Code because AoC is one of the
last events we do in the year so it didn't make sense to have
PyWeek below it.
This also updated the Events Calendar on the sidebar to be accurate for
2021.
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
Revert metricity init changes
|
| | | |
|
|/ / |
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Fixes breaking tests
|