summaryrefslogtreecommitdiff
path: root/py_modules/lsfg_vk/config_schema.py
AgeCommit message (Collapse)Author
2026-05-07remove dead code across frontend and backendChristopher Lott
- Remove TS ConfigurationManager class in configSchema.ts (called non-existent backend methods; only getDefaults() was used, replaced with direct import) - Remove Python update_config method and create_config_from_args (unreachable since plugin.py routes through update_config_from_dict; also carried a duplicate @staticmethod that would crash at runtime) - Delete configuration_helpers_generated.py entirely (all three functions were unused) - Remove their generators from generate_python_boilerplate.py - Remove dead generated code from config_schema_generated.py (create_config_dict, get_function_parameters, TOML_FIELDS, SCRIPT_FIELDS) - Remove duplicate import in config_schema.py - Remove unused config prop from UsageInstructions component
2025-12-06fix: normalize spaces in profile names w dashes for conf requirements, ↵xXJSONDeruloXx
display actual in FE
2025-10-20chore: wordingxXJSONDeruloXx
2025-10-20feat: always set no_fp16 false even on previous confxXJSONDeruloXx
2025-10-19chore: clean up imports, rm dupe inits, bump verxXJSONDeruloXx
2025-08-16add conf preservation logic, edge case handling if we add params down the linexXJSONDeruloXx
2025-08-16fix unique prof creation in confxXJSONDeruloXx
2025-08-16initial prof selector and creator uixXJSONDeruloXx
2025-08-05feat: groundwork for fp16 feature in lsfg-vkxXJSONDeruloXx
2025-07-22use generated kwargs and config in more hardcoded placesxXJSONDeruloXx
2025-07-22further automate population of hardcoded fieldsxXJSONDeruloXx
2025-07-22rm test config optionsxXJSONDeruloXx
2025-07-22consolidate toml and script valuesxXJSONDeruloXx
2025-07-22add workaround env vars, rm old testsxXJSONDeruloXx
2025-07-21dry up with py generators for ts backendsxXJSONDeruloXx
2025-07-21refactor: remove unused backend files and improve configuration handling in ↵xXJSONDeruloXx
TypeScript
2025-07-19Update py_modules/lsfg_vk/config_schema.pyKurt Himebauch
2025-07-19Update py_modules/lsfg_vk/config_schema.pyKurt Himebauch
2025-07-19restore script env var val on mount check and UI state setxXJSONDeruloXx
2025-07-19move env vars into lsfg script, getting sunset in lsfg-vk config soonxXJSONDeruloXx
2025-07-18rm circular logic bug with legacy enable boolxXJSONDeruloXx
2025-07-18initial env var additionsxXJSONDeruloXx
2025-07-18new profile method workaround for sudo global usexXJSONDeruloXx
2025-07-17add experimental togglesxXJSONDeruloXx
2025-07-17fix descriptions and cleanup UIxXJSONDeruloXx
2025-07-17write dll path when discoveredxXJSONDeruloXx
2025-07-17initial conf FE and BE hooksxXJSONDeruloXx
2025-07-16 centralized configuration system for lsfg-vk paramsxXJSONDeruloXx