Summary
Automatically run E2E tests after a deployment and avoid throttling issues when
running commands.
Layer | Has changes | Needs migration |
---|---|---|
Account | ||
Network | ||
Build repository | ||
Database | ||
Service | ✅ | |
CI/CD | ✅ | |
EOF |
Service
- Fix throttle issues when running commands (such as migrations) in projects with some history by @tdooner in #900
CI / CD
- E2E
- Cleanup E2E dependencies and strip
e2e-
from npm script names by @lorenyu in #895 - Add autoformatting and typechecking by @lorenyu and @rylew1 in #896, #911
- Support specifiying a specific email username for tests that need it by @lorenyu in #898
- Consolidate ability to run E2E tests on demand into
e2e-tests.yml
by @lorenyu in #899 - Ignore HTTPS errors by default on E2E tests by @lorenyu in #901
- Run E2E tests at end of deployment except in
prod
by @lorenyu in #903 and #908
- Cleanup E2E dependencies and strip
- Check for stale infra service test environments by @lorenyu in #909
- Bump golang.org/x/net from 0.34.0 to 0.36.0 in /infra/test by @dependabot in #905
- Allow PR environment workflows to run in parallel for different apps by @lorenyu in a78dc50
Tech debt and maintenance
Full Changelog: v0.15.4...v0.15.5