1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2025-12-20 19:18:25 +00:00

9 Commits

Author SHA1 Message Date
ServarrAdmin
15fe1da39f Fixed: remaining f-string backslash syntax error in validate.py line 162 2025-08-15 20:39:00 -05:00
ServarrAdmin
8a4923677a fix: remove backslash from f-string in validation script 2025-08-15 20:29:16 -05:00
ServarrAdmin
891ab5b2a4 script:(validate) add flexible folder structure support 2025-08-15 16:32:24 -05:00
ServarrAdmin
9b84483294 script:(validate) improve error messaging 2025-08-15 16:32:24 -05:00
Servarr
159b98e101 fix: improve CLI argument parsing in validation script 2025-08-13 12:22:01 -05:00
ServarrAdmin
bb23ecc903 feat: centralize version management and improve validation
- Add VERSIONS file for centralized schema version configuration
- Add schema caching with --no-cache override option
- Move best schema version detection from bash to Python
- Skip logging for empty folders below minimum schema version
- Add --find-best-version command line option
- Update sync script to use Python for schema detection
2025-08-13 12:22:01 -05:00
ServarrAdmin
15562d5bd0 fix: handle boolean values in options and case fields 2025-08-13 12:22:01 -05:00
ServarrAdmin
6accb09f95 fix: handle numeric keys in yaml validation 2025-08-13 12:22:01 -05:00
ServarrAdmin
3040f4a889 feat: add python-based validation system 2025-08-13 12:22:01 -05:00