feat: finalize phase3 closure (tenancy, replay, marketplace)#5
Merged
ogulcanaydogan merged 4 commits intomainfrom Mar 8, 2026
Merged
feat: finalize phase3 closure (tenancy, replay, marketplace)#5ogulcanaydogan merged 4 commits intomainfrom
ogulcanaydogan merged 4 commits intomainfrom
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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
This PR formalizes Phase 3 full closure with production-ready implementation and docs for:
tenancy.*,PIF_TENANCY_*)replay.*,PIF_REPLAY_*)marketplace.*,PIF_MARKETPLACE_*)Public Interface Changes
tenancy.*/PIF_TENANCY_*replay.*/PIF_REPLAY_*marketplace.*/PIF_MARKETPLACE_*GET /api/dashboard/replaysGET /api/dashboard/replays/{id}POST /api/dashboard/replays/{id}/rescanpif marketplace listpif marketplace install <id>@<version>pif marketplace updateValidation Evidence
Local gates
go test ./...✅go test -race ./...✅malformed LC_DYSYMTABgo test ./... -coverprofile=coverage.outgo tool cover -func=coverage.out | tail -n 1Smoke checks
go test ./pkg/proxy -run 'TestScanMiddlewareWithOptions_TenantPolicyOverrides|TestDashboardReplayEndpoints'TestDashboardReplayEndpointsgo test ./internal/cli -run 'TestMarketplaceCommands_EnabledFlow'Commit Breakdown
feat: tenancy + replay/forensics + marketplace + dashboard/runtime integrationtest: new and updated unit/integration coveragedocs: README + API reference + changelog + roadmap closure