aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Error Out On Missing Files In CIGravatar Hassan Abouelela2021-10-10-0/+1
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Merges DockerfilesGravatar Hassan Abouelela2021-10-10-32/+11
| | | | | | | Merges the normal dockerfile with the static build one to reduce duplication. Signed-off-by: Hassan Abouelela <[email protected]>
* Fixes Caching On Docker BuildGravatar Hassan Abouelela2021-10-10-15/+21
| | | | | | | 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 Netlify BuildsGravatar Hassan Abouelela2021-10-10-0/+242
| | | | | 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 Static Docker BuildGravatar Hassan Abouelela2021-10-10-0/+28
| | | | Adds a docker image which performs a static build of the site.
* Adds Static Route ConfigurationsGravatar Hassan Abouelela2021-10-10-21/+122
| | | | | Adds configuration which specifies how routes should be handled when building a static preview.
* Adds Django Distill To ProjectGravatar Hassan Abouelela2021-10-10-6/+65
| | | | | Adds django-distill to dependencies, and lays the basic groundwork to start building static routes. Adds a poetry task to help with testing.
* Merge pull request #603 from ↵Gravatar Johannes Christ2021-10-09-6/+9
|\ | | | | | | | | python-discord/decrease-batch-size-for-user-list-endpoint Decrease page size for user list endpoint.
| * Automatically adjust test to `page_size`.Gravatar Johannes Christ2021-10-09-5/+8
| |
| * Decrease page size for user list endpoint.Gravatar Johannes Christ2021-10-09-1/+1
|/ | | | | | 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.
* Merge pull request #606 from doublevcodes/patch-1Gravatar Joe Banks2021-10-07-0/+22
|\ | | | | Add a pull request template
| * fix: clarify descirption of changes sectionGravatar Vivaan Verma2021-10-07-1/+1
| |
| * chore: Replace examples with commentsGravatar Vivaan Verma2021-10-07-6/+5
| |
| * chore: Add comments to instruct usersGravatar Vivaan Verma2021-10-07-1/+5
| |
| * Add a pull request templateGravatar Vivaan Verma2021-10-07-0/+19
|/ | | 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.
* Merge pull request #604 from python-discord/jb3/add-site-local-svcGravatar Johannes Christ2021-10-06-5/+1
|\ | | | | Update ALLOWED_HOSTS to include internal address
| * Update ALLOWED_HOSTS to include internal addressGravatar Joe Banks2021-10-06-5/+1
|/
* Merge pull request #526 from python-discord/subdomains-to-query-pathsGravatar Joe Banks2021-10-06-384/+339
|\
| * Merge branch 'master' into subdomains-to-query-pathsGravatar Johannes Christ2021-10-06-282/+430
| |\ | |/ |/|
* | Merge pull request #599 from python-discord/fix-http-linksGravatar ChrisJL2021-10-06-13/+13
|\ \ | | | | | | Switches HTTP Links To HTTPS
| * \ Merge branch 'main' into fix-http-linksGravatar ChrisJL2021-10-06-3/+26
| |\ \ | |/ / |/| |
* | | Merge pull request #600 from python-discord/netlify-logoGravatar Joe Banks2021-10-06-2/+14
|\ \ \
| * \ \ Merge branch 'main' into netlify-logoGravatar Joe Banks2021-10-06-1/+12
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #602 from python-discord/jb3/yes-to-www-take-twoGravatar ChrisJL2021-10-06-1/+2
|\ \ \ \ | | | | | | | | | | Update hosts.py to default to www
| * | | | Update hosts.py to default to wwwGravatar Joe Banks2021-10-06-1/+2
|/ / / /
* | | | Add www.pythondiscord.com to ALLOWED_HOSTS (#601)Gravatar Joe Banks2021-10-05-0/+1
| | | |
* | | | Merge Gitpod Docs (#594)Gravatar Kronifer2021-10-05-0/+9
| | | | | | | | | | | | docs: Added site documentation for editing on Gitpod
| * | | Adds Netlify To SponsorsGravatar Hassan Abouelela2021-10-06-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| * | | Properly Resize Sponsor LogosGravatar Hassan Abouelela2021-10-06-2/+10
|/ / / | | | | | | | | | | | | | | | | | | 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 HTTP Links To HTTPSGravatar Hassan Abouelela2021-10-06-13/+13
|/ / | | | | | | | | | | | | 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]>
* | Merge pull request #595 from python-discord/add-more-supported-symbols-to-otnGravatar Matteo Bertucci2021-09-28-1/+20
|\ \ | | | | | | Add LT and GT to supported otn chars
| * | Add LT and GT to supported otn charsGravatar Chris Lovering2021-09-27-1/+20
|/ /
* | Merge pull request #590 from python-discord/cj-wrapupGravatar ChrisJL2021-09-24-85/+89
|\ \ | | | | | | Code Jam Wrap Up
| * \ Merge branch 'main' into cj-wrapupGravatar ChrisJL2021-09-24-114/+152
| |\ \ | |/ / |/| |
* | | Merge pull request #592 from python-discord/Relock-poetryGravatar Matteo Bertucci2021-09-22-114/+152
|\ \ \ | | | | | | | | Relock poetry
| * | | Rename an error to have a correct error suffixGravatar Chris Lovering2021-09-22-13/+13
| | | |
| * | | Pin psycopg version and re-lockGravatar Chris Lovering2021-09-22-101/+139
|/ / / | | | | | | | | | | | | | | | 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
| * | Correct typos and spacingGravatar Janine vN2021-09-19-16/+20
| | | | | | | | | | | | | | | | | | | | | 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.
| * | Change external links to "_blank" and "noopener"Gravatar Janine vN2021-09-19-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | Use the correct theme and update image linkGravatar Janine vN2021-09-18-3/+3
| | | | | | | | | | | | | | | | | | | | | 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.
| * | Remove ongoing-codejam from cj pageGravatar Janine vN2021-09-18-1/+0
| | | | | | | | | | | | | | | Removes the sidebar block for ongoing code jams from the main code jam events page.
| * | Update Code Jam 8 as a finished eventGravatar Janine vN2021-09-18-6/+47
| | | | | | | | | | | | | | | | | | 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.
| * | Update events featuredGravatar Janine vN2021-09-18-48/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | Update wording on main Events pageGravatar Janine vN2021-09-18-6/+2
| | |
| * | Remove code jam notice from front pageGravatar Janine vN2021-09-18-16/+2
|/ /
* | Merge pull request #588 from python-discord/revert-metricity-init-changesGravatar ChrisJL2021-09-17-137/+35
|\ \ | | | | | | Revert metricity init changes
| * | Move psql health check to docker compose fileGravatar Chris Lovering2021-09-17-53/+7
| | |
| * | Init metricity using docker-compose init volumeGravatar Chris Lovering2021-09-17-84/+28
|/ /
* | Merge pull request #589 from python-discord/jb3/repos-updateGravatar Joe Banks2021-09-12-2/+2
|\ \
| * | Update mock GitHub API responseGravatar Joe Banks2021-09-10-1/+1
| | | | | | | | | | | | Fixes breaking tests