| Commit message (Collapse) | Author | Age | Lines |
| ... | |
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This newly added rule enforces exception names to end with Error or Exception, causing the code to not pass linting.
I preferred ignoring this error instead of fixing it to keep the style consistent with rest_framework.NotFound.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
This button should be used by maintainers to take them to the YAML file holding data about that resource. It currently has no functionality.
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
`psycopg2-binary` introduced a change that cause Django to break in v2.9. Without this pin, starting up the site raises an `AssertionError: database connection isn't set to UTC`
|
| | | | | |
| | | | |
| | | | |
| | | | | |
This is needed because the flexbox helper classes were only introduced in later versions (Bulma v0.9.1 and djano-simple-bulma v2.4.0)
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
As most of the resources are Python related, tagging them with "python" is uninformative.
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Otherwise, the call to reduce will raise an error when no options for a given category are selected.
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Was list[str], is now dict[str, set[str]], organized by category.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
I have added functionality to the front end to split up the checkbox options into separate query params. This will make it easier to parse what has been selected.
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
I have incorporated a search that allows users to check boxes to filter resources. This is a working version, but the algo for searching likely needs to be modified. The frontend also needs some style updates. All necessary functionality should be present now though.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
lists of strings in title-case.
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
This change adds a fully functional front end menu for testing. This is a very rough outline and will need a bit of UI and UX love to get working fully. Should act as an example of functionality
|
| | | | | |
| | | | |
| | | | |
| | | | | |
I added a function to utils to load all the tags from the resources, this should allow all the tags to be loaded once and exist in memory.
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
The maintainer of regex101 has changed the name from "Python 2.7" to just "Python".
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |\
| |_|_|_|/
|/| | | |
| | | | | |
swfarnsworth/smarter-resources/new-resources
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Add docker-compose.override.yml to gitignore
|
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
python-discord/lemon/summer_code_jam_21/front_page_banner_fixes
Summer Code Jam 2021 - Hyperlink to event, center text.
|
| | |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Docker-compose: upgrade to postgres 13
|
| |/ / / / / /
| | | | | |
| | | | | | |
We have been using postgres 13 in production for a long time, but we never actually updated the docker-compose environment.
|
| | | | | | | |
|
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
python-discord/lemon/summer_code_jam_21/front_page_banner
|
| | | | | | | |
|
| | | | | | | |
|
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
python-discord/move-config-docs-to-contributing-guide
Move config docs to contributing guide, kill `docs` directory.
|
| | |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Adjust Message model to support new nitro messages with over 4000 chars
|