Avatar for the PrefectHQ user
PrefectHQ
prefect
BlogDocsChangelog

Branches performance

Pull requests

Fix postgres_listener to preserve Kerberos/GSSAPI and TLS connection params#20890
last run
11 hours ago
Refactor TLS context creation to if/else per review feedback Co-authored-by: Nate Nowack <nate@prefect.io>
11 hours ago
1eb4ff7
devin/1772211105-postgres-listener-connection-parity
CodSpeed Performance Gauge
0%
fix(docker): add retry logic for apt-get install chromium in UI builder stages#20888
last run
15 hours ago
fix: ensure retry loop fails build if all attempts exhaust Add a post-loop dpkg check to verify chromium was actually installed. Without this, if all 3 retry attempts fail, the for loop could exit with status 0 and silently continue the build without chromium. Co-authored-by: bot_apk <apk@cognition.ai>
15 hours ago
5d4aad8
devin/1772206674-fix-docker-apt-retry
CodSpeed Performance Gauge
0%
chore(deps-dev): bump ruff from 0.15.2 to 0.15.4#20881
last run
9 hours ago
chore: update uv.lock and .pre-commit-config.yaml for ruff 0.15.4 Co-authored-by: alex.s <alex.s@prefect.io> Co-Authored-By: alex.s <ajstreed1@gmail.com>
9 hours ago
4a5dd56
dependabot/pip/ruff-0.15.4
CodSpeed Performance Gauge
0%
preserve prefect.cli.* modules in reset_sys_modules fixture The `reset_sys_modules` autouse fixture deletes any modules added to `sys.modules` during a test. With lazy CLI loading, command modules like `prefect.cli.events` are imported on-demand during test invocations and then deleted after the test. However, cyclopts caches the resolved App internally (`CommandSpec._resolved`), so subsequent tests get a stale App whose function references point to the deleted module. When monkeypatch patches the freshly re-imported module, the stale cached App still uses the old (unpatched) functions. Fix: skip `prefect.cli.*` modules during cleanup so cyclopts' cached references remain valid. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 day ago
d09cce7
cli-lazy-loading
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home Terms Privacy Docs