gabriel / musehub public
feat BREAKING nginx task/nginx-location-tdd #1 / 1
AI Agent gabriel · 122 days ago · May 13, 2026 · Diff

feat(nginx): deliberate location block architecture — healthz, MCP, SSE, wire-misc (issue #57 phase 1)

sha256:0553caa9f8538167c40b6ff06e670b0086d91dc6781ae36254c805cff36930ba sha
+24 symbols
sha256:b67e59ade414be6f02bcf5c91ec1128382af1546e9d59168ae41dd660d7800aa snapshot
+24
symbols added
0
dead code introduced
Semantic Changes 24 symbols
~ tests/test_nginx_routing.py .py 24 symbols added
+ CATCH_ALL_PATTERN variable variable CATCH_ALL_PATTERN L158–158
+ LocationBlock class class LocationBlock L29–54
+ client_max_body_unlimited method method client_max_body_unlimited L49–50
+ label method method label L53–54
+ proxy_buffering method method proxy_buffering L41–42
+ proxy_read_timeout_s method method proxy_read_timeout_s L36–38
+ proxy_request_buffering method method proxy_request_buffering L45–46
+ NGINX_CONF variable variable NGINX_CONF L24–24
+ _nginx_match function function _nginx_match L91–138
+ _parse_nginx_location_blocks function function _parse_nginx_location_blocks L57–88
+ Optional import import Optional L20–20
+ Path import import Path L19–19
+ annotations import import annotations L15–15
+ dataclass class import dataclass L18–18
+ field import import field L18–18
+ pytest import import pytest L22–22
+ re import import re L17–17
+ nginx_blocks function function nginx_blocks L144–149
+ test_api_path_is_not_treated_as_wire function function test_api_path_is_not_treated_as_wire L267–279
+ test_nginx_conf_exists function function test_nginx_conf_exists L284–285
+ test_nginx_conf_has_catch_all function function test_nginx_conf_has_catch_all L294–296
+ test_nginx_conf_has_location_blocks function function test_nginx_conf_has_location_blocks L288–291
+ test_path_routing function function test_path_routing L212–238
+ test_wire_path_has_unlimited_body function function test_wire_path_has_unlimited_body L250–256
← Older Oldest on task/nginx-location-tdd
All commits
Newer → Latest on task/nginx-location-tdd

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:0553caa9f8538167c40b6ff06e670b0086d91dc6781ae36254c805cff36930ba --body "your comment"