aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (unfollow)
Commit message (Collapse)AuthorLines
2021-09-02Revert change to Metricity DB URLGravatar Joe Banks-1/+1
Co-Authored-By: jchristgit <[email protected]>
2021-09-02Add Django Prometheus to URLsGravatar Joe Banks-0/+1
2021-09-02Add Django Prometheus to installed apps and middlewareGravatar Joe Banks-3/+12
2021-09-02Install Django prometheusGravatar Joe Banks-1/+32
2021-08-31Update gunicorn options for deploymentGravatar Joe Banks-3/+0
Remove threads & max requests configuration
2021-08-30Move base_url field to the endGravatar Numerlor-2/+2
In most cases this won't need to be specified, so it makes more sense to move it out of the way
2021-08-30Allow empty value for inventory url fieldGravatar Numerlor-0/+20
2021-08-27Linting complianceGravatar Joe Banks-1/+6
2021-08-27Decrease verbosity in debug mode collectstaticGravatar Joe Banks-1/+1
Co-authored-by: Matteo Bertucci <[email protected]>
2021-08-27[BUG FIX] - README.md - Remove the docs dir from the readme Gravatar Krishna Ramasimha-1/+1
The README.md file had an outdated hyperlink which pointed to the docs directory which doesnt exist anymore This PR fixes that
2021-08-25Add --noinput and --clear to collectstatic flagsGravatar Joe Banks-1/+1
2021-08-25Run collectstatic in the image build process, disable in prod startupGravatar Joe Banks-2/+11
2021-08-12Update pydis_site/templates/home/timeline.htmlGravatar Ethan-1/+1
Co-authored-by: Matteo Bertucci <[email protected]>
2021-08-12Fix data reviews URLGravatar Ethan-1/+1
2021-08-09Change link titles to indicate possessionGravatar mbaruh-51/+51
2021-08-07Add titles to hyperlinksGravatar mbaruh-51/+51
2021-07-31Added list of cj8 submissions in subpageGravatar mbaruh-4/+488
2021-07-15Address review comment.Gravatar Johannes Christ-3/+6
2021-07-15Documents expected emoji formatGravatar onerandomusername-1/+1
2021-07-15Fixes Broken Doc LinkGravatar Hassan Abouelela-1/+1
Fixes a local link that points to a non-existent resource. Signed-off-by: Hassan Abouelela <[email protected]>
2021-07-12Rename repl.it to replit and update linksGravatar Chris Lovering-2/+2
replit recently updated branding to replit.com, so we now reflect that in our site too.
2021-07-11Improvements & fixes to homepage repository display.Gravatar Johannes Christ-31/+31
These changes mainly aim to prevent multiple concurrent requests from deadlocking the table due to the lazy evaluation imposed by `objects.all()`, and introduce some quality of life changes whilst doing so. To prevent unwanted locks, the following is done: - Instead of evaluating the first item of `objects.all()` only in order to determine when the table was most recently updated, we query for the least recent updated entry and use that instead. As we use `.first()`, the model instance is loaded directly. The following quality of life changes are introduced: - Instead of manual "update or create" logic for repositories retrieved from the API, use Django's `update_or_create` instead. - Instead of manual bulk creation of entries on initial data retrieve, Django's `bulk_create` method is used instead. - To allow for local testing of this endpoint without having to manually set up GitHub REST authorization, anonymous GitHub access is used when no `GITHUB_TOKEN` is configured.
2021-07-09Code jam: use case name in code styleGravatar Matteo Bertucci-2/+2
2021-07-09Code jam: switch home to use the ongoing bannerGravatar Matteo Bertucci-2/+2
2021-07-09Code jam: switch the right menu to ongoingGravatar Matteo Bertucci-4/+4
2021-07-09Improve wording in The Code Style GuideGravatar ks129-19/+24
2021-07-09List comment types before <ul> listGravatar ks129-1/+1
2021-07-09Move comment types from <b> tags to <h4>Gravatar ks129-5/+10
2021-07-09Add PEP 8 song embedGravatar ks129-0/+1
2021-07-09Remove the- prefix from useful information code style guide linkGravatar ks129-1/+1
2021-07-09Drop the- prefix from CJ 8 sidebar code style guide itemGravatar ks129-1/+1
2021-07-09Rename the-code-style-guide.html to code-style-guide.htmlGravatar ks129-0/+0
2021-07-08Add textual to conditionally approved listGravatar Janine vN-0/+5
Adds Textual, the TUI framework that uses Rich as its renderer to as an allowed library. It's still under active development though and is not stable.
2021-07-08Update dates & times for code jamGravatar Janine vN-7/+7
The dates and times on the main event page have been updated to reflect the changes.
2021-07-09Split comments paragraphs to even smaller paragraphsGravatar ks129-10/+20
2021-07-09Remove leading spaces and unnecessary newlines from code blocksGravatar ks129-152/+100
HTML <pre> tag is adding indention also to result, so I had to remove these.
2021-07-09Escape HTML in The Code Style GuideGravatar ks129-1/+1
2021-07-09Change wording in The Code Style GuideGravatar ks129-3/+3
Co-authored-by: Numerlor <[email protected]>
2021-07-09Add missing colonGravatar ks129-1/+1
Co-authored-by: Numerlor <[email protected]>
2021-07-09Way -> methodGravatar ks129-2/+2
2021-07-09Add missing commaGravatar ks129-1/+1
Co-authored-by: Numerlor <[email protected]>
2021-07-09Use better wording for head explosion questionGravatar ks129-1/+1
2021-07-09Add missing slash at b tag endingGravatar ks129-1/+1
Co-authored-by: Numerlor <[email protected]>
2021-07-08Remove trailing whitespace from The Code Style GuideGravatar ks129-1/+1
2021-07-08Add The Code Style Guide to CJ 8 sidebarGravatar ks129-0/+1
2021-07-08Add The Code Style Guide to useful information sidebarGravatar ks129-0/+1