You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: wire orb config show missing sections, fix fleetRole ARN expansion, add scheduler mismatch flag
orb config show:
- Add get_scripts_dir() to ConfigurationPort/ConfigurationAdapter
- scripts_dir, template_search_paths, logging, request_limits, backup_path, data_path all wired
- grace_period and circuit_breaker defaults wired
- Fix empty except clauses with debug logging
- Fix mismatch_action initialisation before try block
fleetRole:
- Short name expanded to full ARN from template or config
Scheduler mismatch:
- on_scheduler_mismatch: ignore|warn|fail flag added to SchedulerConfig
- _delegate_load_to_strategy enforces the flag
- _validate_basic_template_structure checks scheduler compatibility
0 commit comments