@surething/cockpit 1.0.210 → 1.0.212
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next-prod/BUILD_ID +1 -1
- package/.next-prod/app-path-routes-manifest.json +9 -5
- package/.next-prod/build-manifest.json +2 -2
- package/.next-prod/prerender-manifest.json +3 -3
- package/.next-prod/routes-manifest.json +24 -0
- package/.next-prod/server/app/_global-error/page.js +3 -3
- package/.next-prod/server/app/_global-error/page.js.nft.json +1 -1
- package/.next-prod/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/_global-error.html +1 -1
- package/.next-prod/server/app/_global-error.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found/page.js +2 -2
- package/.next-prod/server/app/_not-found/page.js.nft.json +1 -1
- package/.next-prod/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/_not-found.html +1 -1
- package/.next-prod/server/app/_not-found.rsc +4 -4
- package/.next-prod/server/app/_not-found.segments/_full.segment.rsc +4 -4
- package/.next-prod/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.segments/_index.segment.rsc +3 -3
- package/.next-prod/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/.next-prod/server/app/api/agent/test/route.js +1 -1
- package/.next-prod/server/app/api/agent/test/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/bash/route.js +1 -1
- package/.next-prod/server/app/api/bash/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/codex/route.js +78 -4
- package/.next-prod/server/app/api/chat/codex/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/deepseek/route.js +78 -4
- package/.next-prod/server/app/api/chat/deepseek/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/kimi/route.js +87 -13
- package/.next-prod/server/app/api/chat/kimi/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/ollama/route.js +89 -15
- package/.next-prod/server/app/api/chat/ollama/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/route.js +78 -4
- package/.next-prod/server/app/api/chat/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/claude-stats/route.js +1 -1
- package/.next-prod/server/app/api/claude-stats/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/commands/route.js +1 -1
- package/.next-prod/server/app/api/commands/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/comments/route.js +1 -1
- package/.next-prod/server/app/api/comments/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/columns/route.js +2 -2
- package/.next-prod/server/app/api/db/columns/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/connect/route.js +1 -1
- package/.next-prod/server/app/api/db/connect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/disconnect/route.js +1 -1
- package/.next-prod/server/app/api/db/disconnect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/export/route.js +1 -1
- package/.next-prod/server/app/api/db/export/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/query/route.js +1 -1
- package/.next-prod/server/app/api/db/query/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/schemas/route.js +1 -1
- package/.next-prod/server/app/api/db/schemas/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/dev/spans/route.js +1 -1
- package/.next-prod/server/app/api/dev/spans/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/extension/version/route.js +1 -1
- package/.next-prod/server/app/api/extension/version/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/file/route.js +1 -1
- package/.next-prod/server/app/api/file/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/blame/route.js +1 -1
- package/.next-prod/server/app/api/files/blame/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/clipboard/route.js +1 -1
- package/.next-prod/server/app/api/files/clipboard/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/copy/route.js +1 -1
- package/.next-prod/server/app/api/files/copy/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/delete/route.js +1 -1
- package/.next-prod/server/app/api/files/delete/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/expanded/route.js +1 -1
- package/.next-prod/server/app/api/files/expanded/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/index/route.js +1 -1
- package/.next-prod/server/app/api/files/index/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/init/route.js +1 -1
- package/.next-prod/server/app/api/files/init/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/paste/route.js +1 -1
- package/.next-prod/server/app/api/files/paste/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/read/route.js +1 -1
- package/.next-prod/server/app/api/files/read/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/readdir/route.js +1 -1
- package/.next-prod/server/app/api/files/readdir/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/recent/route.js +1 -1
- package/.next-prod/server/app/api/files/recent/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/save/route.js +1 -1
- package/.next-prod/server/app/api/files/save/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/search/route.js +1 -1
- package/.next-prod/server/app/api/files/search/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/stat/route.js +1 -1
- package/.next-prod/server/app/api/files/stat/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/text/route.js +1 -1
- package/.next-prod/server/app/api/files/text/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/branch-diff/route.js +1 -1
- package/.next-prod/server/app/api/git/branch-diff/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/branches/route.js +1 -1
- package/.next-prod/server/app/api/git/branches/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/commit-diff/route.js +1 -1
- package/.next-prod/server/app/api/git/commit-diff/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/commits/route.js +1 -1
- package/.next-prod/server/app/api/git/commits/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/diff/route.js +1 -1
- package/.next-prod/server/app/api/git/diff/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/discard/route.js +1 -1
- package/.next-prod/server/app/api/git/discard/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/stage/route.js +1 -1
- package/.next-prod/server/app/api/git/stage/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/status/route.js +1 -1
- package/.next-prod/server/app/api/git/status/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/unstage/route.js +1 -1
- package/.next-prod/server/app/api/git/unstage/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/worktree/route.js +1 -1
- package/.next-prod/server/app/api/git/worktree/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/global-state/route.js +1 -1
- package/.next-prod/server/app/api/global-state/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/jupyter/load/route.js +1 -1
- package/.next-prod/server/app/api/jupyter/load/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/jupyter/save/route.js +1 -1
- package/.next-prod/server/app/api/jupyter/save/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/jupyter/shutdown/route.js +1 -1
- package/.next-prod/server/app/api/jupyter/shutdown/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/definition/route.js +1 -1
- package/.next-prod/server/app/api/lsp/definition/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/hover/route.js +1 -1
- package/.next-prod/server/app/api/lsp/hover/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/references/route.js +1 -1
- package/.next-prod/server/app/api/lsp/references/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/status/route.js +1 -1
- package/.next-prod/server/app/api/lsp/status/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/warmup/route.js +1 -1
- package/.next-prod/server/app/api/lsp/warmup/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/columns/route.js +1 -1
- package/.next-prod/server/app/api/mysql/columns/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/connect/route.js +1 -1
- package/.next-prod/server/app/api/mysql/connect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/disconnect/route.js +1 -1
- package/.next-prod/server/app/api/mysql/disconnect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/export/route.js +1 -1
- package/.next-prod/server/app/api/mysql/export/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/query/route.js +1 -1
- package/.next-prod/server/app/api/mysql/query/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/schemas/route.js +1 -1
- package/.next-prod/server/app/api/mysql/schemas/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/neo4j/connect/route.js +1 -1
- package/.next-prod/server/app/api/neo4j/connect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/neo4j/disconnect/route.js +1 -1
- package/.next-prod/server/app/api/neo4j/disconnect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/neo4j/query/route.js +1 -1
- package/.next-prod/server/app/api/neo4j/query/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/neo4j/schema/route.js +1 -1
- package/.next-prod/server/app/api/neo4j/schema/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/note/route.js +1 -1
- package/.next-prod/server/app/api/note/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/ollama/models/route.js +1 -1
- package/.next-prod/server/app/api/ollama/models/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/ollama/start/route.js +1 -1
- package/.next-prod/server/app/api/ollama/start/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/open-cursor/route.js +1 -1
- package/.next-prod/server/app/api/open-cursor/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/open-vscode/route.js +1 -1
- package/.next-prod/server/app/api/open-vscode/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/pick-folder/route.js +1 -1
- package/.next-prod/server/app/api/pick-folder/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/pinned-sessions/route.js +1 -1
- package/.next-prod/server/app/api/pinned-sessions/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/project-settings/route.js +1 -1
- package/.next-prod/server/app/api/project-settings/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/project-state/route.js +1 -1
- package/.next-prod/server/app/api/project-state/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/callees/route.js +1 -0
- package/.next-prod/server/app/api/projectGraph/callees/route.js.nft.json +1 -0
- package/.next-prod/server/app/api/projectGraph/callees/route_client-reference-manifest.js +1 -0
- package/.next-prod/server/app/api/projectGraph/callers/route.js +1 -0
- package/.next-prod/server/app/api/projectGraph/callers/route.js.nft.json +1 -0
- package/.next-prod/server/app/api/projectGraph/callers/route_client-reference-manifest.js +1 -0
- package/.next-prod/server/app/api/projectGraph/coedit/route.js +1 -0
- package/.next-prod/server/app/api/projectGraph/coedit/route.js.nft.json +1 -0
- package/.next-prod/server/app/api/projectGraph/coedit/route_client-reference-manifest.js +1 -0
- package/.next-prod/server/app/api/projectGraph/file/route.js +1 -1
- package/.next-prod/server/app/api/projectGraph/file/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/file-functions/route.js +1 -1
- package/.next-prod/server/app/api/projectGraph/file-functions/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/impact/route.js +1 -0
- package/.next-prod/server/app/api/projectGraph/impact/route.js.nft.json +1 -0
- package/.next-prod/server/app/api/projectGraph/impact/route_client-reference-manifest.js +1 -0
- package/.next-prod/server/app/api/projectGraph/search/route.js +1 -1
- package/.next-prod/server/app/api/projectGraph/search/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projects/route.js +1 -1
- package/.next-prod/server/app/api/projects/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/command/route.js +1 -1
- package/.next-prod/server/app/api/redis/command/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/connect/route.js +1 -1
- package/.next-prod/server/app/api/redis/connect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/delete/route.js +1 -1
- package/.next-prod/server/app/api/redis/delete/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/disconnect/route.js +1 -1
- package/.next-prod/server/app/api/redis/disconnect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/get/route.js +1 -1
- package/.next-prod/server/app/api/redis/get/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/keys/route.js +1 -1
- package/.next-prod/server/app/api/redis/keys/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/set/route.js +1 -1
- package/.next-prod/server/app/api/redis/set/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/[id]/comments/route.js +1 -1
- package/.next-prod/server/app/api/review/[id]/comments/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/[id]/replies/route.js +1 -1
- package/.next-prod/server/app/api/review/[id]/replies/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/[id]/route.js +1 -1
- package/.next-prod/server/app/api/review/[id]/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/identify/route.js +1 -1
- package/.next-prod/server/app/api/review/identify/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/order/route.js +1 -1
- package/.next-prod/server/app/api/review/order/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/route.js +1 -1
- package/.next-prod/server/app/api/review/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/share-info/route.js +1 -1
- package/.next-prod/server/app/api/review/share-info/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/users/route.js +1 -1
- package/.next-prod/server/app/api/review/users/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/scheduled-tasks/route.js +1 -1
- package/.next-prod/server/app/api/scheduled-tasks/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/services/config/route.js +1 -1
- package/.next-prod/server/app/api/services/config/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/services/scripts/route.js +1 -1
- package/.next-prod/server/app/api/services/scripts/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/session/[sessionId]/fork/route.js +1 -1
- package/.next-prod/server/app/api/session/[sessionId]/fork/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/session/[sessionId]/history/route.js +1 -1
- package/.next-prod/server/app/api/session/[sessionId]/history/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/session-by-path/route.js +1 -1
- package/.next-prod/server/app/api/session-by-path/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route.js +1 -1
- package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/sessions/projects/route.js +1 -1
- package/.next-prod/server/app/api/sessions/projects/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/sessions/route.js +1 -1
- package/.next-prod/server/app/api/sessions/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/settings/route.js +1 -1
- package/.next-prod/server/app/api/settings/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/skills/[id]/route.js +1 -1
- package/.next-prod/server/app/api/skills/[id]/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/skills/content/route.js +1 -1
- package/.next-prod/server/app/api/skills/content/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/skills/route.js +1 -1
- package/.next-prod/server/app/api/skills/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/aliases/route.js +1 -1
- package/.next-prod/server/app/api/terminal/aliases/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/autocomplete/route.js +1 -1
- package/.next-prod/server/app/api/terminal/autocomplete/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/bubble-order/route.js +1 -1
- package/.next-prod/server/app/api/terminal/bubble-order/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/env/route.js +1 -1
- package/.next-prod/server/app/api/terminal/env/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/history/route.js +1 -1
- package/.next-prod/server/app/api/terminal/history/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/version/route.js +1 -1
- package/.next-prod/server/app/api/version/route.js.nft.json +1 -1
- package/.next-prod/server/app/favicon.ico/route.js +1 -1
- package/.next-prod/server/app/favicon.ico/route.js.nft.json +1 -1
- package/.next-prod/server/app/manifest.webmanifest/route.js +2 -2
- package/.next-prod/server/app/manifest.webmanifest/route.js.nft.json +1 -1
- package/.next-prod/server/app/manifest.webmanifest.body +1 -1
- package/.next-prod/server/app/page.js +2 -2
- package/.next-prod/server/app/page.js.nft.json +1 -1
- package/.next-prod/server/app/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/project/page.js +2 -2
- package/.next-prod/server/app/project/page.js.nft.json +1 -1
- package/.next-prod/server/app/project/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/review/[id]/page.js +2 -2
- package/.next-prod/server/app/review/[id]/page.js.nft.json +1 -1
- package/.next-prod/server/app/review/[id]/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app-paths-manifest.json +9 -5
- package/.next-prod/server/chunks/2939.js +1 -0
- package/.next-prod/server/chunks/5616.js +1 -1
- package/.next-prod/server/chunks/6955.js +1 -1
- package/.next-prod/server/chunks/8916.js +1 -1
- package/.next-prod/server/chunks/9658.js +2 -2
- package/.next-prod/server/middleware-build-manifest.js +1 -1
- package/.next-prod/server/pages/404.html +1 -1
- package/.next-prod/server/pages/500.html +1 -1
- package/.next-prod/server/server-reference-manifest.json +1 -1
- package/.next-prod/static/IVZ8ReZv3wH9JQhz4PDC2/_buildManifest.js +1 -0
- package/.next-prod/static/chunks/6345-3da1914a1a74c1fb.js +14 -0
- package/.next-prod/static/chunks/app/_global-error/page-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/agent/test/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/bash/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/codex/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/deepseek/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/kimi/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/ollama/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/claude-stats/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/commands/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/comments/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/db/columns/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/db/connect/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/db/disconnect/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/db/export/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/db/query/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/db/schemas/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/dev/spans/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/extension/version/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/file/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/files/blame/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/files/clipboard/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/files/copy/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/files/delete/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/files/expanded/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/files/index/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/files/init/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/files/paste/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/files/read/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/files/readdir/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/files/recent/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/files/save/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/files/search/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/files/stat/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/files/text/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/git/branch-diff/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/git/branches/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/git/commit-diff/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/git/commits/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/git/diff/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/git/discard/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/git/stage/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/git/status/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/git/unstage/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/git/worktree/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/global-state/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/jupyter/load/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/jupyter/save/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/definition/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/hover/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/references/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/status/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/warmup/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/columns/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/connect/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/disconnect/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/export/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/query/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/schemas/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/connect/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/query/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/schema/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/note/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/ollama/models/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/ollama/start/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/open-cursor/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/open-vscode/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/pick-folder/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/pinned-sessions/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/project-settings/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/project-state/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/callees/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/callers/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/coedit/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/file/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/file-functions/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/impact/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/search/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/projects/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/command/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/connect/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/delete/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/disconnect/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/get/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/keys/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/set/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/review/[id]/comments/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/review/[id]/replies/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/review/[id]/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/review/identify/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/review/order/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/review/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/review/share-info/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/review/users/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/scheduled-tasks/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/services/config/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/services/scripts/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/session-by-path/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/sessions/projects/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/sessions/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/settings/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/skills/[id]/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/skills/content/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/skills/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/aliases/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/env/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/history/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/api/version/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/app/manifest.webmanifest/route-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-994734ef0d317687.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-994734ef0d317687.js +1 -0
- package/.next-prod/static/css/f9a27209b85d8e5a.css +1 -0
- package/.next-prod/trace +12 -12
- package/.next-prod/trace-build +1 -1
- package/.next-prod/types/app/api/projectGraph/callees/route.ts +351 -0
- package/.next-prod/types/app/api/projectGraph/callers/route.ts +351 -0
- package/.next-prod/types/app/api/projectGraph/coedit/route.ts +351 -0
- package/.next-prod/types/app/api/projectGraph/impact/route.ts +351 -0
- package/.next-prod/types/routes.d.ts +5 -1
- package/.next-prod/types/validator.ts +36 -0
- package/README.md +16 -28
- package/README.zh.md +16 -28
- package/chrome-extension/manifest.json +2 -2
- package/dist/wsServer.mjs +2730 -4
- package/package.json +3 -3
- package/.next-prod/server/chunks/5159.js +0 -1
- package/.next-prod/static/LJRtmjYCuVrSA_dcelxlR/_buildManifest.js +0 -1
- package/.next-prod/static/chunks/6345-3c06cdc8c89677b8.js +0 -14
- package/.next-prod/static/chunks/app/_global-error/page-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/agent/test/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/bash/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/codex/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/deepseek/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/kimi/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/ollama/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/claude-stats/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/commands/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/comments/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/db/columns/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/db/connect/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/db/disconnect/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/db/export/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/db/query/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/db/schemas/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/dev/spans/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/extension/version/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/file/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/files/blame/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/files/clipboard/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/files/copy/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/files/delete/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/files/expanded/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/files/index/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/files/init/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/files/paste/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/files/read/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/files/readdir/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/files/recent/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/files/save/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/files/search/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/files/stat/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/files/text/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/git/branch-diff/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/git/branches/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/git/commit-diff/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/git/commits/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/git/diff/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/git/discard/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/git/stage/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/git/status/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/git/unstage/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/git/worktree/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/global-state/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/jupyter/load/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/jupyter/save/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/definition/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/hover/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/references/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/status/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/warmup/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/columns/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/connect/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/disconnect/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/export/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/query/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/schemas/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/connect/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/query/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/schema/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/note/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/ollama/models/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/ollama/start/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/open-cursor/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/open-vscode/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/pick-folder/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/pinned-sessions/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/project-settings/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/project-state/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/file/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/file-functions/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/search/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/projects/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/command/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/connect/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/delete/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/disconnect/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/get/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/keys/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/set/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/review/[id]/comments/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/review/[id]/replies/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/review/[id]/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/review/identify/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/review/order/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/review/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/review/share-info/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/review/users/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/scheduled-tasks/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/services/config/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/services/scripts/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/session-by-path/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/sessions/projects/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/sessions/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/settings/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/skills/[id]/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/skills/content/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/skills/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/aliases/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/env/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/history/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/api/version/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/app/manifest.webmanifest/route-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-826847d169541fa9.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-826847d169541fa9.js +0 -1
- package/.next-prod/static/css/dcde719317bea028.css +0 -1
- /package/.next-prod/static/{LJRtmjYCuVrSA_dcelxlR → IVZ8ReZv3wH9JQhz4PDC2}/_ssgManifest.js +0 -0
package/.next-prod/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
IVZ8ReZv3wH9JQhz4PDC2
|
|
@@ -63,8 +63,12 @@
|
|
|
63
63
|
"/api/neo4j/schema/route": "/api/neo4j/schema",
|
|
64
64
|
"/api/ollama/models/route": "/api/ollama/models",
|
|
65
65
|
"/api/ollama/start/route": "/api/ollama/start",
|
|
66
|
+
"/api/projectGraph/callees/route": "/api/projectGraph/callees",
|
|
67
|
+
"/api/projectGraph/callers/route": "/api/projectGraph/callers",
|
|
68
|
+
"/api/projectGraph/coedit/route": "/api/projectGraph/coedit",
|
|
66
69
|
"/api/projectGraph/file-functions/route": "/api/projectGraph/file-functions",
|
|
67
70
|
"/api/projectGraph/file/route": "/api/projectGraph/file",
|
|
71
|
+
"/api/projectGraph/impact/route": "/api/projectGraph/impact",
|
|
68
72
|
"/api/projectGraph/search/route": "/api/projectGraph/search",
|
|
69
73
|
"/api/redis/command/route": "/api/redis/command",
|
|
70
74
|
"/api/redis/connect/route": "/api/redis/connect",
|
|
@@ -99,21 +103,21 @@
|
|
|
99
103
|
"/favicon.ico/route": "/favicon.ico",
|
|
100
104
|
"/manifest.webmanifest/route": "/manifest.webmanifest",
|
|
101
105
|
"/api/agent/test/route": "/api/agent/test",
|
|
102
|
-
"/api/dev/spans/route": "/api/dev/spans",
|
|
103
106
|
"/api/extension/version/route": "/api/extension/version",
|
|
104
|
-
"/api/
|
|
107
|
+
"/api/dev/spans/route": "/api/dev/spans",
|
|
105
108
|
"/api/open-vscode/route": "/api/open-vscode",
|
|
106
109
|
"/api/open-cursor/route": "/api/open-cursor",
|
|
110
|
+
"/api/note/route": "/api/note",
|
|
107
111
|
"/api/pick-folder/route": "/api/pick-folder",
|
|
108
|
-
"/api/pinned-sessions/route": "/api/pinned-sessions",
|
|
109
112
|
"/api/project-settings/route": "/api/project-settings",
|
|
110
113
|
"/api/project-state/route": "/api/project-state",
|
|
114
|
+
"/api/pinned-sessions/route": "/api/pinned-sessions",
|
|
111
115
|
"/api/projects/route": "/api/projects",
|
|
112
|
-
"/api/services/scripts/route": "/api/services/scripts",
|
|
113
116
|
"/api/services/config/route": "/api/services/config",
|
|
117
|
+
"/api/services/scripts/route": "/api/services/scripts",
|
|
114
118
|
"/api/settings/route": "/api/settings",
|
|
115
119
|
"/api/version/route": "/api/version",
|
|
116
|
-
"/project/page": "/project",
|
|
117
120
|
"/page": "/",
|
|
121
|
+
"/project/page": "/project",
|
|
118
122
|
"/review/[id]/page": "/review/[id]"
|
|
119
123
|
}
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
],
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"lowPriorityFiles": [
|
|
7
|
-
"static/
|
|
8
|
-
"static/
|
|
7
|
+
"static/IVZ8ReZv3wH9JQhz4PDC2/_buildManifest.js",
|
|
8
|
+
"static/IVZ8ReZv3wH9JQhz4PDC2/_ssgManifest.js"
|
|
9
9
|
],
|
|
10
10
|
"rootMainFiles": [
|
|
11
11
|
"static/chunks/webpack-b618ac52d349e5ca.js",
|
|
@@ -112,8 +112,8 @@
|
|
|
112
112
|
"dynamicRoutes": {},
|
|
113
113
|
"notFoundRoutes": [],
|
|
114
114
|
"preview": {
|
|
115
|
-
"previewModeId": "
|
|
116
|
-
"previewModeSigningKey": "
|
|
117
|
-
"previewModeEncryptionKey": "
|
|
115
|
+
"previewModeId": "d9904211273a3d894fcb77fc602dcec4",
|
|
116
|
+
"previewModeSigningKey": "925712ebf4f8a1e90f3ebb69e5021f61b42da1091faa02d14687f929f69a5ef2",
|
|
117
|
+
"previewModeEncryptionKey": "35d158c9214c280abff60f1e95c12c5b56f0f3f194f6bcb8e2726df1fd11cfae"
|
|
118
118
|
}
|
|
119
119
|
}
|
|
@@ -538,6 +538,24 @@
|
|
|
538
538
|
"routeKeys": {},
|
|
539
539
|
"namedRegex": "^/api/project\\-state(?:/)?$"
|
|
540
540
|
},
|
|
541
|
+
{
|
|
542
|
+
"page": "/api/projectGraph/callees",
|
|
543
|
+
"regex": "^/api/projectGraph/callees(?:/)?$",
|
|
544
|
+
"routeKeys": {},
|
|
545
|
+
"namedRegex": "^/api/projectGraph/callees(?:/)?$"
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"page": "/api/projectGraph/callers",
|
|
549
|
+
"regex": "^/api/projectGraph/callers(?:/)?$",
|
|
550
|
+
"routeKeys": {},
|
|
551
|
+
"namedRegex": "^/api/projectGraph/callers(?:/)?$"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"page": "/api/projectGraph/coedit",
|
|
555
|
+
"regex": "^/api/projectGraph/coedit(?:/)?$",
|
|
556
|
+
"routeKeys": {},
|
|
557
|
+
"namedRegex": "^/api/projectGraph/coedit(?:/)?$"
|
|
558
|
+
},
|
|
541
559
|
{
|
|
542
560
|
"page": "/api/projectGraph/file",
|
|
543
561
|
"regex": "^/api/projectGraph/file(?:/)?$",
|
|
@@ -550,6 +568,12 @@
|
|
|
550
568
|
"routeKeys": {},
|
|
551
569
|
"namedRegex": "^/api/projectGraph/file\\-functions(?:/)?$"
|
|
552
570
|
},
|
|
571
|
+
{
|
|
572
|
+
"page": "/api/projectGraph/impact",
|
|
573
|
+
"regex": "^/api/projectGraph/impact(?:/)?$",
|
|
574
|
+
"routeKeys": {},
|
|
575
|
+
"namedRegex": "^/api/projectGraph/impact(?:/)?$"
|
|
576
|
+
},
|
|
553
577
|
{
|
|
554
578
|
"page": "/api/projectGraph/search",
|
|
555
579
|
"regex": "^/api/projectGraph/search(?:/)?$",
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
(()=>{var a={};a.id=4896,a.ids=[4896],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},17891:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/get-segment-param")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28354:a=>{"use strict";a.exports=require("util")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},30337:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,15098,23)),Promise.resolve().then(c.t.bind(c,47644,23)),Promise.resolve().then(c.t.bind(c,33859,23)),Promise.resolve().then(c.t.bind(c,98099,23)),Promise.resolve().then(c.t.bind(c,16237,23)),Promise.resolve().then(c.t.bind(c,98562,23)),Promise.resolve().then(c.t.bind(c,36675,23))},33873:a=>{"use strict";a.exports=require("path")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},42271:(a,b,c)=>{"use strict";c.r(b),c.d(b,{__next_app__:()=>O,handler:()=>Q,routeModule:()=>P});var d=c(7553),e=c(84006),f=c(67798),g=c(34775),h=c(99373),i=c(73461),j=c(1020),k=c(26349),l=c(54365),m=c(16023),n=c(14965),o=c(63747),p=c(24235),q=c(23938),r=c(261),s=c(66758),t=c(77243),u=c(26713),v=c(37527),w=c(22820),x=c(88216),y=c(47929),z=c(79551),A=c(71797),B=c(89125),C=c(86439),D=c(77068),E=c(27269),F=c(37525),G=c(61287),H=c(81494),I=c(70722),J=c(70753),K=c(43954),L=c(17891),M={};for(let a in G)0>["default","__next_app__","routeModule","handler"].indexOf(a)&&(M[a]=()=>G[a]);c.d(b,M);let N={children:["",{children:["_global-error",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.t.bind(c,71311,23)),"next/dist/client/components/builtin/app-error.js"]}]},{}]},{"global-error":[()=>Promise.resolve().then(c.bind(c,81227)),"/home/runner/work/cockpit/cockpit/src/app/global-error.tsx"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,45270,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,28193,23)),"next/dist/client/components/builtin/unauthorized.js"]},[]]}.children,O={require:c,loadChunk:()=>Promise.resolve()},P=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/_global-error/page",pathname:"/_global-error",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:N},distDir:".next-prod",relativeProjectDir:""});async function Q(a,b,d){var M,R,S,T,U;d.requestMeta&&(0,h.setRequestMeta)(a,d.requestMeta),P.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let V=!!(0,h.getRequestMeta)(a,"minimalMode"),W="/_global-error/page";"/index"===W&&(W="/");let X=await P.prepare(a,b,{srcPage:W,multiZoneDraftMode:!1});if(!X)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:Y,query:Z,params:$,pageIsDynamic:_,buildManifest:aa,nextFontManifest:ab,reactLoadableManifest:ac,serverActionsManifest:ad,clientReferenceManifest:ae,subresourceIntegrityManifest:af,prerenderManifest:ag,isDraftMode:ah,resolvedPathname:ai,revalidateOnlyGenerated:aj,routerServerContext:ak,nextConfig:al,parsedUrl:am,interceptionRoutePatterns:an,deploymentId:ao,clientAssetToken:ap}=X,aq=(0,r.normalizeAppPath)(W),{isOnDemandRevalidate:ar}=X,as=al.experimental.ppr&&!al.cacheComponents&&(0,K.isInterceptionRouteAppPath)(ai)?null:P.match(ai,ag),at=(null==as?void 0:as.route)??null,au=!!ag.routes[ai],av=a.headers["user-agent"]||"",aw=(0,u.getBotType)(av),ax=(0,q.isHtmlBotRequest)(a),ay=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[t.NEXT_ROUTER_PREFETCH_HEADER],az=(0,h.getRequestMeta)(a,"isRSCRequest")??(0,n.f)(a.headers[t.RSC_HEADER]),aA=(0,s.getIsPossibleServerAction)(a),aB=(0,m.checkIsAppPPREnabled)(al.experimental.ppr),aC=a.headers[y.NEXT_RESUME_STATE_LENGTH_HEADER];if(!(0,h.getRequestMeta)(a,"postponed")&&V&&aB&&aA&&aC&&"string"==typeof aC){let e=parseInt(aC,10),{maxPostponedStateSize:f,maxPostponedStateSizeBytes:g}=(0,E.getMaxPostponedStateSize)(al.experimental.maxPostponedStateSize);if(!isNaN(e)&&e>0){if(e>g)return b.statusCode=413,b.end((0,E.getPostponedStateExceededErrorMessage)(f)),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let i="1 MB",j=(null==(U=al.experimental.serverActions)?void 0:U.bodySizeLimit)??i,k=e+(j!==i?c(95726).parse(j):1048576),l=await (0,E.readBodyWithSizeLimit)(a,k);if(null===l)return b.statusCode=413,b.end("Request body exceeded limit. To configure the body size limit for Server Actions, see: https://nextjs.org/docs/app/api-reference/next-config-js/serverActions#bodysizelimit"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;if(l.length>=e){let b=l.subarray(0,e).toString("utf8");(0,h.addRequestMeta)(a,"postponed",b);let c=l.subarray(e);(0,h.addRequestMeta)(a,"actionBody",c)}else throw Object.defineProperty(Error(`invariant: expected ${e} bytes of postponed state but only received ${l.length} bytes`),"__NEXT_ERROR_CODE",{value:"E979",enumerable:!1,configurable:!0})}}if(!(0,h.getRequestMeta)(a,"postponed")&&aB&&"1"===a.headers[y.NEXT_RESUME_HEADER]&&"POST"===a.method){let{maxPostponedStateSize:c,maxPostponedStateSizeBytes:e}=(0,E.getMaxPostponedStateSize)(al.experimental.maxPostponedStateSize),f=await (0,E.readBodyWithSizeLimit)(a,e);if(null===f)return b.statusCode=413,b.end((0,E.getPostponedStateExceededErrorMessage)(c)),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let g=f.toString("utf8");(0,h.addRequestMeta)(a,"postponed",g)}let aD=!0===P.isDev||!0===al.experimental.exposeTestingApiInProductionBuild,aE=aD&&("1"===a.headers[t.NEXT_INSTANT_PREFETCH_HEADER]||!(0,n.f)(a.headers[t.RSC_HEADER])&&"string"==typeof a.headers.cookie&&a.headers.cookie.includes(t.NEXT_INSTANT_TEST_COOKIE+"=")),aF=(aB||aE)&&((null==(M=ag.routes[aq]??ag.dynamicRoutes[aq])?void 0:M.renderingMode)==="PARTIALLY_STATIC"||aE&&(aD||(null==ak?void 0:ak.experimentalTestProxy)===!0)),aG=aE&&aF,aH=aG&&!0===P.isDev,aI=!1,aJ=aF?(0,h.getRequestMeta)(a,"postponed"):void 0,aK=null==(R=ag.routes[ai])?void 0:R.prefetchDataRoute,aL=aF&&az&&!ay&&!aK;V&&(aL=aL&&!!aJ);let aM=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),aN=(!aw||!aF)&&(!av||(0,q.shouldServeStreamingMetadata)(av,al.htmlLimitedBots)),aO=!!((at||au||ag.routes[aq])&&!(aw&&aF)),aP=aF&&!0===al.cacheComponents,aQ=!0===P.isDev||!aO||"string"==typeof aJ||(aP&&(0,h.getRequestMeta)(a,"onCacheEntryV2")?aL&&!V:aL),aR=!!aw&&aF,aS=(null==at?void 0:at.remainingPrerenderableParams)??[],aT=(null==at?void 0:at.fallback)===null&&((null==(S=at.fallbackRootParams)?void 0:S.length)??0)>0,aU=null;if(!ah&&aO&&!aQ&&!aA&&!aJ&&!aL){let a=as?"string"==typeof(null==at?void 0:at.fallback)?at.fallback:as.source:null;if(!0===al.experimental.partialFallbacks&&a&&(null==at?void 0:at.fallbackRouteParams)&&!aT){if(aS.length>0){let b,c=(b=new Map(aS.map(a=>[a.paramName,a])),a.split("/").map(a=>{let c=(0,L.getSegmentParam)(a);if(!c)return a;let d=b.get(c.paramName);if(!d)return a;let e=null==$?void 0:$[d.paramName];if(!e)return a;let f=Array.isArray(e)?e.map(a=>encodeURIComponent(a)).join("/"):encodeURIComponent(e);return a.replace((0,o.buildDynamicSegmentPlaceholder)(d),f)}).join("/")||"/");aU=c!==a?c:null}}else aU=ai}let aV=aU;!aV&&(P.isDev||aO&&_&&(null==at?void 0:at.fallbackRouteParams)&&!aA)&&(aV=ai),P.isDev||ah||!aO||!az||aL||(0,k.d)(a.headers);let aW={...G,tree:N,handler:Q,routeModule:P,__next_app__:O};ad&&ae&&(0,p.setManifestsSingleton)({page:W,clientReferenceManifest:ae,serverActionsManifest:ad});let aX=a.method||"GET",aY=(0,g.getTracer)(),aZ=aY.getActiveScopeSpan(),a$=!!(null==ak?void 0:ak.isWrappedByNextServer),a_=!0===al.experimental.partialFallbacks&&aS.length>0?(null==at||null==(T=at.fallbackRouteParams)?void 0:T.filter(a=>!aS.some(b=>b.paramName===a.paramName)))??[]:[],a0=async()=>((null==ak?void 0:ak.render404)?await ak.render404(a,b,am,!1):b.end("This page could not be found"),null);try{let k,m=P.getVaryHeader(ai,an);b.setHeader("Vary",m);let n=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return P.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let a=aY.getRootSpanAttributes();if(!a)return;if(a.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${a.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let d=a.get("next.route");if(d){let a=`${aX} ${d}`;c.setAttributes({"next.route":d,"http.route":d,"next.span_name":a}),c.updateName(a),k&&k!==c&&(k.setAttribute("http.route",d),k.updateName(a))}else c.updateName(`${aX} ${W}`)})},p=(0,h.getRequestMeta)(a,"incrementalCache")||await P.getIncrementalCache(a,al,ag,V);null==p||p.resetRequestCache(),globalThis.__incrementalCache=p;let q=async({span:e,postponed:f,fallbackRouteParams:g,forceStaticRender:i})=>{let k={query:Z,params:$,page:aq,sharedContext:{buildId:Y,deploymentId:ao,clientAssetToken:ap},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aW,Component:(0,j.T)(aW),params:$,routeModule:P,page:W,postponed:f,shouldWaitOnAllReady:aR,serveStreamingMetadata:aN,supportsDynamicResponse:"string"==typeof f||aQ,buildManifest:aa,nextFontManifest:ab,reactLoadableManifest:ac,subresourceIntegrityManifest:af,setCacheStatus:null==ak?void 0:ak.setCacheStatus,setIsrStatus:null==ak?void 0:ak.setIsrStatus,setReactDebugChannel:null==ak?void 0:ak.setReactDebugChannel,sendErrorsToBrowser:null==ak?void 0:ak.sendErrorsToBrowser,dir:c(33873).join(process.cwd(),P.relativeProjectDir),isDraftMode:ah,botType:aw,isOnDemandRevalidate:ar,isPossibleServerAction:aA,assetPrefix:al.assetPrefix,nextConfigOutput:al.output,crossOrigin:al.crossOrigin,trailingSlash:al.trailingSlash,images:al.images,previewProps:ag.preview,enableTainting:al.experimental.taint,htmlLimitedBots:al.htmlLimitedBots,reactMaxHeadersLength:al.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:p,cacheLifeProfiles:al.cacheLife,basePath:al.basePath,serverActions:al.experimental.serverActions,logServerFunctions:"object"==typeof al.logging&&!!al.logging.serverFunctions,...aG||aH||aI?{isBuildTimePrerendering:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isDebugDynamicAccesses:aH}:{},cacheComponents:!!al.cacheComponents,experimental:{isRoutePPREnabled:aF,expireTime:al.expireTime,staleTimes:al.experimental.staleTimes,dynamicOnHover:!!al.experimental.dynamicOnHover,optimisticRouting:!!al.experimental.optimisticRouting,inlineCss:!!al.experimental.inlineCss,prefetchInlining:al.experimental.prefetchInlining??!1,authInterrupts:!!al.experimental.authInterrupts,cachedNavigations:!!al.experimental.cachedNavigations,clientTraceMetadata:al.experimental.clientTraceMetadata||[],clientParamParsingOrigins:al.experimental.clientParamParsingOrigins,maxPostponedStateSizeBytes:(0,D.parseMaxPostponedStateSize)(al.experimental.maxPostponedStateSize)},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d,e)=>P.onRequestError(a,b,d,e,ak),err:(0,h.getRequestMeta)(a,"invokeError")}};i&&(k.renderOpts.supportsDynamicResponse=!1);let l=await n(e,k),{metadata:m}=l,{cacheControl:o,headers:q={},fetchTags:r,fetchMetrics:s}=m;if(r&&(q[y.NEXT_CACHE_TAGS_HEADER]=r),a.fetchMetrics=s,aO&&(null==o?void 0:o.revalidate)===0&&!P.isDev&&!aF){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${ai}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
|
|
2
|
-
see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:v.CachedRouteKind.APP_PAGE,html:l,headers:q,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:o}},r=async({hasResolved:c,previousCacheEntry:g,isRevalidating:i,span:j,forceStaticRender:k=!1})=>{let l=!1===P.isDev,m=c||b.writableEnded;try{var n;let f;if(ar&&aj&&!g&&!V)return(null==ak?void 0:ak.render404)?await ak.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(at&&(f=(0,w.parseFallbackField)(at.fallback)),!0===al.experimental.partialFallbacks&&(null==at?void 0:at.fallback)===null&&!aT&&aS.length>0&&(f=w.FallbackMode.PRERENDER),f===w.FallbackMode.PRERENDER&&(0,u.isBot)(av)&&(!aF||ax)&&(f=w.FallbackMode.BLOCKING_STATIC_RENDER),(null==g?void 0:g.isStale)===-1&&(ar=!0),ar&&(f!==w.FallbackMode.NOT_FOUND||g)&&(f=w.FallbackMode.BLOCKING_STATIC_RENDER),!V&&f!==w.FallbackMode.BLOCKING_STATIC_RENDER&&aV&&!m&&!ah&&_&&(l||!au)){if((l||at)&&f===w.FallbackMode.NOT_FOUND){if(al.adapterPath)return await a0();throw new C.NoFallbackError}if(aF&&(al.cacheComponents?!aL:!az)){let b=l&&"string"==typeof(null==at?void 0:at.fallback)?at.fallback:aq,f=(l||aG)&&(null==at?void 0:at.fallbackRouteParams)?(0,o.createOpaqueFallbackRouteParams)(at.fallbackRouteParams):aI?(0,o.getFallbackRouteParams)(aq,P):null;aG&&f&&(0,h.addRequestMeta)(a,"fallbackParams",f);let g=await P.handleResponse({cacheKey:b,req:a,nextConfig:al,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:ag,isRoutePPREnabled:aF,responseGenerator:async()=>q({span:j,postponed:void 0,fallbackRouteParams:f,forceStaticRender:!0}),waitUntil:d.waitUntil,isMinimalMode:V});if(null===g)return null;if(g)return V||!aF||!(aS.length>0)||!0!==al.experimental.partialFallbacks||!aU||!p||ar||aI||aD||aE||ay||(0,J.scheduleOnNextTick)(async()=>{let b=P.getResponseCache(a);try{await b.revalidate(aU,p,aF,!1,a=>q({span:a.span,postponed:void 0,fallbackRouteParams:a_.length>0?(0,o.createOpaqueFallbackRouteParams)(a_):null,forceStaticRender:!0}),null,c,d.waitUntil)}catch(a){console.error("Error revalidating the page in the background",a)}}),delete g.cacheControl,g}}let s=ar||i||!aJ?void 0:aJ;if(aP&&!V&&p&&(aL||aA)&&!k){let b=await p.get(ai,{kind:v.IncrementalCacheKind.APP_PAGE,isRoutePPREnabled:!0,isFallback:!1});b&&b.value&&b.value.kind===v.CachedRouteKind.APP_PAGE&&(s=b.value.postponed,b&&(-1===b.isStale||!0===b.isStale)&&(0,J.scheduleOnNextTick)(async()=>{let b=P.getResponseCache(a);try{await b.revalidate(ai,p,aF,!1,a=>r({...a,forceStaticRender:!0}),null,c,d.waitUntil)}catch(a){console.error("Error revalidating the page in the background",a)}}))}if((aG||aH)&&void 0!==s)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:v.CachedRouteKind.PAGES,html:x.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let t=!P.isDev&&_&&(null==at?void 0:at.fallbackRouteParams)?(0,o.getPlaceholderFallbackRouteParams)($,at.fallbackRouteParams):null,y=t&&t.length>0?t:null==at?void 0:at.fallbackRouteParams,z=null!=t&&t.length>0,A=null;if(al.cacheComponents&&(null==at?void 0:at.fallbackRouteParams)){let b=(0,h.getRequestMeta)(a,"resolvedRouteParamKeys");b&&b.size>0&&(A=at.fallbackRouteParams.filter(a=>!b.has(a.paramName)))}let B=(l&&(0,h.getRequestMeta)(a,"renderFallbackShell")||z||aG&&!au)&&y?(0,o.createOpaqueFallbackRouteParams)(y):A&&A.length>0&&A.length<((null==at||null==(n=at.fallbackRouteParams)?void 0:n.length)??0)?(0,o.createOpaqueFallbackRouteParams)(A):aI?(0,o.getFallbackRouteParams)(aq,P):null;if((l||aG)&&al.cacheComponents&&!au&&(null==at?void 0:at.fallbackRouteParams)){let b=(0,o.createOpaqueFallbackRouteParams)(y??at.fallbackRouteParams);b&&(0,h.addRequestMeta)(a,"fallbackParams",b)}return q({span:j,postponed:s,fallbackRouteParams:B,forceStaticRender:k})}catch(b){throw(null==g?void 0:g.isStale)&&await P.onRequestError(a,b,{routerKind:"App Router",routePath:W,routeType:"render",revalidateReason:(0,f.c)({isStaticGeneration:aO,isOnDemandRevalidate:ar})},!1,ak),b}},s=async c=>{var f,g,i,j,k,l;let m,n=await P.handleResponse({cacheKey:aU,responseGenerator:a=>r({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ar,isRoutePPREnabled:aF,req:a,nextConfig:al,prerenderManifest:ag,waitUntil:d.waitUntil,isMinimalMode:V});if(ah&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),P.isDev&&b.setHeader("Cache-Control","no-cache, must-revalidate"),!n){if(aU)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=n.value)?void 0:f.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=n.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let o="string"==typeof n.value.postponed;az&&!aA&&ao&&b.setHeader(y.NEXT_NAV_DEPLOYMENT_ID_HEADER,ao),aO&&!aL&&(!o||ay)&&(V||b.setHeader("x-nextjs-cache",ar?"REVALIDATED":n.isMiss?"MISS":n.isStale?"STALE":"HIT"),b.setHeader(t.NEXT_IS_PRERENDER_HEADER,"1"));let{value:p}=n;if(aJ)m={revalidate:0,expire:void 0};else if(aL)m={revalidate:0,expire:void 0};else if(!P.isDev)if(ah)m={revalidate:0,expire:void 0};else if(aO){if(n.cacheControl)if("number"==typeof n.cacheControl.revalidate){if(n.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${n.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});m={revalidate:n.cacheControl.revalidate,expire:(null==(j=n.cacheControl)?void 0:j.expire)??al.expireTime}}else m={revalidate:y.CACHE_ONE_YEAR_SECONDS,expire:void 0}}else b.getHeader("Cache-Control")||(m={revalidate:0,expire:void 0});if(n.cacheControl=m,"string"==typeof aM&&(null==p?void 0:p.kind)===v.CachedRouteKind.APP_PAGE&&p.segmentData){b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=p.headers)?void 0:k[y.NEXT_CACHE_TAGS_HEADER];V&&aO&&c&&"string"==typeof c&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,c);let d=p.segmentData.get(aM);return void 0!==d?(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:x.default.fromStatic(d,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl}):(b.statusCode=204,(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl}))}let s=aP?(0,h.getRequestMeta)(a,"onCacheEntryV2")??(0,h.getRequestMeta)(a,"onCacheEntry"):(0,h.getRequestMeta)(a,"onCacheEntry");if(s){let b=(0,h.getRequestMeta)(a,"initURL")??a.url,c=b?(null==(l=(0,F.parseUrl)(b))?void 0:l.pathname)??b:void 0;if(await s(n,{url:c}))return null}if(p.headers){let a={...p.headers};for(let[c,d]of(V&&aO||delete a[y.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let u=null==(g=p.headers)?void 0:g[y.NEXT_CACHE_TAGS_HEADER];if(V&&aO&&u&&"string"==typeof u&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,u),!p.status||az&&aF||(b.statusCode=p.status),!V&&p.status&&H.RedirectStatusCode[p.status]&&az&&(b.statusCode=200),o&&!aL&&b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"1"),az&&!ah){if(void 0===p.rscData){if(p.html.contentType!==t.RSC_CONTENT_TYPE_HEADER)if(al.cacheComponents)return b.statusCode=404,(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl});else throw Object.defineProperty(new I.InvariantError(`Expected RSC response, got ${p.html.contentType}`),"__NEXT_ERROR_CODE",{value:"E789",enumerable:!1,configurable:!0});return(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:p.html,cacheControl:n.cacheControl})}return(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:x.default.fromStatic(p.rscData,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl})}let w=p.html;if(aE&&aG){let c=!0===P.isDev?crypto.randomUUID():null;return w.pipeThrough(await (0,A.createInstantTestScriptInsertionTransformStream)(c)),(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:w,cacheControl:{revalidate:0,expire:void 0}})}if(!o||V||az)return(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:w,cacheControl:n.cacheControl});if(aG||aH)return w.push(new ReadableStream({start(a){a.enqueue(z.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:w,cacheControl:{revalidate:0,expire:void 0}});let C=new TransformStream;return w.push(C.readable),q({span:c,postponed:p.postponed,fallbackRouteParams:null,forceStaticRender:!1}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(C.writable)}).catch(a=>{C.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:w,cacheControl:{revalidate:0,expire:void 0}})};if(!a$||!aZ)return k=aY.getActiveScopeSpan(),await aY.withPropagatedContext(a.headers,()=>aY.trace(i.BaseServerSpan.handleRequest,{spanName:`${aX} ${W}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aX,"http.target":a.url}},s),void 0,!a$);await s(aZ)}catch(b){throw b instanceof C.NoFallbackError||await P.onRequestError(a,b,{routerKind:"App Router",routePath:W,routeType:"render",revalidateReason:(0,f.c)({isStaticGeneration:aO,isOnDemandRevalidate:ar})},!1,ak),b}}},43489:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,60440,23)),Promise.resolve().then(c.t.bind(c,84342,23)),Promise.resolve().then(c.t.bind(c,82265,23)),Promise.resolve().then(c.t.bind(c,35421,23)),Promise.resolve().then(c.t.bind(c,61335,23)),Promise.resolve().then(c.t.bind(c,70664,23)),Promise.resolve().then(c.bind(c,74661))},43954:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/interception-routes")},44616:(a,b,c)=>{Promise.resolve().then(c.bind(c,67045))},48928:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0});var d={WarningIcon:function(){return i},errorStyles:function(){return g},errorThemeCss:function(){return h}};for(var e in d)Object.defineProperty(b,e,{enumerable:!0,get:d[e]});c(62605);let f=c(5735);c(91986);let g={container:{fontFamily:'system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"',height:"100vh",display:"flex",alignItems:"center",justifyContent:"center"},card:{marginTop:"-32px",maxWidth:"325px",padding:"32px 28px",textAlign:"left"},icon:{marginBottom:"24px"},title:{fontSize:"24px",fontWeight:500,letterSpacing:"-0.02em",lineHeight:"32px",margin:"0 0 12px 0",color:"var(--next-error-title)"},message:{fontSize:"14px",fontWeight:400,lineHeight:"21px",margin:"0 0 20px 0",color:"var(--next-error-message)"},form:{margin:0},buttonGroup:{display:"flex",gap:"8px",alignItems:"center"},button:{display:"inline-flex",alignItems:"center",justifyContent:"center",height:"32px",padding:"0 12px",fontSize:"14px",fontWeight:500,lineHeight:"20px",borderRadius:"6px",cursor:"pointer",color:"var(--next-error-btn-text)",background:"var(--next-error-btn-bg)",border:"var(--next-error-btn-border)"},buttonSecondary:{display:"inline-flex",alignItems:"center",justifyContent:"center",height:"32px",padding:"0 12px",fontSize:"14px",fontWeight:500,lineHeight:"20px",borderRadius:"6px",cursor:"pointer",color:"var(--next-error-btn-secondary-text)",background:"var(--next-error-btn-secondary-bg)",border:"var(--next-error-btn-secondary-border)"},digestFooter:{position:"fixed",bottom:"32px",left:"0",right:"0",textAlign:"center",fontFamily:'ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace',fontSize:"12px",lineHeight:"18px",fontWeight:400,margin:"0",color:"var(--next-error-digest)"}},h=`
|
|
1
|
+
(()=>{var a={};a.id=4896,a.ids=[4896],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},17891:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/get-segment-param")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28354:a=>{"use strict";a.exports=require("util")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},30337:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,15098,23)),Promise.resolve().then(c.t.bind(c,47644,23)),Promise.resolve().then(c.t.bind(c,33859,23)),Promise.resolve().then(c.t.bind(c,98099,23)),Promise.resolve().then(c.t.bind(c,16237,23)),Promise.resolve().then(c.t.bind(c,98562,23)),Promise.resolve().then(c.t.bind(c,36675,23))},33873:a=>{"use strict";a.exports=require("path")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},43489:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,60440,23)),Promise.resolve().then(c.t.bind(c,84342,23)),Promise.resolve().then(c.t.bind(c,82265,23)),Promise.resolve().then(c.t.bind(c,35421,23)),Promise.resolve().then(c.t.bind(c,61335,23)),Promise.resolve().then(c.t.bind(c,70664,23)),Promise.resolve().then(c.bind(c,74661))},43954:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/interception-routes")},44616:(a,b,c)=>{Promise.resolve().then(c.bind(c,67045))},48928:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0});var d={WarningIcon:function(){return i},errorStyles:function(){return g},errorThemeCss:function(){return h}};for(var e in d)Object.defineProperty(b,e,{enumerable:!0,get:d[e]});c(62605);let f=c(5735);c(91986);let g={container:{fontFamily:'system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"',height:"100vh",display:"flex",alignItems:"center",justifyContent:"center"},card:{marginTop:"-32px",maxWidth:"325px",padding:"32px 28px",textAlign:"left"},icon:{marginBottom:"24px"},title:{fontSize:"24px",fontWeight:500,letterSpacing:"-0.02em",lineHeight:"32px",margin:"0 0 12px 0",color:"var(--next-error-title)"},message:{fontSize:"14px",fontWeight:400,lineHeight:"21px",margin:"0 0 20px 0",color:"var(--next-error-message)"},form:{margin:0},buttonGroup:{display:"flex",gap:"8px",alignItems:"center"},button:{display:"inline-flex",alignItems:"center",justifyContent:"center",height:"32px",padding:"0 12px",fontSize:"14px",fontWeight:500,lineHeight:"20px",borderRadius:"6px",cursor:"pointer",color:"var(--next-error-btn-text)",background:"var(--next-error-btn-bg)",border:"var(--next-error-btn-border)"},buttonSecondary:{display:"inline-flex",alignItems:"center",justifyContent:"center",height:"32px",padding:"0 12px",fontSize:"14px",fontWeight:500,lineHeight:"20px",borderRadius:"6px",cursor:"pointer",color:"var(--next-error-btn-secondary-text)",background:"var(--next-error-btn-secondary-bg)",border:"var(--next-error-btn-secondary-border)"},digestFooter:{position:"fixed",bottom:"32px",left:"0",right:"0",textAlign:"center",fontFamily:'ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace',fontSize:"12px",lineHeight:"18px",fontWeight:400,margin:"0",color:"var(--next-error-digest)"}},h=`
|
|
3
2
|
:root {
|
|
4
3
|
--next-error-bg: #fff;
|
|
5
4
|
--next-error-text: #171717;
|
|
@@ -29,4 +28,5 @@ see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__
|
|
|
29
28
|
}
|
|
30
29
|
}
|
|
31
30
|
body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }
|
|
32
|
-
`.replace(/\n\s*/g,"");function i(){return(0,f.jsx)("svg",{width:"32",height:"32",viewBox:"-0.2 -1.5 32 32",fill:"none",style:g.icon,children:(0,f.jsx)("path",{d:"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z",fill:"var(--next-error-title)"})})}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},62605:(a,b,c)=>{"use strict";function d(a){return a&&a.__esModule?a:{default:a}}c.r(b),c.d(b,{_:()=>d})},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},67045:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>e});var d=c(48249);function e({error:a,reset:b}){return(0,d.jsx)("html",{children:(0,d.jsx)("body",{children:(0,d.jsxs)("div",{style:{padding:"2rem",fontFamily:"system-ui, sans-serif"},children:[(0,d.jsx)("h2",{children:"Something went wrong"}),(0,d.jsx)("p",{style:{color:"#666"},children:a.message}),(0,d.jsx)("button",{onClick:b,style:{marginTop:"1rem",padding:"0.5rem 1rem",cursor:"pointer",borderRadius:"0.375rem",border:"1px solid #ccc",background:"#fff"},children:"Try again"})]})})})}},70722:a=>{"use strict";a.exports=require("next/dist/shared/lib/invariant-error")},71311:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"default",{enumerable:!0,get:function(){return f}}),c(62605);let d=c(5735);c(91986);let e=c(48928),f=function(){return(0,d.jsxs)("html",{id:"__next_error__",children:[(0,d.jsxs)("head",{children:[(0,d.jsx)("title",{children:"500: This page couldn’t load"}),(0,d.jsx)("style",{dangerouslySetInnerHTML:{__html:e.errorThemeCss}})]}),(0,d.jsx)("body",{children:(0,d.jsx)("div",{style:e.errorStyles.container,children:(0,d.jsxs)("div",{style:e.errorStyles.card,children:[(0,d.jsx)(e.WarningIcon,{}),(0,d.jsx)("h1",{style:e.errorStyles.title,children:"This page couldn’t load"}),(0,d.jsx)("p",{style:e.errorStyles.message,children:"A server error occurred. Reload to try again."}),(0,d.jsx)("form",{style:e.errorStyles.form,children:(0,d.jsx)("button",{type:"submit",style:e.errorStyles.button,children:"Reload"})})]})})})]})};("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},77068:a=>{"use strict";a.exports=require("next/dist/shared/lib/size-limit")},78335:()=>{},81064:(a,b,c)=>{Promise.resolve().then(c.bind(c,81227))},81227:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/home/runner/work/cockpit/cockpit/src/app/global-error.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/cockpit/cockpit/src/app/global-error.tsx","default")},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},96487:()=>{}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[4741,7973],()=>b(b.s=42271));module.exports=c})();
|
|
31
|
+
`.replace(/\n\s*/g,"");function i(){return(0,f.jsx)("svg",{width:"32",height:"32",viewBox:"-0.2 -1.5 32 32",fill:"none",style:g.icon,children:(0,f.jsx)("path",{d:"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z",fill:"var(--next-error-title)"})})}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},51750:(a,b,c)=>{"use strict";c.r(b),c.d(b,{__next_app__:()=>O,handler:()=>Q,routeModule:()=>P});var d=c(7553),e=c(84006),f=c(67798),g=c(34775),h=c(99373),i=c(73461),j=c(1020),k=c(26349),l=c(54365),m=c(16023),n=c(14965),o=c(63747),p=c(24235),q=c(23938),r=c(261),s=c(66758),t=c(77243),u=c(26713),v=c(37527),w=c(22820),x=c(88216),y=c(47929),z=c(79551),A=c(71797),B=c(89125),C=c(86439),D=c(77068),E=c(27269),F=c(37525),G=c(61287),H=c(81494),I=c(70722),J=c(70753),K=c(43954),L=c(17891),M={};for(let a in G)0>["default","__next_app__","routeModule","handler"].indexOf(a)&&(M[a]=()=>G[a]);c.d(b,M);let N={children:["",{children:["_global-error",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.t.bind(c,71311,23)),"next/dist/client/components/builtin/app-error.js"]}]},{}]},{"global-error":[()=>Promise.resolve().then(c.bind(c,81227)),"/home/runner/work/cockpit/cockpit/src/app/global-error.tsx"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,45270,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,28193,23)),"next/dist/client/components/builtin/unauthorized.js"]},[]]}.children,O={require:c,loadChunk:()=>Promise.resolve()},P=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/_global-error/page",pathname:"/_global-error",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:N},distDir:".next-prod",relativeProjectDir:""});async function Q(a,b,d){var M,R,S,T,U;d.requestMeta&&(0,h.setRequestMeta)(a,d.requestMeta),P.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let V=!!(0,h.getRequestMeta)(a,"minimalMode"),W="/_global-error/page";"/index"===W&&(W="/");let X=await P.prepare(a,b,{srcPage:W,multiZoneDraftMode:!1});if(!X)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:Y,query:Z,params:$,pageIsDynamic:_,buildManifest:aa,nextFontManifest:ab,reactLoadableManifest:ac,serverActionsManifest:ad,clientReferenceManifest:ae,subresourceIntegrityManifest:af,prerenderManifest:ag,isDraftMode:ah,resolvedPathname:ai,revalidateOnlyGenerated:aj,routerServerContext:ak,nextConfig:al,parsedUrl:am,interceptionRoutePatterns:an,deploymentId:ao,clientAssetToken:ap}=X,aq=(0,r.normalizeAppPath)(W),{isOnDemandRevalidate:ar}=X,as=al.experimental.ppr&&!al.cacheComponents&&(0,K.isInterceptionRouteAppPath)(ai)?null:P.match(ai,ag),at=(null==as?void 0:as.route)??null,au=!!ag.routes[ai],av=a.headers["user-agent"]||"",aw=(0,u.getBotType)(av),ax=(0,q.isHtmlBotRequest)(a),ay=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[t.NEXT_ROUTER_PREFETCH_HEADER],az=(0,h.getRequestMeta)(a,"isRSCRequest")??(0,n.f)(a.headers[t.RSC_HEADER]),aA=(0,s.getIsPossibleServerAction)(a),aB=(0,m.checkIsAppPPREnabled)(al.experimental.ppr),aC=a.headers[y.NEXT_RESUME_STATE_LENGTH_HEADER];if(!(0,h.getRequestMeta)(a,"postponed")&&V&&aB&&aA&&aC&&"string"==typeof aC){let e=parseInt(aC,10),{maxPostponedStateSize:f,maxPostponedStateSizeBytes:g}=(0,E.getMaxPostponedStateSize)(al.experimental.maxPostponedStateSize);if(!isNaN(e)&&e>0){if(e>g)return b.statusCode=413,b.end((0,E.getPostponedStateExceededErrorMessage)(f)),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let i="1 MB",j=(null==(U=al.experimental.serverActions)?void 0:U.bodySizeLimit)??i,k=e+(j!==i?c(95726).parse(j):1048576),l=await (0,E.readBodyWithSizeLimit)(a,k);if(null===l)return b.statusCode=413,b.end("Request body exceeded limit. To configure the body size limit for Server Actions, see: https://nextjs.org/docs/app/api-reference/next-config-js/serverActions#bodysizelimit"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;if(l.length>=e){let b=l.subarray(0,e).toString("utf8");(0,h.addRequestMeta)(a,"postponed",b);let c=l.subarray(e);(0,h.addRequestMeta)(a,"actionBody",c)}else throw Object.defineProperty(Error(`invariant: expected ${e} bytes of postponed state but only received ${l.length} bytes`),"__NEXT_ERROR_CODE",{value:"E979",enumerable:!1,configurable:!0})}}if(!(0,h.getRequestMeta)(a,"postponed")&&aB&&"1"===a.headers[y.NEXT_RESUME_HEADER]&&"POST"===a.method){let{maxPostponedStateSize:c,maxPostponedStateSizeBytes:e}=(0,E.getMaxPostponedStateSize)(al.experimental.maxPostponedStateSize),f=await (0,E.readBodyWithSizeLimit)(a,e);if(null===f)return b.statusCode=413,b.end((0,E.getPostponedStateExceededErrorMessage)(c)),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let g=f.toString("utf8");(0,h.addRequestMeta)(a,"postponed",g)}let aD=!0===P.isDev||!0===al.experimental.exposeTestingApiInProductionBuild,aE=aD&&("1"===a.headers[t.NEXT_INSTANT_PREFETCH_HEADER]||!(0,n.f)(a.headers[t.RSC_HEADER])&&"string"==typeof a.headers.cookie&&a.headers.cookie.includes(t.NEXT_INSTANT_TEST_COOKIE+"=")),aF=(aB||aE)&&((null==(M=ag.routes[aq]??ag.dynamicRoutes[aq])?void 0:M.renderingMode)==="PARTIALLY_STATIC"||aE&&(aD||(null==ak?void 0:ak.experimentalTestProxy)===!0)),aG=aE&&aF,aH=aG&&!0===P.isDev,aI=!1,aJ=aF?(0,h.getRequestMeta)(a,"postponed"):void 0,aK=null==(R=ag.routes[ai])?void 0:R.prefetchDataRoute,aL=aF&&az&&!ay&&!aK;V&&(aL=aL&&!!aJ);let aM=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),aN=(!aw||!aF)&&(!av||(0,q.shouldServeStreamingMetadata)(av,al.htmlLimitedBots)),aO=!!((at||au||ag.routes[aq])&&!(aw&&aF)),aP=aF&&!0===al.cacheComponents,aQ=!0===P.isDev||!aO||"string"==typeof aJ||(aP&&(0,h.getRequestMeta)(a,"onCacheEntryV2")?aL&&!V:aL),aR=!!aw&&aF,aS=(null==at?void 0:at.remainingPrerenderableParams)??[],aT=(null==at?void 0:at.fallback)===null&&((null==(S=at.fallbackRootParams)?void 0:S.length)??0)>0,aU=null;if(!ah&&aO&&!aQ&&!aA&&!aJ&&!aL){let a=as?"string"==typeof(null==at?void 0:at.fallback)?at.fallback:as.source:null;if(!0===al.experimental.partialFallbacks&&a&&(null==at?void 0:at.fallbackRouteParams)&&!aT){if(aS.length>0){let b,c=(b=new Map(aS.map(a=>[a.paramName,a])),a.split("/").map(a=>{let c=(0,L.getSegmentParam)(a);if(!c)return a;let d=b.get(c.paramName);if(!d)return a;let e=null==$?void 0:$[d.paramName];if(!e)return a;let f=Array.isArray(e)?e.map(a=>encodeURIComponent(a)).join("/"):encodeURIComponent(e);return a.replace((0,o.buildDynamicSegmentPlaceholder)(d),f)}).join("/")||"/");aU=c!==a?c:null}}else aU=ai}let aV=aU;!aV&&(P.isDev||aO&&_&&(null==at?void 0:at.fallbackRouteParams)&&!aA)&&(aV=ai),P.isDev||ah||!aO||!az||aL||(0,k.d)(a.headers);let aW={...G,tree:N,handler:Q,routeModule:P,__next_app__:O};ad&&ae&&(0,p.setManifestsSingleton)({page:W,clientReferenceManifest:ae,serverActionsManifest:ad});let aX=a.method||"GET",aY=(0,g.getTracer)(),aZ=aY.getActiveScopeSpan(),a$=!!(null==ak?void 0:ak.isWrappedByNextServer),a_=!0===al.experimental.partialFallbacks&&aS.length>0?(null==at||null==(T=at.fallbackRouteParams)?void 0:T.filter(a=>!aS.some(b=>b.paramName===a.paramName)))??[]:[],a0=async()=>((null==ak?void 0:ak.render404)?await ak.render404(a,b,am,!1):b.end("This page could not be found"),null);try{let k,m=P.getVaryHeader(ai,an);b.setHeader("Vary",m);let n=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return P.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let a=aY.getRootSpanAttributes();if(!a)return;if(a.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${a.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let d=a.get("next.route");if(d){let a=`${aX} ${d}`;c.setAttributes({"next.route":d,"http.route":d,"next.span_name":a}),c.updateName(a),k&&k!==c&&(k.setAttribute("http.route",d),k.updateName(a))}else c.updateName(`${aX} ${W}`)})},p=(0,h.getRequestMeta)(a,"incrementalCache")||await P.getIncrementalCache(a,al,ag,V);null==p||p.resetRequestCache(),globalThis.__incrementalCache=p;let q=async({span:e,postponed:f,fallbackRouteParams:g,forceStaticRender:i})=>{let k={query:Z,params:$,page:aq,sharedContext:{buildId:Y,deploymentId:ao,clientAssetToken:ap},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aW,Component:(0,j.T)(aW),params:$,routeModule:P,page:W,postponed:f,shouldWaitOnAllReady:aR,serveStreamingMetadata:aN,supportsDynamicResponse:"string"==typeof f||aQ,buildManifest:aa,nextFontManifest:ab,reactLoadableManifest:ac,subresourceIntegrityManifest:af,setCacheStatus:null==ak?void 0:ak.setCacheStatus,setIsrStatus:null==ak?void 0:ak.setIsrStatus,setReactDebugChannel:null==ak?void 0:ak.setReactDebugChannel,sendErrorsToBrowser:null==ak?void 0:ak.sendErrorsToBrowser,dir:c(33873).join(process.cwd(),P.relativeProjectDir),isDraftMode:ah,botType:aw,isOnDemandRevalidate:ar,isPossibleServerAction:aA,assetPrefix:al.assetPrefix,nextConfigOutput:al.output,crossOrigin:al.crossOrigin,trailingSlash:al.trailingSlash,images:al.images,previewProps:ag.preview,enableTainting:al.experimental.taint,htmlLimitedBots:al.htmlLimitedBots,reactMaxHeadersLength:al.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:p,cacheLifeProfiles:al.cacheLife,basePath:al.basePath,serverActions:al.experimental.serverActions,logServerFunctions:"object"==typeof al.logging&&!!al.logging.serverFunctions,...aG||aH||aI?{isBuildTimePrerendering:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isDebugDynamicAccesses:aH}:{},cacheComponents:!!al.cacheComponents,experimental:{isRoutePPREnabled:aF,expireTime:al.expireTime,staleTimes:al.experimental.staleTimes,dynamicOnHover:!!al.experimental.dynamicOnHover,optimisticRouting:!!al.experimental.optimisticRouting,inlineCss:!!al.experimental.inlineCss,prefetchInlining:al.experimental.prefetchInlining??!1,authInterrupts:!!al.experimental.authInterrupts,cachedNavigations:!!al.experimental.cachedNavigations,clientTraceMetadata:al.experimental.clientTraceMetadata||[],clientParamParsingOrigins:al.experimental.clientParamParsingOrigins,maxPostponedStateSizeBytes:(0,D.parseMaxPostponedStateSize)(al.experimental.maxPostponedStateSize)},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d,e)=>P.onRequestError(a,b,d,e,ak),err:(0,h.getRequestMeta)(a,"invokeError")}};i&&(k.renderOpts.supportsDynamicResponse=!1);let l=await n(e,k),{metadata:m}=l,{cacheControl:o,headers:q={},fetchTags:r,fetchMetrics:s}=m;if(r&&(q[y.NEXT_CACHE_TAGS_HEADER]=r),a.fetchMetrics=s,aO&&(null==o?void 0:o.revalidate)===0&&!P.isDev&&!aF){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${ai}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
|
|
32
|
+
see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:v.CachedRouteKind.APP_PAGE,html:l,headers:q,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:o}},r=async({hasResolved:c,previousCacheEntry:g,isRevalidating:i,span:j,forceStaticRender:k=!1})=>{let l=!1===P.isDev,m=c||b.writableEnded;try{var n;let f;if(ar&&aj&&!g&&!V)return(null==ak?void 0:ak.render404)?await ak.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(at&&(f=(0,w.parseFallbackField)(at.fallback)),!0===al.experimental.partialFallbacks&&(null==at?void 0:at.fallback)===null&&!aT&&aS.length>0&&(f=w.FallbackMode.PRERENDER),f===w.FallbackMode.PRERENDER&&(0,u.isBot)(av)&&(!aF||ax)&&(f=w.FallbackMode.BLOCKING_STATIC_RENDER),(null==g?void 0:g.isStale)===-1&&(ar=!0),ar&&(f!==w.FallbackMode.NOT_FOUND||g)&&(f=w.FallbackMode.BLOCKING_STATIC_RENDER),!V&&f!==w.FallbackMode.BLOCKING_STATIC_RENDER&&aV&&!m&&!ah&&_&&(l||!au)){if((l||at)&&f===w.FallbackMode.NOT_FOUND){if(al.adapterPath)return await a0();throw new C.NoFallbackError}if(aF&&(al.cacheComponents?!aL:!az)){let b=l&&"string"==typeof(null==at?void 0:at.fallback)?at.fallback:aq,f=(l||aG)&&(null==at?void 0:at.fallbackRouteParams)?(0,o.createOpaqueFallbackRouteParams)(at.fallbackRouteParams):aI?(0,o.getFallbackRouteParams)(aq,P):null;aG&&f&&(0,h.addRequestMeta)(a,"fallbackParams",f);let g=await P.handleResponse({cacheKey:b,req:a,nextConfig:al,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:ag,isRoutePPREnabled:aF,responseGenerator:async()=>q({span:j,postponed:void 0,fallbackRouteParams:f,forceStaticRender:!0}),waitUntil:d.waitUntil,isMinimalMode:V});if(null===g)return null;if(g)return V||!aF||!(aS.length>0)||!0!==al.experimental.partialFallbacks||!aU||!p||ar||aI||aD||aE||ay||(0,J.scheduleOnNextTick)(async()=>{let b=P.getResponseCache(a);try{await b.revalidate(aU,p,aF,!1,a=>q({span:a.span,postponed:void 0,fallbackRouteParams:a_.length>0?(0,o.createOpaqueFallbackRouteParams)(a_):null,forceStaticRender:!0}),null,c,d.waitUntil)}catch(a){console.error("Error revalidating the page in the background",a)}}),delete g.cacheControl,g}}let s=ar||i||!aJ?void 0:aJ;if(aP&&!V&&p&&(aL||aA)&&!k){let b=await p.get(ai,{kind:v.IncrementalCacheKind.APP_PAGE,isRoutePPREnabled:!0,isFallback:!1});b&&b.value&&b.value.kind===v.CachedRouteKind.APP_PAGE&&(s=b.value.postponed,b&&(-1===b.isStale||!0===b.isStale)&&(0,J.scheduleOnNextTick)(async()=>{let b=P.getResponseCache(a);try{await b.revalidate(ai,p,aF,!1,a=>r({...a,forceStaticRender:!0}),null,c,d.waitUntil)}catch(a){console.error("Error revalidating the page in the background",a)}}))}if((aG||aH)&&void 0!==s)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:v.CachedRouteKind.PAGES,html:x.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let t=!P.isDev&&_&&(null==at?void 0:at.fallbackRouteParams)?(0,o.getPlaceholderFallbackRouteParams)($,at.fallbackRouteParams):null,y=t&&t.length>0?t:null==at?void 0:at.fallbackRouteParams,z=null!=t&&t.length>0,A=null;if(al.cacheComponents&&(null==at?void 0:at.fallbackRouteParams)){let b=(0,h.getRequestMeta)(a,"resolvedRouteParamKeys");b&&b.size>0&&(A=at.fallbackRouteParams.filter(a=>!b.has(a.paramName)))}let B=(l&&(0,h.getRequestMeta)(a,"renderFallbackShell")||z||aG&&!au)&&y?(0,o.createOpaqueFallbackRouteParams)(y):A&&A.length>0&&A.length<((null==at||null==(n=at.fallbackRouteParams)?void 0:n.length)??0)?(0,o.createOpaqueFallbackRouteParams)(A):aI?(0,o.getFallbackRouteParams)(aq,P):null;if((l||aG)&&al.cacheComponents&&!au&&(null==at?void 0:at.fallbackRouteParams)){let b=(0,o.createOpaqueFallbackRouteParams)(y??at.fallbackRouteParams);b&&(0,h.addRequestMeta)(a,"fallbackParams",b)}return q({span:j,postponed:s,fallbackRouteParams:B,forceStaticRender:k})}catch(b){throw(null==g?void 0:g.isStale)&&await P.onRequestError(a,b,{routerKind:"App Router",routePath:W,routeType:"render",revalidateReason:(0,f.c)({isStaticGeneration:aO,isOnDemandRevalidate:ar})},!1,ak),b}},s=async c=>{var f,g,i,j,k,l;let m,n=await P.handleResponse({cacheKey:aU,responseGenerator:a=>r({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ar,isRoutePPREnabled:aF,req:a,nextConfig:al,prerenderManifest:ag,waitUntil:d.waitUntil,isMinimalMode:V});if(ah&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),P.isDev&&b.setHeader("Cache-Control","no-cache, must-revalidate"),!n){if(aU)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=n.value)?void 0:f.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=n.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let o="string"==typeof n.value.postponed;az&&!aA&&ao&&b.setHeader(y.NEXT_NAV_DEPLOYMENT_ID_HEADER,ao),aO&&!aL&&(!o||ay)&&(V||b.setHeader("x-nextjs-cache",ar?"REVALIDATED":n.isMiss?"MISS":n.isStale?"STALE":"HIT"),b.setHeader(t.NEXT_IS_PRERENDER_HEADER,"1"));let{value:p}=n;if(aJ)m={revalidate:0,expire:void 0};else if(aL)m={revalidate:0,expire:void 0};else if(!P.isDev)if(ah)m={revalidate:0,expire:void 0};else if(aO){if(n.cacheControl)if("number"==typeof n.cacheControl.revalidate){if(n.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${n.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});m={revalidate:n.cacheControl.revalidate,expire:(null==(j=n.cacheControl)?void 0:j.expire)??al.expireTime}}else m={revalidate:y.CACHE_ONE_YEAR_SECONDS,expire:void 0}}else b.getHeader("Cache-Control")||(m={revalidate:0,expire:void 0});if(n.cacheControl=m,"string"==typeof aM&&(null==p?void 0:p.kind)===v.CachedRouteKind.APP_PAGE&&p.segmentData){b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=p.headers)?void 0:k[y.NEXT_CACHE_TAGS_HEADER];V&&aO&&c&&"string"==typeof c&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,c);let d=p.segmentData.get(aM);return void 0!==d?(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:x.default.fromStatic(d,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl}):(b.statusCode=204,(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl}))}let s=aP?(0,h.getRequestMeta)(a,"onCacheEntryV2")??(0,h.getRequestMeta)(a,"onCacheEntry"):(0,h.getRequestMeta)(a,"onCacheEntry");if(s){let b=(0,h.getRequestMeta)(a,"initURL")??a.url,c=b?(null==(l=(0,F.parseUrl)(b))?void 0:l.pathname)??b:void 0;if(await s(n,{url:c}))return null}if(p.headers){let a={...p.headers};for(let[c,d]of(V&&aO||delete a[y.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let u=null==(g=p.headers)?void 0:g[y.NEXT_CACHE_TAGS_HEADER];if(V&&aO&&u&&"string"==typeof u&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,u),!p.status||az&&aF||(b.statusCode=p.status),!V&&p.status&&H.RedirectStatusCode[p.status]&&az&&(b.statusCode=200),o&&!aL&&b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"1"),az&&!ah){if(void 0===p.rscData){if(p.html.contentType!==t.RSC_CONTENT_TYPE_HEADER)if(al.cacheComponents)return b.statusCode=404,(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl});else throw Object.defineProperty(new I.InvariantError(`Expected RSC response, got ${p.html.contentType}`),"__NEXT_ERROR_CODE",{value:"E789",enumerable:!1,configurable:!0});return(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:p.html,cacheControl:n.cacheControl})}return(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:x.default.fromStatic(p.rscData,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl})}let w=p.html;if(aE&&aG){let c=!0===P.isDev?crypto.randomUUID():null;return w.pipeThrough(await (0,A.createInstantTestScriptInsertionTransformStream)(c)),(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:w,cacheControl:{revalidate:0,expire:void 0}})}if(!o||V||az)return(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:w,cacheControl:n.cacheControl});if(aG||aH)return w.push(new ReadableStream({start(a){a.enqueue(z.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:w,cacheControl:{revalidate:0,expire:void 0}});let C=new TransformStream;return w.push(C.readable),q({span:c,postponed:p.postponed,fallbackRouteParams:null,forceStaticRender:!1}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(C.writable)}).catch(a=>{C.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:w,cacheControl:{revalidate:0,expire:void 0}})};if(!a$||!aZ)return k=aY.getActiveScopeSpan(),await aY.withPropagatedContext(a.headers,()=>aY.trace(i.BaseServerSpan.handleRequest,{spanName:`${aX} ${W}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aX,"http.target":a.url}},s),void 0,!a$);await s(aZ)}catch(b){throw b instanceof C.NoFallbackError||await P.onRequestError(a,b,{routerKind:"App Router",routePath:W,routeType:"render",revalidateReason:(0,f.c)({isStaticGeneration:aO,isOnDemandRevalidate:ar})},!1,ak),b}}},62605:(a,b,c)=>{"use strict";function d(a){return a&&a.__esModule?a:{default:a}}c.r(b),c.d(b,{_:()=>d})},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},67045:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>e});var d=c(48249);function e({error:a,reset:b}){return(0,d.jsx)("html",{children:(0,d.jsx)("body",{children:(0,d.jsxs)("div",{style:{padding:"2rem",fontFamily:"system-ui, sans-serif"},children:[(0,d.jsx)("h2",{children:"Something went wrong"}),(0,d.jsx)("p",{style:{color:"#666"},children:a.message}),(0,d.jsx)("button",{onClick:b,style:{marginTop:"1rem",padding:"0.5rem 1rem",cursor:"pointer",borderRadius:"0.375rem",border:"1px solid #ccc",background:"#fff"},children:"Try again"})]})})})}},70722:a=>{"use strict";a.exports=require("next/dist/shared/lib/invariant-error")},71311:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"default",{enumerable:!0,get:function(){return f}}),c(62605);let d=c(5735);c(91986);let e=c(48928),f=function(){return(0,d.jsxs)("html",{id:"__next_error__",children:[(0,d.jsxs)("head",{children:[(0,d.jsx)("title",{children:"500: This page couldn’t load"}),(0,d.jsx)("style",{dangerouslySetInnerHTML:{__html:e.errorThemeCss}})]}),(0,d.jsx)("body",{children:(0,d.jsx)("div",{style:e.errorStyles.container,children:(0,d.jsxs)("div",{style:e.errorStyles.card,children:[(0,d.jsx)(e.WarningIcon,{}),(0,d.jsx)("h1",{style:e.errorStyles.title,children:"This page couldn’t load"}),(0,d.jsx)("p",{style:e.errorStyles.message,children:"A server error occurred. Reload to try again."}),(0,d.jsx)("form",{style:e.errorStyles.form,children:(0,d.jsx)("button",{type:"submit",style:e.errorStyles.button,children:"Reload"})})]})})})]})};("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},77068:a=>{"use strict";a.exports=require("next/dist/shared/lib/size-limit")},78335:()=>{},81064:(a,b,c)=>{Promise.resolve().then(c.bind(c,81227))},81227:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/home/runner/work/cockpit/cockpit/src/app/global-error.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/cockpit/cockpit/src/app/global-error.tsx","default")},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},96487:()=>{}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[4741,7973],()=>b(b.s=51750));module.exports=c})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../../../../node_modules/@opentelemetry/api/build/src/api/context.js","../../../../node_modules/@opentelemetry/api/build/src/api/diag.js","../../../../node_modules/@opentelemetry/api/build/src/api/metrics.js","../../../../node_modules/@opentelemetry/api/build/src/api/propagation.js","../../../../node_modules/@opentelemetry/api/build/src/api/trace.js","../../../../node_modules/@opentelemetry/api/build/src/baggage/context-helpers.js","../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/baggage-impl.js","../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/symbol.js","../../../../node_modules/@opentelemetry/api/build/src/baggage/utils.js","../../../../node_modules/@opentelemetry/api/build/src/context-api.js","../../../../node_modules/@opentelemetry/api/build/src/context/NoopContextManager.js","../../../../node_modules/@opentelemetry/api/build/src/context/context.js","../../../../node_modules/@opentelemetry/api/build/src/diag-api.js","../../../../node_modules/@opentelemetry/api/build/src/diag/ComponentLogger.js","../../../../node_modules/@opentelemetry/api/build/src/diag/consoleLogger.js","../../../../node_modules/@opentelemetry/api/build/src/diag/internal/logLevelLogger.js","../../../../node_modules/@opentelemetry/api/build/src/diag/types.js","../../../../node_modules/@opentelemetry/api/build/src/index.js","../../../../node_modules/@opentelemetry/api/build/src/internal/global-utils.js","../../../../node_modules/@opentelemetry/api/build/src/internal/semver.js","../../../../node_modules/@opentelemetry/api/build/src/metrics-api.js","../../../../node_modules/@opentelemetry/api/build/src/metrics/Metric.js","../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeter.js","../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeterProvider.js","../../../../node_modules/@opentelemetry/api/build/src/platform/index.js","../../../../node_modules/@opentelemetry/api/build/src/platform/node/globalThis.js","../../../../node_modules/@opentelemetry/api/build/src/platform/node/index.js","../../../../node_modules/@opentelemetry/api/build/src/propagation-api.js","../../../../node_modules/@opentelemetry/api/build/src/propagation/NoopTextMapPropagator.js","../../../../node_modules/@opentelemetry/api/build/src/propagation/TextMapPropagator.js","../../../../node_modules/@opentelemetry/api/build/src/trace-api.js","../../../../node_modules/@opentelemetry/api/build/src/trace/NonRecordingSpan.js","../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracer.js","../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracerProvider.js","../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracer.js","../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracerProvider.js","../../../../node_modules/@opentelemetry/api/build/src/trace/SamplingResult.js","../../../../node_modules/@opentelemetry/api/build/src/trace/context-utils.js","../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-impl.js","../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-validators.js","../../../../node_modules/@opentelemetry/api/build/src/trace/internal/utils.js","../../../../node_modules/@opentelemetry/api/build/src/trace/invalid-span-constants.js","../../../../node_modules/@opentelemetry/api/build/src/trace/span_kind.js","../../../../node_modules/@opentelemetry/api/build/src/trace/spancontext-utils.js","../../../../node_modules/@opentelemetry/api/build/src/trace/status.js","../../../../node_modules/@opentelemetry/api/build/src/trace/trace_flags.js","../../../../node_modules/@opentelemetry/api/build/src/version.js","../../../../node_modules/@opentelemetry/api/package.json","../../../../node_modules/@swc/helpers/_/_interop_require_default/package.json","../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../node_modules/@swc/helpers/package.json","../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../node_modules/next/dist/client/lib/console.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/bytes/index.js","../../../../node_modules/next/dist/compiled/bytes/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../node_modules/next/dist/compiled/source-map/package.json","../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../node_modules/next/dist/compiled/ws/index.js","../../../../node_modules/next/dist/compiled/ws/package.json","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/picocolors.js","../../../../node_modules/next/dist/lib/scheduler.js","../../../../node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/next/dist/server/lib/parse-stack.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/next/dist/server/lib/source-maps.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../node_modules/next/dist/server/node-environment.js","../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../node_modules/next/dist/server/require-hook.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../node_modules/next/dist/shared/lib/router/utils/get-segment-param.js","../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../node_modules/next/dist/shared/lib/router/utils/interception-routes.js","../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../node_modules/next/dist/shared/lib/segment.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/dist/shared/lib/size-limit.js","../../../../node_modules/next/package.json","../../../../node_modules/react/cjs/react.development.js","../../../../node_modules/react/cjs/react.production.js","../../../../node_modules/react/index.js","../../../../node_modules/react/package.json","../../../package.json","../../chunks/1813.js","../../chunks/2728.js","../../chunks/304.js","../../chunks/3269.js","../../chunks/3718.js","../../chunks/3863.js","../../chunks/4034.js","../../chunks/4741.js","../../chunks/5159.js","../../chunks/5292.js","../../chunks/5616.js","../../chunks/6955.js","../../chunks/7184.js","../../chunks/7973.js","../../chunks/8764.js","../../chunks/8916.js","../../chunks/9658.js","../../webpack-runtime.js","page_client-reference-manifest.js"]}
|
|
1
|
+
{"version":1,"files":["../../../../node_modules/@opentelemetry/api/build/src/api/context.js","../../../../node_modules/@opentelemetry/api/build/src/api/diag.js","../../../../node_modules/@opentelemetry/api/build/src/api/metrics.js","../../../../node_modules/@opentelemetry/api/build/src/api/propagation.js","../../../../node_modules/@opentelemetry/api/build/src/api/trace.js","../../../../node_modules/@opentelemetry/api/build/src/baggage/context-helpers.js","../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/baggage-impl.js","../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/symbol.js","../../../../node_modules/@opentelemetry/api/build/src/baggage/utils.js","../../../../node_modules/@opentelemetry/api/build/src/context-api.js","../../../../node_modules/@opentelemetry/api/build/src/context/NoopContextManager.js","../../../../node_modules/@opentelemetry/api/build/src/context/context.js","../../../../node_modules/@opentelemetry/api/build/src/diag-api.js","../../../../node_modules/@opentelemetry/api/build/src/diag/ComponentLogger.js","../../../../node_modules/@opentelemetry/api/build/src/diag/consoleLogger.js","../../../../node_modules/@opentelemetry/api/build/src/diag/internal/logLevelLogger.js","../../../../node_modules/@opentelemetry/api/build/src/diag/types.js","../../../../node_modules/@opentelemetry/api/build/src/index.js","../../../../node_modules/@opentelemetry/api/build/src/internal/global-utils.js","../../../../node_modules/@opentelemetry/api/build/src/internal/semver.js","../../../../node_modules/@opentelemetry/api/build/src/metrics-api.js","../../../../node_modules/@opentelemetry/api/build/src/metrics/Metric.js","../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeter.js","../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeterProvider.js","../../../../node_modules/@opentelemetry/api/build/src/platform/index.js","../../../../node_modules/@opentelemetry/api/build/src/platform/node/globalThis.js","../../../../node_modules/@opentelemetry/api/build/src/platform/node/index.js","../../../../node_modules/@opentelemetry/api/build/src/propagation-api.js","../../../../node_modules/@opentelemetry/api/build/src/propagation/NoopTextMapPropagator.js","../../../../node_modules/@opentelemetry/api/build/src/propagation/TextMapPropagator.js","../../../../node_modules/@opentelemetry/api/build/src/trace-api.js","../../../../node_modules/@opentelemetry/api/build/src/trace/NonRecordingSpan.js","../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracer.js","../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracerProvider.js","../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracer.js","../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracerProvider.js","../../../../node_modules/@opentelemetry/api/build/src/trace/SamplingResult.js","../../../../node_modules/@opentelemetry/api/build/src/trace/context-utils.js","../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-impl.js","../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-validators.js","../../../../node_modules/@opentelemetry/api/build/src/trace/internal/utils.js","../../../../node_modules/@opentelemetry/api/build/src/trace/invalid-span-constants.js","../../../../node_modules/@opentelemetry/api/build/src/trace/span_kind.js","../../../../node_modules/@opentelemetry/api/build/src/trace/spancontext-utils.js","../../../../node_modules/@opentelemetry/api/build/src/trace/status.js","../../../../node_modules/@opentelemetry/api/build/src/trace/trace_flags.js","../../../../node_modules/@opentelemetry/api/build/src/version.js","../../../../node_modules/@opentelemetry/api/package.json","../../../../node_modules/@swc/helpers/_/_interop_require_default/package.json","../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../node_modules/@swc/helpers/package.json","../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../node_modules/next/dist/client/lib/console.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/bytes/index.js","../../../../node_modules/next/dist/compiled/bytes/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../node_modules/next/dist/compiled/source-map/package.json","../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../node_modules/next/dist/compiled/ws/index.js","../../../../node_modules/next/dist/compiled/ws/package.json","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/picocolors.js","../../../../node_modules/next/dist/lib/scheduler.js","../../../../node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/next/dist/server/lib/parse-stack.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/next/dist/server/lib/source-maps.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../node_modules/next/dist/server/node-environment.js","../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../node_modules/next/dist/server/require-hook.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../node_modules/next/dist/shared/lib/router/utils/get-segment-param.js","../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../node_modules/next/dist/shared/lib/router/utils/interception-routes.js","../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../node_modules/next/dist/shared/lib/segment.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/dist/shared/lib/size-limit.js","../../../../node_modules/next/package.json","../../../../node_modules/react/cjs/react.development.js","../../../../node_modules/react/cjs/react.production.js","../../../../node_modules/react/index.js","../../../../node_modules/react/package.json","../../../package.json","../../chunks/1813.js","../../chunks/2728.js","../../chunks/2939.js","../../chunks/304.js","../../chunks/3269.js","../../chunks/3718.js","../../chunks/3863.js","../../chunks/4034.js","../../chunks/4741.js","../../chunks/5292.js","../../chunks/5616.js","../../chunks/6955.js","../../chunks/7184.js","../../chunks/7973.js","../../chunks/8764.js","../../chunks/8916.js","../../chunks/9658.js","../../webpack-runtime.js","page_client-reference-manifest.js"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_global-error/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"2228":{"*":{"id":"25608","name":"*","chunks":[],"async":false}},"8648":{"*":{"id":"34001","name":"*","chunks":[],"async":true}},"19736":{"*":{"id":"61130","name":"*","chunks":[],"async":true}},"21484":{"*":{"id":"77220","name":"*","chunks":[],"async":true}},"24058":{"*":{"id":"3588","name":"*","chunks":[],"async":true}},"26719":{"*":{"id":"67045","name":"*","chunks":[],"async":false}},"28898":{"*":{"id":"45354","name":"*","chunks":[],"async":false}},"33408":{"*":{"id":"77462","name":"*","chunks":[],"async":true}},"47617":{"*":{"id":"29491","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"62177":{"*":{"id":"67134","name":"*","chunks":[],"async":true}},"63048":{"*":{"id":"99033","name":"*","chunks":[],"async":true}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"69958":{"*":{"id":"8077","name":"*","chunks":[],"async":true}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"76043":{"*":{"id":"83179","name":"*","chunks":[],"async":false}},"76288":{"*":{"id":"4462","name":"*","chunks":[],"async":false}},"76412":{"*":{"id":"38878","name":"*","chunks":[],"async":true}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"79968":{"*":{"id":"25465","name":"*","chunks":[],"async":true}},"82032":{"*":{"id":"12568","name":"*","chunks":[],"async":true}},"83519":{"*":{"id":"94481","name":"*","chunks":[],"async":false}},"83678":{"*":{"id":"77120","name":"*","chunks":[],"async":false}},"84310":{"*":{"id":"76552","name":"*","chunks":[],"async":true}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"89039":{"*":{"id":"37129","name":"*","chunks":[],"async":true}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"93975":{"*":{"id":"79758","name":"*","chunks":[],"async":false}},"99324":{"*":{"id":"26188","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"variable\":\"--font-inter\",\"subsets\":[\"latin\"],\"display\":\"swap\"}],\"variableName\":\"inter\"}":{"id":36791,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","7177","static/chunks/app/layout-a0362651ba6e6e6f.js"],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Lora\",\"arguments\":[{\"variable\":\"--font-lora\",\"subsets\":[\"latin\"],\"display\":\"swap\"}],\"variableName\":\"lora\"}":{"id":7815,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","7177","static/chunks/app/layout-a0362651ba6e6e6f.js"],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"JetBrains_Mono\",\"arguments\":[{\"variable\":\"--font-jetbrains-mono\",\"subsets\":[\"latin\"],\"display\":\"swap\"}],\"variableName\":\"jetbrainsMono\"}":{"id":66924,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","7177","static/chunks/app/layout-a0362651ba6e6e6f.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/EmptyState.tsx":{"id":76288,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/I18nProvider.tsx":{"id":47617,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/NoteModal.tsx":{"id":8648,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/NoteToolbar.tsx":{"id":76043,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/ProjectItem.tsx":{"id":2228,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/ProjectSidebar.tsx":{"id":69958,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/Providers.tsx":{"id":84310,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/SessionBrowser.tsx":{"id":83678,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/SettingsModal.tsx":{"id":21484,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/TabBar.tsx":{"id":24058,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/TabManager.tsx":{"id":33408,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/TabManagerTopBar.tsx":{"id":76412,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/useTabState.ts":{"id":89039,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/Workspace.tsx":{"id":63048,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":true},"/home/runner/work/cockpit/cockpit/src/app/globals.css":{"id":51743,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","7177","static/chunks/app/layout-a0362651ba6e6e6f.js"],"async":false},"/home/runner/work/cockpit/cockpit/src/app/global-error.tsx":{"id":26719,"name":"*","chunks":["4219","static/chunks/app/global-error-3c48d7d42c672863.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/hooks/useReviewHighlights.ts":{"id":99324,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/hooks/useReviewIdentity.ts":{"id":93975,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewCommentsListModal.tsx":{"id":19736,"name":"*","chunks":[],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewDropdown.tsx":{"id":82032,"name":"*","chunks":[],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewIdentitySettings.tsx":{"id":28898,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewListPanel.tsx":{"id":83519,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewPage.tsx":{"id":62177,"name":"*","chunks":[],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ShareReviewToggle.tsx":{"id":79968,"name":"*","chunks":[],"async":true}},"entryCSSFiles":{"/home/runner/work/cockpit/cockpit/src/":[],"/home/runner/work/cockpit/cockpit/src/app/layout":[{"inlined":false,"path":"static/css/e33280be1b23649f.css"},{"inlined":false,"path":"static/css/52b314bf20332f7c.css"},{"inlined":false,"path":"static/css/dcde719317bea028.css"}],"/home/runner/work/cockpit/cockpit/src/app/global-error":[],"/home/runner/work/cockpit/cockpit/src/app/page":[{"inlined":false,"path":"static/css/52b314bf20332f7c.css"}],"/home/runner/work/cockpit/cockpit/src/app/_global-error/page":[]},"rscModuleMapping":{"2228":{"*":{"id":"85906","name":"*","chunks":[],"async":false}},"8648":{"*":{"id":"24943","name":"*","chunks":[],"async":false}},"19736":{"*":{"id":"63376","name":"*","chunks":[],"async":false}},"21484":{"*":{"id":"19562","name":"*","chunks":[],"async":false}},"24058":{"*":{"id":"83022","name":"*","chunks":[],"async":false}},"26719":{"*":{"id":"81227","name":"*","chunks":[],"async":false}},"28898":{"*":{"id":"42784","name":"*","chunks":[],"async":false}},"33408":{"*":{"id":"6612","name":"*","chunks":[],"async":false}},"47617":{"*":{"id":"99829","name":"*","chunks":[],"async":false}},"51743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"62177":{"*":{"id":"28820","name":"*","chunks":[],"async":false}},"63048":{"*":{"id":"84747","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"69958":{"*":{"id":"72399","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"76043":{"*":{"id":"74837","name":"*","chunks":[],"async":false}},"76288":{"*":{"id":"55632","name":"*","chunks":[],"async":false}},"76412":{"*":{"id":"93448","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"79968":{"*":{"id":"74824","name":"*","chunks":[],"async":false}},"82032":{"*":{"id":"1134","name":"*","chunks":[],"async":false}},"83519":{"*":{"id":"20975","name":"*","chunks":[],"async":false}},"83678":{"*":{"id":"47938","name":"*","chunks":[],"async":false}},"84310":{"*":{"id":"25702","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"89039":{"*":{"id":"65395","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"93975":{"*":{"id":"61169","name":"*","chunks":[],"async":false}},"99324":{"*":{"id":"73370","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_global-error/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"2228":{"*":{"id":"25608","name":"*","chunks":[],"async":false}},"8648":{"*":{"id":"34001","name":"*","chunks":[],"async":true}},"19736":{"*":{"id":"61130","name":"*","chunks":[],"async":true}},"21484":{"*":{"id":"77220","name":"*","chunks":[],"async":true}},"24058":{"*":{"id":"3588","name":"*","chunks":[],"async":true}},"26719":{"*":{"id":"67045","name":"*","chunks":[],"async":false}},"28898":{"*":{"id":"45354","name":"*","chunks":[],"async":false}},"33408":{"*":{"id":"77462","name":"*","chunks":[],"async":true}},"47617":{"*":{"id":"29491","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"62177":{"*":{"id":"67134","name":"*","chunks":[],"async":true}},"63048":{"*":{"id":"99033","name":"*","chunks":[],"async":true}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"69958":{"*":{"id":"8077","name":"*","chunks":[],"async":true}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"76043":{"*":{"id":"83179","name":"*","chunks":[],"async":false}},"76288":{"*":{"id":"4462","name":"*","chunks":[],"async":false}},"76412":{"*":{"id":"38878","name":"*","chunks":[],"async":true}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"79968":{"*":{"id":"25465","name":"*","chunks":[],"async":true}},"82032":{"*":{"id":"12568","name":"*","chunks":[],"async":true}},"83519":{"*":{"id":"94481","name":"*","chunks":[],"async":false}},"83678":{"*":{"id":"77120","name":"*","chunks":[],"async":false}},"84310":{"*":{"id":"76552","name":"*","chunks":[],"async":true}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"89039":{"*":{"id":"37129","name":"*","chunks":[],"async":true}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"93975":{"*":{"id":"79758","name":"*","chunks":[],"async":false}},"99324":{"*":{"id":"26188","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"variable\":\"--font-inter\",\"subsets\":[\"latin\"],\"display\":\"swap\"}],\"variableName\":\"inter\"}":{"id":36791,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3da1914a1a74c1fb.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","7177","static/chunks/app/layout-a0362651ba6e6e6f.js"],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Lora\",\"arguments\":[{\"variable\":\"--font-lora\",\"subsets\":[\"latin\"],\"display\":\"swap\"}],\"variableName\":\"lora\"}":{"id":7815,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3da1914a1a74c1fb.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","7177","static/chunks/app/layout-a0362651ba6e6e6f.js"],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"JetBrains_Mono\",\"arguments\":[{\"variable\":\"--font-jetbrains-mono\",\"subsets\":[\"latin\"],\"display\":\"swap\"}],\"variableName\":\"jetbrainsMono\"}":{"id":66924,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3da1914a1a74c1fb.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","7177","static/chunks/app/layout-a0362651ba6e6e6f.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/EmptyState.tsx":{"id":76288,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3da1914a1a74c1fb.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/I18nProvider.tsx":{"id":47617,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3da1914a1a74c1fb.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/NoteModal.tsx":{"id":8648,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3da1914a1a74c1fb.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/NoteToolbar.tsx":{"id":76043,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3da1914a1a74c1fb.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/ProjectItem.tsx":{"id":2228,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3da1914a1a74c1fb.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/ProjectSidebar.tsx":{"id":69958,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3da1914a1a74c1fb.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/Providers.tsx":{"id":84310,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3da1914a1a74c1fb.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/SessionBrowser.tsx":{"id":83678,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3da1914a1a74c1fb.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/SettingsModal.tsx":{"id":21484,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3da1914a1a74c1fb.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/TabBar.tsx":{"id":24058,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3da1914a1a74c1fb.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/TabManager.tsx":{"id":33408,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3da1914a1a74c1fb.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/TabManagerTopBar.tsx":{"id":76412,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3da1914a1a74c1fb.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/useTabState.ts":{"id":89039,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3da1914a1a74c1fb.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/Workspace.tsx":{"id":63048,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3da1914a1a74c1fb.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":true},"/home/runner/work/cockpit/cockpit/src/app/globals.css":{"id":51743,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3da1914a1a74c1fb.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","7177","static/chunks/app/layout-a0362651ba6e6e6f.js"],"async":false},"/home/runner/work/cockpit/cockpit/src/app/global-error.tsx":{"id":26719,"name":"*","chunks":["4219","static/chunks/app/global-error-3c48d7d42c672863.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/hooks/useReviewHighlights.ts":{"id":99324,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/hooks/useReviewIdentity.ts":{"id":93975,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewCommentsListModal.tsx":{"id":19736,"name":"*","chunks":[],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewDropdown.tsx":{"id":82032,"name":"*","chunks":[],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewIdentitySettings.tsx":{"id":28898,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewListPanel.tsx":{"id":83519,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewPage.tsx":{"id":62177,"name":"*","chunks":[],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ShareReviewToggle.tsx":{"id":79968,"name":"*","chunks":[],"async":true}},"entryCSSFiles":{"/home/runner/work/cockpit/cockpit/src/":[],"/home/runner/work/cockpit/cockpit/src/app/layout":[{"inlined":false,"path":"static/css/e33280be1b23649f.css"},{"inlined":false,"path":"static/css/52b314bf20332f7c.css"},{"inlined":false,"path":"static/css/f9a27209b85d8e5a.css"}],"/home/runner/work/cockpit/cockpit/src/app/global-error":[],"/home/runner/work/cockpit/cockpit/src/app/page":[{"inlined":false,"path":"static/css/52b314bf20332f7c.css"}],"/home/runner/work/cockpit/cockpit/src/app/_global-error/page":[]},"rscModuleMapping":{"2228":{"*":{"id":"85906","name":"*","chunks":[],"async":false}},"8648":{"*":{"id":"24943","name":"*","chunks":[],"async":false}},"19736":{"*":{"id":"63376","name":"*","chunks":[],"async":false}},"21484":{"*":{"id":"19562","name":"*","chunks":[],"async":false}},"24058":{"*":{"id":"83022","name":"*","chunks":[],"async":false}},"26719":{"*":{"id":"81227","name":"*","chunks":[],"async":false}},"28898":{"*":{"id":"42784","name":"*","chunks":[],"async":false}},"33408":{"*":{"id":"6612","name":"*","chunks":[],"async":false}},"47617":{"*":{"id":"99829","name":"*","chunks":[],"async":false}},"51743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"62177":{"*":{"id":"28820","name":"*","chunks":[],"async":false}},"63048":{"*":{"id":"84747","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"69958":{"*":{"id":"72399","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"76043":{"*":{"id":"74837","name":"*","chunks":[],"async":false}},"76288":{"*":{"id":"55632","name":"*","chunks":[],"async":false}},"76412":{"*":{"id":"93448","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"79968":{"*":{"id":"74824","name":"*","chunks":[],"async":false}},"82032":{"*":{"id":"1134","name":"*","chunks":[],"async":false}},"83519":{"*":{"id":"20975","name":"*","chunks":[],"async":false}},"83678":{"*":{"id":"47938","name":"*","chunks":[],"async":false}},"84310":{"*":{"id":"25702","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"89039":{"*":{"id":"65395","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"93975":{"*":{"id":"61169","name":"*","chunks":[],"async":false}},"99324":{"*":{"id":"73370","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|