yao/seed
Max d3ed830ec1 Enhance OpenAPI and JSON Parsing Functionality
- Added app handlers to the OpenAPI attachment process, improving routing for application-related endpoints.
- Refactored the parseJSONField function to handle both JSON and boolean column types, enhancing value parsing flexibility and robustness.
- Improved error handling and clarity in the JSON parsing logic, ensuring original values are returned when parsing fails.
2025-12-31 11:54:36 +08:00
..
process.go Add seed file system support and deprecate legacy registrations 2025-10-20 10:34:52 +08:00
process_test.go Add seed file system support and deprecate legacy registrations 2025-10-20 10:34:52 +08:00
seed.go Enhance OpenAPI and JSON Parsing Functionality 2025-12-31 11:54:36 +08:00
seed_reset_test.go Refactor scope loading to dynamically retrieve first-level subdirectories 2025-11-04 18:07:22 +08:00
seed_test.go Refactor seed import logic to exclude auto-generated fields and improve error handling 2025-10-20 11:33:19 +08:00
types.go Implement JSON field parsing for CSV and XLSX imports in seed module 2025-10-20 10:52:04 +08:00