Commit 1d3a589
committed
feat: migrate infralens into randy-code as a native /tools/infralens route (v0.7.16)
- copy infralens's full engine (18 checks, scoring, dns, ssrf/security,
compare, history, recommendations) into src/infralens/, with dedicated
tsconfig/vitest aliases (@infralens-*) to avoid collisions with existing
src/ (including its own shadcn ui primitives, kept namespaced rather than
merged — different variant scales, would've reskinned the migrated UI)
- add native app router routes under app/tools/infralens (page, compare,
docs, privacy, opengraph-image, catch-all 404), drop the old cross-repo
rewrite proxy and INFRALENS_ORIGIN from next.config.mjs
- scope infralens's original green-primary shadcn tokens under
.infralens-scope so migrated components keep their look without
reskinning them with randy-code's global blue tokens
- port the 4 e2e specs into a serialized playwright project (rate-limited
analysis flow), add a dedicated ci job, bring over docs/changelog/
security/license under docs/infralens
- baseline: 36/36 non-pwa unit test files (282 tests), 25/25 e2e tests,
lint/typecheck/build all green — pwa is the only deliberately dropped
surface1 parent a49ac4f commit 1d3a589
171 files changed
Lines changed: 21569 additions & 26 deletions
File tree
- .github/workflows
- app
- tools/infralens
- [...slug]
- actions
- compare
- docs
- privacy
- docs/infralens
- source-docs
- audit
- images
- e2e/infralens
- public/infralens
- brand
- fonts
- src/infralens
- components
- compare
- history
- landing
- results
- ui
- config
- hooks
- lib
- checks
- checks
- compare
- dns
- history
- recommendations
- security
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
3 | 23 | | |
4 | 24 | | |
5 | 25 | | |
| |||
0 commit comments