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
* Extract sync monitor polling loop into standalone script
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Committed-By-Agent: claude
* Using zshrc
* Switch mitmweb ports from 8080/8081 to 9080/9081 to avoid conflicts
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Committed-By-Agent: claude
* Fix global_state_count to only count global state messages + use --yes for db delete
- global_state_count in progress reducer was incrementing on every
source_state message regardless of state_type. Now only increments
for state_type: 'global'.
- Use --yes flag instead of piping confirmation to stripe databases delete.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Committed-By-Agent: claude
* Add QA environment to E2E workflow + accept error state until selective sync
- Run E2E monitor on both prod and QA (matrix strategy)
- Pass --api-base to Stripe CLI for QA environment
- Accept error/failed as non-fatal terminal states until selective sync
is available in the CLI/API
- Set STRIPE_SK_GOLDILOCKS_QA GitHub secret
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Committed-By-Agent: claude
* Trigger E2E workflow on push to fix-e2e branch
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Committed-By-Agent: claude
* Use static secret references instead of dynamic secrets[] lookup
Avoids passing all org/repo secrets to the runner.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Committed-By-Agent: claude
* Move secret name into matrix definition
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Committed-By-Agent: claude
* Always pass --api-base, use consistent STRIPE_SK_GOLDILOCKS_PROD secret
Removes conditionals around api_base — prod uses https://api.stripe.com
explicitly. Renames prod secret from GOLDI_LIVE_KEY to
STRIPE_SK_GOLDILOCKS_PROD for consistency with QA.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Committed-By-Agent: claude
* Add explicit API key validation step before creating database
Fails fast with a clear error message if the key is empty, expired,
or IP-restricted.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Committed-By-Agent: claude
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments