shinkan-jinkendo/backend/tests
Lars f9e6e61244
All checks were successful
Deploy Development / deploy (push) Successful in 34s
Test Suite / pytest-backend (push) Successful in 24s
Test Suite / lint-backend (push) Successful in 0s
Test Suite / build-frontend (push) Successful in 6s
Test Suite / playwright-tests (push) Successful in 29s
feat: implement bulk upload functionality for media assets
- Added a new API endpoint for bulk uploading media assets, allowing users to upload multiple files in a single request.
- Implemented validation for file types and sizes during the upload process, ensuring compliance with allowed formats and limits.
- Enhanced the MediaLibraryPage component to support bulk file selection and visibility options, improving user experience.
- Updated CSS styles for the upload interface to enhance layout and accessibility.
- Added tests to verify the functionality of the new bulk upload feature and its integration with existing media asset management.
2026-05-07 21:36:35 +02:00
..
test_access_layer_integration.py feat: update application version to 0.8.35 and enhance profile access controls 2026-05-05 22:57:42 +02:00
test_access_layer.py feat: update access layer governance and visibility checks 2026-05-05 22:11:05 +02:00
test_exercise_media_download.py feat: enhance media access and security for exercises 2026-05-07 10:52:14 +02:00
test_exercises_delete_policy.py feat: enhance exercise management features and UI 2026-05-06 13:52:24 +02:00
test_media_assets_archive.py feat: implement bulk upload functionality for media assets 2026-05-07 21:36:35 +02:00
test_official_exercise_media_rules.py feat: implement official exercise media management and copyright validation 2026-05-07 13:34:22 +02:00
test_platform_media_storage.py feat: enhance media lifecycle management and inline media integration 2026-05-07 12:55:50 +02:00
test_profiles_read_access.py feat: update application version to 0.8.36 and enhance profile creation process 2026-05-05 23:01:14 +02:00
test_security_release.py feat: implement CSP and security headers for API responses 2026-05-07 11:09:06 +02:00
test_training_unit_assignments.py feat: update application version to 0.8.37 and enhance training planning features 2026-05-05 23:35:41 +02:00