un-inception/scripts
russell@unturf.com b3ed0f808d fix: Upload SDK files via input_files for example validation
Examples import SDK libraries (from un import execute_code, etc.) which
aren't available in the sandbox. Instead of making examples standalone
(which defeats the purpose), upload SDK source files via the API's
input_files parameter and rewrite import paths to /tmp/input/.

Changes:
- validate-examples.sh: detect SDK src dir, base64-encode files into
  input_files JSON, rewrite Python/JS/Ruby/PHP import paths, pipe
  request body via stdin to avoid arg length limits
- validate-examples.sh: add JUnit XML generation (science-results.xml)
- .gitlab-ci.yml: remove allow_failure from science-validate-examples
  and validate-examples jobs
- .gitignore: add science-results/ (CI artifacts, not source)
- git rm science-results/ (committed "100% pass" was a lie)
2026-02-16 06:52:23 -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: Upload SDK files via input_files for example validation 2026-02-16 06:52:23 -05:00