dify/api/tests
aqiu e44abb0d5e refactor(vibe): unify node configuration and improve type safety
- Merge fallback rules and hardcoded definitions into node_schemas.py
- Remove redundant fallback_rules.py and node_definitions.json
- Introduce types.py with TypedDict and Pydantic models for core entities
- Update validation engine, rules, and utilities to use explicit types
- Clean up debug logs and add startup validation for config consistency
- Update frontend and node implementations to support unified schema
2025-12-29 11:04:45 +08:00
..
fixtures/workflow fix: workflow end node validate error (#29473) 2025-12-11 13:47:37 +08:00
integration_tests fix: validate API key is not empty in HTTPRequest node (#29950) 2025-12-21 17:04:07 +08:00
test_containers_integration_tests fix(api): fix credential type handling and rebuild subscription transaction safety (#30242) 2025-12-28 20:29:35 +08:00
unit_tests refactor(vibe): unify node configuration and improve type safety 2025-12-29 11:04:45 +08:00
__init__.py Initial commit 2023-05-15 08:51:32 +08:00