Mondo Diaz mondo
  • Joined on 2025-08-06
mondo pushed to fix/pypi-proxy-timeout at bitforge/orchard 2026-02-04 17:02:07 -06:00
c31a147e1f fix: treat bare version constraints as exact match
mondo pushed to fix/pypi-proxy-timeout at bitforge/orchard 2026-02-04 16:20:09 -06:00
6cf487b224 fix: add security checks and tests for code review
mondo pushed to fix/pypi-proxy-timeout at bitforge/orchard 2026-02-04 14:57:04 -06:00
7140c9f4f2 fix: filter platform-specific and extra dependencies in PyPI proxy
mondo pushed to fix/pypi-proxy-timeout at bitforge/orchard 2026-02-04 14:06:10 -06:00
6957bb26e9 chore: increase MAX_DEPENDENCY_DEPTH from 50 to 100
mondo pushed to fix/pypi-proxy-timeout at bitforge/orchard 2026-02-04 14:04:37 -06:00
561b82da92 chore: remove unused auto_fetch_max_depth config setting
mondo pushed to fix/pypi-proxy-timeout at bitforge/orchard 2026-02-04 13:55:56 -06:00
0fb69a6aaa feat: remove fetch depth limit for dependency resolution
mondo pushed to fix/pypi-proxy-timeout at bitforge/orchard 2026-02-04 13:45:17 -06:00
f1ac43c1cb fix: use lenient conflict handling for dependency resolution
mondo pushed to fix/pypi-proxy-timeout at bitforge/orchard 2026-02-04 13:39:00 -06:00
23ffbada00 feat: increase auto_fetch_max_depth from 3 to 10
mondo pushed to fix/pypi-proxy-timeout at bitforge/orchard 2026-02-04 13:19:06 -06:00
2ea3a39416 fix: prevent false circular dependency detection on self-dependencies
mondo pushed to fix/pypi-proxy-timeout at bitforge/orchard 2026-02-04 12:23:04 -06:00
7bfec020c8 feat: change auto_fetch default to true
mondo pushed to fix/pypi-proxy-timeout at bitforge/orchard 2026-02-04 12:18:49 -06:00
6b9863f9c3 fix: fetch root artifact from upstream when missing in auto_fetch mode
mondo pushed to fix/pypi-proxy-timeout at bitforge/orchard 2026-02-04 12:01:55 -06:00
5cff4092e3 feat: add auto-fetch for missing dependencies from upstream registries
mondo pushed to fix/pypi-proxy-timeout at bitforge/orchard 2026-02-04 10:57:37 -06:00
b82bd1c85a fix: remove dead code and security issue from code review
mondo pushed to fix/pypi-proxy-timeout at bitforge/orchard 2026-02-04 10:40:57 -06:00
632bf54087 fix: correct test imports and health endpoint assertions
170561b32a feat: add infrastructure status to health endpoint
6e05697ae2 infra: enable Redis in Helm chart values for all environments
08b6589712 test: add infrastructure integration tests for pypi_proxy
7ad5a15ef4 perf: use batch dependency storage in pypi_proxy
Compare 14 commits »
mondo pushed to fix/pypi-proxy-timeout at bitforge/orchard 2026-02-04 09:05:24 -06:00
196f3f957c docs: add detailed implementation plan for PyPI proxy performance
mondo pushed to fix/pypi-proxy-timeout at bitforge/orchard 2026-02-04 08:56:47 -06:00
9cadfa3b1b Add PyPI proxy performance & multi-protocol architecture design
mondo pushed to fix/pypi-proxy-timeout at bitforge/orchard 2026-02-03 17:43:44 -06:00
19e034ef56 Fix duplicate dependency extraction from PyPI wheel METADATA
mondo pushed to fix/pypi-proxy-timeout at bitforge/orchard 2026-02-03 17:22:48 -06:00
45a48cc1ee Add inline migration for tag removal (024_remove_tags)
mondo pushed to fix/pypi-proxy-timeout at bitforge/orchard 2026-02-03 17:19:01 -06:00
7068f36cb5 Restore dependency extraction from PyPI packages
mondo pushed to fix/pypi-proxy-timeout at bitforge/orchard 2026-02-03 17:10:40 -06:00
e471202f2e Fix SQLAlchemy subquery warning in artifact listing