qalita 2.6.2__py3-none-any.whl → 2.8.0__py3-none-any.whl
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.
- qalita/__main__.py +29 -19
- qalita/_frontend/.next/BUILD_ID +1 -0
- qalita/_frontend/.next/app-path-routes-manifest.json +17 -0
- qalita/_frontend/.next/build-manifest.json +20 -0
- qalita/_frontend/.next/package.json +1 -0
- qalita/_frontend/.next/prerender-manifest.json +109 -0
- qalita/_frontend/.next/required-server-files.json +164 -0
- qalita/_frontend/.next/routes-manifest.json +143 -0
- qalita/_frontend/.next/server/app/_global-error/page/app-paths-manifest.json +3 -0
- qalita/_frontend/.next/server/app/_global-error/page/build-manifest.json +17 -0
- qalita/_frontend/.next/server/app/_global-error/page/next-font-manifest.json +6 -0
- qalita/_frontend/.next/server/app/_global-error/page/react-loadable-manifest.json +1 -0
- qalita/_frontend/.next/server/app/_global-error/page/server-reference-manifest.json +4 -0
- qalita/_frontend/.next/server/app/_global-error/page.js +10 -0
- qalita/_frontend/.next/server/app/_global-error/page.js.map +5 -0
- qalita/_frontend/.next/server/app/_global-error/page.js.nft.json +1 -0
- qalita/_frontend/.next/server/app/_global-error/page_client-reference-manifest.js +2 -0
- qalita/_frontend/.next/server/app/_global-error.html +2 -0
- qalita/_frontend/.next/server/app/_global-error.meta +15 -0
- qalita/_frontend/.next/server/app/_global-error.rsc +12 -0
- qalita/_frontend/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +5 -0
- qalita/_frontend/.next/server/app/_global-error.segments/_full.segment.rsc +12 -0
- qalita/_frontend/.next/server/app/_global-error.segments/_head.segment.rsc +5 -0
- qalita/_frontend/.next/server/app/_global-error.segments/_index.segment.rsc +4 -0
- qalita/_frontend/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
- qalita/_frontend/.next/server/app/_not-found/page/app-paths-manifest.json +3 -0
- qalita/_frontend/.next/server/app/_not-found/page/build-manifest.json +17 -0
- qalita/_frontend/.next/server/app/_not-found/page/next-font-manifest.json +6 -0
- qalita/_frontend/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -0
- qalita/_frontend/.next/server/app/_not-found/page/server-reference-manifest.json +4 -0
- qalita/_frontend/.next/server/app/_not-found/page.js +13 -0
- qalita/_frontend/.next/server/app/_not-found/page.js.map +5 -0
- qalita/_frontend/.next/server/app/_not-found/page.js.nft.json +1 -0
- qalita/_frontend/.next/server/app/_not-found/page_client-reference-manifest.js +2 -0
- qalita/_frontend/.next/server/app/_not-found.html +1 -0
- qalita/_frontend/.next/server/app/_not-found.meta +16 -0
- qalita/_frontend/.next/server/app/_not-found.rsc +15 -0
- qalita/_frontend/.next/server/app/_not-found.segments/_full.segment.rsc +15 -0
- qalita/_frontend/.next/server/app/_not-found.segments/_head.segment.rsc +5 -0
- qalita/_frontend/.next/server/app/_not-found.segments/_index.segment.rsc +7 -0
- qalita/_frontend/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
- qalita/_frontend/.next/server/app/_not-found.segments/_not-found.segment.rsc +4 -0
- qalita/_frontend/.next/server/app/_not-found.segments/_tree.segment.rsc +3 -0
- qalita/_frontend/.next/server/app/api/context/[...path]/route/app-paths-manifest.json +3 -0
- qalita/_frontend/.next/server/app/api/context/[...path]/route/build-manifest.json +11 -0
- qalita/_frontend/.next/server/app/api/context/[...path]/route/server-reference-manifest.json +4 -0
- qalita/_frontend/.next/server/app/api/context/[...path]/route.js +6 -0
- qalita/_frontend/.next/server/app/api/context/[...path]/route.js.map +5 -0
- qalita/_frontend/.next/server/app/api/context/[...path]/route.js.nft.json +1 -0
- qalita/_frontend/.next/server/app/api/context/[...path]/route_client-reference-manifest.js +2 -0
- qalita/_frontend/.next/server/app/api/contexts/route/app-paths-manifest.json +3 -0
- qalita/_frontend/.next/server/app/api/contexts/route/build-manifest.json +11 -0
- qalita/_frontend/.next/server/app/api/contexts/route/server-reference-manifest.json +4 -0
- qalita/_frontend/.next/server/app/api/contexts/route.js +6 -0
- qalita/_frontend/.next/server/app/api/contexts/route.js.map +5 -0
- qalita/_frontend/.next/server/app/api/contexts/route.js.nft.json +1 -0
- qalita/_frontend/.next/server/app/api/contexts/route_client-reference-manifest.js +2 -0
- qalita/_frontend/.next/server/app/api/dashboard/route/app-paths-manifest.json +3 -0
- qalita/_frontend/.next/server/app/api/dashboard/route/build-manifest.json +11 -0
- qalita/_frontend/.next/server/app/api/dashboard/route/server-reference-manifest.json +4 -0
- qalita/_frontend/.next/server/app/api/dashboard/route.js +6 -0
- qalita/_frontend/.next/server/app/api/dashboard/route.js.map +5 -0
- qalita/_frontend/.next/server/app/api/dashboard/route.js.nft.json +1 -0
- qalita/_frontend/.next/server/app/api/dashboard/route_client-reference-manifest.js +2 -0
- qalita/_frontend/.next/server/app/api/pack/push/route/app-paths-manifest.json +3 -0
- qalita/_frontend/.next/server/app/api/pack/push/route/build-manifest.json +11 -0
- qalita/_frontend/.next/server/app/api/pack/push/route/server-reference-manifest.json +4 -0
- qalita/_frontend/.next/server/app/api/pack/push/route.js +6 -0
- qalita/_frontend/.next/server/app/api/pack/push/route.js.map +5 -0
- qalita/_frontend/.next/server/app/api/pack/push/route.js.nft.json +1 -0
- qalita/_frontend/.next/server/app/api/pack/push/route_client-reference-manifest.js +2 -0
- qalita/_frontend/.next/server/app/api/push/route/app-paths-manifest.json +3 -0
- qalita/_frontend/.next/server/app/api/push/route/build-manifest.json +11 -0
- qalita/_frontend/.next/server/app/api/push/route/server-reference-manifest.json +4 -0
- qalita/_frontend/.next/server/app/api/push/route.js +6 -0
- qalita/_frontend/.next/server/app/api/push/route.js.map +5 -0
- qalita/_frontend/.next/server/app/api/push/route.js.nft.json +1 -0
- qalita/_frontend/.next/server/app/api/push/route_client-reference-manifest.js +2 -0
- qalita/_frontend/.next/server/app/api/sources/[...path]/route/app-paths-manifest.json +3 -0
- qalita/_frontend/.next/server/app/api/sources/[...path]/route/build-manifest.json +11 -0
- qalita/_frontend/.next/server/app/api/sources/[...path]/route/server-reference-manifest.json +4 -0
- qalita/_frontend/.next/server/app/api/sources/[...path]/route.js +6 -0
- qalita/_frontend/.next/server/app/api/sources/[...path]/route.js.map +5 -0
- qalita/_frontend/.next/server/app/api/sources/[...path]/route.js.nft.json +1 -0
- qalita/_frontend/.next/server/app/api/sources/[...path]/route_client-reference-manifest.js +2 -0
- qalita/_frontend/.next/server/app/api/sources/[id]/route/app-paths-manifest.json +3 -0
- qalita/_frontend/.next/server/app/api/sources/[id]/route/build-manifest.json +11 -0
- qalita/_frontend/.next/server/app/api/sources/[id]/route/server-reference-manifest.json +4 -0
- qalita/_frontend/.next/server/app/api/sources/[id]/route.js +6 -0
- qalita/_frontend/.next/server/app/api/sources/[id]/route.js.map +5 -0
- qalita/_frontend/.next/server/app/api/sources/[id]/route.js.nft.json +1 -0
- qalita/_frontend/.next/server/app/api/sources/[id]/route_client-reference-manifest.js +2 -0
- qalita/_frontend/.next/server/app/api/sources/preview/route/app-paths-manifest.json +3 -0
- qalita/_frontend/.next/server/app/api/sources/preview/route/build-manifest.json +11 -0
- qalita/_frontend/.next/server/app/api/sources/preview/route/server-reference-manifest.json +4 -0
- qalita/_frontend/.next/server/app/api/sources/preview/route.js +6 -0
- qalita/_frontend/.next/server/app/api/sources/preview/route.js.map +5 -0
- qalita/_frontend/.next/server/app/api/sources/preview/route.js.nft.json +1 -0
- qalita/_frontend/.next/server/app/api/sources/preview/route_client-reference-manifest.js +2 -0
- qalita/_frontend/.next/server/app/api/validate/route/app-paths-manifest.json +3 -0
- qalita/_frontend/.next/server/app/api/validate/route/build-manifest.json +11 -0
- qalita/_frontend/.next/server/app/api/validate/route/server-reference-manifest.json +4 -0
- qalita/_frontend/.next/server/app/api/validate/route.js +6 -0
- qalita/_frontend/.next/server/app/api/validate/route.js.map +5 -0
- qalita/_frontend/.next/server/app/api/validate/route.js.nft.json +1 -0
- qalita/_frontend/.next/server/app/api/validate/route_client-reference-manifest.js +2 -0
- qalita/_frontend/.next/server/app/page/app-paths-manifest.json +3 -0
- qalita/_frontend/.next/server/app/page/build-manifest.json +17 -0
- qalita/_frontend/.next/server/app/page/next-font-manifest.json +6 -0
- qalita/_frontend/.next/server/app/page/react-loadable-manifest.json +1 -0
- qalita/_frontend/.next/server/app/page/server-reference-manifest.json +4 -0
- qalita/_frontend/.next/server/app/page.js +15 -0
- qalita/_frontend/.next/server/app/page.js.map +5 -0
- qalita/_frontend/.next/server/app/page.js.nft.json +1 -0
- qalita/_frontend/.next/server/app/page_client-reference-manifest.js +2 -0
- qalita/_frontend/.next/server/app/sources/add/page/app-paths-manifest.json +3 -0
- qalita/_frontend/.next/server/app/sources/add/page/build-manifest.json +17 -0
- qalita/_frontend/.next/server/app/sources/add/page/next-font-manifest.json +6 -0
- qalita/_frontend/.next/server/app/sources/add/page/react-loadable-manifest.json +1 -0
- qalita/_frontend/.next/server/app/sources/add/page/server-reference-manifest.json +4 -0
- qalita/_frontend/.next/server/app/sources/add/page.js +15 -0
- qalita/_frontend/.next/server/app/sources/add/page.js.map +5 -0
- qalita/_frontend/.next/server/app/sources/add/page.js.nft.json +1 -0
- qalita/_frontend/.next/server/app/sources/add/page_client-reference-manifest.js +2 -0
- qalita/_frontend/.next/server/app/sources/add.html +1 -0
- qalita/_frontend/.next/server/app/sources/add.meta +16 -0
- qalita/_frontend/.next/server/app/sources/add.rsc +19 -0
- qalita/_frontend/.next/server/app/sources/add.segments/_full.segment.rsc +19 -0
- qalita/_frontend/.next/server/app/sources/add.segments/_head.segment.rsc +5 -0
- qalita/_frontend/.next/server/app/sources/add.segments/_index.segment.rsc +7 -0
- qalita/_frontend/.next/server/app/sources/add.segments/_tree.segment.rsc +3 -0
- qalita/_frontend/.next/server/app/sources/add.segments/sources/add/__PAGE__.segment.rsc +9 -0
- qalita/_frontend/.next/server/app/sources/add.segments/sources/add.segment.rsc +4 -0
- qalita/_frontend/.next/server/app/sources/add.segments/sources.segment.rsc +4 -0
- qalita/_frontend/.next/server/app/sources/edit/[id]/page/app-paths-manifest.json +3 -0
- qalita/_frontend/.next/server/app/sources/edit/[id]/page/build-manifest.json +17 -0
- qalita/_frontend/.next/server/app/sources/edit/[id]/page/next-font-manifest.json +6 -0
- qalita/_frontend/.next/server/app/sources/edit/[id]/page/react-loadable-manifest.json +1 -0
- qalita/_frontend/.next/server/app/sources/edit/[id]/page/server-reference-manifest.json +4 -0
- qalita/_frontend/.next/server/app/sources/edit/[id]/page.js +15 -0
- qalita/_frontend/.next/server/app/sources/edit/[id]/page.js.map +5 -0
- qalita/_frontend/.next/server/app/sources/edit/[id]/page.js.nft.json +1 -0
- qalita/_frontend/.next/server/app/sources/edit/[id]/page_client-reference-manifest.js +2 -0
- qalita/_frontend/.next/server/app/sources/page/app-paths-manifest.json +3 -0
- qalita/_frontend/.next/server/app/sources/page/build-manifest.json +17 -0
- qalita/_frontend/.next/server/app/sources/page/next-font-manifest.json +6 -0
- qalita/_frontend/.next/server/app/sources/page/react-loadable-manifest.json +1 -0
- qalita/_frontend/.next/server/app/sources/page/server-reference-manifest.json +4 -0
- qalita/_frontend/.next/server/app/sources/page.js +15 -0
- qalita/_frontend/.next/server/app/sources/page.js.map +5 -0
- qalita/_frontend/.next/server/app/sources/page.js.nft.json +1 -0
- qalita/_frontend/.next/server/app/sources/page_client-reference-manifest.js +2 -0
- qalita/_frontend/.next/server/app/sources.html +1 -0
- qalita/_frontend/.next/server/app/sources.meta +15 -0
- qalita/_frontend/.next/server/app/sources.rsc +19 -0
- qalita/_frontend/.next/server/app/sources.segments/_full.segment.rsc +19 -0
- qalita/_frontend/.next/server/app/sources.segments/_head.segment.rsc +5 -0
- qalita/_frontend/.next/server/app/sources.segments/_index.segment.rsc +7 -0
- qalita/_frontend/.next/server/app/sources.segments/_tree.segment.rsc +3 -0
- qalita/_frontend/.next/server/app/sources.segments/sources/__PAGE__.segment.rsc +9 -0
- qalita/_frontend/.next/server/app/sources.segments/sources.segment.rsc +4 -0
- qalita/_frontend/.next/server/app-paths-manifest.json +17 -0
- qalita/_frontend/.next/server/chunks/[externals]_next_dist_f9e520a4._.js +3 -0
- qalita/_frontend/.next/server/chunks/[root-of-the-server]__2b503b6f._.js +3 -0
- qalita/_frontend/.next/server/chunks/[root-of-the-server]__2f426c3e._.js +3 -0
- qalita/_frontend/.next/server/chunks/[root-of-the-server]__574da4cd._.js +3 -0
- qalita/_frontend/.next/server/chunks/[root-of-the-server]__86997be6._.js +3 -0
- qalita/_frontend/.next/server/chunks/[root-of-the-server]__8f4e8c59._.js +3 -0
- qalita/_frontend/.next/server/chunks/[root-of-the-server]__bf0c3d33._.js +28 -0
- qalita/_frontend/.next/server/chunks/[root-of-the-server]__cf78fda6._.js +3 -0
- qalita/_frontend/.next/server/chunks/[root-of-the-server]__e868c9e1._.js +3 -0
- qalita/_frontend/.next/server/chunks/[root-of-the-server]__ebaae723._.js +3 -0
- qalita/_frontend/.next/server/chunks/[root-of-the-server]__ef006352._.js +3 -0
- qalita/_frontend/.next/server/chunks/[root-of-the-server]__f408c708._.js +21 -0
- qalita/_frontend/.next/server/chunks/[turbopack]_runtime.js +795 -0
- qalita/_frontend/.next/server/chunks/_next-internal_server_app_api_context_[___path]_route_actions_74b89a6c.js +3 -0
- qalita/_frontend/.next/server/chunks/_next-internal_server_app_api_contexts_route_actions_4ef2babb.js +3 -0
- qalita/_frontend/.next/server/chunks/_next-internal_server_app_api_dashboard_route_actions_310b0824.js +3 -0
- qalita/_frontend/.next/server/chunks/_next-internal_server_app_api_pack_push_route_actions_b4cb9223.js +3 -0
- qalita/_frontend/.next/server/chunks/_next-internal_server_app_api_push_route_actions_a54c7a3c.js +3 -0
- qalita/_frontend/.next/server/chunks/_next-internal_server_app_api_sources_[___path]_route_actions_9bd41193.js +3 -0
- qalita/_frontend/.next/server/chunks/_next-internal_server_app_api_sources_[id]_route_actions_2549e4c4.js +3 -0
- qalita/_frontend/.next/server/chunks/_next-internal_server_app_api_sources_preview_route_actions_382d6286.js +3 -0
- qalita/_frontend/.next/server/chunks/_next-internal_server_app_api_validate_route_actions_bdcfdeea.js +3 -0
- qalita/_frontend/.next/server/chunks/ssr/[root-of-the-server]__17f2c9b6._.js +3 -0
- qalita/_frontend/.next/server/chunks/ssr/[root-of-the-server]__1d5b5394._.js +3 -0
- qalita/_frontend/.next/server/chunks/ssr/[root-of-the-server]__21824174._.js +3 -0
- qalita/_frontend/.next/server/chunks/ssr/[root-of-the-server]__296a25b5._.js +3 -0
- qalita/_frontend/.next/server/chunks/ssr/[root-of-the-server]__336e4c46._.js +4 -0
- qalita/_frontend/.next/server/chunks/ssr/[root-of-the-server]__3e948587._.js +3 -0
- qalita/_frontend/.next/server/chunks/ssr/[root-of-the-server]__655f8d11._.js +10 -0
- qalita/_frontend/.next/server/chunks/ssr/[root-of-the-server]__7876511a._.js +3 -0
- qalita/_frontend/.next/server/chunks/ssr/[root-of-the-server]__8d98de57._.js +3 -0
- qalita/_frontend/.next/server/chunks/ssr/[root-of-the-server]__96e5a947._.js +3 -0
- qalita/_frontend/.next/server/chunks/ssr/[root-of-the-server]__9ca3089a._.js +3 -0
- qalita/_frontend/.next/server/chunks/ssr/[root-of-the-server]__be91267c._.js +3 -0
- qalita/_frontend/.next/server/chunks/ssr/[root-of-the-server]__bf3c5174._.js +3 -0
- qalita/_frontend/.next/server/chunks/ssr/[root-of-the-server]__d15765f1._.js +3 -0
- qalita/_frontend/.next/server/chunks/ssr/[turbopack]_runtime.js +795 -0
- qalita/_frontend/.next/server/chunks/ssr/_069a688e._.js +4 -0
- qalita/_frontend/.next/server/chunks/ssr/_16c750ac._.js +4 -0
- qalita/_frontend/.next/server/chunks/ssr/_37435df3._.js +4 -0
- qalita/_frontend/.next/server/chunks/ssr/_404f6e81._.js +5 -0
- qalita/_frontend/.next/server/chunks/ssr/_62a2ff63._.js +4 -0
- qalita/_frontend/.next/server/chunks/ssr/_6a67f6f0._.js +5 -0
- qalita/_frontend/.next/server/chunks/ssr/_cafb65ac._.js +3 -0
- qalita/_frontend/.next/server/chunks/ssr/_cb7b44d6._.js +6 -0
- qalita/_frontend/.next/server/chunks/ssr/_d44c43ed._.js +3 -0
- qalita/_frontend/.next/server/chunks/ssr/_next-internal_server_app__global-error_page_actions_75761787.js +3 -0
- qalita/_frontend/.next/server/chunks/ssr/_next-internal_server_app__not-found_page_actions_554ec2bf.js +3 -0
- qalita/_frontend/.next/server/chunks/ssr/_next-internal_server_app_page_actions_39d4fc33.js +3 -0
- qalita/_frontend/.next/server/chunks/ssr/_next-internal_server_app_sources_add_page_actions_8b66db20.js +3 -0
- qalita/_frontend/.next/server/chunks/ssr/_next-internal_server_app_sources_edit_[id]_page_actions_0c144362.js +3 -0
- qalita/_frontend/.next/server/chunks/ssr/_next-internal_server_app_sources_page_actions_bed02d10.js +3 -0
- qalita/_frontend/.next/server/chunks/ssr/components_DashboardContent_tsx_c3635665._.js +3 -0
- qalita/_frontend/.next/server/chunks/ssr/node_modules_next_dist_08570d7f._.js +4 -0
- qalita/_frontend/.next/server/chunks/ssr/node_modules_next_dist_4b9a0874._.js +3 -0
- qalita/_frontend/.next/server/chunks/ssr/node_modules_next_dist_77ec7569._.js +3 -0
- qalita/_frontend/.next/server/chunks/ssr/node_modules_next_dist_client_components_9774470f._.js +3 -0
- qalita/_frontend/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js +3 -0
- qalita/_frontend/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_ece394eb.js +3 -0
- qalita/_frontend/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_15817684.js +3 -0
- qalita/_frontend/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_d92e159d.js +4 -0
- qalita/_frontend/.next/server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js +6 -0
- qalita/_frontend/.next/server/chunks/ssr/node_modules_next_dist_server_route-modules_app-page_vendored_a443a6bf._.js +3 -0
- qalita/_frontend/.next/server/functions-config-manifest.json +14 -0
- qalita/_frontend/.next/server/middleware-build-manifest.js +21 -0
- qalita/_frontend/.next/server/middleware-manifest.json +6 -0
- qalita/_frontend/.next/server/middleware.js +5 -0
- qalita/_frontend/.next/server/next-font-manifest.js +1 -0
- qalita/_frontend/.next/server/next-font-manifest.json +6 -0
- qalita/_frontend/.next/server/pages/404.html +1 -0
- qalita/_frontend/.next/server/pages/500.html +2 -0
- qalita/_frontend/.next/server/pages-manifest.json +4 -0
- qalita/_frontend/.next/server/server-reference-manifest.js +1 -0
- qalita/_frontend/.next/server/server-reference-manifest.json +5 -0
- qalita/_frontend/.next/static/chunks/02a64570f0a14789.js +1 -0
- qalita/_frontend/.next/static/chunks/{7340adf74ff47ec0.js → 0b082245f106d665.js} +1 -1
- qalita/_frontend/.next/static/chunks/27b3ba70c7ef50a8.js +1 -0
- qalita/_frontend/.next/static/chunks/517e9b74d1a3c0ce.js +1 -0
- qalita/_frontend/.next/static/chunks/58689c96b0676c41.js +1 -0
- qalita/_frontend/.next/static/chunks/{236f7e5abd6f09ff.js → 89ba62a8ba9b79ce.js} +2 -2
- qalita/_frontend/.next/static/chunks/acc5da18ff20daa1.js +3 -0
- qalita/_frontend/.next/static/chunks/bdc8a8e7721f5675.js +2 -0
- qalita/_frontend/.next/static/chunks/e0df86cbf44bbf9f.js +1 -0
- qalita/_frontend/.next/static/chunks/e4c3a252774ab7fd.css +1 -0
- qalita/_frontend/.next/static/chunks/e6ce59ba40b863f2.js +1 -0
- qalita/_frontend/.next/static/chunks/{30ea11065999f7ac.js → ec4b1f1e3cd3ae43.js} +1 -1
- qalita/_frontend/.next/static/chunks/{turbopack-25186fc8e1264445.js → turbopack-d21156d03715fafa.js} +1 -1
- qalita/_frontend/node_modules/@swc/helpers/package.json +225 -2
- qalita/_frontend/node_modules/next/node_modules/@swc/helpers/package.json +471 -0
- qalita/_frontend/package.json +12 -1
- qalita/commands/pack.py +61 -8
- qalita/commands/worker.py +46 -20
- qalita/commands/worker_grpc.py +941 -0
- qalita/grpc/__init__.py +8 -0
- qalita/grpc/client.py +693 -0
- qalita/grpc/protos/__init__.py +4 -0
- qalita/grpc/protos/qalita.proto +391 -0
- qalita/grpc/protos/qalita_pb2.py +112 -0
- qalita/grpc/protos/qalita_pb2_grpc.py +588 -0
- qalita/internal/data_preview.py +565 -0
- qalita/internal/request.py +2 -1
- qalita/internal/utils.py +1 -1
- qalita/web/app.py +6 -2
- qalita/web/blueprints/dashboard.py +12 -44
- qalita/web/blueprints/helpers.py +119 -46
- qalita/web/blueprints/sources.py +5 -99
- qalita/web/blueprints/workers.py +6 -6
- {qalita-2.6.2.dist-info → qalita-2.8.0.dist-info}/METADATA +7 -1
- {qalita-2.6.2.dist-info → qalita-2.8.0.dist-info}/RECORD +279 -33
- qalita/_frontend/.next/static/chunks/0f84739db4a8acc7.js +0 -1
- qalita/_frontend/.next/static/chunks/1107bdca1eff6d34.css +0 -1
- qalita/_frontend/.next/static/chunks/4b0c5de8d4cc313f.js +0 -1
- qalita/_frontend/.next/static/chunks/4dd28bc3f722184a.js +0 -2
- qalita/_frontend/.next/static/chunks/711d597b816a80c1.js +0 -1
- qalita/_frontend/.next/static/chunks/bb29c2be4df20a40.js +0 -1
- qalita/_frontend/.next/static/chunks/ecf559101be0ae12.js +0 -3
- /qalita/_frontend/.next/static/{BNkGe67QNZQE3gQg47i0I → oDJBrlQBPl3vggds1RNfL}/_buildManifest.js +0 -0
- /qalita/_frontend/.next/static/{BNkGe67QNZQE3gQg47i0I → oDJBrlQBPl3vggds1RNfL}/_clientMiddlewareManifest.json +0 -0
- /qalita/_frontend/.next/static/{BNkGe67QNZQE3gQg47i0I → oDJBrlQBPl3vggds1RNfL}/_ssgManifest.js +0 -0
- /qalita/_frontend/node_modules/{@swc → next/node_modules/@swc}/helpers/cjs/_interop_require_default.cjs +0 -0
- /qalita/_frontend/node_modules/{@swc → next/node_modules/@swc}/helpers/cjs/_interop_require_wildcard.cjs +0 -0
- {qalita-2.6.2.dist-info → qalita-2.8.0.dist-info}/WHEEL +0 -0
- {qalita-2.6.2.dist-info → qalita-2.8.0.dist-info}/entry_points.txt +0 -0
- {qalita-2.6.2.dist-info → qalita-2.8.0.dist-info}/licenses/LICENSE +0 -0
qalita/__main__.py
CHANGED
|
@@ -192,37 +192,43 @@ def cli(ctx, ui=False, port=7070, host="localhost"):
|
|
|
192
192
|
logger.info(f"Starting Next.js frontend on http://{host}:{port}")
|
|
193
193
|
logger.info(f"QALITA CLI UI is running. Open http://{host}:{port}")
|
|
194
194
|
|
|
195
|
+
# Check if dev mode is forced via environment variable
|
|
196
|
+
force_dev_mode = os.environ.get("QALITA_CLI_DEV_MODE", "").lower() in ("true", "1", "yes")
|
|
197
|
+
|
|
195
198
|
# Check if using embedded standalone server (from pip package)
|
|
196
|
-
if use_standalone_server:
|
|
199
|
+
if use_standalone_server and not force_dev_mode:
|
|
197
200
|
# Use embedded standalone server directly with node
|
|
198
|
-
logger.info("Running Next.js standalone server (embedded)...")
|
|
199
201
|
server_js = os.path.join(frontend_dir, "server.js")
|
|
200
202
|
subprocess.run(
|
|
201
203
|
[node_bin, server_js],
|
|
202
204
|
cwd=frontend_dir,
|
|
203
205
|
env=env,
|
|
206
|
+
stdout=subprocess.DEVNULL,
|
|
207
|
+
stderr=subprocess.DEVNULL,
|
|
204
208
|
)
|
|
205
209
|
# Check for production build (standalone mode) in development frontend
|
|
206
|
-
elif os.path.exists(os.path.join(frontend_dir, ".next", "standalone")):
|
|
210
|
+
elif not force_dev_mode and os.path.exists(os.path.join(frontend_dir, ".next", "standalone")):
|
|
207
211
|
# Use next start from frontend directory instead of standalone
|
|
208
212
|
# This ensures static files are served correctly
|
|
209
|
-
logger.info("Running Next.js in production mode (standalone build detected)...")
|
|
210
213
|
next_bin = os.path.join(frontend_dir, "node_modules", ".bin", "next")
|
|
211
214
|
if os.path.exists(next_bin):
|
|
212
215
|
subprocess.run(
|
|
213
216
|
[node_bin, next_bin, "start", "-p", str(port), "-H", host],
|
|
214
217
|
cwd=frontend_dir,
|
|
215
218
|
env=env,
|
|
219
|
+
stdout=subprocess.DEVNULL,
|
|
220
|
+
stderr=subprocess.DEVNULL,
|
|
216
221
|
)
|
|
217
222
|
else:
|
|
218
223
|
subprocess.run(
|
|
219
224
|
[npm_cmd, "start"],
|
|
220
225
|
cwd=frontend_dir,
|
|
221
226
|
env=env,
|
|
227
|
+
stdout=subprocess.DEVNULL,
|
|
228
|
+
stderr=subprocess.DEVNULL,
|
|
222
229
|
)
|
|
223
|
-
elif os.path.exists(os.path.join(frontend_dir, ".next", "server")):
|
|
230
|
+
elif not force_dev_mode and os.path.exists(os.path.join(frontend_dir, ".next", "server")):
|
|
224
231
|
# Production build exists but not standalone, use next start directly with args
|
|
225
|
-
logger.info("Running Next.js in production mode...")
|
|
226
232
|
next_bin = os.path.join(frontend_dir, "node_modules", ".bin", "next")
|
|
227
233
|
if not os.path.exists(next_bin):
|
|
228
234
|
# Fallback to npm start
|
|
@@ -230,51 +236,55 @@ def cli(ctx, ui=False, port=7070, host="localhost"):
|
|
|
230
236
|
[npm_cmd, "start"],
|
|
231
237
|
cwd=frontend_dir,
|
|
232
238
|
env=env,
|
|
239
|
+
stdout=subprocess.DEVNULL,
|
|
240
|
+
stderr=subprocess.DEVNULL,
|
|
233
241
|
)
|
|
234
242
|
else:
|
|
235
243
|
subprocess.run(
|
|
236
244
|
[node_bin, next_bin, "start", "-p", str(port), "-H", host],
|
|
237
245
|
cwd=frontend_dir,
|
|
238
246
|
env=env,
|
|
247
|
+
stdout=subprocess.DEVNULL,
|
|
248
|
+
stderr=subprocess.DEVNULL,
|
|
239
249
|
)
|
|
240
250
|
else:
|
|
241
251
|
# Development mode - use next directly with node from nvm
|
|
242
|
-
|
|
252
|
+
if force_dev_mode:
|
|
253
|
+
logger.info("Development mode enabled (QALITA_CLI_DEV_MODE=true) - hot-reload active")
|
|
254
|
+
|
|
243
255
|
next_cli = os.path.join(frontend_dir, "node_modules", "next", "dist", "bin", "next")
|
|
244
256
|
next_bin = os.path.join(frontend_dir, "node_modules", ".bin", "next")
|
|
245
257
|
|
|
258
|
+
# In dev mode, show output for hot-reload messages
|
|
259
|
+
stdout_dest = None if force_dev_mode else subprocess.DEVNULL
|
|
260
|
+
stderr_dest = None if force_dev_mode else subprocess.DEVNULL
|
|
261
|
+
|
|
246
262
|
# Try to use the actual Next.js CLI file directly (no shebang issues)
|
|
247
263
|
if os.path.exists(next_cli):
|
|
248
|
-
logger.info(f"Using Node.js: {node_bin} to run Next.js")
|
|
249
264
|
subprocess.run(
|
|
250
265
|
[node_bin, next_cli, "dev", "-p", str(port), "-H", host],
|
|
251
266
|
cwd=frontend_dir,
|
|
252
267
|
env=env,
|
|
268
|
+
stdout=stdout_dest,
|
|
269
|
+
stderr=stderr_dest,
|
|
253
270
|
)
|
|
254
271
|
elif os.path.exists(next_bin):
|
|
255
272
|
# Use node to execute next script (node ignores shebang when called directly)
|
|
256
|
-
logger.info(f"Using Node.js: {node_bin} to run Next.js")
|
|
257
273
|
subprocess.run(
|
|
258
274
|
[node_bin, next_bin, "dev", "-p", str(port), "-H", host],
|
|
259
275
|
cwd=frontend_dir,
|
|
260
276
|
env=env,
|
|
277
|
+
stdout=stdout_dest,
|
|
278
|
+
stderr=stderr_dest,
|
|
261
279
|
)
|
|
262
280
|
else:
|
|
263
281
|
# Fallback: use npm but ensure PATH is set correctly
|
|
264
|
-
logger.warning("next binary not found, trying npm with PATH override...")
|
|
265
|
-
# Verify node version in env before running
|
|
266
|
-
verify_result = subprocess.run(
|
|
267
|
-
[node_bin, "--version"],
|
|
268
|
-
capture_output=True,
|
|
269
|
-
text=True,
|
|
270
|
-
env=env,
|
|
271
|
-
)
|
|
272
|
-
if verify_result.returncode == 0:
|
|
273
|
-
logger.info(f"Node.js version in env: {verify_result.stdout.strip()}")
|
|
274
282
|
subprocess.run(
|
|
275
283
|
[npm_cmd, "run", "dev", "--", "-p", str(port), "-H", host],
|
|
276
284
|
cwd=frontend_dir,
|
|
277
285
|
env=env,
|
|
286
|
+
stdout=stdout_dest,
|
|
287
|
+
stderr=stderr_dest,
|
|
278
288
|
)
|
|
279
289
|
except Exception as exc:
|
|
280
290
|
logger.error(f"Unable to start web UI: {exc}")
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
oDJBrlQBPl3vggds1RNfL
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"/_global-error/page": "/_global-error",
|
|
3
|
+
"/_not-found/page": "/_not-found",
|
|
4
|
+
"/api/context/[...path]/route": "/api/context/[...path]",
|
|
5
|
+
"/api/contexts/route": "/api/contexts",
|
|
6
|
+
"/api/dashboard/route": "/api/dashboard",
|
|
7
|
+
"/api/pack/push/route": "/api/pack/push",
|
|
8
|
+
"/api/push/route": "/api/push",
|
|
9
|
+
"/api/sources/[...path]/route": "/api/sources/[...path]",
|
|
10
|
+
"/api/sources/[id]/route": "/api/sources/[id]",
|
|
11
|
+
"/api/sources/preview/route": "/api/sources/preview",
|
|
12
|
+
"/api/validate/route": "/api/validate",
|
|
13
|
+
"/page": "/",
|
|
14
|
+
"/sources/add/page": "/sources/add",
|
|
15
|
+
"/sources/edit/[id]/page": "/sources/edit/[id]",
|
|
16
|
+
"/sources/page": "/sources"
|
|
17
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pages": {
|
|
3
|
+
"/_app": []
|
|
4
|
+
},
|
|
5
|
+
"devFiles": [],
|
|
6
|
+
"polyfillFiles": [
|
|
7
|
+
"static/chunks/a6dad97d9634a72d.js"
|
|
8
|
+
],
|
|
9
|
+
"lowPriorityFiles": [
|
|
10
|
+
"static/oDJBrlQBPl3vggds1RNfL/_ssgManifest.js",
|
|
11
|
+
"static/oDJBrlQBPl3vggds1RNfL/_buildManifest.js"
|
|
12
|
+
],
|
|
13
|
+
"rootMainFiles": [
|
|
14
|
+
"static/chunks/e6ce59ba40b863f2.js",
|
|
15
|
+
"static/chunks/89ba62a8ba9b79ce.js",
|
|
16
|
+
"static/chunks/bdc8a8e7721f5675.js",
|
|
17
|
+
"static/chunks/ec4b1f1e3cd3ae43.js",
|
|
18
|
+
"static/chunks/turbopack-d21156d03715fafa.js"
|
|
19
|
+
]
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"type": "commonjs"}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 4,
|
|
3
|
+
"routes": {
|
|
4
|
+
"/_global-error": {
|
|
5
|
+
"experimentalBypassFor": [
|
|
6
|
+
{
|
|
7
|
+
"type": "header",
|
|
8
|
+
"key": "next-action"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"type": "header",
|
|
12
|
+
"key": "content-type",
|
|
13
|
+
"value": "multipart/form-data;.*"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"initialRevalidateSeconds": false,
|
|
17
|
+
"srcRoute": "/_global-error",
|
|
18
|
+
"dataRoute": "/_global-error.rsc",
|
|
19
|
+
"allowHeader": [
|
|
20
|
+
"host",
|
|
21
|
+
"x-matched-path",
|
|
22
|
+
"x-prerender-revalidate",
|
|
23
|
+
"x-prerender-revalidate-if-generated",
|
|
24
|
+
"x-next-revalidated-tags",
|
|
25
|
+
"x-next-revalidate-tag-token"
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
"/_not-found": {
|
|
29
|
+
"initialStatus": 404,
|
|
30
|
+
"experimentalBypassFor": [
|
|
31
|
+
{
|
|
32
|
+
"type": "header",
|
|
33
|
+
"key": "next-action"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"type": "header",
|
|
37
|
+
"key": "content-type",
|
|
38
|
+
"value": "multipart/form-data;.*"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"initialRevalidateSeconds": false,
|
|
42
|
+
"srcRoute": "/_not-found",
|
|
43
|
+
"dataRoute": "/_not-found.rsc",
|
|
44
|
+
"allowHeader": [
|
|
45
|
+
"host",
|
|
46
|
+
"x-matched-path",
|
|
47
|
+
"x-prerender-revalidate",
|
|
48
|
+
"x-prerender-revalidate-if-generated",
|
|
49
|
+
"x-next-revalidated-tags",
|
|
50
|
+
"x-next-revalidate-tag-token"
|
|
51
|
+
]
|
|
52
|
+
},
|
|
53
|
+
"/sources/add": {
|
|
54
|
+
"experimentalBypassFor": [
|
|
55
|
+
{
|
|
56
|
+
"type": "header",
|
|
57
|
+
"key": "next-action"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"type": "header",
|
|
61
|
+
"key": "content-type",
|
|
62
|
+
"value": "multipart/form-data;.*"
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"initialRevalidateSeconds": false,
|
|
66
|
+
"srcRoute": "/sources/add",
|
|
67
|
+
"dataRoute": "/sources/add.rsc",
|
|
68
|
+
"allowHeader": [
|
|
69
|
+
"host",
|
|
70
|
+
"x-matched-path",
|
|
71
|
+
"x-prerender-revalidate",
|
|
72
|
+
"x-prerender-revalidate-if-generated",
|
|
73
|
+
"x-next-revalidated-tags",
|
|
74
|
+
"x-next-revalidate-tag-token"
|
|
75
|
+
]
|
|
76
|
+
},
|
|
77
|
+
"/sources": {
|
|
78
|
+
"experimentalBypassFor": [
|
|
79
|
+
{
|
|
80
|
+
"type": "header",
|
|
81
|
+
"key": "next-action"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"type": "header",
|
|
85
|
+
"key": "content-type",
|
|
86
|
+
"value": "multipart/form-data;.*"
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"initialRevalidateSeconds": false,
|
|
90
|
+
"srcRoute": "/sources",
|
|
91
|
+
"dataRoute": "/sources.rsc",
|
|
92
|
+
"allowHeader": [
|
|
93
|
+
"host",
|
|
94
|
+
"x-matched-path",
|
|
95
|
+
"x-prerender-revalidate",
|
|
96
|
+
"x-prerender-revalidate-if-generated",
|
|
97
|
+
"x-next-revalidated-tags",
|
|
98
|
+
"x-next-revalidate-tag-token"
|
|
99
|
+
]
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"dynamicRoutes": {},
|
|
103
|
+
"notFoundRoutes": [],
|
|
104
|
+
"preview": {
|
|
105
|
+
"previewModeId": "92910c5455844ba56b4403fc72467062",
|
|
106
|
+
"previewModeSigningKey": "536a35d49fefc965e0575cb49bce7323b0044af4f0180a928d76dd0a6ee7a768",
|
|
107
|
+
"previewModeEncryptionKey": "d4f5263adef379422883f3eae8c0b6a2dbd2fd40aa663ac5e6a38f1514cefb4f"
|
|
108
|
+
}
|
|
109
|
+
}
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"config": {
|
|
4
|
+
"distDir": ".next",
|
|
5
|
+
"cacheComponents": false,
|
|
6
|
+
"htmlLimitedBots": "[\\w-]+-Google|Google-[\\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight",
|
|
7
|
+
"assetPrefix": "",
|
|
8
|
+
"output": "standalone",
|
|
9
|
+
"trailingSlash": false,
|
|
10
|
+
"images": {
|
|
11
|
+
"deviceSizes": [
|
|
12
|
+
640,
|
|
13
|
+
750,
|
|
14
|
+
828,
|
|
15
|
+
1080,
|
|
16
|
+
1200,
|
|
17
|
+
1920,
|
|
18
|
+
2048,
|
|
19
|
+
3840
|
|
20
|
+
],
|
|
21
|
+
"imageSizes": [
|
|
22
|
+
32,
|
|
23
|
+
48,
|
|
24
|
+
64,
|
|
25
|
+
96,
|
|
26
|
+
128,
|
|
27
|
+
256,
|
|
28
|
+
384
|
|
29
|
+
],
|
|
30
|
+
"path": "/_next/image",
|
|
31
|
+
"loader": "default",
|
|
32
|
+
"loaderFile": "",
|
|
33
|
+
"domains": [],
|
|
34
|
+
"disableStaticImages": false,
|
|
35
|
+
"minimumCacheTTL": 14400,
|
|
36
|
+
"formats": [
|
|
37
|
+
"image/webp"
|
|
38
|
+
],
|
|
39
|
+
"maximumRedirects": 3,
|
|
40
|
+
"dangerouslyAllowLocalIP": false,
|
|
41
|
+
"dangerouslyAllowSVG": false,
|
|
42
|
+
"contentSecurityPolicy": "script-src 'none'; frame-src 'none'; sandbox;",
|
|
43
|
+
"contentDispositionType": "attachment",
|
|
44
|
+
"localPatterns": [
|
|
45
|
+
{
|
|
46
|
+
"pathname": "**",
|
|
47
|
+
"search": ""
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
"remotePatterns": [],
|
|
51
|
+
"qualities": [
|
|
52
|
+
75
|
|
53
|
+
],
|
|
54
|
+
"unoptimized": false
|
|
55
|
+
},
|
|
56
|
+
"reactMaxHeadersLength": 6000,
|
|
57
|
+
"cacheLife": {
|
|
58
|
+
"default": {
|
|
59
|
+
"stale": 300,
|
|
60
|
+
"revalidate": 900,
|
|
61
|
+
"expire": 4294967294
|
|
62
|
+
},
|
|
63
|
+
"seconds": {
|
|
64
|
+
"stale": 30,
|
|
65
|
+
"revalidate": 1,
|
|
66
|
+
"expire": 60
|
|
67
|
+
},
|
|
68
|
+
"minutes": {
|
|
69
|
+
"stale": 300,
|
|
70
|
+
"revalidate": 60,
|
|
71
|
+
"expire": 3600
|
|
72
|
+
},
|
|
73
|
+
"hours": {
|
|
74
|
+
"stale": 300,
|
|
75
|
+
"revalidate": 3600,
|
|
76
|
+
"expire": 86400
|
|
77
|
+
},
|
|
78
|
+
"days": {
|
|
79
|
+
"stale": 300,
|
|
80
|
+
"revalidate": 86400,
|
|
81
|
+
"expire": 604800
|
|
82
|
+
},
|
|
83
|
+
"weeks": {
|
|
84
|
+
"stale": 300,
|
|
85
|
+
"revalidate": 604800,
|
|
86
|
+
"expire": 2592000
|
|
87
|
+
},
|
|
88
|
+
"max": {
|
|
89
|
+
"stale": 300,
|
|
90
|
+
"revalidate": 2592000,
|
|
91
|
+
"expire": 31536000
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"basePath": "",
|
|
95
|
+
"expireTime": 31536000,
|
|
96
|
+
"generateEtags": true,
|
|
97
|
+
"poweredByHeader": true,
|
|
98
|
+
"cacheHandlers": {},
|
|
99
|
+
"cacheMaxMemorySize": 52428800,
|
|
100
|
+
"compress": true,
|
|
101
|
+
"i18n": null,
|
|
102
|
+
"httpAgentOptions": {
|
|
103
|
+
"keepAlive": true
|
|
104
|
+
},
|
|
105
|
+
"pageExtensions": [
|
|
106
|
+
"tsx",
|
|
107
|
+
"ts",
|
|
108
|
+
"jsx",
|
|
109
|
+
"js"
|
|
110
|
+
],
|
|
111
|
+
"useFileSystemPublicRoutes": true,
|
|
112
|
+
"experimental": {
|
|
113
|
+
"ppr": false,
|
|
114
|
+
"staleTimes": {
|
|
115
|
+
"dynamic": 0,
|
|
116
|
+
"static": 300
|
|
117
|
+
},
|
|
118
|
+
"dynamicOnHover": false,
|
|
119
|
+
"inlineCss": false,
|
|
120
|
+
"authInterrupts": false,
|
|
121
|
+
"fetchCacheKeyPrefix": "",
|
|
122
|
+
"isrFlushToDisk": true,
|
|
123
|
+
"optimizeCss": false,
|
|
124
|
+
"nextScriptWorkers": false,
|
|
125
|
+
"disableOptimizedLoading": false,
|
|
126
|
+
"largePageDataBytes": 128000,
|
|
127
|
+
"serverComponentsHmrCache": true,
|
|
128
|
+
"caseSensitiveRoutes": false,
|
|
129
|
+
"validateRSCRequestHeaders": false,
|
|
130
|
+
"useSkewCookie": false,
|
|
131
|
+
"preloadEntriesOnStart": true,
|
|
132
|
+
"hideLogsAfterAbort": false,
|
|
133
|
+
"removeUncaughtErrorAndRejectionListeners": false,
|
|
134
|
+
"imgOptConcurrency": null,
|
|
135
|
+
"imgOptMaxInputPixels": 268402689,
|
|
136
|
+
"imgOptSequentialRead": null,
|
|
137
|
+
"imgOptSkipMetadata": null,
|
|
138
|
+
"imgOptTimeoutInSeconds": 7,
|
|
139
|
+
"proxyClientMaxBodySize": 10485760,
|
|
140
|
+
"trustHostHeader": false,
|
|
141
|
+
"isExperimentalCompile": false
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
"appDir": "/home/runner/work/qalita-cli/qalita-cli/frontend",
|
|
145
|
+
"relativeAppDir": "",
|
|
146
|
+
"files": [
|
|
147
|
+
".next/routes-manifest.json",
|
|
148
|
+
".next/server/pages-manifest.json",
|
|
149
|
+
".next/build-manifest.json",
|
|
150
|
+
".next/prerender-manifest.json",
|
|
151
|
+
".next/server/functions-config-manifest.json",
|
|
152
|
+
".next/server/middleware-manifest.json",
|
|
153
|
+
".next/server/middleware-build-manifest.js",
|
|
154
|
+
".next/server/app-paths-manifest.json",
|
|
155
|
+
".next/app-path-routes-manifest.json",
|
|
156
|
+
".next/server/server-reference-manifest.js",
|
|
157
|
+
".next/server/server-reference-manifest.json",
|
|
158
|
+
".next/BUILD_ID",
|
|
159
|
+
".next/server/next-font-manifest.js",
|
|
160
|
+
".next/server/next-font-manifest.json",
|
|
161
|
+
".next/required-server-files.json"
|
|
162
|
+
],
|
|
163
|
+
"ignore": []
|
|
164
|
+
}
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"pages404": true,
|
|
4
|
+
"appType": "app",
|
|
5
|
+
"caseSensitive": false,
|
|
6
|
+
"basePath": "",
|
|
7
|
+
"redirects": [
|
|
8
|
+
{
|
|
9
|
+
"source": "/:path+/",
|
|
10
|
+
"destination": "/:path+",
|
|
11
|
+
"internal": true,
|
|
12
|
+
"priority": true,
|
|
13
|
+
"statusCode": 308,
|
|
14
|
+
"regex": "^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"headers": [],
|
|
18
|
+
"rewrites": {
|
|
19
|
+
"beforeFiles": [],
|
|
20
|
+
"afterFiles": [],
|
|
21
|
+
"fallback": []
|
|
22
|
+
},
|
|
23
|
+
"dynamicRoutes": [
|
|
24
|
+
{
|
|
25
|
+
"page": "/api/context/[...path]",
|
|
26
|
+
"regex": "^/api/context/(.+?)(?:/)?$",
|
|
27
|
+
"routeKeys": {
|
|
28
|
+
"nxtPpath": "nxtPpath"
|
|
29
|
+
},
|
|
30
|
+
"namedRegex": "^/api/context/(?<nxtPpath>.+?)(?:/)?$"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"page": "/api/sources/[id]",
|
|
34
|
+
"regex": "^/api/sources/([^/]+?)(?:/)?$",
|
|
35
|
+
"routeKeys": {
|
|
36
|
+
"nxtPid": "nxtPid"
|
|
37
|
+
},
|
|
38
|
+
"namedRegex": "^/api/sources/(?<nxtPid>[^/]+?)(?:/)?$"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"page": "/api/sources/[...path]",
|
|
42
|
+
"regex": "^/api/sources/(.+?)(?:/)?$",
|
|
43
|
+
"routeKeys": {
|
|
44
|
+
"nxtPpath": "nxtPpath"
|
|
45
|
+
},
|
|
46
|
+
"namedRegex": "^/api/sources/(?<nxtPpath>.+?)(?:/)?$"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"page": "/sources/edit/[id]",
|
|
50
|
+
"regex": "^/sources/edit/([^/]+?)(?:/)?$",
|
|
51
|
+
"routeKeys": {
|
|
52
|
+
"nxtPid": "nxtPid"
|
|
53
|
+
},
|
|
54
|
+
"namedRegex": "^/sources/edit/(?<nxtPid>[^/]+?)(?:/)?$"
|
|
55
|
+
}
|
|
56
|
+
],
|
|
57
|
+
"staticRoutes": [
|
|
58
|
+
{
|
|
59
|
+
"page": "/",
|
|
60
|
+
"regex": "^/(?:/)?$",
|
|
61
|
+
"routeKeys": {},
|
|
62
|
+
"namedRegex": "^/(?:/)?$"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"page": "/_global-error",
|
|
66
|
+
"regex": "^/_global\\-error(?:/)?$",
|
|
67
|
+
"routeKeys": {},
|
|
68
|
+
"namedRegex": "^/_global\\-error(?:/)?$"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"page": "/_not-found",
|
|
72
|
+
"regex": "^/_not\\-found(?:/)?$",
|
|
73
|
+
"routeKeys": {},
|
|
74
|
+
"namedRegex": "^/_not\\-found(?:/)?$"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"page": "/api/contexts",
|
|
78
|
+
"regex": "^/api/contexts(?:/)?$",
|
|
79
|
+
"routeKeys": {},
|
|
80
|
+
"namedRegex": "^/api/contexts(?:/)?$"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"page": "/api/dashboard",
|
|
84
|
+
"regex": "^/api/dashboard(?:/)?$",
|
|
85
|
+
"routeKeys": {},
|
|
86
|
+
"namedRegex": "^/api/dashboard(?:/)?$"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"page": "/api/pack/push",
|
|
90
|
+
"regex": "^/api/pack/push(?:/)?$",
|
|
91
|
+
"routeKeys": {},
|
|
92
|
+
"namedRegex": "^/api/pack/push(?:/)?$"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"page": "/api/push",
|
|
96
|
+
"regex": "^/api/push(?:/)?$",
|
|
97
|
+
"routeKeys": {},
|
|
98
|
+
"namedRegex": "^/api/push(?:/)?$"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"page": "/api/sources/preview",
|
|
102
|
+
"regex": "^/api/sources/preview(?:/)?$",
|
|
103
|
+
"routeKeys": {},
|
|
104
|
+
"namedRegex": "^/api/sources/preview(?:/)?$"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"page": "/api/validate",
|
|
108
|
+
"regex": "^/api/validate(?:/)?$",
|
|
109
|
+
"routeKeys": {},
|
|
110
|
+
"namedRegex": "^/api/validate(?:/)?$"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"page": "/sources",
|
|
114
|
+
"regex": "^/sources(?:/)?$",
|
|
115
|
+
"routeKeys": {},
|
|
116
|
+
"namedRegex": "^/sources(?:/)?$"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"page": "/sources/add",
|
|
120
|
+
"regex": "^/sources/add(?:/)?$",
|
|
121
|
+
"routeKeys": {},
|
|
122
|
+
"namedRegex": "^/sources/add(?:/)?$"
|
|
123
|
+
}
|
|
124
|
+
],
|
|
125
|
+
"dataRoutes": [],
|
|
126
|
+
"rsc": {
|
|
127
|
+
"header": "rsc",
|
|
128
|
+
"varyHeader": "rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch",
|
|
129
|
+
"prefetchHeader": "next-router-prefetch",
|
|
130
|
+
"didPostponeHeader": "x-nextjs-postponed",
|
|
131
|
+
"contentTypeHeader": "text/x-component",
|
|
132
|
+
"suffix": ".rsc",
|
|
133
|
+
"prefetchSegmentHeader": "next-router-segment-prefetch",
|
|
134
|
+
"prefetchSegmentSuffix": ".segment.rsc",
|
|
135
|
+
"prefetchSegmentDirSuffix": ".segments",
|
|
136
|
+
"clientParamParsing": false,
|
|
137
|
+
"dynamicRSCPrerender": false
|
|
138
|
+
},
|
|
139
|
+
"rewriteHeaders": {
|
|
140
|
+
"pathHeader": "x-nextjs-rewritten-path",
|
|
141
|
+
"queryHeader": "x-nextjs-rewritten-query"
|
|
142
|
+
}
|
|
143
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"devFiles": [],
|
|
3
|
+
"ampDevFiles": [],
|
|
4
|
+
"polyfillFiles": [
|
|
5
|
+
"static/chunks/a6dad97d9634a72d.js"
|
|
6
|
+
],
|
|
7
|
+
"lowPriorityFiles": [],
|
|
8
|
+
"rootMainFiles": [
|
|
9
|
+
"static/chunks/e6ce59ba40b863f2.js",
|
|
10
|
+
"static/chunks/89ba62a8ba9b79ce.js",
|
|
11
|
+
"static/chunks/bdc8a8e7721f5675.js",
|
|
12
|
+
"static/chunks/ec4b1f1e3cd3ae43.js",
|
|
13
|
+
"static/chunks/turbopack-d21156d03715fafa.js"
|
|
14
|
+
],
|
|
15
|
+
"pages": {},
|
|
16
|
+
"ampFirstPages": []
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
var R=require("../../chunks/ssr/[turbopack]_runtime.js")("server/app/_global-error/page.js")
|
|
2
|
+
R.c("server/chunks/ssr/[root-of-the-server]__336e4c46._.js")
|
|
3
|
+
R.c("server/chunks/ssr/node_modules_next_dist_4b9a0874._.js")
|
|
4
|
+
R.c("server/chunks/ssr/node_modules_next_dist_08570d7f._.js")
|
|
5
|
+
R.c("server/chunks/ssr/[root-of-the-server]__9ca3089a._.js")
|
|
6
|
+
R.c("server/chunks/ssr/[root-of-the-server]__655f8d11._.js")
|
|
7
|
+
R.c("server/chunks/ssr/node_modules_next_dist_77ec7569._.js")
|
|
8
|
+
R.c("server/chunks/ssr/_next-internal_server_app__global-error_page_actions_75761787.js")
|
|
9
|
+
R.m(37823)
|
|
10
|
+
module.exports=R.m(37823).exports
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":1,"files":["../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/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-turbo.runtime.prod.js","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.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/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/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/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/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.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-extensions/fast-set-immediate.external.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/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/package.json","../../chunks/ssr/[root-of-the-server]__336e4c46._.js","../../chunks/ssr/[root-of-the-server]__655f8d11._.js","../../chunks/ssr/[root-of-the-server]__7876511a._.js","../../chunks/ssr/[root-of-the-server]__9ca3089a._.js","../../chunks/ssr/[turbopack]_runtime.js","../../chunks/ssr/_next-internal_server_app__global-error_page_actions_75761787.js","../../chunks/ssr/node_modules_next_dist_08570d7f._.js","../../chunks/ssr/node_modules_next_dist_4b9a0874._.js","../../chunks/ssr/node_modules_next_dist_77ec7569._.js","../../chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
|