10 Commits

Author SHA1 Message Date
Disco DeDisco
a1e7ae8071 added coverage dependency; 99 percent test coverage (only lacking admin, currently by design); commenced postgresql db integration
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-02-18 20:18:56 -05:00
Disco DeDisco
9fa428c63a added cssselect to requirements.txt to accompany lxml library from previous commit
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-02-10 21:45:49 -05:00
Disco DeDisco
5a633dccee apps.lyric.views and .tests.test_views updated for better Mailgun API post mocking; UTs passing locally
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-02-10 21:42:15 -05:00
Disco DeDisco
8190317c21 nginx compatibility added to serve static files on server; whitenoise installed to catch static file serving in local docker container, also added to core.settings middleware; console logs & print statements removed from dashboard.js & functional_tests.container_commands; ansible playbook and nginx config file support nginx w.in deployment workflow 2026-02-08 17:55:09 -05:00
Disco DeDisco
10ba5b84e4 after many diversions and forlorn pivot from copilot to claude, new infra/ structure contains group_vars and ansible vaults; requests added to dev and prod dependencies; apps.lyric.views and core
.settings both abandon django's send_mail(); instead incorporate requests to target Mailgun's HTTP API (DigitalOcean's SMTP blocker thwarted previous magic login link email attempts, but this issue has been resol
ved with this commit)
2026-02-07 18:58:17 -05:00
Disco DeDisco
9c38d3f0b3 requirements.txt renamed > requirements.dev.txt; new requirements.txt file handles only those dependencies necessary for docker image building and container running; Dockerfile therefore updated accordingly 2026-01-04 23:31:32 -05:00
Disco DeDisco
ac3518f4a6 installed gunicorn dependency; updated Dockerfile accordingly so it installs alongside django 2026-01-04 23:13:30 -05:00
Disco DeDisco
e3e753369f added lxml & cssselect to req'ments; this allowed more precise targeting of html attrs in apps.dashboard.tests' 2026-01-03 21:12:28 -05:00
Disco DeDisco
d4c00424f5 added home_page() FBV to apps.lists.views; added HomePageTest() model to .tests; installed django-stubs & related dependencies 2025-12-30 16:15:55 -05:00
Disco DeDisco
7285e1d229 init commit 2025-12-29 21:52:45 -05:00