feat(enterprise): add oidc onboarding flow#66
Draft
Gracker wants to merge 1 commit intofeature/enterprise-multi-tenant-auth-modesfrom
Draft
feat(enterprise): add oidc onboarding flow#66Gracker wants to merge 1 commit intofeature/enterprise-multi-tenant-auth-modesfrom
Gracker wants to merge 1 commit intofeature/enterprise-multi-tenant-auth-modesfrom
Conversation
mr-torto
pushed a commit
to mr-torto/SmartPerfetto
that referenced
this pull request
May 8, 2026
…racker#19, Gracker#46, Gracker#65, Gracker#66, Gracker#106, Gracker#107) GpuSurfaceFlingerContract is the joint root-cause contract for GPU, SurfaceFlinger, and composition. Five facets (all optional, all with explicit provenance): - GpuRenderStage[] with vendorBucket for Mali / Adreno / PowerVR attribution (Spark Gracker#14) - SurfaceFlingerComposition[] tracking HWC fallback and BufferStuffing (Spark Gracker#19) - GpuMemorySnapshot[] for GPU memory pressure (Spark Gracker#14) - GpuProfilerImport[] for AGI / Mali / Snapdragon / PowerVR / GameBench imports (Spark Gracker#65, Gracker#66, Gracker#106, Gracker#107) - surfaceFlingerLatency for dumpsys SurfaceFlinger --latency parser output (Spark Gracker#46) Plan: docs/superpowers/spark/plans/16-gpu-surfaceflinger-composition.md Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
mr-torto
pushed a commit
to mr-torto/SmartPerfetto
that referenced
this pull request
May 8, 2026
buildGpuSurfaceFlinger combines render-stage breakdown, SF compositions, GPU memory snapshots, vendor profiler imports and SF latency parser output into one GpuSurfaceFlingerContract with per-facet coverage: - AGI imports flip Spark Gracker#65/Gracker#106 to implemented - Vendor (mali / snapdragon / powervr) imports flip Spark Gracker#66/Gracker#107 - SF latency parser output flips Spark Gracker#46 - HWC composition rows flip Spark Gracker#19 - Render stages or GPU memory snapshots flip Spark Gracker#14 summarizeComposition() computes the HWC fallback rate and BufferStuffing count over a window, useful for the report header. Tests: 5 cases covering coverage promotion paths, unsupported, and the composition summary statistics. Plan: docs/superpowers/spark/plans/16-gpu-surfaceflinger-composition.md Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Scope note
SMARTPERFETTO_OIDC_ISSUER_URLand standard OIDC client env for Okta/Auth0/Azure/etc.Verification
cd backend && npx jest src/services/__tests__/enterpriseSchema.test.ts src/services/__tests__/enterpriseOidcClient.test.ts src/routes/__tests__/enterpriseAuthRoutes.test.ts src/middleware/__tests__/auth.test.ts src/routes/__tests__/requestContextRouteCoverage.test.ts src/routes/__tests__/ownerGuardRoutes.test.ts src/services/__tests__/sessionPersistenceService.test.ts --runInBandcd backend && npm run typechecknpm run verify:pr