docs: add 107 per-feature GitHub issue drafts for all server integrations#160
Closed
s2x wants to merge 2 commits into
Closed
docs: add 107 per-feature GitHub issue drafts for all server integrations#160s2x wants to merge 2 commits into
s2x wants to merge 2 commits into
Conversation
103 issue files across 8 servers, one per missing feature from the feature matrix (docs/features.md). Each file follows the existing repo issue format: Problem / Impact / Context / Proposed solution / Acceptance criteria (tests, docs, functional tests, changelog) / Notes. Servers covered: - core (1 file): shared <esi:inline>/<esi:choose>/<esi:try>/<esi:vars> - nginx (16): all missing EsiParserConfig directives + libgomesi migration - apache (14): all missing Mesi* directives - caddy (16): all missing Caddyfile directives - roadrunner (16): all missing .rr.yaml config options - traefik (15): all missing YAML plugin config options - php-ext (14): all missing parse_with_config() options - cli (11): all missing CLI flags Proxy omitted — all features already supported.
- 001: <esi:inline> — body passthrough, escape hatch - 002: <esi:choose>/<esi:when>/<esi:otherwise> — conditional content - 003: <esi:try>/<esi:attempt>/<esi:except> — exception handling - 004: <esi:vars> + expression evaluation Each is an independent parser feature with its own tests and acceptance criteria.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
107 issue files in
docs/issues/, one per missing/partial feature from the feature matrix. Each file follows the existing repo issue format: Problem, Impact, Context (with code references), Proposed solution, Acceptance criteria (tests, docs, functional tests, changelog), and Notes.Per-server breakdown
<esi:inline>,<esi:choose>,<esi:try>,<esi:vars>+$(...)expressionsMesi*directives (same feature scope as nginx)mesi { }block.rr.yamlconfig optionsmesi\parse_with_config()array keysNot included
Purpose
These are issue drafts — technical specifications to be turned into actual GitHub issues and implemented server by server. Each can be copied directly into a GitHub issue body.