This website requires JavaScript.
Explore
Help
Register
Sign In
discoman
/
python-tdd
Watch
1
Star
0
Fork
0
You've already forked python-tdd
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4c502e40f83b670ee941ff86394a23e650f0694c
python-tdd
/
src
/
apps
/
dashboard
/
migrations
History
Disco DeDisco
4c502e40f8
All checks were successful
ci/woodpecker/push/woodpecker
Pipeline was successful
Details
fixed applet seeding in 0005 migration; many FTs & ITs now require authentication before they pass; New List & My Lists converted to dash applets; home.html offloaded and _applets.html onboarded w. these applets
2026-03-06 21:34:43 -05:00
..
__init__.py
move code into newly created ./src/ dir
2026-01-03 23:36:38 -05:00
0001_initial.py
refactored lists to have more descriptive urlpatterns; cascading changes across API, dashboard app & even FTs; restarted staging server db w. new migrations
2026-02-22 23:56:29 -05:00
0002_applet_userapplet.py
new migrations; new models in apps.dash for Applets and UserApplets; new ITs to match
2026-03-04 15:43:24 -05:00
0003_seed_applets.py
took db-breaking migrations change out of 0003 and placed into new migration 0005 (grid_cols, grid_rows)
2026-03-06 19:22:30 -05:00
0004_applet_grid_cols_applet_grid_rows.py
new migration in apps.dashboard for Applet grid_cols & grid_rows settings; test_models; complete overhaul of _dashboard.scss to containerize user scrolling; some new styling in _base.scss supports static window behind localized scrolling; new applet mgmt in apps.dashboard.admin; .views passes page_dashboard to home_page() FBV; keep an eye on IT apps.dashboard.tests.integrated.test_views.NewListTest.test_for_invalid_input_renders_list_template for intermittent caching errors
2026-03-06 18:14:01 -05:00
0005_set_applet_grid_defaults.py
fixed applet seeding in 0005 migration; many FTs & ITs now require authentication before they pass; New List & My Lists converted to dash applets; home.html offloaded and _applets.html onboarded w. these applets
2026-03-06 21:34:43 -05:00