PrefectHQ
prefect
BlogDocsChangelog

Branches performance

Pull requests

fix git url comparison when credentials are embedded in url#20346
last run
3 hours ago
fix git url comparison when credentials are embedded in url - strip auth from both URLs before comparing in pull_code - also strip auth from error message to avoid leaking credentials - add regression test 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
3 hours ago
e24c4fb
fix-git-url-comparison-with-embedded-credentials
CodSpeed Performance Gauge
0%
Fix conda Docker build by installing git from Trixie on Bookworm The miniconda3:25.3.1-1 image is based on Debian Bookworm, which only provides git ~2.39. The security requirement added in #18916 requires git >= 2.47.3. PR #20309 attempted to fix this by pinning the miniconda3 image version, but incorrectly assumed that version used Debian Trixie. It actually uses Bookworm. This fix detects the Debian version at build time and conditionally adds Trixie apt sources to install git >= 2.47.3 when building on Bookworm-based images (conda flavor). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
3 hours ago
a6a2a64
fix-conda-docker-git-version
CodSpeed Performance Gauge
0%
consolidate strip_auth_from_url into prefect._internal.urls - move `_strip_auth_from_url` from runner/storage.py to `prefect._internal.urls` - update prefect-github to import from shared location instead of duplicating - add unit tests for the utility 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
22 hours ago
5cff834
consolidate-strip-auth-from-url
CodSpeed Performance Gauge
0%
Address PR review comments - Add RETRYABLE_EXCEPTIONS module constant for consistent exception handling - Include OSError in retryable exceptions for network-level errors - Use RETRYABLE_EXCEPTIONS in all retry loops (__aenter__, _emit, __anext__) - Remove inline imports in tests (use existing top-level import) Co-Authored-By: alex.s@prefect.io <ajstreed1@gmail.com>
1 day ago
4c38c03
devin/1769022784-events-client-retry-aenter
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home Terms Privacy Docs