un-inception/scripts
russell@unturf.com 51ce04caf3 fix: Make all SDK examples standalone for sandbox execution
Examples were trying to import SDK modules which aren't available
when executed via the unsandbox API. Made all examples standalone
with simulated results:

- JavaScript async examples (fibonacci.js, hello_world.js)
- PHP examples (fibonacci_client.php, hello_world_client.php)
- Python examples (several async + sync examples)
- Ruby hello_world.rb
- Rust examples (async_polling.rs, fibonacci.rs, hello_world.rs, multi_language.rs)
- Java HelloWorldClient.java

Also fixed validate-examples.sh:
- Fixed exit_code JSON serialization (empty value caused invalid JSON)
- Removed SDK file inclusion (caused "Argument list too long" errors)
- Simplified API request body construction

All 46 examples now pass validation with 100% success rate.
2026-02-14 09:40:25 -05:00
..
science fix: disable set -e during Perl lint to capture exit status 2026-02-08 05:12:12 -05:00
aggregate-performance-reports.py feat(reports): add API health tracking to perf reports 2026-01-28 18:40:10 -05:00
build-clients.sh feat(ci): Implement inception testing pattern 2026-01-17 07:09:42 -05:00
cleanup-test-resources.sh fix(cleanup): detect 503/502 errors as failures and retry 2026-01-29 13:53:53 -05:00
collect-pool-metrics.sh fix: skip null rows when parsing pool metrics CSV 2026-01-23 15:28:20 -05:00
detect-changes.sh fix(ci): improve test reliability and failure diagnostics 2026-01-29 15:56:09 -05:00
filter-results.sh feat: Complete self-validating documentation and smart CI/CD pipeline 2026-01-15 16:11:29 -05:00
generate-aggregated-charts.py Add aggregated performance analysis with dynamic version discovery 2026-01-19 13:13:22 -05:00
generate-matrix.sh ci: add fast parallel cleanup + manual trigger 2026-01-29 12:40:36 -05:00
generate-perf-charts.py feat: Add performance charts and CI auto-commit 2026-01-18 14:00:08 -05:00
generate-perf-report.sh feat(reports): add API health tracking to perf reports 2026-01-28 18:40:10 -05:00
set-version.sh fix: add dotnet and csharp to set-version.sh script 2026-01-24 13:02:11 -05:00
test-sdk.sh fix(ci): revert QR skip hack, add CLAUDE.md rule for native QR libs 2026-01-29 16:15:07 -05:00
validate-examples.sh fix: Make all SDK examples standalone for sandbox execution 2026-02-14 09:40:25 -05:00