Disco DeDisco
|
9548a2cd15
|
added locally hosted htmx dependency; updated base.html template & req's files accordingly; wrote new FT (failing) in test_dashboard that calls for this lib
|
2026-03-04 15:13:16 -05:00 |
|
Disco DeDisco
|
a218391ea5
|
100 percent test coverage achieved, patching a critical api bug in api.serializers and .views
ci/woodpecker/push/woodpecker Pipeline was successful
|
2026-03-04 13:40:19 -05:00 |
|
Disco DeDisco
|
fd59b02c3a
|
new test_dashboard FT (part 1) for username applet on dashboard; apps/dashboard/home.html gained new applet section to support additions; new urlpatterns in apps.dash.urls; tweaks to .views, including the @login_required decorator and set_profile() FBV; new ITs in .tests.integrated.test_views
ci/woodpecker/push/woodpecker Pipeline was successful
|
2026-03-04 00:07:10 -05:00 |
|
Disco DeDisco
|
649bd39df9
|
didn't actually add any new files connected to lyric.templatetags
ci/woodpecker/push/woodpecker Pipeline was successful
|
2026-03-03 19:07:45 -05:00 |
|
Disco DeDisco
|
1c894f8ae6
|
username truncation functionality added
ci/woodpecker/push/woodpecker Pipeline failed
|
2026-03-03 16:10:49 -05:00 |
|
Disco DeDisco
|
b53c0b9849
|
small compress fixes to help serve scss on staging server and avoid persistent 500 errors
ci/woodpecker/push/woodpecker Pipeline failed
|
2026-03-02 16:02:47 -05:00 |
|
Disco DeDisco
|
eebc355f95
|
themes initialized! many new partials and scss integrations across most templates; core.settings contains COMPRESS test fallback; apps.dashboard.views updated for new alerts and styling
ci/woodpecker/push/woodpecker Pipeline was successful
|
2026-03-02 15:45:12 -05:00 |
|
Disco DeDisco
|
e142e5d4d7
|
new FT test_theme for theme switcher functionality; theme-switcher content added to home.html, several dashboard views & urls, all appropriate ITs & UTs; lyric user model saves theme (migrations run); django-compressor and django-libsass libraries added to dependencies
|
2026-03-02 13:57:03 -05:00 |
|
Disco DeDisco
|
143e81fc41
|
updated new username feature to api app; restructured api urlpatterns for more sustainable pahts
ci/woodpecker/push/woodpecker Pipeline was successful
|
2026-03-01 21:44:30 -05:00 |
|
Disco DeDisco
|
4aa63c74e2
|
added username (models.CharField) & searchable (models.BooleanField) to User model in lyric app; new ITs confirm functionality here; dashboard views now ensure that sharing a list w. an email address (as opposed to a username) neither confirms nor denies whether that email address has a registered account (ITs green)
ci/woodpecker/push/woodpecker Pipeline was successful
|
2026-03-01 21:19:12 -05:00 |
|
Disco DeDisco
|
168c877970
|
refactored lists to have more descriptive urlpatterns; cascading changes across API, dashboard app & even FTs; restarted staging server db w. new migrations
ci/woodpecker/push/woodpecker Pipeline was successful
|
2026-02-22 23:56:29 -05:00 |
|
Disco DeDisco
|
94f3120add
|
refactored to green: all references in urlpatterns thruout project to apps/ dir now skip it & point directly to the app contained w.in (i.e., not apps/lyric/ or apps/dashboard/, but lyric/ or dashboard/ now
ci/woodpecker/push/woodpecker Pipeline was successful
|
2026-02-22 22:08:34 -05:00 |
|
Disco DeDisco
|
a8c199b719
|
ensured in apps.dashboard.views, w. passing ITs in .tests.integrated.test_views & passing FT in functional_tests.test_sharing, passes only to recipients & owner
|
2026-02-22 21:50:25 -05:00 |
|
Disco DeDisco
|
17eb83c760
|
plugged share_list() FBV ability for user to share list w. self as recipient
|
2026-02-22 21:18:22 -05:00 |
|
Disco DeDisco
|
44c335b089
|
added superuser support in apps.lyric.admin & new manage.py cmd ensure_superuser; .tests.integrated.test_admin & .test_management_commands green
ci/woodpecker/push/woodpecker Pipeline was successful
|
2026-02-22 20:42:33 -05:00 |
|
Disco DeDisco
|
87ef197823
|
enabled redis alongside celery, but waiting on true caching functionality—flash messages will behave better w. cache_page after they rely on htmx library, not current full-page reload
ci/woodpecker/push/woodpecker Pipeline was successful
|
2026-02-21 23:13:23 -05:00 |
|
Disco DeDisco
|
a9e635f40e
|
fix for functional_tests.test_login, which still relied on old mock logic, no longer in apps.lyric.views, but handled by celery in apps.lyric.tasks
ci/woodpecker/push/woodpecker Pipeline was successful
|
2026-02-21 22:03:03 -05:00 |
|
Disco DeDisco
|
04e28b96c8
|
offloaded some apps.lyric.views responsibilities to new Celery depend fn in .tasks; core.celery created for celery config; CELERY_BROKER_URL added to .settings & throughout project; some lyric view IT responsibility now accordingly covered by task UT domain
ci/woodpecker/push/woodpecker Pipeline failed
|
2026-02-21 21:35:15 -05:00 |
|
Disco DeDisco
|
9bdc358e59
|
commenced DRF efforts w. package installation, creation of apps.api, w. UTs & ITs to ensure core efficacy; core.settings & .urls changed to accomodate
ci/woodpecker/push/woodpecker Pipeline failed
|
2026-02-20 16:37:48 -05:00 |
|
Disco DeDisco
|
4b558020af
|
added staging & prod https support to core.settings
ci/woodpecker/push/woodpecker Pipeline was successful
|
2026-02-20 13:33:11 -05:00 |
|
Disco DeDisco
|
5106b04175
|
updated User creation method in functional_tests.management.commands.create_session
ci/woodpecker/push/woodpecker Pipeline was successful
|
2026-02-19 20:50:31 -05:00 |
|
Disco DeDisco
|
025a59938b
|
reenabled admin area; outfitted apps.lyric.models w. AbstractBaseUser instead of custom user class; many other fns & several models updated to accomodate, such as set_unusable_password() method to base user model; reset staging db to prepare for refreshed lyric migrations to accomodate for retrofitted pw field
ci/woodpecker/push/woodpecker Pipeline was successful
|
2026-02-19 20:31:29 -05:00 |
|
Disco DeDisco
|
d26196a7f1
|
added CSRF_TRUSTED_ORIGINS to core.settings, now that https added
ci/woodpecker/push/woodpecker Pipeline was successful
|
2026-02-18 23:32:43 -05:00 |
|
Disco DeDisco
|
84fd0554bd
|
moved adman magic link to howdy.earthmanrpg.com, in anticipation of having to mirror the prod server location; staging server preserved, along w. gitea & woodpecker, on earthmanrpg.me
ci/woodpecker/push/woodpecker Pipeline failed
|
2026-02-18 23:04:21 -05:00 |
|
Disco DeDisco
|
a1e7ae8071
|
added coverage dependency; 99 percent test coverage (only lacking admin, currently by design); commenced postgresql db integration
ci/woodpecker/push/woodpecker Pipeline was successful
|
2026-02-18 20:18:56 -05:00 |
|
Disco DeDisco
|
a06fce26ef
|
reorganized and reclassified old 'unit tests' for ea. app into dirs for UTs & ITs; abandoning effort to refactor any test_views into UTs; all tests passing
ci/woodpecker/push/woodpecker Pipeline was successful
|
2026-02-18 19:07:02 -05:00 |
|
Disco DeDisco
|
c41624152a
|
added headless option to .test_sharing for woodpecker FT run
ci/woodpecker/push/woodpecker Pipeline was successful
|
2026-02-18 15:24:55 -05:00 |
|
Disco DeDisco
|
64d4ba9542
|
added to apps.dashboard.views, share_list() FBV, a try/except catch that accounts for nonexistent users; .test.test_views ensures functionality
ci/woodpecker/push/woodpecker Pipeline failed
|
2026-02-18 15:14:35 -05:00 |
|
Disco DeDisco
|
0370f36e9e
|
list sharing implemented w. passing UTs & FTs; changes to apps.dashboard.urls, .models, .views & .tests.test_views to accomodate; functional_tests.test_sharing also ensures sharing visible in UX; templates/apps/dashboard/list.html & /my_lists.html updated with django templating & for loops
|
2026-02-18 13:53:05 -05:00 |
|
Disco DeDisco
|
a85e0597d7
|
created functional_tests.my_lists_page to contain helpers for viewing shared lists; refactored several other FTs to passing
|
2026-02-17 23:27:54 -05:00 |
|
Disco DeDisco
|
e32c6bbfd6
|
created functional_tests.list_page to handle common FT helpers; almost every FT file affected & less reliant on .base, which no longer contains those helpers
|
2026-02-17 23:07:12 -05:00 |
|
Disco DeDisco
|
e26ee5af1d
|
new functional_tests.test_sharing FT for sharing lists; create_pre_authenticated_session() moved from .test_my_lists to .base
|
2026-02-17 21:19:24 -05:00 |
|
Disco DeDisco
|
d74189f0b7
|
ensured my_list is viewable by auth user only
ci/woodpecker/push/woodpecker Pipeline was successful
|
2026-02-17 20:26:42 -05:00 |
|
Disco DeDisco
|
e02385118f
|
intentially broke functional_tests.test_login to ensure screendumps functionality works on test runner failure in pipeline
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/manual/woodpecker Pipeline was successful
|
2026-02-11 15:29:02 -05:00 |
|
Disco DeDisco
|
71b35242eb
|
intentially broke functional_tests.test_login to ensure screendumps functionality works on test runner failure in pipeline
ci/woodpecker/push/woodpecker Pipeline failed
|
2026-02-11 15:20:25 -05:00 |
|
Disco DeDisco
|
bcadb28017
|
functional_tests.base updated w. many helper functions to save screendumps on server after test failures; woodpecker pipeline updated accordingly
ci/woodpecker/push/woodpecker Pipeline was successful
|
2026-02-11 15:12:04 -05:00 |
|
Disco DeDisco
|
7f61dbd205
|
inadvertently committed Jasmine while most of Jasmine was ignored under .gitignore
ci/woodpecker/push/woodpecker Pipeline was successful
|
2026-02-11 14:50:32 -05:00 |
|
Disco DeDisco
|
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
ci/woodpecker/push/woodpecker Pipeline failed
|
2026-02-11 14:42:38 -05:00 |
|
Disco DeDisco
|
a98a0fcd53
|
added Jasmine test suite from inside src/static dir to git repo
|
2026-02-11 13:43:59 -05:00 |
|
Disco DeDisco
|
b94f1f48aa
|
Dockerfile.ci & debug-ci now build working container for CI test image
|
2026-02-10 22:42:45 -05:00 |
|
Disco DeDisco
|
5a633dccee
|
apps.lyric.views and .tests.test_views updated for better Mailgun API post mocking; UTs passing locally
ci/woodpecker/push/woodpecker Pipeline failed
|
2026-02-10 21:42:15 -05:00 |
|
Disco DeDisco
|
4e1feddb45
|
new name @property in List model, replete w. proper testing in tests.test_models
|
2026-02-08 22:50:03 -05:00 |
|
Disco DeDisco
|
94a161fe09
|
List objects now container owner values, saved upon creation, linked to user fk; apps.dashboard.views updated accordingly; 36 UTs passing (2 new)
|
2026-02-08 22:33:15 -05:00 |
|
Disco DeDisco
|
6c0e9bb6ec
|
new_list() FBV tries to assign List owner, but List() model has no such attr
|
2026-02-08 22:23:43 -05:00 |
|
Disco DeDisco
|
c176fe6cb3
|
new UT ensures correct list ownership from apps.dashboard.views
|
2026-02-08 22:18:41 -05:00 |
|
Disco DeDisco
|
fad8657c97
|
placeholder view & code for my_lists.html implemented
|
2026-02-08 21:52:04 -05:00 |
|
Disco DeDisco
|
306b4c8e5e
|
new template _partials for apps.dashboard, incl. _form.html & _scripts.html; respective form, table & content code offloaded from base.html, home.html & list.html; functional_tests.test_my_list TODO resumed (only FT not currently passing, but this is as expected)
|
2026-02-08 21:43:58 -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
|
07a76cb32d
|
added new template apps/dashboard/my_lists.html; all FTs passing green locally, tho half og .test_my_lists TODO'd out; test_login uses mock-patch architecture to avoid Mailgun and DigitalOcean magic login link testing restraints
|
2026-02-07 22:47:04 -05:00 |
|
Disco DeDisco
|
0c413a9cc2
|
pre–db-reset commit; attempting to update User model w. uuid pk enumeration
|
2026-02-07 20:15:27 -05:00 |
|