discoman
  • Joined on 2026-02-10
discoman pushed to main at discoman/python-tdd 2026-02-18 01:26:52 +00:00
d74189f0b7 ensured my_list is viewable by auth user only
discoman pushed to main at discoman/python-tdd 2026-02-18 00:04:55 +00:00
877e3f35cf hoping to sidestep CD permissions issue w. python call in infra/deploy.sh.j2
discoman pushed to main at discoman/python-tdd 2026-02-17 23:14:38 +00:00
9a1a79fb9a added .gitattributes for real this time
discoman pushed to main at discoman/python-tdd 2026-02-17 22:48:15 +00:00
2a9ac4c0f0 renormalized to LF end of line sequences for all files for CD compatibility; created .gitattributes @ project root to manage it; defined {{ ansible_user }} more explicitly in the ansible playbook
discoman pushed to main at discoman/python-tdd 2026-02-13 20:28:31 +00:00
510874b87c created CD pipeline to complement the existing gitea/woodpecker CI pipeline: build, push to registry, deploy to staging on main
discoman pushed to main at discoman/python-tdd 2026-02-11 20:29:11 +00:00
e02385118f intentially broke functional_tests.test_login to ensure screendumps functionality works on test runner failure in pipeline
discoman pushed to main at discoman/python-tdd 2026-02-11 20:20:35 +00:00
71b35242eb intentially broke functional_tests.test_login to ensure screendumps functionality works on test runner failure in pipeline
discoman pushed to main at discoman/python-tdd 2026-02-11 20:12:14 +00:00
bcadb28017 functional_tests.base updated w. many helper functions to save screendumps on server after test failures; woodpecker pipeline updated accordingly
discoman pushed to main at discoman/python-tdd 2026-02-11 19:50:52 +00:00
7f61dbd205 inadvertently committed Jasmine while most of Jasmine was ignored under .gitignore
discoman pushed to main at discoman/python-tdd 2026-02-11 19:43:07 +00:00
5d0a1401d8 created new dir for STATICFILES_DIRS in core.settings; all Jasmine test files transferred to new dir src/static_src/; new FT test_jasmine executes Jasmine test runner as part of CI pipeline & base FT has dobules MAX_WAIT to 10s; some cleanup of unused imports in text_simple_list_creation
a98a0fcd53 added Jasmine test suite from inside src/static dir to git repo
Compare 2 commits »
discoman pushed to main at discoman/python-tdd 2026-02-11 18:27:04 +00:00
d1c715ab0c .woodpecker.yaml FT step now covers collectstatic
discoman pushed to main at discoman/python-tdd 2026-02-11 17:55:18 +00:00
0222aa9ea2 .woodpecker.yaml pipeline updated with first-push FT testing
discoman pushed to main at discoman/python-tdd 2026-02-11 03:44:24 +00:00
5ff0e4ec10 commented out second step of .woodpecker.yaml to confirm working test pipeline
discoman pushed to main at discoman/python-tdd 2026-02-11 03:42:57 +00:00
b94f1f48aa Dockerfile.ci & debug-ci now build working container for CI test image
discoman pushed to main at discoman/python-tdd 2026-02-11 02:46:20 +00:00
9fa428c63a added cssselect to requirements.txt to accompany lxml library from previous commit
discoman pushed to main at discoman/python-tdd 2026-02-11 02:42:45 +00:00
5a633dccee apps.lyric.views and .tests.test_views updated for better Mailgun API post mocking; UTs passing locally
discoman pushed to main at discoman/python-tdd 2026-02-11 02:16:19 +00:00
fec1cfcb30 Gitea repo init; Woodpecker pipeline init; much CI/CD structure outlined in ./infra, incl. docker-compose.yaml, cicd-playbook.yaml, new cicd vault, & config files for gitea, woodpecker & ansible
discoman pushed to main at discoman/python-tdd 2026-02-11 00:18:18 +00:00
4e1feddb45 new name @property in List model, replete w. proper testing in tests.test_models
94a161fe09 List objects now container owner values, saved upon creation, linked to user fk; apps.dashboard.views updated accordingly; 36 UTs passing (2 new)
6c0e9bb6ec new_list() FBV tries to assign List owner, but List() model has no such attr
c176fe6cb3 new UT ensures correct list ownership from apps.dashboard.views
fad8657c97 placeholder view & code for my_lists.html implemented
Compare 10 commits »
discoman created branch main in discoman/python-tdd 2026-02-11 00:18:18 +00:00
discoman created repository discoman/python-tdd 2026-02-11 00:13:29 +00:00