plum-e2e 2.6.7 → 2.6.9
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/.env +5 -0
- package/backend/config/scripts/generate-report.js +8 -0
- package/backend/lib/runnerProcess.js +29 -15
- package/backend/logs/runner-cmqneqerz0000qq01i5ap2rvl.log +4 -0
- package/backend/logs/runner-cmqnfv7kr0000r101aeocm8eu.log +4 -0
- package/backend/logs/runner-cmqnfvb560001r101qoi0phau.log +4 -0
- package/backend/logs/runner-cmqnfvlm20002r101gsyqb837.log +4 -0
- package/backend/logs/runner-cmqnfvqfy0003r101fh41pzx3.log +4 -0
- package/backend/logs/runner-cmqnfvvwo0004r101q4dtqxd2.log +4 -0
- package/backend/logs/runner-cmr8o2x3n0000mg01410tpuck.log +4 -0
- package/backend/logs/runner-cmr90hvcx0000n2016edtmrtv.log +4 -0
- package/backend/logs/runner-cmr90i7h20001n201g2wg6v3n.log +4 -0
- package/backend/logs/runner-cmr90iilm0002n201mmisva95.log +4 -0
- package/backend/logs/runner-cmr90j70r0003n201xz8525dz.log +4 -0
- package/backend/logs/runner-cmr90yup70000qp017ianc2gp.log +4 -0
- package/backend/logs/runner-cmr90zbtm0001qp01u9tfdkh1.log +4 -0
- package/backend/logs/runner-cmr91a3mw0000tb01414rd1df.log +4 -0
- package/backend/logs/runner-cmr91dhla0001tb01jp7thjnl.log +4 -0
- package/backend/logs/runner-cmrkk6fcl0000qj012kve79f4.log +4 -0
- package/backend/logs/runner-cmrkl8sym0000qy01euz4270n.log +4 -0
- package/backend/logs/runner-cmrkl9oyx0001qy0137nzr94d.log +4 -0
- package/bin/plum.js +13 -0
- package/bin/postinstall.js +46 -0
- package/frontend/.svelte-kit/adapter-node/.vite/manifest.json +95 -39
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/BackLink.CvWWuO3h.css +5 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/Badge.D1SV0Gv7.css +5 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/ConfirmModal.Dd3uP-Sk.css +23 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/EmptyState.DUDM4P19.css +23 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/{ConfirmModal.CdhOYVBb.css → Modal.BuaCfdLj.css} +6 -1
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/Pagination.DZmi2Po-.css +5 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/Toast.DENwYn3g.css +5 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_layout.BuhMvMUj.css +5 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.0Eln51hV.css +5 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.5IJAEAjc.css +5 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.BR3wgXcZ.css +5 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.BWAH0Beh.css +23 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.BZfe6nWe.css +5 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.Bj_a_5lv.css +5 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.BwgOqeMo.css +23 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.CBHi6pzT.css +5 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.CFnbmY-D.css +5 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.CrXpMrqh.css +5 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page._h2o67kg.css +5 -0
- package/frontend/.svelte-kit/adapter-node/chunks/BackLink.js +5 -0
- package/frontend/.svelte-kit/adapter-node/chunks/Badge.js +5 -0
- package/frontend/.svelte-kit/adapter-node/chunks/ConfirmModal.js +12 -20
- package/frontend/.svelte-kit/adapter-node/chunks/EmptyState.js +29 -7
- package/frontend/.svelte-kit/adapter-node/chunks/Modal.js +43 -0
- package/frontend/.svelte-kit/adapter-node/chunks/Toast.js +17 -1
- package/frontend/.svelte-kit/adapter-node/chunks/attributes.js +5 -0
- package/frontend/.svelte-kit/adapter-node/chunks/auth.js +5 -0
- package/frontend/.svelte-kit/adapter-node/{_app/immutable/assets/EmptyState.BdO1q9cJ.css → chunks/auth2.js} +13 -1
- package/frontend/.svelte-kit/adapter-node/chunks/client.js +5 -0
- package/frontend/.svelte-kit/adapter-node/chunks/common.js +56 -0
- package/frontend/.svelte-kit/adapter-node/chunks/constants.js +9 -2
- package/frontend/.svelte-kit/adapter-node/chunks/escaping.js +5 -0
- package/frontend/.svelte-kit/adapter-node/chunks/exports.js +5 -0
- package/frontend/.svelte-kit/adapter-node/chunks/format.js +5 -0
- package/frontend/.svelte-kit/adapter-node/chunks/index-server.js +5 -0
- package/frontend/.svelte-kit/adapter-node/chunks/index.js +5 -0
- package/frontend/.svelte-kit/adapter-node/chunks/index2.js +5 -0
- package/frontend/.svelte-kit/adapter-node/chunks/internal.js +7 -2
- package/frontend/.svelte-kit/adapter-node/chunks/reports.js +5 -0
- package/frontend/.svelte-kit/adapter-node/chunks/reports2.js +109 -0
- package/frontend/.svelte-kit/adapter-node/chunks/repository.js +111 -0
- package/frontend/.svelte-kit/adapter-node/chunks/runner.js +12 -0
- package/frontend/.svelte-kit/adapter-node/chunks/stores.js +5 -0
- package/frontend/.svelte-kit/adapter-node/chunks/theme.js +5 -0
- package/frontend/.svelte-kit/adapter-node/entries/fallbacks/error.svelte.js +5 -0
- package/frontend/.svelte-kit/adapter-node/entries/pages/_layout.js +5 -0
- package/frontend/.svelte-kit/adapter-node/entries/pages/_layout.svelte.js +7 -0
- package/frontend/.svelte-kit/adapter-node/entries/pages/_page.svelte.js +35 -12
- package/frontend/.svelte-kit/adapter-node/entries/pages/login/_page.svelte.js +9 -2
- package/frontend/.svelte-kit/adapter-node/entries/pages/reports/_id_/_page.svelte.js +9 -2
- package/frontend/.svelte-kit/adapter-node/entries/pages/reports/_page.svelte.js +21 -25
- package/frontend/.svelte-kit/adapter-node/entries/pages/reports/live/_page.svelte.js +31 -24
- package/frontend/.svelte-kit/adapter-node/entries/pages/scheduled-tests/_page.svelte.js +72 -32
- package/frontend/.svelte-kit/adapter-node/entries/pages/settings/_page.svelte.js +276 -95
- package/frontend/.svelte-kit/adapter-node/entries/pages/setup/_page.svelte.js +9 -2
- package/frontend/.svelte-kit/adapter-node/entries/pages/test-repository/_page.svelte.js +43 -36
- package/frontend/.svelte-kit/adapter-node/entries/pages/test-repository/runs/_id_/_page.svelte.js +66 -13
- package/frontend/.svelte-kit/adapter-node/entries/pages/test-repository/suites/_id_/_page.svelte.js +23 -17
- package/frontend/.svelte-kit/adapter-node/index.js +5 -0
- package/frontend/.svelte-kit/adapter-node/internal.js +5 -0
- package/frontend/.svelte-kit/adapter-node/manifest-full.js +6 -1
- package/frontend/.svelte-kit/adapter-node/manifest.js +6 -1
- package/frontend/.svelte-kit/adapter-node/nodes/0.js +7 -2
- package/frontend/.svelte-kit/adapter-node/nodes/1.js +6 -1
- package/frontend/.svelte-kit/adapter-node/nodes/10.js +7 -2
- package/frontend/.svelte-kit/adapter-node/nodes/11.js +7 -2
- package/frontend/.svelte-kit/adapter-node/nodes/12.js +7 -2
- package/frontend/.svelte-kit/adapter-node/nodes/2.js +7 -2
- package/frontend/.svelte-kit/adapter-node/nodes/3.js +6 -1
- package/frontend/.svelte-kit/adapter-node/nodes/4.js +7 -2
- package/frontend/.svelte-kit/adapter-node/nodes/5.js +6 -1
- package/frontend/.svelte-kit/adapter-node/nodes/6.js +6 -1
- package/frontend/.svelte-kit/adapter-node/nodes/7.js +7 -2
- package/frontend/.svelte-kit/adapter-node/nodes/8.js +7 -2
- package/frontend/.svelte-kit/adapter-node/nodes/9.js +6 -1
- package/frontend/.svelte-kit/ambient.d.ts +5 -4
- package/frontend/.svelte-kit/generated/client/app.js +5 -0
- package/frontend/.svelte-kit/generated/client/matchers.js +5 -0
- package/frontend/.svelte-kit/generated/client/nodes/0.js +5 -0
- package/frontend/.svelte-kit/generated/client/nodes/1.js +5 -0
- package/frontend/.svelte-kit/generated/client/nodes/10.js +5 -0
- package/frontend/.svelte-kit/generated/client/nodes/11.js +5 -0
- package/frontend/.svelte-kit/generated/client/nodes/12.js +5 -0
- package/frontend/.svelte-kit/generated/client/nodes/2.js +5 -0
- package/frontend/.svelte-kit/generated/client/nodes/3.js +5 -0
- package/frontend/.svelte-kit/generated/client/nodes/4.js +5 -0
- package/frontend/.svelte-kit/generated/client/nodes/5.js +5 -0
- package/frontend/.svelte-kit/generated/client/nodes/6.js +5 -0
- package/frontend/.svelte-kit/generated/client/nodes/7.js +5 -0
- package/frontend/.svelte-kit/generated/client/nodes/8.js +5 -0
- package/frontend/.svelte-kit/generated/client/nodes/9.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/app.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/matchers.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/nodes/0.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/nodes/1.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/nodes/10.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/nodes/11.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/nodes/12.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/nodes/2.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/nodes/3.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/nodes/4.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/nodes/5.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/nodes/6.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/nodes/7.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/nodes/8.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/nodes/9.js +5 -0
- package/frontend/.svelte-kit/generated/root.js +5 -0
- package/frontend/.svelte-kit/generated/root.svelte +5 -0
- package/frontend/.svelte-kit/generated/server/internal.js +7 -2
- package/frontend/.svelte-kit/non-ambient.d.ts +5 -0
- package/frontend/.svelte-kit/output/client/.vite/manifest.json +404 -351
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/0.BhSG-jZH.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/10.CdaQUS6U.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/11.BWAH0Beh.css +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/12.Bj_a_5lv.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/2.CrXpMrqh.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/3.BR3wgXcZ.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/4.0Eln51hV.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/5.DFV9OgAu.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/6.CFnbmY-D.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/7.CBHi6pzT.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/8.BwgOqeMo.css +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/9._h2o67kg.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/BackLink.CvWWuO3h.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/Badge.D1SV0Gv7.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/Button.FOWXxvc7.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/ConfirmModal.Dd3uP-Sk.css +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/EmptyState.DUDM4P19.css +23 -0
- package/frontend/{build/client/_app/immutable/assets/ConfirmModal.DmxkcwXv.css → .svelte-kit/output/client/_app/immutable/assets/Modal.BZpm0HP8.css} +6 -1
- package/frontend/{build/client/_app/immutable/assets/ConfirmModal.CdhOYVBb.css → .svelte-kit/output/client/_app/immutable/assets/Modal.BuaCfdLj.css} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/Pagination.DZmi2Po-.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/Toast.DENwYn3g.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/_layout.BuhMvMUj.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.0Eln51hV.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.5IJAEAjc.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.BR3wgXcZ.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.BWAH0Beh.css +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.BZfe6nWe.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.Bj_a_5lv.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.BwgOqeMo.css +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.CBHi6pzT.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.CFnbmY-D.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.CrXpMrqh.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page._h2o67kg.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{BLAiBE__.js → 2zMvi6fR.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/3IV-uqHa.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/4N1zIH8t.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/B98sHkeB.js +23 -0
- package/frontend/{build/client/_app/immutable/chunks/C67QNx7Z.js → .svelte-kit/output/client/_app/immutable/chunks/BAACMRH5.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/Bfc47y5P.js +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/BhvHtTRh.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/BjUpWNbl.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{DIx44H9N.js → C1Vid6wz.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/C1sukchk.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/C8OURRSs.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{DGryW1Vp.js → CKDtmZUQ.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/CMBQQ9RZ.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{C4eeChIU.js → CNdcuGR0.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/CgnwuKKO.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/CuqnZUex.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/D2cvzNT9.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{B0pefNHY.js → D2gYTmAA.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{uFRI_bmR.js → DCgHuuvs.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{CxTX_lpP.js → DDblTLLE.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/DW85KPAh.js +24 -0
- package/frontend/{build/client/_app/immutable/chunks/BFgtfHj2.js → .svelte-kit/output/client/_app/immutable/chunks/DW_iTTZe.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{BVMec-1T.js → DYlaQsvN.js} +6 -1
- package/frontend/{build/client/_app/immutable/chunks/BFEiffAL.js → .svelte-kit/output/client/_app/immutable/chunks/DkNBSlo2.js} +6 -1
- package/frontend/{build/client/_app/immutable/chunks/BkKmeUbA.js → .svelte-kit/output/client/_app/immutable/chunks/DlNYZJ7K.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/Dlnxgs49.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/DtGXv8RA.js +25 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/TOCyHP97.js +28 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{CyQ_oBw2.js → oN0Z3NSF.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{raHbXn_9.js → t-La0hgu.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{DP6QP4L6.js → w0D4Uzlq.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/entry/app.BCWbw5zZ.js +24 -0
- package/frontend/{build/client/_app/immutable/entry/start.MMlC62np.js → .svelte-kit/output/client/_app/immutable/entry/start.2_AF42wj.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/0.BAqq2UTE.js +28 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/{1.Dbck5ct8.js → 1.D5VvLtGP.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/10.Bn4Ma-MU.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/11.BacEu7sW.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/12.0YGtl1uj.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/2.C2jjMA-Z.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/3.DHx0kho3.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/4.CnaMiirx.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/5.B6m-zTVe.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/6.BPDag1zv.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/7.D7LwxSvT.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/8.CCkNX20G.js +26 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/9.HDerA6JV.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/version.json +1 -1
- package/frontend/.svelte-kit/output/server/.vite/manifest.json +95 -39
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/BackLink.CvWWuO3h.css +5 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/Badge.D1SV0Gv7.css +5 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/ConfirmModal.Dd3uP-Sk.css +23 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/EmptyState.DUDM4P19.css +23 -0
- package/frontend/.svelte-kit/output/{client/_app/immutable/assets/ConfirmModal.CdhOYVBb.css → server/_app/immutable/assets/Modal.BuaCfdLj.css} +6 -1
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/Pagination.DZmi2Po-.css +5 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/Toast.DENwYn3g.css +5 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/_layout.BuhMvMUj.css +5 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.0Eln51hV.css +5 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.5IJAEAjc.css +5 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.BR3wgXcZ.css +5 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.BWAH0Beh.css +23 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.BZfe6nWe.css +5 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.Bj_a_5lv.css +5 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.BwgOqeMo.css +23 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.CBHi6pzT.css +5 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.CFnbmY-D.css +5 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.CrXpMrqh.css +5 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page._h2o67kg.css +5 -0
- package/frontend/.svelte-kit/output/server/chunks/BackLink.js +5 -0
- package/frontend/.svelte-kit/output/server/chunks/Badge.js +5 -0
- package/frontend/.svelte-kit/output/server/chunks/ConfirmModal.js +12 -20
- package/frontend/.svelte-kit/output/server/chunks/EmptyState.js +29 -7
- package/frontend/.svelte-kit/output/server/chunks/Modal.js +43 -0
- package/frontend/.svelte-kit/output/server/chunks/Toast.js +17 -1
- package/frontend/.svelte-kit/output/server/chunks/attributes.js +5 -0
- package/frontend/.svelte-kit/output/server/chunks/auth.js +5 -0
- package/frontend/.svelte-kit/output/{client/_app/immutable/assets/EmptyState.BdO1q9cJ.css → server/chunks/auth2.js} +13 -1
- package/frontend/.svelte-kit/output/server/chunks/client.js +5 -0
- package/frontend/.svelte-kit/output/server/chunks/common.js +56 -0
- package/frontend/.svelte-kit/output/server/chunks/constants.js +9 -2
- package/frontend/.svelte-kit/output/server/chunks/escaping.js +5 -0
- package/frontend/.svelte-kit/output/server/chunks/exports.js +5 -0
- package/frontend/.svelte-kit/output/server/chunks/format.js +5 -0
- package/frontend/.svelte-kit/output/server/chunks/index-server.js +5 -0
- package/frontend/.svelte-kit/output/server/chunks/index.js +5 -0
- package/frontend/.svelte-kit/output/server/chunks/index2.js +5 -0
- package/frontend/.svelte-kit/output/server/chunks/internal.js +7 -2
- package/frontend/.svelte-kit/output/server/chunks/reports.js +5 -0
- package/frontend/.svelte-kit/output/server/chunks/reports2.js +109 -0
- package/frontend/.svelte-kit/output/server/chunks/repository.js +111 -0
- package/frontend/.svelte-kit/output/server/chunks/runner.js +12 -0
- package/frontend/.svelte-kit/output/server/chunks/stores.js +5 -0
- package/frontend/.svelte-kit/output/server/chunks/theme.js +5 -0
- package/frontend/.svelte-kit/output/server/entries/fallbacks/error.svelte.js +5 -0
- package/frontend/.svelte-kit/output/server/entries/pages/_layout.js +5 -0
- package/frontend/.svelte-kit/output/server/entries/pages/_layout.svelte.js +7 -0
- package/frontend/.svelte-kit/output/server/entries/pages/_page.svelte.js +35 -12
- package/frontend/.svelte-kit/output/server/entries/pages/login/_page.svelte.js +9 -2
- package/frontend/.svelte-kit/output/server/entries/pages/reports/_id_/_page.svelte.js +9 -2
- package/frontend/.svelte-kit/output/server/entries/pages/reports/_page.svelte.js +21 -25
- package/frontend/.svelte-kit/output/server/entries/pages/reports/live/_page.svelte.js +31 -24
- package/frontend/.svelte-kit/output/server/entries/pages/scheduled-tests/_page.svelte.js +72 -32
- package/frontend/.svelte-kit/output/server/entries/pages/settings/_page.svelte.js +276 -95
- package/frontend/.svelte-kit/output/server/entries/pages/setup/_page.svelte.js +9 -2
- package/frontend/.svelte-kit/output/server/entries/pages/test-repository/_page.svelte.js +43 -36
- package/frontend/.svelte-kit/output/server/entries/pages/test-repository/runs/_id_/_page.svelte.js +66 -13
- package/frontend/.svelte-kit/output/server/entries/pages/test-repository/suites/_id_/_page.svelte.js +23 -17
- package/frontend/.svelte-kit/output/server/index.js +5 -0
- package/frontend/.svelte-kit/output/server/internal.js +5 -0
- package/frontend/.svelte-kit/output/server/manifest-full.js +6 -1
- package/frontend/.svelte-kit/output/server/manifest.js +6 -1
- package/frontend/.svelte-kit/output/server/nodes/0.js +7 -2
- package/frontend/.svelte-kit/output/server/nodes/1.js +6 -1
- package/frontend/.svelte-kit/output/server/nodes/10.js +7 -2
- package/frontend/.svelte-kit/output/server/nodes/11.js +7 -2
- package/frontend/.svelte-kit/output/server/nodes/12.js +7 -2
- package/frontend/.svelte-kit/output/server/nodes/2.js +7 -2
- package/frontend/.svelte-kit/output/server/nodes/3.js +6 -1
- package/frontend/.svelte-kit/output/server/nodes/4.js +7 -2
- package/frontend/.svelte-kit/output/server/nodes/5.js +6 -1
- package/frontend/.svelte-kit/output/server/nodes/6.js +6 -1
- package/frontend/.svelte-kit/output/server/nodes/7.js +7 -2
- package/frontend/.svelte-kit/output/server/nodes/8.js +7 -2
- package/frontend/.svelte-kit/output/server/nodes/9.js +6 -1
- package/frontend/build/client/_app/immutable/assets/0.BhSG-jZH.css +5 -0
- package/frontend/build/client/_app/immutable/assets/0.BhSG-jZH.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/0.BhSG-jZH.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/10.CdaQUS6U.css +5 -0
- package/frontend/build/client/_app/immutable/assets/10.CdaQUS6U.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/10.CdaQUS6U.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/11.BWAH0Beh.css +23 -0
- package/frontend/build/client/_app/immutable/assets/11.BWAH0Beh.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/11.BWAH0Beh.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/12.Bj_a_5lv.css +5 -0
- package/frontend/build/client/_app/immutable/assets/12.Bj_a_5lv.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/12.Bj_a_5lv.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/2.CrXpMrqh.css +5 -0
- package/frontend/build/client/_app/immutable/assets/2.CrXpMrqh.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/2.CrXpMrqh.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/3.BR3wgXcZ.css +5 -0
- package/frontend/build/client/_app/immutable/assets/3.BR3wgXcZ.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/3.BR3wgXcZ.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/4.0Eln51hV.css +5 -0
- package/frontend/build/client/_app/immutable/assets/4.0Eln51hV.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/4.0Eln51hV.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/5.DFV9OgAu.css +5 -0
- package/frontend/build/client/_app/immutable/assets/5.DFV9OgAu.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/5.DFV9OgAu.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/6.CFnbmY-D.css +5 -0
- package/frontend/build/client/_app/immutable/assets/6.CFnbmY-D.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/6.CFnbmY-D.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/7.CBHi6pzT.css +5 -0
- package/frontend/build/client/_app/immutable/assets/7.CBHi6pzT.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/7.CBHi6pzT.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/8.BwgOqeMo.css +23 -0
- package/frontend/build/client/_app/immutable/assets/8.BwgOqeMo.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/8.BwgOqeMo.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/9._h2o67kg.css +5 -0
- package/frontend/build/client/_app/immutable/assets/9._h2o67kg.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/9._h2o67kg.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/BackLink.CvWWuO3h.css +5 -0
- package/frontend/build/client/_app/immutable/assets/BackLink.CvWWuO3h.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/BackLink.CvWWuO3h.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/Badge.D1SV0Gv7.css +5 -0
- package/frontend/build/client/_app/immutable/assets/Badge.D1SV0Gv7.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/Badge.D1SV0Gv7.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/Button.FOWXxvc7.css +5 -0
- package/frontend/build/client/_app/immutable/assets/Button.FOWXxvc7.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/Button.FOWXxvc7.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/ConfirmModal.Dd3uP-Sk.css +23 -0
- package/frontend/build/client/_app/immutable/assets/ConfirmModal.Dd3uP-Sk.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/ConfirmModal.Dd3uP-Sk.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/EmptyState.DUDM4P19.css +23 -0
- package/frontend/build/client/_app/immutable/assets/{EmptyState.BdO1q9cJ.css.gz → EmptyState.DUDM4P19.css.br} +0 -0
- package/frontend/build/client/_app/immutable/assets/EmptyState.DUDM4P19.css.gz +0 -0
- package/frontend/{.svelte-kit/output/client/_app/immutable/assets/ConfirmModal.DmxkcwXv.css → build/client/_app/immutable/assets/Modal.BZpm0HP8.css} +6 -1
- package/frontend/build/client/_app/immutable/assets/Modal.BZpm0HP8.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/Modal.BZpm0HP8.css.gz +0 -0
- package/frontend/{.svelte-kit/output/server/_app/immutable/assets/ConfirmModal.CdhOYVBb.css → build/client/_app/immutable/assets/Modal.BuaCfdLj.css} +6 -1
- package/frontend/build/client/_app/immutable/assets/Modal.BuaCfdLj.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/Modal.BuaCfdLj.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/Pagination.DZmi2Po-.css +5 -0
- package/frontend/build/client/_app/immutable/assets/Pagination.DZmi2Po-.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/Pagination.DZmi2Po-.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/Toast.DENwYn3g.css +5 -0
- package/frontend/build/client/_app/immutable/assets/Toast.DENwYn3g.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/Toast.DENwYn3g.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/_layout.BuhMvMUj.css +5 -0
- package/frontend/build/client/_app/immutable/assets/_layout.BuhMvMUj.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/_layout.BuhMvMUj.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.0Eln51hV.css +5 -0
- package/frontend/build/client/_app/immutable/assets/_page.0Eln51hV.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.0Eln51hV.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.5IJAEAjc.css +5 -0
- package/frontend/build/client/_app/immutable/assets/_page.5IJAEAjc.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.5IJAEAjc.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.BR3wgXcZ.css +5 -0
- package/frontend/build/client/_app/immutable/assets/_page.BR3wgXcZ.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.BR3wgXcZ.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.BWAH0Beh.css +23 -0
- package/frontend/build/client/_app/immutable/assets/_page.BWAH0Beh.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.BWAH0Beh.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.BZfe6nWe.css +5 -0
- package/frontend/build/client/_app/immutable/assets/_page.BZfe6nWe.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.BZfe6nWe.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.Bj_a_5lv.css +5 -0
- package/frontend/build/client/_app/immutable/assets/_page.Bj_a_5lv.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.Bj_a_5lv.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.BwgOqeMo.css +23 -0
- package/frontend/build/client/_app/immutable/assets/_page.BwgOqeMo.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.BwgOqeMo.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.CBHi6pzT.css +5 -0
- package/frontend/build/client/_app/immutable/assets/_page.CBHi6pzT.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.CBHi6pzT.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.CFnbmY-D.css +5 -0
- package/frontend/build/client/_app/immutable/assets/_page.CFnbmY-D.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.CFnbmY-D.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.CrXpMrqh.css +5 -0
- package/frontend/build/client/_app/immutable/assets/_page.CrXpMrqh.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.CrXpMrqh.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/_page._h2o67kg.css +5 -0
- package/frontend/build/client/_app/immutable/assets/_page._h2o67kg.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/_page._h2o67kg.css.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/{BLAiBE__.js → 2zMvi6fR.js} +6 -1
- package/frontend/build/client/_app/immutable/chunks/2zMvi6fR.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/2zMvi6fR.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/3IV-uqHa.js +23 -0
- package/frontend/build/client/_app/immutable/chunks/3IV-uqHa.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/3IV-uqHa.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/4N1zIH8t.js +23 -0
- package/frontend/build/client/_app/immutable/chunks/4N1zIH8t.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/4N1zIH8t.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/B98sHkeB.js +23 -0
- package/frontend/build/client/_app/immutable/chunks/B98sHkeB.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/B98sHkeB.js.gz +0 -0
- package/frontend/{.svelte-kit/output/client/_app/immutable/chunks/C67QNx7Z.js → build/client/_app/immutable/chunks/BAACMRH5.js} +6 -1
- package/frontend/build/client/_app/immutable/chunks/BAACMRH5.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/BAACMRH5.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/Bfc47y5P.js +5 -0
- package/frontend/build/client/_app/immutable/chunks/Bfc47y5P.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/Bfc47y5P.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/BhvHtTRh.js +23 -0
- package/frontend/build/client/_app/immutable/chunks/BhvHtTRh.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/BhvHtTRh.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/BjUpWNbl.js +23 -0
- package/frontend/build/client/_app/immutable/chunks/BjUpWNbl.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/BjUpWNbl.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/{DIx44H9N.js → C1Vid6wz.js} +6 -1
- package/frontend/build/client/_app/immutable/chunks/C1Vid6wz.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/C1Vid6wz.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/C1sukchk.js +23 -0
- package/frontend/build/client/_app/immutable/chunks/C1sukchk.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/C1sukchk.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/C8OURRSs.js +23 -0
- package/frontend/build/client/_app/immutable/chunks/C8OURRSs.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/C8OURRSs.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/{DGryW1Vp.js → CKDtmZUQ.js} +6 -1
- package/frontend/build/client/_app/immutable/chunks/CKDtmZUQ.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/CKDtmZUQ.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/CMBQQ9RZ.js +23 -0
- package/frontend/build/client/_app/immutable/chunks/CMBQQ9RZ.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/CMBQQ9RZ.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/{C4eeChIU.js → CNdcuGR0.js} +6 -1
- package/frontend/build/client/_app/immutable/chunks/{BFgtfHj2.js.br → CNdcuGR0.js.br} +0 -0
- package/frontend/build/client/_app/immutable/chunks/CNdcuGR0.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/CgnwuKKO.js +23 -0
- package/frontend/build/client/_app/immutable/chunks/CgnwuKKO.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/CgnwuKKO.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/CuqnZUex.js +23 -0
- package/frontend/build/client/_app/immutable/chunks/CuqnZUex.js.br +21 -0
- package/frontend/build/client/_app/immutable/chunks/CuqnZUex.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/D2cvzNT9.js +23 -0
- package/frontend/build/client/_app/immutable/chunks/D2cvzNT9.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/D2cvzNT9.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/{B0pefNHY.js → D2gYTmAA.js} +6 -1
- package/frontend/build/client/_app/immutable/chunks/D2gYTmAA.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/D2gYTmAA.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/{uFRI_bmR.js → DCgHuuvs.js} +6 -1
- package/frontend/build/client/_app/immutable/{assets/EmptyState.BdO1q9cJ.css.br → chunks/DCgHuuvs.js.br} +0 -0
- package/frontend/build/client/_app/immutable/chunks/DCgHuuvs.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/{CxTX_lpP.js → DDblTLLE.js} +6 -1
- package/frontend/build/client/_app/immutable/chunks/DDblTLLE.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/DDblTLLE.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/DW85KPAh.js +24 -0
- package/frontend/build/client/_app/immutable/chunks/DW85KPAh.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/DW85KPAh.js.gz +0 -0
- package/frontend/{.svelte-kit/output/client/_app/immutable/chunks/BFgtfHj2.js → build/client/_app/immutable/chunks/DW_iTTZe.js} +6 -1
- package/frontend/build/client/_app/immutable/chunks/{BFgtfHj2.js.gz → DW_iTTZe.js.br} +0 -0
- package/frontend/build/client/_app/immutable/chunks/DW_iTTZe.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/{BVMec-1T.js → DYlaQsvN.js} +6 -1
- package/frontend/build/client/_app/immutable/chunks/DYlaQsvN.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/DYlaQsvN.js.gz +0 -0
- package/frontend/{.svelte-kit/output/client/_app/immutable/chunks/BFEiffAL.js → build/client/_app/immutable/chunks/DkNBSlo2.js} +6 -1
- package/frontend/build/client/_app/immutable/chunks/DkNBSlo2.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/DkNBSlo2.js.gz +0 -0
- package/frontend/{.svelte-kit/output/client/_app/immutable/chunks/BkKmeUbA.js → build/client/_app/immutable/chunks/DlNYZJ7K.js} +6 -1
- package/frontend/build/client/_app/immutable/chunks/DlNYZJ7K.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/DlNYZJ7K.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/Dlnxgs49.js +23 -0
- package/frontend/build/client/_app/immutable/chunks/Dlnxgs49.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/Dlnxgs49.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/DtGXv8RA.js +25 -0
- package/frontend/build/client/_app/immutable/chunks/DtGXv8RA.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/DtGXv8RA.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/TOCyHP97.js +28 -0
- package/frontend/build/client/_app/immutable/chunks/TOCyHP97.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/TOCyHP97.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/{CyQ_oBw2.js → oN0Z3NSF.js} +6 -1
- package/frontend/build/client/_app/immutable/chunks/oN0Z3NSF.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/oN0Z3NSF.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/{raHbXn_9.js → t-La0hgu.js} +6 -1
- package/frontend/build/client/_app/immutable/chunks/t-La0hgu.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/t-La0hgu.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/{DP6QP4L6.js → w0D4Uzlq.js} +6 -1
- package/frontend/build/client/_app/immutable/chunks/w0D4Uzlq.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/w0D4Uzlq.js.gz +0 -0
- package/frontend/build/client/_app/immutable/entry/app.BCWbw5zZ.js +24 -0
- package/frontend/build/client/_app/immutable/entry/app.BCWbw5zZ.js.br +0 -0
- package/frontend/build/client/_app/immutable/entry/app.BCWbw5zZ.js.gz +0 -0
- package/frontend/{.svelte-kit/output/client/_app/immutable/entry/start.MMlC62np.js → build/client/_app/immutable/entry/start.2_AF42wj.js} +6 -1
- package/frontend/build/client/_app/immutable/entry/{start.MMlC62np.js.br → start.2_AF42wj.js.br} +5 -1
- package/frontend/build/client/_app/immutable/entry/{start.MMlC62np.js.gz → start.2_AF42wj.js.gz} +0 -0
- package/frontend/build/client/_app/immutable/nodes/0.BAqq2UTE.js +28 -0
- package/frontend/build/client/_app/immutable/nodes/0.BAqq2UTE.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/0.BAqq2UTE.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/{1.Dbck5ct8.js → 1.D5VvLtGP.js} +6 -1
- package/frontend/build/client/_app/immutable/nodes/1.D5VvLtGP.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/1.D5VvLtGP.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/10.Bn4Ma-MU.js +23 -0
- package/frontend/build/client/_app/immutable/nodes/10.Bn4Ma-MU.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/10.Bn4Ma-MU.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/11.BacEu7sW.js +23 -0
- package/frontend/build/client/_app/immutable/nodes/11.BacEu7sW.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/11.BacEu7sW.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/12.0YGtl1uj.js +23 -0
- package/frontend/build/client/_app/immutable/nodes/12.0YGtl1uj.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/12.0YGtl1uj.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/2.C2jjMA-Z.js +23 -0
- package/frontend/build/client/_app/immutable/nodes/2.C2jjMA-Z.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/2.C2jjMA-Z.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/3.DHx0kho3.js +23 -0
- package/frontend/build/client/_app/immutable/nodes/3.DHx0kho3.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/3.DHx0kho3.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/4.CnaMiirx.js +23 -0
- package/frontend/build/client/_app/immutable/nodes/4.CnaMiirx.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/4.CnaMiirx.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/5.B6m-zTVe.js +23 -0
- package/frontend/build/client/_app/immutable/nodes/5.B6m-zTVe.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/5.B6m-zTVe.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/6.BPDag1zv.js +23 -0
- package/frontend/build/client/_app/immutable/nodes/6.BPDag1zv.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/6.BPDag1zv.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/7.D7LwxSvT.js +23 -0
- package/frontend/build/client/_app/immutable/nodes/7.D7LwxSvT.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/7.D7LwxSvT.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/8.CCkNX20G.js +26 -0
- package/frontend/build/client/_app/immutable/nodes/8.CCkNX20G.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/8.CCkNX20G.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/9.HDerA6JV.js +23 -0
- package/frontend/build/client/_app/immutable/nodes/9.HDerA6JV.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/9.HDerA6JV.js.gz +0 -0
- package/frontend/build/client/_app/version.json +1 -1
- package/frontend/build/client/_app/version.json.br +0 -0
- package/frontend/build/client/_app/version.json.gz +0 -0
- package/frontend/build/env.js +5 -0
- package/frontend/build/handler.js +5 -0
- package/frontend/build/index.js +5 -0
- package/frontend/build/server/chunks/{0-Dzas6zkl.js → 0-Di4jNU9J.js} +9 -4
- package/frontend/build/server/chunks/0-Di4jNU9J.js.map +21 -0
- package/frontend/build/server/chunks/{1-B4EsP8yr.js → 1-DR5YRUTa.js} +7 -2
- package/frontend/build/server/chunks/{1-B4EsP8yr.js.map → 1-DR5YRUTa.js.map} +5 -1
- package/frontend/build/server/chunks/10-Bhe409bL.js +31 -0
- package/frontend/build/server/chunks/10-Bhe409bL.js.map +21 -0
- package/frontend/build/server/chunks/11-DqyXW7n1.js +31 -0
- package/frontend/build/server/chunks/11-DqyXW7n1.js.map +21 -0
- package/frontend/build/server/chunks/12-BCpjMUbs.js +31 -0
- package/frontend/build/server/chunks/12-BCpjMUbs.js.map +21 -0
- package/frontend/build/server/chunks/{2-Bkz8H7CT.js → 2-D-0buH5i.js} +9 -4
- package/frontend/build/server/chunks/{2-Bkz8H7CT.js.map → 2-D-0buH5i.js.map} +5 -1
- package/frontend/build/server/chunks/{3-DDtaiqu7.js → 3-y2kzPO2X.js} +8 -3
- package/frontend/build/server/chunks/3-y2kzPO2X.js.map +21 -0
- package/frontend/build/server/chunks/4-CFrK8HST.js +31 -0
- package/frontend/build/server/chunks/4-CFrK8HST.js.map +21 -0
- package/frontend/build/server/chunks/{5-CK5hY2WF.js → 5-B0lJu5bT.js} +8 -3
- package/frontend/build/server/chunks/5-B0lJu5bT.js.map +21 -0
- package/frontend/build/server/chunks/{6-Cps9fL3Z.js → 6-BD4CEJ3Z.js} +8 -3
- package/frontend/build/server/chunks/6-BD4CEJ3Z.js.map +21 -0
- package/frontend/build/server/chunks/7-DekQfQHu.js +31 -0
- package/frontend/build/server/chunks/7-DekQfQHu.js.map +21 -0
- package/frontend/build/server/chunks/8-BMqmu7WF.js +31 -0
- package/frontend/build/server/chunks/8-BMqmu7WF.js.map +21 -0
- package/frontend/build/server/chunks/{9-CUJxgoIN.js → 9-C5sKo9aY.js} +8 -3
- package/frontend/build/server/chunks/9-C5sKo9aY.js.map +21 -0
- package/frontend/build/server/chunks/BackLink-KxZNqsaq.js +5 -0
- package/frontend/build/server/chunks/BackLink-KxZNqsaq.js.map +4 -0
- package/frontend/build/server/chunks/Badge-B5V-z6pI.js +5 -0
- package/frontend/build/server/chunks/Badge-B5V-z6pI.js.map +4 -0
- package/frontend/build/server/chunks/{ConfirmModal-DBtnLLsU.js → ConfirmModal-Ckkt99Pn.js} +12 -19
- package/frontend/build/server/chunks/ConfirmModal-Ckkt99Pn.js.map +21 -0
- package/frontend/build/server/chunks/EmptyState-BwwbShnX.js +56 -0
- package/frontend/build/server/chunks/EmptyState-BwwbShnX.js.map +21 -0
- package/frontend/build/server/chunks/Modal-DG-6c5si.js +43 -0
- package/frontend/build/server/chunks/Modal-DG-6c5si.js.map +21 -0
- package/frontend/build/server/chunks/{Button-CuacyA7Y.js → Toast-CIG4edEp.js} +22 -3
- package/frontend/build/server/chunks/Toast-CIG4edEp.js.map +21 -0
- package/frontend/build/server/chunks/{_layout.svelte-DoJXDbP1.js → _layout.svelte-BjPrZpoG.js} +10 -3
- package/frontend/build/server/chunks/_layout.svelte-BjPrZpoG.js.map +21 -0
- package/frontend/build/server/chunks/{_page.svelte-DNNyBx4y.js → _page.svelte-B9rjnZWE.js} +10 -4
- package/frontend/build/server/chunks/_page.svelte-B9rjnZWE.js.map +21 -0
- package/frontend/build/server/chunks/{_page.svelte-C0vstY93.js → _page.svelte-BHw14GPR.js} +76 -36
- package/frontend/build/server/chunks/_page.svelte-BHw14GPR.js.map +21 -0
- package/frontend/build/server/chunks/{_page.svelte-LcJmR5du.js → _page.svelte-BbZNxvCl.js} +29 -31
- package/frontend/build/server/chunks/_page.svelte-BbZNxvCl.js.map +21 -0
- package/frontend/build/server/chunks/_page.svelte-CLFpft5D.js +118 -0
- package/frontend/build/server/chunks/_page.svelte-CLFpft5D.js.map +21 -0
- package/frontend/build/server/chunks/_page.svelte-Cr16HubD.js +746 -0
- package/frontend/build/server/chunks/_page.svelte-Cr16HubD.js.map +21 -0
- package/frontend/build/server/chunks/{_page.svelte-DALHRFEX.js → _page.svelte-D1aYn1PL.js} +10 -4
- package/frontend/build/server/chunks/_page.svelte-D1aYn1PL.js.map +21 -0
- package/frontend/build/server/chunks/{_page.svelte-CC27sZag.js → _page.svelte-D2oF79cT.js} +45 -38
- package/frontend/build/server/chunks/_page.svelte-D2oF79cT.js.map +21 -0
- package/frontend/build/server/chunks/{_page.svelte-gnktnXKP.js → _page.svelte-D78qaBDN.js} +35 -28
- package/frontend/build/server/chunks/_page.svelte-D78qaBDN.js.map +21 -0
- package/frontend/build/server/chunks/{_page.svelte-DqWsUJRp.js → _page.svelte-DyyuZN_3.js} +25 -19
- package/frontend/build/server/chunks/_page.svelte-DyyuZN_3.js.map +21 -0
- package/frontend/build/server/chunks/{_page.svelte-CYkOPxn2.js → _page.svelte-sbqebZYx.js} +40 -17
- package/frontend/build/server/chunks/_page.svelte-sbqebZYx.js.map +21 -0
- package/frontend/build/server/chunks/{_page.svelte-BETENC2e.js → _page.svelte-ubW5EUCf.js} +13 -6
- package/frontend/build/server/chunks/_page.svelte-ubW5EUCf.js.map +21 -0
- package/frontend/build/server/chunks/attributes-BeaNKpgU.js +5 -0
- package/frontend/build/server/chunks/attributes-BeaNKpgU.js.map +4 -0
- package/frontend/build/server/chunks/auth-rlH-cIzn.js +5 -0
- package/frontend/build/server/chunks/auth-rlH-cIzn.js.map +4 -0
- package/frontend/{.svelte-kit/output/client/_app/immutable/chunks/BIRVeCLU.js → build/server/chunks/auth2-C02yYDpz.js} +11 -1
- package/frontend/build/server/chunks/auth2-C02yYDpz.js.map +21 -0
- package/frontend/build/server/chunks/client-DyII78e0.js +5 -0
- package/frontend/build/server/chunks/client-DyII78e0.js.map +4 -0
- package/frontend/build/server/chunks/common-Db-bgKYG.js +42 -0
- package/frontend/build/server/chunks/common-Db-bgKYG.js.map +21 -0
- package/frontend/build/server/chunks/{constants-Drz-Vo39.js → constants-cZ2kUwWa.js} +9 -3
- package/frontend/build/server/chunks/{constants-Drz-Vo39.js.map → constants-cZ2kUwWa.js.map} +5 -1
- package/frontend/build/server/chunks/error.svelte-BDW3iP1O.js +5 -0
- package/frontend/build/server/chunks/error.svelte-BDW3iP1O.js.map +4 -0
- package/frontend/build/server/chunks/escaping-CqgfEcN3.js +5 -0
- package/frontend/build/server/chunks/escaping-CqgfEcN3.js.map +4 -0
- package/frontend/build/server/chunks/exports-D0QHgeSL.js +5 -0
- package/frontend/build/server/chunks/exports-D0QHgeSL.js.map +4 -0
- package/frontend/build/server/chunks/{format-D26ZQccb.js → format-0SSB1oGG.js} +7 -2
- package/frontend/build/server/chunks/{format-D26ZQccb.js.map → format-0SSB1oGG.js.map} +5 -1
- package/frontend/build/server/chunks/index-server-Dr2Nvcmu.js +5 -0
- package/frontend/build/server/chunks/index-server-Dr2Nvcmu.js.map +4 -0
- package/frontend/build/server/chunks/index2-DG8XHU5D.js +5 -0
- package/frontend/build/server/chunks/index2-DG8XHU5D.js.map +4 -0
- package/frontend/build/server/chunks/{reports-Bgi7V5N7.js → reports-DnYbvluH.js} +7 -2
- package/frontend/build/server/chunks/{reports-Bgi7V5N7.js.map → reports-DnYbvluH.js.map} +5 -1
- package/frontend/build/server/chunks/reports2-DR4XlcJg.js +69 -0
- package/frontend/build/server/chunks/reports2-DR4XlcJg.js.map +21 -0
- package/frontend/build/server/chunks/repository-D9Derhnk.js +70 -0
- package/frontend/build/server/chunks/repository-D9Derhnk.js.map +21 -0
- package/frontend/build/server/chunks/{runner-D18Ml_vF.js → runner-DE5sufZH.js} +13 -1
- package/frontend/build/server/chunks/runner-DE5sufZH.js.map +21 -0
- package/frontend/build/server/chunks/stores-DlkXV308.js +5 -0
- package/frontend/build/server/chunks/stores-DlkXV308.js.map +4 -0
- package/frontend/build/server/chunks/theme-D_NKm6iI.js +5 -0
- package/frontend/build/server/chunks/theme-D_NKm6iI.js.map +4 -0
- package/frontend/build/server/index.js +7 -2
- package/frontend/build/server/index.js.map +5 -1
- package/frontend/build/server/manifest.js +19 -14
- package/frontend/build/server/manifest.js.map +5 -1
- package/frontend/build/shims.js +5 -0
- package/package.json +2 -1
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.BJ-I1gHO.css +0 -18
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.Bhof07Eg.css +0 -18
- package/frontend/.svelte-kit/adapter-node/chunks/Button.js +0 -33
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/11.BJ-I1gHO.css +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/8.Bhof07Eg.css +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.BJ-I1gHO.css +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.Bhof07Eg.css +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/BKCNyxZ2.js +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/BeO8veBd.js +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/BgNaeXAp.js +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/C3SY6-sX.js +0 -19
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/CVV6HrFb.js +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/CstKKb9b.js +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/DmRbbcS3.js +0 -23
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/IFIFk6zi.js +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/KJdjlibc.js +0 -20
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/ll-VsEGv.js +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/entry/app.Dz_CBZcR.js +0 -19
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/0.CKD9Qja6.js +0 -23
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/10.BfmGpmC1.js +0 -19
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/11.C7l9HPom.js +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/12.Iu9bcGdC.js +0 -19
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/2.BqQhRvYh.js +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/3.BZRTKadS.js +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/4.BfKoPKdM.js +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/5.B4a2uCWn.js +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/6.CI508CMS.js +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/7.3x_eiof1.js +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/8.BfUuob4H.js +0 -29
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/9.BZhCKRJe.js +0 -18
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/EmptyState.BdO1q9cJ.css +0 -18
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.BJ-I1gHO.css +0 -18
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.Bhof07Eg.css +0 -18
- package/frontend/.svelte-kit/output/server/chunks/Button.js +0 -33
- package/frontend/build/client/_app/immutable/assets/11.BJ-I1gHO.css +0 -18
- package/frontend/build/client/_app/immutable/assets/11.BJ-I1gHO.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/11.BJ-I1gHO.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/8.Bhof07Eg.css +0 -18
- package/frontend/build/client/_app/immutable/assets/8.Bhof07Eg.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/8.Bhof07Eg.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/ConfirmModal.CdhOYVBb.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/ConfirmModal.CdhOYVBb.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/ConfirmModal.DmxkcwXv.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/ConfirmModal.DmxkcwXv.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/EmptyState.BdO1q9cJ.css +0 -18
- package/frontend/build/client/_app/immutable/assets/_page.BJ-I1gHO.css +0 -18
- package/frontend/build/client/_app/immutable/assets/_page.BJ-I1gHO.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.BJ-I1gHO.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.Bhof07Eg.css +0 -18
- package/frontend/build/client/_app/immutable/assets/_page.Bhof07Eg.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.Bhof07Eg.css.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/B0pefNHY.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/B0pefNHY.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/BFEiffAL.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/BFEiffAL.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/BIRVeCLU.js +0 -18
- package/frontend/build/client/_app/immutable/chunks/BIRVeCLU.js.br +0 -20
- package/frontend/build/client/_app/immutable/chunks/BIRVeCLU.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/BKCNyxZ2.js +0 -18
- package/frontend/build/client/_app/immutable/chunks/BKCNyxZ2.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/BKCNyxZ2.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/BLAiBE__.js.br +0 -18
- package/frontend/build/client/_app/immutable/chunks/BLAiBE__.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/BVMec-1T.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/BVMec-1T.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/BeO8veBd.js +0 -18
- package/frontend/build/client/_app/immutable/chunks/BeO8veBd.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/BeO8veBd.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/BgNaeXAp.js +0 -18
- package/frontend/build/client/_app/immutable/chunks/BgNaeXAp.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/BgNaeXAp.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/BkKmeUbA.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/BkKmeUbA.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/C3SY6-sX.js +0 -19
- package/frontend/build/client/_app/immutable/chunks/C3SY6-sX.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/C3SY6-sX.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/C4eeChIU.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/C4eeChIU.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/C67QNx7Z.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/C67QNx7Z.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/CVV6HrFb.js +0 -18
- package/frontend/build/client/_app/immutable/chunks/CVV6HrFb.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/CVV6HrFb.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/CstKKb9b.js +0 -18
- package/frontend/build/client/_app/immutable/chunks/CstKKb9b.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/CstKKb9b.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/CxTX_lpP.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/CxTX_lpP.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/CyQ_oBw2.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/CyQ_oBw2.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/DGryW1Vp.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/DGryW1Vp.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/DIx44H9N.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/DIx44H9N.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/DP6QP4L6.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/DP6QP4L6.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/DmRbbcS3.js +0 -23
- package/frontend/build/client/_app/immutable/chunks/DmRbbcS3.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/DmRbbcS3.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/IFIFk6zi.js +0 -18
- package/frontend/build/client/_app/immutable/chunks/IFIFk6zi.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/IFIFk6zi.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/KJdjlibc.js +0 -20
- package/frontend/build/client/_app/immutable/chunks/KJdjlibc.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/KJdjlibc.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/ll-VsEGv.js +0 -18
- package/frontend/build/client/_app/immutable/chunks/ll-VsEGv.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/ll-VsEGv.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/raHbXn_9.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/raHbXn_9.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/uFRI_bmR.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/uFRI_bmR.js.gz +0 -0
- package/frontend/build/client/_app/immutable/entry/app.Dz_CBZcR.js +0 -19
- package/frontend/build/client/_app/immutable/entry/app.Dz_CBZcR.js.br +0 -0
- package/frontend/build/client/_app/immutable/entry/app.Dz_CBZcR.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/0.CKD9Qja6.js +0 -23
- package/frontend/build/client/_app/immutable/nodes/0.CKD9Qja6.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/0.CKD9Qja6.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/1.Dbck5ct8.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/1.Dbck5ct8.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/10.BfmGpmC1.js +0 -19
- package/frontend/build/client/_app/immutable/nodes/10.BfmGpmC1.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/10.BfmGpmC1.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/11.C7l9HPom.js +0 -18
- package/frontend/build/client/_app/immutable/nodes/11.C7l9HPom.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/11.C7l9HPom.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/12.Iu9bcGdC.js +0 -19
- package/frontend/build/client/_app/immutable/nodes/12.Iu9bcGdC.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/12.Iu9bcGdC.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/2.BqQhRvYh.js +0 -18
- package/frontend/build/client/_app/immutable/nodes/2.BqQhRvYh.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/2.BqQhRvYh.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/3.BZRTKadS.js +0 -18
- package/frontend/build/client/_app/immutable/nodes/3.BZRTKadS.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/3.BZRTKadS.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/4.BfKoPKdM.js +0 -18
- package/frontend/build/client/_app/immutable/nodes/4.BfKoPKdM.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/4.BfKoPKdM.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/5.B4a2uCWn.js +0 -18
- package/frontend/build/client/_app/immutable/nodes/5.B4a2uCWn.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/5.B4a2uCWn.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/6.CI508CMS.js +0 -18
- package/frontend/build/client/_app/immutable/nodes/6.CI508CMS.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/6.CI508CMS.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/7.3x_eiof1.js +0 -18
- package/frontend/build/client/_app/immutable/nodes/7.3x_eiof1.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/7.3x_eiof1.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/8.BfUuob4H.js +0 -29
- package/frontend/build/client/_app/immutable/nodes/8.BfUuob4H.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/8.BfUuob4H.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/9.BZhCKRJe.js +0 -18
- package/frontend/build/client/_app/immutable/nodes/9.BZhCKRJe.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/9.BZhCKRJe.js.gz +0 -0
- package/frontend/build/server/chunks/0-Dzas6zkl.js.map +0 -17
- package/frontend/build/server/chunks/10-UhDQZ5BY.js +0 -26
- package/frontend/build/server/chunks/10-UhDQZ5BY.js.map +0 -17
- package/frontend/build/server/chunks/11-mTH3nQlX.js +0 -26
- package/frontend/build/server/chunks/11-mTH3nQlX.js.map +0 -17
- package/frontend/build/server/chunks/12-9mg6kp53.js +0 -26
- package/frontend/build/server/chunks/12-9mg6kp53.js.map +0 -17
- package/frontend/build/server/chunks/3-DDtaiqu7.js.map +0 -17
- package/frontend/build/server/chunks/4-DbdkTAvS.js +0 -26
- package/frontend/build/server/chunks/4-DbdkTAvS.js.map +0 -17
- package/frontend/build/server/chunks/5-CK5hY2WF.js.map +0 -17
- package/frontend/build/server/chunks/6-Cps9fL3Z.js.map +0 -17
- package/frontend/build/server/chunks/7-CgUpbaJD.js +0 -26
- package/frontend/build/server/chunks/7-CgUpbaJD.js.map +0 -17
- package/frontend/build/server/chunks/8-dilaVKYo.js +0 -26
- package/frontend/build/server/chunks/8-dilaVKYo.js.map +0 -17
- package/frontend/build/server/chunks/9-CUJxgoIN.js.map +0 -17
- package/frontend/build/server/chunks/Button-CuacyA7Y.js.map +0 -17
- package/frontend/build/server/chunks/ConfirmModal-DBtnLLsU.js.map +0 -17
- package/frontend/build/server/chunks/EmptyState-B74-VZ15.js +0 -34
- package/frontend/build/server/chunks/EmptyState-B74-VZ15.js.map +0 -17
- package/frontend/build/server/chunks/Toast-DDF2wi_5.js +0 -37
- package/frontend/build/server/chunks/Toast-DDF2wi_5.js.map +0 -17
- package/frontend/build/server/chunks/_layout.svelte-DoJXDbP1.js.map +0 -17
- package/frontend/build/server/chunks/_page.svelte-BETENC2e.js.map +0 -17
- package/frontend/build/server/chunks/_page.svelte-C0vstY93.js.map +0 -17
- package/frontend/build/server/chunks/_page.svelte-CC27sZag.js.map +0 -17
- package/frontend/build/server/chunks/_page.svelte-CYkOPxn2.js.map +0 -17
- package/frontend/build/server/chunks/_page.svelte-CperUuP9.js +0 -564
- package/frontend/build/server/chunks/_page.svelte-CperUuP9.js.map +0 -17
- package/frontend/build/server/chunks/_page.svelte-CwrCf0C8.js +0 -65
- package/frontend/build/server/chunks/_page.svelte-CwrCf0C8.js.map +0 -17
- package/frontend/build/server/chunks/_page.svelte-DALHRFEX.js.map +0 -17
- package/frontend/build/server/chunks/_page.svelte-DNNyBx4y.js.map +0 -17
- package/frontend/build/server/chunks/_page.svelte-DqWsUJRp.js.map +0 -17
- package/frontend/build/server/chunks/_page.svelte-LcJmR5du.js.map +0 -17
- package/frontend/build/server/chunks/_page.svelte-gnktnXKP.js.map +0 -17
- package/frontend/build/server/chunks/runner-D18Ml_vF.js.map +0 -17
package/.env
CHANGED
|
@@ -32,6 +32,14 @@ if (!fs.existsSync(jsonReportFile)) {
|
|
|
32
32
|
// and saves the combined report after all lanes finish.
|
|
33
33
|
if (process.env.PLUM_MODE === 'node') process.exit(0);
|
|
34
34
|
|
|
35
|
+
// `run-test` runs on the host without Docker/Postgres, so DATABASE_URL is
|
|
36
|
+
// never set there — skip the DB save instead of letting Prisma's connection
|
|
37
|
+
// attempt surface as an unhandled-looking stack trace after tests already ran.
|
|
38
|
+
if (!process.env.DATABASE_URL) {
|
|
39
|
+
console.log('No DATABASE_URL configured — skipping report save to database.');
|
|
40
|
+
process.exit(0);
|
|
41
|
+
}
|
|
42
|
+
|
|
35
43
|
(async () => {
|
|
36
44
|
try {
|
|
37
45
|
const raw = JSON.parse(fs.readFileSync(jsonReportFile, 'utf8'));
|
|
@@ -153,24 +153,22 @@ function statusOf(id, registry = loadRegistry()) {
|
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
/**
|
|
156
|
-
*
|
|
157
|
-
*
|
|
158
|
-
*
|
|
159
|
-
*
|
|
160
|
-
*
|
|
156
|
+
* Installs backend npm dependencies if missing or stale. Shared by `prepareEnv`
|
|
157
|
+
* (which additionally provisions Playwright browsers for test execution) and
|
|
158
|
+
* any caller that only needs `backend/node_modules` to exist, such as `plum
|
|
159
|
+
* mcp` — spawning the MCP server without this guard fails outright if the
|
|
160
|
+
* package was reinstalled/updated since the last time deps were installed
|
|
161
|
+
* (npm install -g wipes node_modules on upgrade) and the user never ran a
|
|
162
|
+
* command that happens to call prepareEnv first.
|
|
161
163
|
*
|
|
162
|
-
* npm
|
|
164
|
+
* npm is a .cmd shim on Windows, so this must run through a shell.
|
|
163
165
|
*
|
|
164
|
-
* stdin is left as 'ignore' (not inherited):
|
|
165
|
-
* print progress, and letting
|
|
166
|
+
* stdin is left as 'ignore' (not inherited): the installer only needs to
|
|
167
|
+
* print progress, and letting it touch stdin corrupts the raw-mode state of
|
|
166
168
|
* an interactive prompt running in the same terminal (the caller's menu would
|
|
167
169
|
* wedge after the install finishes).
|
|
168
170
|
*/
|
|
169
|
-
function
|
|
170
|
-
const stdio = ['ignore', 'inherit', 'inherit'];
|
|
171
|
-
|
|
172
|
-
// Re-run npm install when node_modules is missing OR when the plum package
|
|
173
|
-
// version has changed (npm install -g wipes node_modules on upgrade).
|
|
171
|
+
function ensureBackendDeps() {
|
|
174
172
|
const markerPath = path.join(BACKEND_DIR, 'node_modules', '.plum-version');
|
|
175
173
|
let installedVersion = null;
|
|
176
174
|
try {
|
|
@@ -184,9 +182,24 @@ function prepareEnv() {
|
|
|
184
182
|
!fs.existsSync(path.join(BACKEND_DIR, 'node_modules')) ||
|
|
185
183
|
installedVersion !== currentVersion
|
|
186
184
|
) {
|
|
187
|
-
execSync('npm install', {
|
|
185
|
+
execSync('npm install', {
|
|
186
|
+
cwd: BACKEND_DIR,
|
|
187
|
+
stdio: ['ignore', 'inherit', 'inherit'],
|
|
188
|
+
shell: true
|
|
189
|
+
});
|
|
188
190
|
fs.writeFileSync(markerPath, currentVersion, 'utf8');
|
|
189
191
|
}
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* Ensures a local node can actually run tests: backend dependencies must be
|
|
196
|
+
* installed and the Playwright browser binaries present. A node with neither
|
|
197
|
+
* starts fine but every scenario fails at the browser-launch hook. Idempotent —
|
|
198
|
+
* npm install is skipped when node_modules already exists, and `playwright
|
|
199
|
+
* install` no-ops when the browser is already downloaded.
|
|
200
|
+
*/
|
|
201
|
+
function prepareEnv() {
|
|
202
|
+
ensureBackendDeps();
|
|
190
203
|
|
|
191
204
|
// --with-deps also installs the OS-level shared libraries (libnss3, libatk,
|
|
192
205
|
// etc.) Chromium/Firefox need to actually launch — without it, a fresh
|
|
@@ -194,7 +207,7 @@ function prepareEnv() {
|
|
|
194
207
|
// "Host system is missing dependencies to run browsers."
|
|
195
208
|
execSync('npx playwright install --with-deps chromium firefox', {
|
|
196
209
|
cwd: BACKEND_DIR,
|
|
197
|
-
stdio,
|
|
210
|
+
stdio: ['ignore', 'inherit', 'inherit'],
|
|
198
211
|
shell: true
|
|
199
212
|
});
|
|
200
213
|
}
|
|
@@ -316,6 +329,7 @@ module.exports = {
|
|
|
316
329
|
killPort,
|
|
317
330
|
pruneDead,
|
|
318
331
|
statusOf,
|
|
332
|
+
ensureBackendDeps,
|
|
319
333
|
prepareEnv,
|
|
320
334
|
startNode,
|
|
321
335
|
stopNode
|
|
@@ -14,6 +14,10 @@ GNU General Public License for more details.
|
|
|
14
14
|
You should have received a copy of the GNU General Public License
|
|
15
15
|
along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
16
|
*/
|
|
17
|
+
/*
|
|
18
|
+
This file is part of Plum.
|
|
19
|
+
Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
20
|
+
*/
|
|
17
21
|
📂 Loading tests from: /Users/silverlunah/Projects/plum/backend/tests
|
|
18
22
|
Backend running on port 3002 (node/runner mode)
|
|
19
23
|
📂 Loading tests from: /Users/silverlunah/Projects/plum/backend/tests
|
|
@@ -14,6 +14,10 @@ GNU General Public License for more details.
|
|
|
14
14
|
You should have received a copy of the GNU General Public License
|
|
15
15
|
along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
16
|
*/
|
|
17
|
+
/*
|
|
18
|
+
This file is part of Plum.
|
|
19
|
+
Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
20
|
+
*/
|
|
17
21
|
📂 Loading tests from: /Users/silverlunah/Projects/plum/backend/tests
|
|
18
22
|
Backend running on port 3002 (node/runner mode)
|
|
19
23
|
(node:23570) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
|
|
@@ -14,6 +14,10 @@ GNU General Public License for more details.
|
|
|
14
14
|
You should have received a copy of the GNU General Public License
|
|
15
15
|
along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
16
|
*/
|
|
17
|
+
/*
|
|
18
|
+
This file is part of Plum.
|
|
19
|
+
Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
20
|
+
*/
|
|
17
21
|
📂 Loading tests from: /Users/silverlunah/Projects/plum/backend/tests
|
|
18
22
|
node:events:487
|
|
19
23
|
throw er; // Unhandled 'error' event
|
|
@@ -14,6 +14,10 @@ GNU General Public License for more details.
|
|
|
14
14
|
You should have received a copy of the GNU General Public License
|
|
15
15
|
along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
16
|
*/
|
|
17
|
+
/*
|
|
18
|
+
This file is part of Plum.
|
|
19
|
+
Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
20
|
+
*/
|
|
17
21
|
📂 Loading tests from: /Users/silverlunah/Projects/plum/backend/tests
|
|
18
22
|
Backend running on port 3003 (node/runner mode)
|
|
19
23
|
(node:23686) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
|
|
@@ -14,6 +14,10 @@ GNU General Public License for more details.
|
|
|
14
14
|
You should have received a copy of the GNU General Public License
|
|
15
15
|
along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
16
|
*/
|
|
17
|
+
/*
|
|
18
|
+
This file is part of Plum.
|
|
19
|
+
Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
20
|
+
*/
|
|
17
21
|
📂 Loading tests from: /Users/silverlunah/Projects/plum/backend/tests
|
|
18
22
|
Backend running on port 3004 (node/runner mode)
|
|
19
23
|
(node:23733) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
|
|
@@ -14,6 +14,10 @@ GNU General Public License for more details.
|
|
|
14
14
|
You should have received a copy of the GNU General Public License
|
|
15
15
|
along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
16
|
*/
|
|
17
|
+
/*
|
|
18
|
+
This file is part of Plum.
|
|
19
|
+
Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
20
|
+
*/
|
|
17
21
|
📂 Loading tests from: /Users/silverlunah/Projects/plum/backend/tests
|
|
18
22
|
Backend running on port 3005 (node/runner mode)
|
|
19
23
|
(node:23776) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
|
|
@@ -14,6 +14,10 @@ GNU General Public License for more details.
|
|
|
14
14
|
You should have received a copy of the GNU General Public License
|
|
15
15
|
along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
16
|
*/
|
|
17
|
+
/*
|
|
18
|
+
This file is part of Plum.
|
|
19
|
+
Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
20
|
+
*/
|
|
17
21
|
📂 Loading tests from: /Users/silverlunah/Projects/plum/backend/tests
|
|
18
22
|
Backend running on port 3002 (node/runner mode)
|
|
19
23
|
(node:89713) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
|
|
@@ -14,6 +14,10 @@ GNU General Public License for more details.
|
|
|
14
14
|
You should have received a copy of the GNU General Public License
|
|
15
15
|
along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
16
|
*/
|
|
17
|
+
/*
|
|
18
|
+
This file is part of Plum.
|
|
19
|
+
Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
20
|
+
*/
|
|
17
21
|
📂 Loading tests from: /Users/silverlunah/Projects/plum/backend/tests
|
|
18
22
|
node:events:487
|
|
19
23
|
throw er; // Unhandled 'error' event
|
|
@@ -14,6 +14,10 @@ GNU General Public License for more details.
|
|
|
14
14
|
You should have received a copy of the GNU General Public License
|
|
15
15
|
along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
16
|
*/
|
|
17
|
+
/*
|
|
18
|
+
This file is part of Plum.
|
|
19
|
+
Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
20
|
+
*/
|
|
17
21
|
📂 Loading tests from: /Users/silverlunah/Projects/plum/backend/tests
|
|
18
22
|
node:events:487
|
|
19
23
|
throw er; // Unhandled 'error' event
|
|
@@ -14,6 +14,10 @@ GNU General Public License for more details.
|
|
|
14
14
|
You should have received a copy of the GNU General Public License
|
|
15
15
|
along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
16
|
*/
|
|
17
|
+
/*
|
|
18
|
+
This file is part of Plum.
|
|
19
|
+
Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
20
|
+
*/
|
|
17
21
|
📂 Loading tests from: /Users/silverlunah/Projects/plum/backend/tests
|
|
18
22
|
node:events:487
|
|
19
23
|
throw er; // Unhandled 'error' event
|
|
@@ -14,6 +14,10 @@ GNU General Public License for more details.
|
|
|
14
14
|
You should have received a copy of the GNU General Public License
|
|
15
15
|
along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
16
|
*/
|
|
17
|
+
/*
|
|
18
|
+
This file is part of Plum.
|
|
19
|
+
Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
20
|
+
*/
|
|
17
21
|
📂 Loading tests from: /Users/silverlunah/Projects/plum/backend/tests
|
|
18
22
|
Backend running on port 5177 (node/runner mode)
|
|
19
23
|
(node:98310) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
|
|
@@ -14,6 +14,10 @@ GNU General Public License for more details.
|
|
|
14
14
|
You should have received a copy of the GNU General Public License
|
|
15
15
|
along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
16
|
*/
|
|
17
|
+
/*
|
|
18
|
+
This file is part of Plum.
|
|
19
|
+
Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
20
|
+
*/
|
|
17
21
|
📂 Loading tests from: /Users/silverlunah/Projects/plum/backend/tests
|
|
18
22
|
node:events:487
|
|
19
23
|
throw er; // Unhandled 'error' event
|
|
@@ -14,6 +14,10 @@ GNU General Public License for more details.
|
|
|
14
14
|
You should have received a copy of the GNU General Public License
|
|
15
15
|
along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
16
|
*/
|
|
17
|
+
/*
|
|
18
|
+
This file is part of Plum.
|
|
19
|
+
Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
20
|
+
*/
|
|
17
21
|
📂 Loading tests from: /Users/silverlunah/Projects/plum/backend/tests
|
|
18
22
|
Backend running on port 5178 (node/runner mode)
|
|
19
23
|
(node:825) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
|
|
@@ -14,6 +14,10 @@ GNU General Public License for more details.
|
|
|
14
14
|
You should have received a copy of the GNU General Public License
|
|
15
15
|
along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
16
|
*/
|
|
17
|
+
/*
|
|
18
|
+
This file is part of Plum.
|
|
19
|
+
Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
20
|
+
*/
|
|
17
21
|
📂 Loading tests from: /Users/silverlunah/Projects/plum/backend/tests
|
|
18
22
|
Backend running on port 5178 (node/runner mode)
|
|
19
23
|
(node:2599) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
|
|
@@ -14,6 +14,10 @@ GNU General Public License for more details.
|
|
|
14
14
|
You should have received a copy of the GNU General Public License
|
|
15
15
|
along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
16
|
*/
|
|
17
|
+
/*
|
|
18
|
+
This file is part of Plum.
|
|
19
|
+
Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
20
|
+
*/
|
|
17
21
|
📂 Loading tests from: /Users/silverlunah/Projects/plum/backend/tests
|
|
18
22
|
Backend running on port 5180 (node/runner mode)
|
|
19
23
|
(node:3077) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
|
|
@@ -14,5 +14,9 @@ GNU General Public License for more details.
|
|
|
14
14
|
You should have received a copy of the GNU General Public License
|
|
15
15
|
along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
16
|
*/
|
|
17
|
+
/*
|
|
18
|
+
This file is part of Plum.
|
|
19
|
+
Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
20
|
+
*/
|
|
17
21
|
📂 Loading tests from: /Users/silverlunah/Projects/plum/backend/tests
|
|
18
22
|
Backend running on port 3999 (node/runner mode)
|
|
@@ -14,5 +14,9 @@ GNU General Public License for more details.
|
|
|
14
14
|
You should have received a copy of the GNU General Public License
|
|
15
15
|
along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
16
|
*/
|
|
17
|
+
/*
|
|
18
|
+
This file is part of Plum.
|
|
19
|
+
Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
20
|
+
*/
|
|
17
21
|
📂 Loading tests from: /Users/silverlunah/Projects/plum/backend/tests
|
|
18
22
|
Backend running on port 3996 (node/runner mode)
|
|
@@ -14,5 +14,9 @@ GNU General Public License for more details.
|
|
|
14
14
|
You should have received a copy of the GNU General Public License
|
|
15
15
|
along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
16
|
*/
|
|
17
|
+
/*
|
|
18
|
+
This file is part of Plum.
|
|
19
|
+
Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
20
|
+
*/
|
|
17
21
|
📂 Loading tests from: /Users/silverlunah/Projects/plum/backend/tests
|
|
18
22
|
Backend running on port 3996 (node/runner mode)
|
package/bin/plum.js
CHANGED
|
@@ -1283,6 +1283,19 @@ switch (command) {
|
|
|
1283
1283
|
}
|
|
1284
1284
|
|
|
1285
1285
|
case 'mcp': {
|
|
1286
|
+
// Claude launches `plum mcp` directly, skipping every other command
|
|
1287
|
+
// (`server start`, `node start`, `run-test`) that would otherwise have
|
|
1288
|
+
// already called ensureBackendDeps/prepareEnv. Without this guard, a
|
|
1289
|
+
// stale/missing backend/node_modules (e.g. after `npm i -g plum-e2e@latest`
|
|
1290
|
+
// wipes it) makes the MCP server fail outright on its own requires.
|
|
1291
|
+
try {
|
|
1292
|
+
const { ensureBackendDeps } = runnerProcessLib();
|
|
1293
|
+
ensureBackendDeps();
|
|
1294
|
+
} catch (e) {
|
|
1295
|
+
console.error(`Could not verify backend dependencies: ${e.message}`);
|
|
1296
|
+
process.exit(1);
|
|
1297
|
+
}
|
|
1298
|
+
|
|
1286
1299
|
const mcpScript = path.join(plumRoot, 'backend', 'mcp', 'server.js');
|
|
1287
1300
|
spawn(process.execPath, [mcpScript], {
|
|
1288
1301
|
stdio: 'inherit',
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* This file is part of Plum.
|
|
3
|
+
*
|
|
4
|
+
* Plum is free software: you can redistribute it and/or modify
|
|
5
|
+
* it under the terms of the GNU General Public License as published by
|
|
6
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
7
|
+
* (at your option) any later version.
|
|
8
|
+
*
|
|
9
|
+
* Plum is distributed in the hope that it will be useful,
|
|
10
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
11
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
12
|
+
* GNU General Public License for more details.
|
|
13
|
+
*
|
|
14
|
+
* You should have received a copy of the GNU General Public License
|
|
15
|
+
* along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Runs on every `npm install` of this package (including `npm i -g plum-e2e`
|
|
20
|
+
* and re-installs on update), so `plum mcp` and other backend-dependent
|
|
21
|
+
* commands work immediately without the user first having to run `plum
|
|
22
|
+
* server start` or `plum node start` — the only commands that used to trigger
|
|
23
|
+
* a backend `npm install` on their own.
|
|
24
|
+
*
|
|
25
|
+
* Best-effort: a failure here must not fail the overall `npm install`, so
|
|
26
|
+
* errors are logged, not thrown.
|
|
27
|
+
*/
|
|
28
|
+
|
|
29
|
+
import path from 'path';
|
|
30
|
+
import { fileURLToPath } from 'url';
|
|
31
|
+
import { createRequire } from 'module';
|
|
32
|
+
|
|
33
|
+
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
|
34
|
+
const require = createRequire(import.meta.url);
|
|
35
|
+
|
|
36
|
+
try {
|
|
37
|
+
const { ensureBackendDeps } = require(
|
|
38
|
+
path.join(__dirname, '..', 'backend', 'lib', 'runnerProcess.js')
|
|
39
|
+
);
|
|
40
|
+
ensureBackendDeps();
|
|
41
|
+
} catch (e) {
|
|
42
|
+
console.warn(`[plum] Could not install backend dependencies automatically: ${e.message}`);
|
|
43
|
+
console.warn(
|
|
44
|
+
'[plum] If `plum mcp` fails to start, run `npm install` inside its backend/ folder.'
|
|
45
|
+
);
|
|
46
|
+
}
|