mitai-jinkendo/backend/csv_parser
Lars 0d0ab62674
Some checks failed
Deploy Development / deploy (push) Successful in 48s
Build Test / pytest-backend-csv (push) Failing after 24s
Build Test / lint-backend (push) Failing after 3s
Build Test / build-frontend (push) Successful in 1m25s
feat(workflows): Update CI configuration and enhance testing conditions
- Added workflow_run triggers for "Deploy Development" and "Deploy Production" to ensure tests run only after successful deployments.
- Updated Python version in CI from 3.12 to 3.11 for better compatibility with the Debian 12 ARM64 runner.
- Enhanced job conditions to skip tests on failed workflow runs.
- Improved frontend build process by updating Node.js setup and ensuring correct directory navigation.
- Refined CSV parsing logic to handle custom and unknown source units, enhancing conversion flexibility.
- Added new tests for custom source unit handling in CSV conversions, ensuring accurate processing.
2026-04-10 10:27:59 +02:00
..
__init__.py feat(csv-parser): Implement CSV import functionality with mapping and type conversion 2026-04-09 21:37:19 +02:00
core.py feat(csv-parser): Introduce header signature ranking metrics for enhanced CSV analysis 2026-04-10 07:08:21 +02:00
executor.py feat(csv-import): Refactor CSV import logic and enhance data handling 2026-04-10 09:54:32 +02:00
field_units.py feat(workflows): Update CI configuration and enhance testing conditions 2026-04-10 10:27:59 +02:00
mapping_suggest.py feat(csv-import): Refactor CSV import logic and enhance data handling 2026-04-10 09:54:32 +02:00
module_registry.py feat(csv-import): Refactor CSV import logic and enhance data handling 2026-04-10 09:54:32 +02:00
permissions.py feat(csv-parser): Implement CSV import functionality with mapping and type conversion 2026-04-09 21:37:19 +02:00
sleep_apple_import.py feat(csv-import): Enhance Apple sleep CSV import functionality 2026-04-10 07:52:04 +02:00
type_converter.py feat(workflows): Update CI configuration and enhance testing conditions 2026-04-10 10:27:59 +02:00