Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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
bcadb28017
functional_tests.base updated w. many helper functions to save screendumps on server after test failures; woodpecker pipeline updated accordingly
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
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