| Commit message (Collapse) | Author | Age | Lines |
| ... | |
| |/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixes a local link that points to a non-existent resource.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Rename repl.it to replit and update links
|
| |/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
replit recently updated branding to replit.com, so we now reflect that in our site too.
|
| | | | | | | | |
|
| |/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Minor Code Jam Adjustments
|
| | | | | | | | |
|
| | | | | | | | |
|
| |/ / / / / / |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Create The Code Style Guide
|
| | |\ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| |\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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.
|
| |/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The dates and times on the main event page have been updated to
reflect the changes.
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | | |
HTML <pre> tag is adding indention also to result, so I had to remove these.
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | | |
Co-authored-by: Numerlor <[email protected]>
|
| | | | | | |
| | | | | |
| | | | | | |
Co-authored-by: Numerlor <[email protected]>
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | | |
Co-authored-by: Numerlor <[email protected]>
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | | |
Co-authored-by: Numerlor <[email protected]>
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| |/ / / / / |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
We may need to redirect all pages that are being consolidated to the one resources page.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
This means that /resources/?topic=*&type=Book&payment=Paid&complexity=*` would return paid books of all topics and complexities.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Having -Option in the names was making the URL especially verbose.
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
When the resource is for a Discord server, the title links to a website and the Discord icon is the server invite.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
This is intended to make those mappings safer.
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
This is the first "project ideas" resource.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
The title now links to the YouTube channels rather than a YouTube icon. Channels with an associated Discord server are also tagged "community".
|
| | | | | |\
| | | | | |
| | | | | |
| | | | | | |
swfarnsworth/smarter-resources/new-resources
|
| | | | | | |\
| | | | | | |
| | | | | | |
| | | | | | | |
https://github.com/doublevcodes/site into doublevcodes/smarter-resources/front-end
|
| | | | | | | | |
|
| | | | | | |/ |
|
| | | | | |/ |
|
| | | | | | |
|