Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
e2f34d5
Add aws and k8s subcommands to catalog
jeff-schnitter Jun 26, 2026
11cc095
Port k8s test infra from customer-experience/minikube
jeff-schnitter Jun 26, 2026
e3bc8f0
Add k8s API verification to k8s-agent-test recipe
jeff-schnitter Jun 26, 2026
ef96201
Add environment profile switching (just env local / just env)
jeff-schnitter Jun 26, 2026
b4bcb91
Fix switch-env.sh for JWT tokens with special characters
jeff-schnitter Jun 26, 2026
badac21
Fix k8s-agent-test CLI check to use tenant alias from config
jeff-schnitter Jun 26, 2026
f85df41
Handle connection errors gracefully instead of showing full stack trace
jeff-schnitter Jun 26, 2026
b0e9c8a
Fix k8s-agent-test to fail properly on CLI errors
jeff-schnitter Jun 26, 2026
e0971dc
Fix entity creation to target local Cortex and rename tag to k8s-test…
jeff-schnitter Jun 26, 2026
6d62f88
Add configmap checksum to deployment for automatic pod restart
jeff-schnitter Jun 26, 2026
a659a4e
Rename entity tag to k8s-test-annotation to match k8s mapping mechanism
jeff-schnitter Jun 26, 2026
8ee69f6
Show resource details in k8s-agent-test output
jeff-schnitter Jun 26, 2026
d2ed23d
Add cortex.io/tag annotations to argo test manifests
jeff-schnitter Jun 26, 2026
b4c9cf7
Force pod restart on k8s-agent-setup to pick up secret changes
jeff-schnitter Jun 26, 2026
058d6a8
Improve k8s-agent setup and test output
jeff-schnitter Jun 26, 2026
8e94fbf
Add SSO CLI commands for managing OIDC configurations
jeff-schnitter Jun 26, 2026
ad23488
Merge remote-tracking branch 'origin/main' into jeff/cli-catalog-inte…
jeff-schnitter Jul 23, 2026
6a75a53
feat: add aws and k8s subcommands to catalog, handle connection errors
jeff-schnitter Jul 23, 2026
b2bb8dc
fix: correct validate URL construction for 12 integrations
jeff-schnitter Jul 23, 2026
8f79f96
fix: correct three more test bugs exposed by ConnectionError handler
jeff-schnitter Jul 23, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ import.html
report*.html
.load-data-done
.env
.env.default
.env.local
.env.active
!.env.*.example
!.env.example
state.json
screenshots/
videos/
Expand Down
Loading