| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-09-12 | Empty columns treated as all selected. | -1/+3 | ||
| Treating an asterisk as a wild card is now redundant. | ||||
| 2021-09-12 | Removed default selections. | -6/+5 | ||
| We will instead treat empty selections as all being selected. | ||||
| 2021-09-05 | Add `tutorial` and `video` tags for RealPython. | -0/+2 | ||
| 2021-09-05 | Delete `resources_resources_redirect`. | -4/+0 | ||
| We may need to redirect all pages that are being consolidated to the one resources page. | ||||
| 2021-09-04 | Make an asterisk in the URL a wildcard. | -4/+12 | ||
| This means that /resources/?topic=*&type=Book&payment=Paid&complexity=*` would return paid books of all topics and complexities. | ||||
| 2021-09-04 | Drop -Option from {topic,type,etc}Option. | -11/+10 | ||
| Having -Option in the names was making the URL especially verbose. | ||||
| 2021-09-04 | Pin platform in Dockerfile | -1/+1 | ||
| Some of our deps don't have wheels for atm processors. With Mac's M1 chips becomming more common, we should make it easier for those users to build our environments. | ||||
| 2021-09-04 | Correct import order | -1/+1 | ||
| 2021-09-04 | Add pod IPs to allowed hosts | -0/+3 | ||
| 2021-09-04 | Update in accordance with python-discord/kubernetes#95 | -1/+1 | ||
| 2021-09-04 | Explicitly set gunicorn config argument | -0/+1 | ||
| 2021-09-03 | Ignore gunicorn configuration from flake8 | -3/+8 | ||