1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 06:46:36 +01:00

4 Commits

Author SHA1 Message Date
openshift-merge-bot[bot]
0c2ec6ece6 Merge pull request #10190 from tthvo/claude-cmd
no-jira: add trace-config Claude command for installconfig field usage analysis
2026-01-27 06:23:01 +00:00
barbacbd
b1cbe4d0e7 no-jira: Platform Experts Claude Command
Adding a claude slash command that will allow the user to find an expert for a platform in the
installer project.
2026-01-05 07:45:34 -05:00
Thuan Vo
5cfed35237 no-jira: add trace-config command for field pipeline analysis
Add /trace-config command to trace install config fields from schema
definition through validation, defaults, and asset generation to final
cluster deployment. Helps developers understand field flow when debugging,
modifying, or adding new install config options.

Example: /trace-config platform.aws.throughput

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-23 19:03:19 -08:00
Zane Bitter
680f3904a9 integration tests: allow running in a network sandbox
The testscript framework needs environment variables explicitly passed
through to the test environment. This adds passthrough for proxy variables
(HTTP_PROXY, HTTPS_PROXY, NO_PROXY and lowercase variants) that may be set
by the sandbox or CI environment.

Without these, integration tests running behind a proxy would fail with
network DNS resolution failures when attempting to download resources.

Assisted-by: Claude Code
2025-11-21 16:05:39 +13:00