Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2021-09-02 | Revert change to Metricity DB URL | -1/+1 | ||
Co-Authored-By: jchristgit <[email protected]> | ||||
2021-09-02 | Add Django Prometheus to URLs | -0/+1 | ||
2021-09-02 | Add Django Prometheus to installed apps and middleware | -3/+12 | ||
2021-09-02 | Install Django prometheus | -1/+32 | ||
2021-08-31 | Update gunicorn options for deployment | -3/+0 | ||
Remove threads & max requests configuration | ||||
2021-08-30 | Move base_url field to the end | -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-30 | Allow empty value for inventory url field | -0/+20 | ||
2021-08-27 | Linting compliance | -1/+6 | ||
2021-08-27 | Decrease verbosity in debug mode collectstatic | -1/+1 | ||
Co-authored-by: Matteo Bertucci <[email protected]> | ||||
2021-08-27 | [BUG FIX] - README.md - Remove the docs dir from the readme | -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-25 | Add --noinput and --clear to collectstatic flags | -1/+1 | ||
2021-08-25 | Run collectstatic in the image build process, disable in prod startup | -2/+11 | ||
2021-08-12 | Update pydis_site/templates/home/timeline.html | -1/+1 | ||
Co-authored-by: Matteo Bertucci <[email protected]> | ||||
2021-08-12 | Fix data reviews URL | -1/+1 | ||
2021-08-09 | Change link titles to indicate possession | -51/+51 | ||
2021-08-07 | Add titles to hyperlinks | -51/+51 | ||
2021-07-31 | Added list of cj8 submissions in subpage | -4/+488 | ||
2021-07-15 | Address review comment. | -3/+6 | ||
2021-07-15 | Documents expected emoji format | -1/+1 | ||
2021-07-15 | Fixes Broken Doc Link | -1/+1 | ||
Fixes a local link that points to a non-existent resource. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
2021-07-12 | Rename repl.it to replit and update links | -2/+2 | ||
replit recently updated branding to replit.com, so we now reflect that in our site too. | ||||
2021-07-11 | Improvements & fixes to homepage repository display. | -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-09 | Code jam: use case name in code style | -2/+2 | ||
2021-07-09 | Code jam: switch home to use the ongoing banner | -2/+2 | ||
2021-07-09 | Code jam: switch the right menu to ongoing | -4/+4 | ||
2021-07-09 | Improve wording in The Code Style Guide | -19/+24 | ||
2021-07-09 | List comment types before <ul> list | -1/+1 | ||
2021-07-09 | Move comment types from <b> tags to <h4> | -5/+10 | ||
2021-07-09 | Add PEP 8 song embed | -0/+1 | ||
2021-07-09 | Remove the- prefix from useful information code style guide link | -1/+1 | ||
2021-07-09 | Drop the- prefix from CJ 8 sidebar code style guide item | -1/+1 | ||
2021-07-09 | Rename the-code-style-guide.html to code-style-guide.html | -0/+0 | ||
2021-07-08 | Add textual to conditionally approved list | -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-08 | Update dates & times for code jam | -7/+7 | ||
The dates and times on the main event page have been updated to reflect the changes. | ||||
2021-07-09 | Split comments paragraphs to even smaller paragraphs | -10/+20 | ||
2021-07-09 | Remove leading spaces and unnecessary newlines from code blocks | -152/+100 | ||
HTML <pre> tag is adding indention also to result, so I had to remove these. | ||||
2021-07-09 | Escape HTML in The Code Style Guide | -1/+1 | ||
2021-07-09 | Change wording in The Code Style Guide | -3/+3 | ||
Co-authored-by: Numerlor <[email protected]> | ||||
2021-07-09 | Add missing colon | -1/+1 | ||
Co-authored-by: Numerlor <[email protected]> | ||||
2021-07-09 | Way -> method | -2/+2 | ||
2021-07-09 | Add missing comma | -1/+1 | ||
Co-authored-by: Numerlor <[email protected]> | ||||
2021-07-09 | Use better wording for head explosion question | -1/+1 | ||
2021-07-09 | Add missing slash at b tag ending | -1/+1 | ||
Co-authored-by: Numerlor <[email protected]> | ||||
2021-07-08 | Remove trailing whitespace from The Code Style Guide | -1/+1 | ||
2021-07-08 | Add The Code Style Guide to CJ 8 sidebar | -0/+1 | ||
2021-07-08 | Add The Code Style Guide to useful information sidebar | -0/+1 | ||