aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site (unfollow)
Commit message (Collapse)AuthorLines
2020-11-15Make the value of the CI env var 'True' Gravatar Leon Sandøy-1/+1
This makes it clearer that the env var switches on or off "CI-mode"
2020-11-15Remove redundant wildcardGravatar Joe Banks-1/+1
2020-11-15Migrate to GH Actions & GH Container RegistryGravatar Sebastiaan Zeeff-143/+209
I've migrated site to GitHub Actions and GitHub Container Registry. This also means that coverage results will be pushed to coveralls.io. This commit also removes the pretty useless codeql analysis action.
2020-11-14Don't call gunicorn using os.system, patch sys.argv and call the moduleGravatar Joe Banks-2/+13
2020-11-14Update azure-pipelines.yml to Python 3.9.Gravatar Leon Sandøy-1/+1
2020-11-14Upgrade site to Python 3.9.Gravatar Leon Sandøy-222/+243
2020-11-14Banish UWSGI from my life, replace with gunicorn.Gravatar Leon Sandøy-193/+3
This gets rid of various uwsgi stuff that we will no longer be needing. Enter; gunicorn.
2020-11-14Add Notion to sponsorsGravatar Joe Banks-0/+3
2020-11-02Exclude bot commands and seasonalbot commands from voice gateGravatar Joe Banks-5/+22
2020-11-01Add created_at to metricity database bootstrapGravatar Joe Banks-4/+7
2020-10-31Change format character in metricity data endpointGravatar Joe Banks-1/+1
2020-10-30Indent metricity block query correctlyGravatar Joe Banks-9/+9
2020-10-30Update docstring in metricity block queryGravatar Joe Banks-1/+5
2020-10-30Make LICENSE year inclusive (2018-2020)Gravatar Hedy Li-1/+1
2020-10-30Update year to 2020 in LICENSEGravatar Hedy Li-1/+1
Happy belated new year
2020-10-28Add new column to Postgres initGravatar Joe Banks-3/+6
2020-10-27Remove unnecessary timestamp conversionGravatar Joe Banks-5/+1
2020-10-27Remove unnecessary f-string markerGravatar Joe Banks-1/+1
2020-10-27Use SQL formatting instead of f-strings for injecting valuesGravatar Joe Banks-3/+3
2020-10-27Constant was never used :man_facepalming:Gravatar Joe Banks-2/+5
2020-10-27Clean up SQL queryGravatar Joe Banks-1/+5
2020-10-27Update tests with new activity_blocks keyGravatar Joe Banks-3/+7
2020-10-27Update viewset to include activity_blocks response itemGravatar Joe Banks-1/+4
2020-10-27Add message block queryGravatar Joe Banks-0/+24
2020-10-24Use referral code for LinodeGravatar Joe Banks-1/+1
2020-10-25Remove blurple peek on Discord CTA, convert text to obj.Gravatar scragly-11/+33
2020-10-25Use local img for welcome video thumbnail.Gravatar scragly-1/+1
2020-10-25Change discord nav item to distinct CTA button.Gravatar scragly-103/+185
2020-10-23Fix video aspect in timeline, quote img src urls.Gravatar scragly-26/+12
After updating the frontpage and creating an fixed-aspect-ratio style pair, I found I could just reuse them in the timeline to fix the inconsistent responsive aspect ratio that was occurring there. Some img src values also were not quoted; while this can work fine, it can break if the url has spaces or certain characters and is inconsistent with the rest of the project.
2020-10-23Use sections, remove unused CSS, improve repo cards.Gravatar scragly-175/+255
2020-10-23Change discord img-based link to normal nav item.Gravatar scragly-14/+15
2020-10-22Update Python Discord badge to 100k members.Gravatar Dennis Pham-1/+1
2020-10-22Improve timeline page animationGravatar ks129-2/+115
Instead of just leaving all elements like they are when bounce-in is done, when they leave from view, make them bounce out and hidden again to let them bounce-in again.
2020-10-22Override notice bottom margin, use new class instead of bulma class.Gravatar scragly-2/+3
2020-10-22Add a message section to replace hero section for mobiles.Gravatar scragly-1/+17
2020-10-22Use local svgs for wave elements.Gravatar scragly-2/+152
2020-10-22Add wave-style hero, 100K promo, timeline card.Gravatar scragly-16/+169
2020-10-22Update core dev q&a dateGravatar Joe Banks-1/+1
2020-10-22Update 100K DateGravatar Joe Banks-1/+1
2020-10-22Fix trailing whitespaceGravatar Joe Banks-1/+1
2020-10-22Add Core Dev Q&A to timelineGravatar Joe Banks-0/+19
2020-10-22Fix some icon sizing in timeline CSSGravatar Joe Banks-7/+13
2020-10-21Reset harakiri timeoutGravatar Joe Banks-1/+1
2020-10-19Allow requesting API data from internal DNSGravatar scragly-0/+1
2020-10-18Increase harakiri timeoutGravatar Joe Banks-1/+1
2020-10-18Split query into multiple lines for total messagesGravatar Joe Banks-1/+4
2020-10-18Exclude deleted messages from total message countGravatar Joe Banks-1/+1
2020-10-12Update font sizingGravatar Joe Banks-1/+1
Co-authored-by: scragly <[email protected]>
2020-10-12Align server icons betterGravatar Joe Banks-2/+13
2020-10-12Fix line endingsGravatar Joe Banks-1/+1