plum-e2e 1.1.1 → 1.2.1

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.
Files changed (334) hide show
  1. package/README.md +142 -70
  2. package/backend/Dockerfile +4 -2
  3. package/backend/_scaffold/utils/browser.ts +1 -0
  4. package/backend/app.js +4 -2
  5. package/backend/config/scripts/generate-report.js +38 -30
  6. package/{.prettierignore → backend/entrypoint.sh} +7 -6
  7. package/backend/package-lock.json +453 -10
  8. package/backend/package.json +5 -2
  9. package/backend/prisma/migrations/20260614000000_init/migration.sql +35 -0
  10. package/backend/prisma/migrations/20260614000001_add_project/migration.sql +8 -0
  11. package/backend/prisma/migrations/migration_lock.toml +3 -0
  12. package/backend/prisma/schema.prisma +53 -0
  13. package/backend/routes/backup.routes.js +50 -0
  14. package/backend/routes/cron.routes.js +9 -60
  15. package/backend/routes/reports.routes.js +39 -6
  16. package/backend/routes/settings.routes.js +43 -0
  17. package/backend/server.js +52 -1
  18. package/backend/services/backupService.js +88 -0
  19. package/backend/services/cronService.js +68 -78
  20. package/backend/{routes/schedules.routes.js → services/prisma.js} +3 -13
  21. package/backend/services/reportService.js +48 -20
  22. package/backend/services/settingsService.js +36 -0
  23. package/bin/plum.js +216 -34
  24. package/docker-compose.yml +24 -0
  25. package/frontend/.svelte-kit/adapter-node/.vite/manifest.json +190 -0
  26. package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/Badge.DLLowvEA.css +17 -0
  27. package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/Button.cBruH0aD.css +17 -0
  28. package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_layout.D7eM-6MV.css +17 -0
  29. package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.BVnUajEa.css +17 -0
  30. package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.CGnCsn5q.css +17 -0
  31. package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.DBhBrHFz.css +17 -0
  32. package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.DOqo0UR4.css +17 -0
  33. package/frontend/.svelte-kit/adapter-node/chunks/Badge.js +30 -0
  34. package/frontend/.svelte-kit/adapter-node/chunks/Button.js +32 -0
  35. package/frontend/.svelte-kit/adapter-node/chunks/attributes.js +34 -0
  36. package/frontend/.svelte-kit/adapter-node/chunks/client.js +59 -0
  37. package/{backend/services/scheduleService.js → frontend/.svelte-kit/adapter-node/chunks/equality.js} +13 -16
  38. package/frontend/.svelte-kit/adapter-node/chunks/escaping.js +36 -0
  39. package/frontend/.svelte-kit/adapter-node/chunks/exports.js +247 -0
  40. package/frontend/.svelte-kit/adapter-node/chunks/index.js +1135 -0
  41. package/frontend/.svelte-kit/adapter-node/chunks/internal.js +695 -0
  42. package/frontend/.svelte-kit/adapter-node/chunks/reports.js +57 -0
  43. package/frontend/.svelte-kit/adapter-node/entries/fallbacks/error.svelte.js +44 -0
  44. package/frontend/.svelte-kit/adapter-node/entries/pages/_layout.svelte.js +181 -0
  45. package/frontend/.svelte-kit/adapter-node/entries/pages/_page.svelte.js +164 -0
  46. package/frontend/.svelte-kit/adapter-node/entries/pages/reports/_page.svelte.js +141 -0
  47. package/frontend/.svelte-kit/adapter-node/entries/pages/reports/_slug_/_page.svelte.js +42 -0
  48. package/frontend/.svelte-kit/adapter-node/entries/pages/scheduled-tests/_page.svelte.js +179 -0
  49. package/frontend/.svelte-kit/adapter-node/index.js +3144 -0
  50. package/frontend/.svelte-kit/adapter-node/internal.js +30 -0
  51. package/frontend/.svelte-kit/adapter-node/manifest-full.js +77 -0
  52. package/frontend/.svelte-kit/adapter-node/manifest.js +81 -0
  53. package/frontend/.svelte-kit/adapter-node/nodes/0.js +25 -0
  54. package/frontend/.svelte-kit/adapter-node/nodes/1.js +25 -0
  55. package/frontend/.svelte-kit/adapter-node/nodes/2.js +25 -0
  56. package/frontend/.svelte-kit/adapter-node/nodes/3.js +25 -0
  57. package/frontend/.svelte-kit/adapter-node/nodes/4.js +25 -0
  58. package/frontend/.svelte-kit/adapter-node/nodes/5.js +25 -0
  59. package/frontend/.svelte-kit/ambient.d.ts +240 -0
  60. package/frontend/.svelte-kit/generated/client/app.js +51 -0
  61. package/frontend/.svelte-kit/generated/client/matchers.js +18 -0
  62. package/frontend/.svelte-kit/generated/client/nodes/0.js +18 -0
  63. package/frontend/.svelte-kit/generated/client/nodes/1.js +18 -0
  64. package/frontend/.svelte-kit/generated/client/nodes/2.js +18 -0
  65. package/frontend/.svelte-kit/generated/client/nodes/3.js +18 -0
  66. package/frontend/.svelte-kit/generated/client/nodes/4.js +18 -0
  67. package/frontend/.svelte-kit/generated/client/nodes/5.js +18 -0
  68. package/frontend/.svelte-kit/generated/client-optimized/app.js +51 -0
  69. package/frontend/.svelte-kit/generated/client-optimized/matchers.js +18 -0
  70. package/frontend/.svelte-kit/generated/client-optimized/nodes/0.js +18 -0
  71. package/frontend/.svelte-kit/generated/client-optimized/nodes/1.js +18 -0
  72. package/frontend/.svelte-kit/generated/client-optimized/nodes/2.js +18 -0
  73. package/frontend/.svelte-kit/generated/client-optimized/nodes/3.js +18 -0
  74. package/frontend/.svelte-kit/generated/client-optimized/nodes/4.js +18 -0
  75. package/frontend/.svelte-kit/generated/client-optimized/nodes/5.js +18 -0
  76. package/frontend/.svelte-kit/generated/root.js +20 -0
  77. package/frontend/.svelte-kit/generated/root.svelte +83 -0
  78. package/frontend/.svelte-kit/generated/server/internal.js +65 -0
  79. package/frontend/.svelte-kit/non-ambient.d.ts +42 -0
  80. package/frontend/.svelte-kit/output/client/.vite/manifest.json +289 -0
  81. package/frontend/.svelte-kit/output/client/_app/immutable/assets/0.CnXRuPt4.css +17 -0
  82. package/frontend/.svelte-kit/output/client/_app/immutable/assets/2.CGnCsn5q.css +17 -0
  83. package/frontend/.svelte-kit/output/client/_app/immutable/assets/3.BVnUajEa.css +17 -0
  84. package/frontend/.svelte-kit/output/client/_app/immutable/assets/4.DBhBrHFz.css +17 -0
  85. package/frontend/.svelte-kit/output/client/_app/immutable/assets/5.D93VAB-w.css +17 -0
  86. package/frontend/.svelte-kit/output/client/_app/immutable/assets/Badge.DLLowvEA.css +17 -0
  87. package/frontend/.svelte-kit/output/client/_app/immutable/assets/Button.cBruH0aD.css +17 -0
  88. package/frontend/.svelte-kit/output/client/_app/immutable/assets/_layout.D7eM-6MV.css +17 -0
  89. package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.BVnUajEa.css +17 -0
  90. package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.CGnCsn5q.css +17 -0
  91. package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.DBhBrHFz.css +17 -0
  92. package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.DOqo0UR4.css +17 -0
  93. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/B0bn91RF.js +18 -0
  94. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/B1kE5jmt.js +23 -0
  95. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/BKz6FZdB.js +18 -0
  96. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/Be4iUAB0.js +18 -0
  97. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/BpaMqo9O.js +18 -0
  98. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/Bt3-Z7H1.js +18 -0
  99. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/CHV2KnPr.js +18 -0
  100. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/CJ8q7g9Y.js +18 -0
  101. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/Cit9MuSg.js +20 -0
  102. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/CwBTqcbj.js +18 -0
  103. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/DBk3zeq4.js +18 -0
  104. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/DFJLQFic.js +18 -0
  105. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/DTUE7kkY.js +18 -0
  106. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/IYPwzKs_.js +20 -0
  107. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/oc0we5Us.js +18 -0
  108. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/rVEKg0Ak.js +18 -0
  109. package/frontend/.svelte-kit/output/client/_app/immutable/entry/app.C2MbX06K.js +19 -0
  110. package/frontend/.svelte-kit/output/client/_app/immutable/entry/start.GiBry-lw.js +18 -0
  111. package/frontend/.svelte-kit/output/client/_app/immutable/nodes/0.BsCYK-Tn.js +21 -0
  112. package/frontend/.svelte-kit/output/client/_app/immutable/nodes/1.N4gjrCnX.js +18 -0
  113. package/frontend/.svelte-kit/output/client/_app/immutable/nodes/2.D9yQNzK8.js +18 -0
  114. package/frontend/.svelte-kit/output/client/_app/immutable/nodes/3.CBC5WvNb.js +18 -0
  115. package/frontend/.svelte-kit/output/client/_app/immutable/nodes/4.BU6UZHSE.js +19 -0
  116. package/frontend/.svelte-kit/output/client/_app/immutable/nodes/5.Dzzfrntl.js +18 -0
  117. package/frontend/.svelte-kit/output/client/_app/version.json +1 -0
  118. package/frontend/.svelte-kit/output/client/favicon.png +0 -0
  119. package/frontend/.svelte-kit/output/server/.vite/manifest.json +190 -0
  120. package/frontend/.svelte-kit/output/server/_app/immutable/assets/Badge.DLLowvEA.css +17 -0
  121. package/frontend/.svelte-kit/output/server/_app/immutable/assets/Button.cBruH0aD.css +17 -0
  122. package/frontend/.svelte-kit/output/server/_app/immutable/assets/_layout.D7eM-6MV.css +17 -0
  123. package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.BVnUajEa.css +17 -0
  124. package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.CGnCsn5q.css +17 -0
  125. package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.DBhBrHFz.css +17 -0
  126. package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.DOqo0UR4.css +17 -0
  127. package/frontend/.svelte-kit/output/server/chunks/Badge.js +30 -0
  128. package/frontend/.svelte-kit/output/server/chunks/Button.js +32 -0
  129. package/frontend/.svelte-kit/output/server/chunks/attributes.js +34 -0
  130. package/frontend/.svelte-kit/output/server/chunks/client.js +59 -0
  131. package/frontend/.svelte-kit/output/server/chunks/equality.js +31 -0
  132. package/frontend/.svelte-kit/output/server/chunks/escaping.js +36 -0
  133. package/frontend/.svelte-kit/output/server/chunks/exports.js +247 -0
  134. package/frontend/.svelte-kit/output/server/chunks/index.js +1135 -0
  135. package/frontend/.svelte-kit/output/server/chunks/internal.js +695 -0
  136. package/frontend/.svelte-kit/output/server/chunks/reports.js +57 -0
  137. package/frontend/.svelte-kit/output/server/entries/fallbacks/error.svelte.js +44 -0
  138. package/frontend/.svelte-kit/output/server/entries/pages/_layout.svelte.js +181 -0
  139. package/frontend/.svelte-kit/output/server/entries/pages/_page.svelte.js +164 -0
  140. package/frontend/.svelte-kit/output/server/entries/pages/reports/_page.svelte.js +141 -0
  141. package/frontend/.svelte-kit/output/server/entries/pages/reports/_slug_/_page.svelte.js +42 -0
  142. package/frontend/.svelte-kit/output/server/entries/pages/scheduled-tests/_page.svelte.js +179 -0
  143. package/frontend/.svelte-kit/output/server/index.js +3144 -0
  144. package/frontend/.svelte-kit/output/server/internal.js +30 -0
  145. package/frontend/.svelte-kit/output/server/manifest-full.js +77 -0
  146. package/frontend/.svelte-kit/output/server/manifest.js +77 -0
  147. package/frontend/.svelte-kit/output/server/nodes/0.js +25 -0
  148. package/frontend/.svelte-kit/output/server/nodes/1.js +25 -0
  149. package/frontend/.svelte-kit/output/server/nodes/2.js +25 -0
  150. package/frontend/.svelte-kit/output/server/nodes/3.js +25 -0
  151. package/frontend/.svelte-kit/output/server/nodes/4.js +25 -0
  152. package/frontend/.svelte-kit/output/server/nodes/5.js +25 -0
  153. package/frontend/.svelte-kit/tsconfig.json +49 -0
  154. package/frontend/build/client/_app/immutable/assets/0.CnXRuPt4.css +17 -0
  155. package/frontend/build/client/_app/immutable/assets/0.CnXRuPt4.css.br +0 -0
  156. package/frontend/build/client/_app/immutable/assets/0.CnXRuPt4.css.gz +0 -0
  157. package/frontend/build/client/_app/immutable/assets/2.CGnCsn5q.css +17 -0
  158. package/frontend/build/client/_app/immutable/assets/2.CGnCsn5q.css.br +0 -0
  159. package/frontend/build/client/_app/immutable/assets/2.CGnCsn5q.css.gz +0 -0
  160. package/frontend/build/client/_app/immutable/assets/3.BVnUajEa.css +17 -0
  161. package/frontend/build/client/_app/immutable/assets/3.BVnUajEa.css.br +0 -0
  162. package/frontend/build/client/_app/immutable/assets/3.BVnUajEa.css.gz +0 -0
  163. package/frontend/build/client/_app/immutable/assets/4.DBhBrHFz.css +17 -0
  164. package/frontend/build/client/_app/immutable/assets/4.DBhBrHFz.css.br +0 -0
  165. package/frontend/build/client/_app/immutable/assets/4.DBhBrHFz.css.gz +0 -0
  166. package/frontend/build/client/_app/immutable/assets/5.D93VAB-w.css +17 -0
  167. package/frontend/build/client/_app/immutable/assets/5.D93VAB-w.css.br +0 -0
  168. package/frontend/build/client/_app/immutable/assets/5.D93VAB-w.css.gz +0 -0
  169. package/frontend/build/client/_app/immutable/assets/Badge.DLLowvEA.css +17 -0
  170. package/frontend/build/client/_app/immutable/assets/Badge.DLLowvEA.css.br +0 -0
  171. package/frontend/build/client/_app/immutable/assets/Badge.DLLowvEA.css.gz +0 -0
  172. package/frontend/build/client/_app/immutable/assets/Button.cBruH0aD.css +17 -0
  173. package/frontend/build/client/_app/immutable/assets/Button.cBruH0aD.css.br +0 -0
  174. package/frontend/build/client/_app/immutable/assets/Button.cBruH0aD.css.gz +0 -0
  175. package/frontend/build/client/_app/immutable/assets/_layout.D7eM-6MV.css +17 -0
  176. package/frontend/build/client/_app/immutable/assets/_layout.D7eM-6MV.css.br +0 -0
  177. package/frontend/build/client/_app/immutable/assets/_layout.D7eM-6MV.css.gz +0 -0
  178. package/frontend/build/client/_app/immutable/assets/_page.BVnUajEa.css +17 -0
  179. package/frontend/build/client/_app/immutable/assets/_page.BVnUajEa.css.br +0 -0
  180. package/frontend/build/client/_app/immutable/assets/_page.BVnUajEa.css.gz +0 -0
  181. package/frontend/build/client/_app/immutable/assets/_page.CGnCsn5q.css +17 -0
  182. package/frontend/build/client/_app/immutable/assets/_page.CGnCsn5q.css.br +0 -0
  183. package/frontend/build/client/_app/immutable/assets/_page.CGnCsn5q.css.gz +0 -0
  184. package/frontend/build/client/_app/immutable/assets/_page.DBhBrHFz.css +17 -0
  185. package/frontend/build/client/_app/immutable/assets/_page.DBhBrHFz.css.br +0 -0
  186. package/frontend/build/client/_app/immutable/assets/_page.DBhBrHFz.css.gz +0 -0
  187. package/frontend/build/client/_app/immutable/assets/_page.DOqo0UR4.css +17 -0
  188. package/frontend/build/client/_app/immutable/assets/_page.DOqo0UR4.css.br +0 -0
  189. package/frontend/build/client/_app/immutable/assets/_page.DOqo0UR4.css.gz +0 -0
  190. package/frontend/build/client/_app/immutable/chunks/B0bn91RF.js +18 -0
  191. package/frontend/build/client/_app/immutable/chunks/B0bn91RF.js.br +0 -0
  192. package/frontend/build/client/_app/immutable/chunks/B0bn91RF.js.gz +0 -0
  193. package/frontend/build/client/_app/immutable/chunks/B1kE5jmt.js +23 -0
  194. package/frontend/build/client/_app/immutable/chunks/B1kE5jmt.js.br +0 -0
  195. package/frontend/build/client/_app/immutable/chunks/B1kE5jmt.js.gz +0 -0
  196. package/frontend/build/client/_app/immutable/chunks/BKz6FZdB.js +18 -0
  197. package/frontend/build/client/_app/immutable/chunks/BKz6FZdB.js.br +0 -0
  198. package/frontend/build/client/_app/immutable/chunks/BKz6FZdB.js.gz +0 -0
  199. package/frontend/build/client/_app/immutable/chunks/Be4iUAB0.js +18 -0
  200. package/frontend/build/client/_app/immutable/chunks/Be4iUAB0.js.br +0 -0
  201. package/frontend/build/client/_app/immutable/chunks/Be4iUAB0.js.gz +0 -0
  202. package/frontend/build/client/_app/immutable/chunks/BpaMqo9O.js +18 -0
  203. package/frontend/build/client/_app/immutable/chunks/BpaMqo9O.js.br +0 -0
  204. package/frontend/build/client/_app/immutable/chunks/BpaMqo9O.js.gz +0 -0
  205. package/frontend/build/client/_app/immutable/chunks/Bt3-Z7H1.js +18 -0
  206. package/frontend/build/client/_app/immutable/chunks/Bt3-Z7H1.js.br +0 -0
  207. package/frontend/build/client/_app/immutable/chunks/Bt3-Z7H1.js.gz +0 -0
  208. package/frontend/build/client/_app/immutable/chunks/CHV2KnPr.js +18 -0
  209. package/frontend/build/client/_app/immutable/chunks/CHV2KnPr.js.br +18 -0
  210. package/frontend/build/client/_app/immutable/chunks/CHV2KnPr.js.gz +0 -0
  211. package/frontend/build/client/_app/immutable/chunks/CJ8q7g9Y.js +18 -0
  212. package/{resources/comments-format.text → frontend/build/client/_app/immutable/chunks/CJ8q7g9Y.js.br} +0 -0
  213. package/frontend/build/client/_app/immutable/chunks/CJ8q7g9Y.js.gz +0 -0
  214. package/frontend/build/client/_app/immutable/chunks/Cit9MuSg.js +20 -0
  215. package/frontend/build/client/_app/immutable/chunks/Cit9MuSg.js.br +0 -0
  216. package/frontend/build/client/_app/immutable/chunks/Cit9MuSg.js.gz +0 -0
  217. package/frontend/build/client/_app/immutable/chunks/CwBTqcbj.js +18 -0
  218. package/frontend/build/client/_app/immutable/chunks/CwBTqcbj.js.br +0 -0
  219. package/frontend/build/client/_app/immutable/chunks/CwBTqcbj.js.gz +0 -0
  220. package/frontend/build/client/_app/immutable/chunks/DBk3zeq4.js +18 -0
  221. package/frontend/build/client/_app/immutable/chunks/DBk3zeq4.js.br +0 -0
  222. package/frontend/build/client/_app/immutable/chunks/DBk3zeq4.js.gz +0 -0
  223. package/frontend/build/client/_app/immutable/chunks/DFJLQFic.js +18 -0
  224. package/frontend/build/client/_app/immutable/chunks/DFJLQFic.js.br +0 -0
  225. package/frontend/build/client/_app/immutable/chunks/DFJLQFic.js.gz +0 -0
  226. package/frontend/build/client/_app/immutable/chunks/DTUE7kkY.js +18 -0
  227. package/frontend/build/client/_app/immutable/chunks/DTUE7kkY.js.br +0 -0
  228. package/frontend/build/client/_app/immutable/chunks/DTUE7kkY.js.gz +0 -0
  229. package/frontend/build/client/_app/immutable/chunks/IYPwzKs_.js +20 -0
  230. package/frontend/build/client/_app/immutable/chunks/IYPwzKs_.js.br +0 -0
  231. package/frontend/build/client/_app/immutable/chunks/IYPwzKs_.js.gz +0 -0
  232. package/frontend/build/client/_app/immutable/chunks/oc0we5Us.js +18 -0
  233. package/frontend/build/client/_app/immutable/chunks/oc0we5Us.js.br +0 -0
  234. package/frontend/build/client/_app/immutable/chunks/oc0we5Us.js.gz +0 -0
  235. package/frontend/build/client/_app/immutable/chunks/rVEKg0Ak.js +18 -0
  236. package/frontend/build/client/_app/immutable/chunks/rVEKg0Ak.js.br +0 -0
  237. package/frontend/build/client/_app/immutable/chunks/rVEKg0Ak.js.gz +0 -0
  238. package/frontend/build/client/_app/immutable/entry/app.C2MbX06K.js +19 -0
  239. package/frontend/build/client/_app/immutable/entry/app.C2MbX06K.js.br +0 -0
  240. package/frontend/build/client/_app/immutable/entry/app.C2MbX06K.js.gz +0 -0
  241. package/frontend/build/client/_app/immutable/entry/start.GiBry-lw.js +18 -0
  242. package/frontend/build/client/_app/immutable/entry/start.GiBry-lw.js.br +18 -0
  243. package/frontend/build/client/_app/immutable/entry/start.GiBry-lw.js.gz +0 -0
  244. package/frontend/build/client/_app/immutable/nodes/0.BsCYK-Tn.js +21 -0
  245. package/frontend/build/client/_app/immutable/nodes/0.BsCYK-Tn.js.br +0 -0
  246. package/frontend/build/client/_app/immutable/nodes/0.BsCYK-Tn.js.gz +0 -0
  247. package/frontend/build/client/_app/immutable/nodes/1.N4gjrCnX.js +18 -0
  248. package/frontend/build/client/_app/immutable/nodes/1.N4gjrCnX.js.br +0 -0
  249. package/frontend/build/client/_app/immutable/nodes/1.N4gjrCnX.js.gz +0 -0
  250. package/frontend/build/client/_app/immutable/nodes/2.D9yQNzK8.js +18 -0
  251. package/frontend/build/client/_app/immutable/nodes/2.D9yQNzK8.js.br +0 -0
  252. package/frontend/build/client/_app/immutable/nodes/2.D9yQNzK8.js.gz +0 -0
  253. package/frontend/build/client/_app/immutable/nodes/3.CBC5WvNb.js +18 -0
  254. package/frontend/build/client/_app/immutable/nodes/3.CBC5WvNb.js.br +0 -0
  255. package/frontend/build/client/_app/immutable/nodes/3.CBC5WvNb.js.gz +0 -0
  256. package/frontend/build/client/_app/immutable/nodes/4.BU6UZHSE.js +19 -0
  257. package/frontend/build/client/_app/immutable/nodes/4.BU6UZHSE.js.br +0 -0
  258. package/frontend/build/client/_app/immutable/nodes/4.BU6UZHSE.js.gz +0 -0
  259. package/frontend/build/client/_app/immutable/nodes/5.Dzzfrntl.js +18 -0
  260. package/frontend/build/client/_app/immutable/nodes/5.Dzzfrntl.js.br +0 -0
  261. package/frontend/build/client/_app/immutable/nodes/5.Dzzfrntl.js.gz +0 -0
  262. package/frontend/build/client/_app/version.json +1 -0
  263. package/frontend/build/client/_app/version.json.br +0 -0
  264. package/frontend/build/client/_app/version.json.gz +0 -0
  265. package/frontend/build/client/favicon.png +0 -0
  266. package/frontend/build/env.js +111 -0
  267. package/frontend/build/handler.js +1511 -0
  268. package/frontend/build/index.js +362 -0
  269. package/frontend/build/server/chunks/0-BFfqmlsS.js +26 -0
  270. package/frontend/build/server/chunks/0-BFfqmlsS.js.map +17 -0
  271. package/frontend/build/server/chunks/1-hso3H4Ax.js +26 -0
  272. package/frontend/build/server/chunks/1-hso3H4Ax.js.map +17 -0
  273. package/frontend/build/server/chunks/2-BSZWXCWp.js +26 -0
  274. package/frontend/build/server/chunks/2-BSZWXCWp.js.map +17 -0
  275. package/frontend/build/server/chunks/3-BYumY9dv.js +26 -0
  276. package/frontend/build/server/chunks/3-BYumY9dv.js.map +17 -0
  277. package/frontend/build/server/chunks/4-2UUrCVtM.js +26 -0
  278. package/frontend/build/server/chunks/4-2UUrCVtM.js.map +17 -0
  279. package/frontend/build/server/chunks/5-C2_y_fwT.js +26 -0
  280. package/frontend/build/server/chunks/5-C2_y_fwT.js.map +17 -0
  281. package/frontend/build/server/chunks/Badge-CC4U7C0c.js +30 -0
  282. package/frontend/build/server/chunks/Badge-CC4U7C0c.js.map +17 -0
  283. package/frontend/build/server/chunks/Button-BLkPicwS.js +33 -0
  284. package/frontend/build/server/chunks/Button-BLkPicwS.js.map +17 -0
  285. package/frontend/build/server/chunks/_layout.svelte-Bfxcj9C6.js +183 -0
  286. package/frontend/build/server/chunks/_layout.svelte-Bfxcj9C6.js.map +17 -0
  287. package/frontend/build/server/chunks/_page.svelte-DEK6UvaI.js +45 -0
  288. package/frontend/build/server/chunks/_page.svelte-DEK6UvaI.js.map +17 -0
  289. package/frontend/build/server/chunks/_page.svelte-DScVdHOq.js +142 -0
  290. package/frontend/build/server/chunks/_page.svelte-DScVdHOq.js.map +17 -0
  291. package/frontend/build/server/chunks/_page.svelte-Ns7w2sZt.js +180 -0
  292. package/frontend/build/server/chunks/_page.svelte-Ns7w2sZt.js.map +17 -0
  293. package/frontend/build/server/chunks/_page.svelte-s6ZIOitT.js +165 -0
  294. package/frontend/build/server/chunks/_page.svelte-s6ZIOitT.js.map +17 -0
  295. package/frontend/build/server/chunks/attributes-BeaNKpgU.js +34 -0
  296. package/frontend/build/server/chunks/attributes-BeaNKpgU.js.map +17 -0
  297. package/frontend/build/server/chunks/client-C9IaEwNo.js +52 -0
  298. package/frontend/build/server/chunks/client-C9IaEwNo.js.map +17 -0
  299. package/frontend/build/server/chunks/error.svelte-HKBv5sQT.js +45 -0
  300. package/frontend/build/server/chunks/error.svelte-HKBv5sQT.js.map +17 -0
  301. package/frontend/build/server/chunks/escaping-CqgfEcN3.js +36 -0
  302. package/frontend/build/server/chunks/escaping-CqgfEcN3.js.map +17 -0
  303. package/frontend/build/server/chunks/exports-OxlCJ8yE.js +192 -0
  304. package/frontend/build/server/chunks/exports-OxlCJ8yE.js.map +17 -0
  305. package/frontend/build/server/chunks/index-CjHlq1kt.js +1076 -0
  306. package/frontend/build/server/chunks/index-CjHlq1kt.js.map +17 -0
  307. package/frontend/build/server/chunks/reports-D3ZeYSmi.js +56 -0
  308. package/frontend/build/server/chunks/reports-D3ZeYSmi.js.map +17 -0
  309. package/frontend/build/server/index.js +5015 -0
  310. package/frontend/build/server/index.js.map +17 -0
  311. package/frontend/build/server/manifest.js +84 -0
  312. package/frontend/build/server/manifest.js.map +17 -0
  313. package/frontend/build/shims.js +49 -0
  314. package/frontend/package-lock.json +2 -2
  315. package/frontend/package.json +1 -1
  316. package/frontend/src/lib/api/reports.js +38 -27
  317. package/frontend/src/lib/api/schedules.js +9 -25
  318. package/frontend/src/lib/api/settings.js +48 -0
  319. package/frontend/src/lib/components/layout/Nav.svelte +2 -1
  320. package/frontend/src/lib/components/layout/RunnerPanel.svelte +160 -21
  321. package/frontend/src/lib/components/ui/Terminal.svelte +2 -2
  322. package/frontend/src/lib/stores/runner.js +9 -0
  323. package/frontend/src/routes/+page.svelte +10 -3
  324. package/frontend/src/routes/reports/+page.svelte +342 -51
  325. package/frontend/src/routes/reports/[slug]/+page.svelte +2 -0
  326. package/frontend/src/routes/scheduled-tests/+page.svelte +247 -11
  327. package/frontend/src/routes/settings/+page.svelte +410 -0
  328. package/package.json +6 -2
  329. package/.claude/settings.local.json +0 -27
  330. package/.husky/pre-commit +0 -2
  331. package/.prettierrc +0 -15
  332. package/.vscode/settings.json +0 -10
  333. package/backend/config/scripts/create-settings.js +0 -53
  334. package/license-config.json +0 -37
@@ -0,0 +1,362 @@
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
+ import http from 'node:http';
19
+ import process from 'node:process';
20
+ import { handler } from './handler.js';
21
+ import { env, timeout_env } from './env.js';
22
+ import { setImmediate } from 'node:timers';
23
+ import * as qs from 'node:querystring';
24
+
25
+ /**
26
+ * @param {string|RegExp} input The route pattern
27
+ * @param {boolean} [loose] Allow open-ended matching. Ignored with `RegExp` input.
28
+ */
29
+ function parse$1(input, loose) {
30
+ if (input instanceof RegExp) return { keys:false, pattern:input };
31
+ var c, o, tmp, ext, keys=[], pattern='', arr = input.split('/');
32
+ arr[0] || arr.shift();
33
+
34
+ while (tmp = arr.shift()) {
35
+ c = tmp[0];
36
+ if (c === '*') {
37
+ keys.push(c);
38
+ pattern += tmp[1] === '?' ? '(?:/(.*))?' : '/(.*)';
39
+ } else if (c === ':') {
40
+ o = tmp.indexOf('?', 1);
41
+ ext = tmp.indexOf('.', 1);
42
+ keys.push( tmp.substring(1, !!~o ? o : !!~ext ? ext : tmp.length) );
43
+ pattern += !!~o && !~ext ? '(?:/([^/]+?))?' : '/([^/]+?)';
44
+ if (!!~ext) pattern += (!!~o ? '?' : '') + '\\' + tmp.substring(ext);
45
+ } else {
46
+ pattern += '/' + tmp;
47
+ }
48
+ }
49
+
50
+ return {
51
+ keys: keys,
52
+ pattern: new RegExp('^' + pattern + (loose ? '(?=$|\/)' : '\/?$'), 'i')
53
+ };
54
+ }
55
+
56
+ const MAP = {
57
+ "": 0,
58
+ GET: 1,
59
+ HEAD: 2,
60
+ PATCH: 3,
61
+ OPTIONS: 4,
62
+ CONNECT: 5,
63
+ DELETE: 6,
64
+ TRACE: 7,
65
+ POST: 8,
66
+ PUT: 9,
67
+ };
68
+
69
+ class Trouter {
70
+ constructor() {
71
+ this.routes = [];
72
+
73
+ this.all = this.add.bind(this, '');
74
+ this.get = this.add.bind(this, 'GET');
75
+ this.head = this.add.bind(this, 'HEAD');
76
+ this.patch = this.add.bind(this, 'PATCH');
77
+ this.options = this.add.bind(this, 'OPTIONS');
78
+ this.connect = this.add.bind(this, 'CONNECT');
79
+ this.delete = this.add.bind(this, 'DELETE');
80
+ this.trace = this.add.bind(this, 'TRACE');
81
+ this.post = this.add.bind(this, 'POST');
82
+ this.put = this.add.bind(this, 'PUT');
83
+ }
84
+
85
+ use(route, ...fns) {
86
+ let handlers = [].concat.apply([], fns);
87
+ let { keys, pattern } = parse$1(route, true);
88
+ this.routes.push({ keys, pattern, method: '', handlers, midx: MAP[''] });
89
+ return this;
90
+ }
91
+
92
+ add(method, route, ...fns) {
93
+ let { keys, pattern } = parse$1(route);
94
+ let handlers = [].concat.apply([], fns);
95
+ this.routes.push({ keys, pattern, method, handlers, midx: MAP[method] });
96
+ return this;
97
+ }
98
+
99
+ find(method, url) {
100
+ let midx = MAP[method];
101
+ let isHEAD = (midx === 2);
102
+ let i=0, j=0, k, tmp, arr=this.routes;
103
+ let matches=[], params={}, handlers=[];
104
+ for (; i < arr.length; i++) {
105
+ tmp = arr[i];
106
+ if (tmp.midx === midx || tmp.midx === 0 || (isHEAD && tmp.midx===1) ) {
107
+ if (tmp.keys === false) {
108
+ matches = tmp.pattern.exec(url);
109
+ if (matches === null) continue;
110
+ if (matches.groups !== void 0) for (k in matches.groups) params[k]=matches.groups[k];
111
+ tmp.handlers.length > 1 ? (handlers=handlers.concat(tmp.handlers)) : handlers.push(tmp.handlers[0]);
112
+ } else if (tmp.keys.length > 0) {
113
+ matches = tmp.pattern.exec(url);
114
+ if (matches === null) continue;
115
+ for (j=0; j < tmp.keys.length;) params[tmp.keys[j]]=matches[++j];
116
+ tmp.handlers.length > 1 ? (handlers=handlers.concat(tmp.handlers)) : handlers.push(tmp.handlers[0]);
117
+ } else if (tmp.pattern.test(url)) {
118
+ tmp.handlers.length > 1 ? (handlers=handlers.concat(tmp.handlers)) : handlers.push(tmp.handlers[0]);
119
+ }
120
+ } // else not a match
121
+ }
122
+
123
+ return { params, handlers };
124
+ }
125
+ }
126
+
127
+ /**
128
+ * @typedef ParsedURL
129
+ * @type {import('.').ParsedURL}
130
+ */
131
+
132
+ /**
133
+ * @typedef Request
134
+ * @property {string} url
135
+ * @property {ParsedURL} _parsedUrl
136
+ */
137
+
138
+ /**
139
+ * @param {Request} req
140
+ * @returns {ParsedURL|void}
141
+ */
142
+ function parse(req) {
143
+ let raw = req.url;
144
+ if (raw == null) return;
145
+
146
+ let prev = req._parsedUrl;
147
+ if (prev && prev.raw === raw) return prev;
148
+
149
+ let pathname=raw, search='', query;
150
+
151
+ if (raw.length > 1) {
152
+ let idx = raw.indexOf('?', 1);
153
+
154
+ if (idx !== -1) {
155
+ search = raw.substring(idx);
156
+ pathname = raw.substring(0, idx);
157
+ if (search.length > 1) {
158
+ query = qs.parse(search.substring(1));
159
+ }
160
+ }
161
+ }
162
+
163
+ return req._parsedUrl = { pathname, search, query, raw };
164
+ }
165
+
166
+ function onError(err, req, res) {
167
+ let code = typeof err.status === 'number' && err.status;
168
+ code = res.statusCode = (code && code >= 100 ? code : 500);
169
+ if (typeof err === 'string' || Buffer.isBuffer(err)) res.end(err);
170
+ else res.end(err.message || http.STATUS_CODES[code]);
171
+ }
172
+
173
+ const mount = fn => fn instanceof Polka ? fn.attach : fn;
174
+
175
+ class Polka extends Trouter {
176
+ constructor(opts={}) {
177
+ super();
178
+ this.parse = parse;
179
+ this.server = opts.server;
180
+ this.handler = this.handler.bind(this);
181
+ this.onError = opts.onError || onError; // catch-all handler
182
+ this.onNoMatch = opts.onNoMatch || this.onError.bind(null, { status: 404 });
183
+ this.attach = (req, res) => setImmediate(this.handler, req, res);
184
+ }
185
+
186
+ use(base, ...fns) {
187
+ if (base === '/') {
188
+ super.use(base, fns.map(mount));
189
+ } else if (typeof base === 'function' || base instanceof Polka) {
190
+ super.use('/', [base, ...fns].map(mount));
191
+ } else {
192
+ super.use(base,
193
+ (req, _, next) => {
194
+ if (typeof base === 'string') {
195
+ let len = base.length;
196
+ base.startsWith('/') || len++;
197
+ req.url = req.url.substring(len) || '/';
198
+ req.path = req.path.substring(len) || '/';
199
+ } else {
200
+ req.url = req.url.replace(base, '') || '/';
201
+ req.path = req.path.replace(base, '') || '/';
202
+ }
203
+ if (req.url.charAt(0) !== '/') {
204
+ req.url = '/' + req.url;
205
+ }
206
+ next();
207
+ },
208
+ fns.map(mount),
209
+ (req, _, next) => {
210
+ req.path = req._parsedUrl.pathname;
211
+ req.url = req.path + req._parsedUrl.search;
212
+ next();
213
+ }
214
+ );
215
+ }
216
+ return this; // chainable
217
+ }
218
+
219
+ listen() {
220
+ (this.server = this.server || http.createServer()).on('request', this.attach);
221
+ this.server.listen.apply(this.server, arguments);
222
+ return this;
223
+ }
224
+
225
+ handler(req, res, next) {
226
+ let info = this.parse(req), path = info.pathname;
227
+ let obj = this.find(req.method, req.path=path);
228
+
229
+ req.url = path + info.search;
230
+ req.originalUrl = req.originalUrl || req.url;
231
+ req.query = info.query || {};
232
+ req.search = info.search;
233
+ req.params = obj.params;
234
+
235
+ if (path.length > 1 && path.indexOf('%', 1) !== -1) {
236
+ for (let k in req.params) {
237
+ try { req.params[k] = decodeURIComponent(req.params[k]); }
238
+ catch (e) { /* malform uri segment */ }
239
+ }
240
+ }
241
+
242
+ let i=0, arr=obj.handlers.concat(this.onNoMatch), len=arr.length;
243
+ let loop = async () => res.finished || (i < len) && arr[i++](req, res, next);
244
+ (next = next || (err => err ? this.onError(err, req, res, next) : loop().catch(next)))(); // init
245
+ }
246
+ }
247
+
248
+ function polka (opts) {
249
+ return new Polka(opts);
250
+ }
251
+
252
+ const path = env('SOCKET_PATH', false);
253
+ const host = env('HOST', '0.0.0.0');
254
+ const port = env('PORT', !path && '3000');
255
+
256
+ const shutdown_timeout = parseInt(env('SHUTDOWN_TIMEOUT', '30'));
257
+ const idle_timeout = parseInt(env('IDLE_TIMEOUT', '0'));
258
+ const listen_pid = parseInt(env('LISTEN_PID', '0'));
259
+ const listen_fds = parseInt(env('LISTEN_FDS', '0'));
260
+ // https://www.freedesktop.org/software/systemd/man/latest/sd_listen_fds.html
261
+ const SD_LISTEN_FDS_START = 3;
262
+
263
+ if (listen_pid !== 0 && listen_pid !== process.pid) {
264
+ throw new Error(`received LISTEN_PID ${listen_pid} but current process id is ${process.pid}`);
265
+ }
266
+ if (listen_fds > 1) {
267
+ throw new Error(
268
+ `only one socket is allowed for socket activation, but LISTEN_FDS was set to ${listen_fds}`
269
+ );
270
+ }
271
+
272
+ const socket_activation = listen_pid === process.pid && listen_fds === 1;
273
+
274
+ let requests = 0;
275
+ /** @type {NodeJS.Timeout | void} */
276
+ let shutdown_timeout_id;
277
+ /** @type {NodeJS.Timeout | void} */
278
+ let idle_timeout_id;
279
+
280
+ // Initialize the HTTP server here so that we can set properties before starting to listen.
281
+ // Otherwise, polka delays creating the server until listen() is called. Settings these
282
+ // properties after the server has started listening could lead to race conditions.
283
+ const httpServer = http.createServer();
284
+
285
+ const keep_alive_timeout = timeout_env('KEEP_ALIVE_TIMEOUT');
286
+ if (keep_alive_timeout !== undefined) {
287
+ // Convert the keep-alive timeout from seconds to milliseconds (the unit Node.js expects).
288
+ httpServer.keepAliveTimeout = keep_alive_timeout * 1000;
289
+ }
290
+
291
+ const headers_timeout = timeout_env('HEADERS_TIMEOUT');
292
+ if (headers_timeout !== undefined) {
293
+ // Convert the headers timeout from seconds to milliseconds (the unit Node.js expects).
294
+ httpServer.headersTimeout = headers_timeout * 1000;
295
+ }
296
+
297
+ const server = polka({ server: httpServer }).use(handler);
298
+
299
+ if (socket_activation) {
300
+ server.listen({ fd: SD_LISTEN_FDS_START }, () => {
301
+ console.log(`Listening on file descriptor ${SD_LISTEN_FDS_START}`);
302
+ });
303
+ } else {
304
+ server.listen({ path, host, port }, () => {
305
+ console.log(`Listening on ${path || `http://${host}:${port}`}`);
306
+ });
307
+ }
308
+
309
+ /** @param {'SIGINT' | 'SIGTERM' | 'IDLE'} reason */
310
+ function graceful_shutdown(reason) {
311
+ if (shutdown_timeout_id) return;
312
+
313
+ // If a connection was opened with a keep-alive header close() will wait for the connection to
314
+ // time out rather than close it even if it is not handling any requests, so call this first
315
+ httpServer.closeIdleConnections();
316
+
317
+ httpServer.close((error) => {
318
+ // occurs if the server is already closed
319
+ if (error) return;
320
+
321
+ if (shutdown_timeout_id) {
322
+ clearTimeout(shutdown_timeout_id);
323
+ }
324
+ if (idle_timeout_id) {
325
+ clearTimeout(idle_timeout_id);
326
+ }
327
+
328
+ // @ts-expect-error custom events cannot be typed
329
+ process.emit('sveltekit:shutdown', reason);
330
+ });
331
+
332
+ shutdown_timeout_id = setTimeout(() => httpServer.closeAllConnections(), shutdown_timeout * 1000);
333
+ }
334
+
335
+ httpServer.on(
336
+ 'request',
337
+ /** @param {import('node:http').IncomingMessage} req */
338
+ (req) => {
339
+ requests++;
340
+
341
+ if (socket_activation && idle_timeout_id) {
342
+ idle_timeout_id = clearTimeout(idle_timeout_id);
343
+ }
344
+
345
+ req.on('close', () => {
346
+ requests--;
347
+
348
+ if (shutdown_timeout_id) {
349
+ // close connections as soon as they become idle, so they don't accept new requests
350
+ httpServer.closeIdleConnections();
351
+ }
352
+ if (requests === 0 && socket_activation && idle_timeout) {
353
+ idle_timeout_id = setTimeout(() => graceful_shutdown('IDLE'), idle_timeout * 1000);
354
+ }
355
+ });
356
+ }
357
+ );
358
+
359
+ process.on('SIGTERM', graceful_shutdown);
360
+ process.on('SIGINT', graceful_shutdown);
361
+
362
+ export { host, path, port, server };
@@ -0,0 +1,26 @@
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
+ const index = 0;
19
+ let component_cache;
20
+ const component = async () => component_cache ??= (await import('./_layout.svelte-Bfxcj9C6.js')).default;
21
+ const imports = ["_app/immutable/nodes/0.BsCYK-Tn.js","_app/immutable/chunks/DFJLQFic.js","_app/immutable/chunks/B0bn91RF.js","_app/immutable/chunks/DTUE7kkY.js","_app/immutable/chunks/rVEKg0Ak.js","_app/immutable/chunks/CwBTqcbj.js","_app/immutable/chunks/Bt3-Z7H1.js","_app/immutable/chunks/B1kE5jmt.js","_app/immutable/chunks/Be4iUAB0.js","_app/immutable/chunks/CJ8q7g9Y.js","_app/immutable/chunks/Cit9MuSg.js","_app/immutable/chunks/BKz6FZdB.js","_app/immutable/chunks/IYPwzKs_.js","_app/immutable/chunks/BpaMqo9O.js","_app/immutable/chunks/CHV2KnPr.js","_app/immutable/chunks/DBk3zeq4.js"];
22
+ const stylesheets = ["_app/immutable/assets/0.CnXRuPt4.css","_app/immutable/assets/Button.cBruH0aD.css"];
23
+ const fonts = [];
24
+
25
+ export { component, fonts, imports, index, stylesheets };
26
+ //# sourceMappingURL=0-BFfqmlsS.js.map
@@ -0,0 +1,17 @@
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
+ {"version":3,"file":"0-BFfqmlsS.js","sources":["../../../.svelte-kit/adapter-node/nodes/0.js"],"sourcesContent":["\n\nexport const index = 0;\nlet component_cache;\nexport const component = async () => component_cache ??= (await import('../entries/pages/_layout.svelte.js')).default;\nexport const imports = [\"_app/immutable/nodes/0.BsCYK-Tn.js\",\"_app/immutable/chunks/DFJLQFic.js\",\"_app/immutable/chunks/B0bn91RF.js\",\"_app/immutable/chunks/DTUE7kkY.js\",\"_app/immutable/chunks/rVEKg0Ak.js\",\"_app/immutable/chunks/CwBTqcbj.js\",\"_app/immutable/chunks/Bt3-Z7H1.js\",\"_app/immutable/chunks/B1kE5jmt.js\",\"_app/immutable/chunks/Be4iUAB0.js\",\"_app/immutable/chunks/CJ8q7g9Y.js\",\"_app/immutable/chunks/Cit9MuSg.js\",\"_app/immutable/chunks/BKz6FZdB.js\",\"_app/immutable/chunks/IYPwzKs_.js\",\"_app/immutable/chunks/BpaMqo9O.js\",\"_app/immutable/chunks/CHV2KnPr.js\",\"_app/immutable/chunks/DBk3zeq4.js\"];\nexport const stylesheets = [\"_app/immutable/assets/0.CnXRuPt4.css\",\"_app/immutable/assets/Button.cBruH0aD.css\"];\nexport const fonts = [];\n"],"names":[],"mappings":"AAEY,MAAC,KAAK,GAAG;AACrB,IAAI,eAAe;AACP,MAAC,SAAS,GAAG,YAAY,eAAe,KAAK,CAAC,MAAM,OAAO,8BAAoC,CAAC,EAAE;AAClG,MAAC,OAAO,GAAG,CAAC,oCAAoC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC;AAC5kB,MAAC,WAAW,GAAG,CAAC,sCAAsC,CAAC,2CAA2C;AAClG,MAAC,KAAK,GAAG;;;;"}
@@ -0,0 +1,26 @@
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
+ const index = 1;
19
+ let component_cache;
20
+ const component = async () => component_cache ??= (await import('./error.svelte-HKBv5sQT.js')).default;
21
+ const imports = ["_app/immutable/nodes/1.N4gjrCnX.js","_app/immutable/chunks/DFJLQFic.js","_app/immutable/chunks/B0bn91RF.js","_app/immutable/chunks/DTUE7kkY.js","_app/immutable/chunks/Cit9MuSg.js"];
22
+ const stylesheets = [];
23
+ const fonts = [];
24
+
25
+ export { component, fonts, imports, index, stylesheets };
26
+ //# sourceMappingURL=1-hso3H4Ax.js.map
@@ -0,0 +1,17 @@
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
+ {"version":3,"file":"1-hso3H4Ax.js","sources":["../../../.svelte-kit/adapter-node/nodes/1.js"],"sourcesContent":["\n\nexport const index = 1;\nlet component_cache;\nexport const component = async () => component_cache ??= (await import('../entries/fallbacks/error.svelte.js')).default;\nexport const imports = [\"_app/immutable/nodes/1.N4gjrCnX.js\",\"_app/immutable/chunks/DFJLQFic.js\",\"_app/immutable/chunks/B0bn91RF.js\",\"_app/immutable/chunks/DTUE7kkY.js\",\"_app/immutable/chunks/Cit9MuSg.js\"];\nexport const stylesheets = [];\nexport const fonts = [];\n"],"names":[],"mappings":"AAEY,MAAC,KAAK,GAAG;AACrB,IAAI,eAAe;AACP,MAAC,SAAS,GAAG,YAAY,eAAe,KAAK,CAAC,MAAM,OAAO,4BAAsC,CAAC,EAAE;AACpG,MAAC,OAAO,GAAG,CAAC,oCAAoC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC;AAChM,MAAC,WAAW,GAAG;AACf,MAAC,KAAK,GAAG;;;;"}
@@ -0,0 +1,26 @@
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
+ const index = 2;
19
+ let component_cache;
20
+ const component = async () => component_cache ??= (await import('./_page.svelte-s6ZIOitT.js')).default;
21
+ const imports = ["_app/immutable/nodes/2.D9yQNzK8.js","_app/immutable/chunks/DFJLQFic.js","_app/immutable/chunks/B0bn91RF.js","_app/immutable/chunks/DTUE7kkY.js","_app/immutable/chunks/CwBTqcbj.js","_app/immutable/chunks/Bt3-Z7H1.js","_app/immutable/chunks/B1kE5jmt.js","_app/immutable/chunks/BKz6FZdB.js","_app/immutable/chunks/IYPwzKs_.js"];
22
+ const stylesheets = ["_app/immutable/assets/2.CGnCsn5q.css"];
23
+ const fonts = [];
24
+
25
+ export { component, fonts, imports, index, stylesheets };
26
+ //# sourceMappingURL=2-BSZWXCWp.js.map
@@ -0,0 +1,17 @@
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
+ {"version":3,"file":"2-BSZWXCWp.js","sources":["../../../.svelte-kit/adapter-node/nodes/2.js"],"sourcesContent":["\n\nexport const index = 2;\nlet component_cache;\nexport const component = async () => component_cache ??= (await import('../entries/pages/_page.svelte.js')).default;\nexport const imports = [\"_app/immutable/nodes/2.D9yQNzK8.js\",\"_app/immutable/chunks/DFJLQFic.js\",\"_app/immutable/chunks/B0bn91RF.js\",\"_app/immutable/chunks/DTUE7kkY.js\",\"_app/immutable/chunks/CwBTqcbj.js\",\"_app/immutable/chunks/Bt3-Z7H1.js\",\"_app/immutable/chunks/B1kE5jmt.js\",\"_app/immutable/chunks/BKz6FZdB.js\",\"_app/immutable/chunks/IYPwzKs_.js\"];\nexport const stylesheets = [\"_app/immutable/assets/2.CGnCsn5q.css\"];\nexport const fonts = [];\n"],"names":[],"mappings":"AAEY,MAAC,KAAK,GAAG;AACrB,IAAI,eAAe;AACP,MAAC,SAAS,GAAG,YAAY,eAAe,KAAK,CAAC,MAAM,OAAO,4BAAkC,CAAC,EAAE;AAChG,MAAC,OAAO,GAAG,CAAC,oCAAoC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC;AAChV,MAAC,WAAW,GAAG,CAAC,sCAAsC;AACtD,MAAC,KAAK,GAAG;;;;"}
@@ -0,0 +1,26 @@
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
+ const index = 3;
19
+ let component_cache;
20
+ const component = async () => component_cache ??= (await import('./_page.svelte-DScVdHOq.js')).default;
21
+ const imports = ["_app/immutable/nodes/3.CBC5WvNb.js","_app/immutable/chunks/DFJLQFic.js","_app/immutable/chunks/B0bn91RF.js","_app/immutable/chunks/DTUE7kkY.js","_app/immutable/chunks/CwBTqcbj.js","_app/immutable/chunks/Bt3-Z7H1.js","_app/immutable/chunks/BpaMqo9O.js","_app/immutable/chunks/oc0we5Us.js","_app/immutable/chunks/rVEKg0Ak.js","_app/immutable/chunks/Be4iUAB0.js"];
22
+ const stylesheets = ["_app/immutable/assets/3.BVnUajEa.css","_app/immutable/assets/Badge.DLLowvEA.css"];
23
+ const fonts = [];
24
+
25
+ export { component, fonts, imports, index, stylesheets };
26
+ //# sourceMappingURL=3-BYumY9dv.js.map
@@ -0,0 +1,17 @@
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
+ {"version":3,"file":"3-BYumY9dv.js","sources":["../../../.svelte-kit/adapter-node/nodes/3.js"],"sourcesContent":["\n\nexport const index = 3;\nlet component_cache;\nexport const component = async () => component_cache ??= (await import('../entries/pages/reports/_page.svelte.js')).default;\nexport const imports = [\"_app/immutable/nodes/3.CBC5WvNb.js\",\"_app/immutable/chunks/DFJLQFic.js\",\"_app/immutable/chunks/B0bn91RF.js\",\"_app/immutable/chunks/DTUE7kkY.js\",\"_app/immutable/chunks/CwBTqcbj.js\",\"_app/immutable/chunks/Bt3-Z7H1.js\",\"_app/immutable/chunks/BpaMqo9O.js\",\"_app/immutable/chunks/oc0we5Us.js\",\"_app/immutable/chunks/rVEKg0Ak.js\",\"_app/immutable/chunks/Be4iUAB0.js\"];\nexport const stylesheets = [\"_app/immutable/assets/3.BVnUajEa.css\",\"_app/immutable/assets/Badge.DLLowvEA.css\"];\nexport const fonts = [];\n"],"names":[],"mappings":"AAEY,MAAC,KAAK,GAAG;AACrB,IAAI,eAAe;AACP,MAAC,SAAS,GAAG,YAAY,eAAe,KAAK,CAAC,MAAM,OAAO,4BAA0C,CAAC,EAAE;AACxG,MAAC,OAAO,GAAG,CAAC,oCAAoC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC;AACpX,MAAC,WAAW,GAAG,CAAC,sCAAsC,CAAC,0CAA0C;AACjG,MAAC,KAAK,GAAG;;;;"}
@@ -0,0 +1,26 @@
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
+ const index = 4;
19
+ let component_cache;
20
+ const component = async () => component_cache ??= (await import('./_page.svelte-DEK6UvaI.js')).default;
21
+ const imports = ["_app/immutable/nodes/4.BU6UZHSE.js","_app/immutable/chunks/DFJLQFic.js","_app/immutable/chunks/B0bn91RF.js","_app/immutable/chunks/DTUE7kkY.js","_app/immutable/chunks/CwBTqcbj.js","_app/immutable/chunks/Bt3-Z7H1.js","_app/immutable/chunks/B1kE5jmt.js","_app/immutable/chunks/Be4iUAB0.js","_app/immutable/chunks/CJ8q7g9Y.js","_app/immutable/chunks/Cit9MuSg.js","_app/immutable/chunks/BpaMqo9O.js","_app/immutable/chunks/oc0we5Us.js","_app/immutable/chunks/rVEKg0Ak.js"];
22
+ const stylesheets = ["_app/immutable/assets/4.DBhBrHFz.css","_app/immutable/assets/Badge.DLLowvEA.css"];
23
+ const fonts = [];
24
+
25
+ export { component, fonts, imports, index, stylesheets };
26
+ //# sourceMappingURL=4-2UUrCVtM.js.map
@@ -0,0 +1,17 @@
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
+ {"version":3,"file":"4-2UUrCVtM.js","sources":["../../../.svelte-kit/adapter-node/nodes/4.js"],"sourcesContent":["\n\nexport const index = 4;\nlet component_cache;\nexport const component = async () => component_cache ??= (await import('../entries/pages/reports/_slug_/_page.svelte.js')).default;\nexport const imports = [\"_app/immutable/nodes/4.BU6UZHSE.js\",\"_app/immutable/chunks/DFJLQFic.js\",\"_app/immutable/chunks/B0bn91RF.js\",\"_app/immutable/chunks/DTUE7kkY.js\",\"_app/immutable/chunks/CwBTqcbj.js\",\"_app/immutable/chunks/Bt3-Z7H1.js\",\"_app/immutable/chunks/B1kE5jmt.js\",\"_app/immutable/chunks/Be4iUAB0.js\",\"_app/immutable/chunks/CJ8q7g9Y.js\",\"_app/immutable/chunks/Cit9MuSg.js\",\"_app/immutable/chunks/BpaMqo9O.js\",\"_app/immutable/chunks/oc0we5Us.js\",\"_app/immutable/chunks/rVEKg0Ak.js\"];\nexport const stylesheets = [\"_app/immutable/assets/4.DBhBrHFz.css\",\"_app/immutable/assets/Badge.DLLowvEA.css\"];\nexport const fonts = [];\n"],"names":[],"mappings":"AAEY,MAAC,KAAK,GAAG;AACrB,IAAI,eAAe;AACP,MAAC,SAAS,GAAG,YAAY,eAAe,KAAK,CAAC,MAAM,OAAO,4BAAiD,CAAC,EAAE;AAC/G,MAAC,OAAO,GAAG,CAAC,oCAAoC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC;AAChe,MAAC,WAAW,GAAG,CAAC,sCAAsC,CAAC,0CAA0C;AACjG,MAAC,KAAK,GAAG;;;;"}
@@ -0,0 +1,26 @@
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
+ const index = 5;
19
+ let component_cache;
20
+ const component = async () => component_cache ??= (await import('./_page.svelte-Ns7w2sZt.js')).default;
21
+ const imports = ["_app/immutable/nodes/5.Dzzfrntl.js","_app/immutable/chunks/DFJLQFic.js","_app/immutable/chunks/B0bn91RF.js","_app/immutable/chunks/DTUE7kkY.js","_app/immutable/chunks/CwBTqcbj.js","_app/immutable/chunks/Bt3-Z7H1.js","_app/immutable/chunks/B1kE5jmt.js","_app/immutable/chunks/BKz6FZdB.js","_app/immutable/chunks/Be4iUAB0.js","_app/immutable/chunks/DBk3zeq4.js","_app/immutable/chunks/rVEKg0Ak.js","_app/immutable/chunks/oc0we5Us.js"];
22
+ const stylesheets = ["_app/immutable/assets/5.D93VAB-w.css","_app/immutable/assets/Button.cBruH0aD.css","_app/immutable/assets/Badge.DLLowvEA.css"];
23
+ const fonts = [];
24
+
25
+ export { component, fonts, imports, index, stylesheets };
26
+ //# sourceMappingURL=5-C2_y_fwT.js.map
@@ -0,0 +1,17 @@
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
+ {"version":3,"file":"5-C2_y_fwT.js","sources":["../../../.svelte-kit/adapter-node/nodes/5.js"],"sourcesContent":["\n\nexport const index = 5;\nlet component_cache;\nexport const component = async () => component_cache ??= (await import('../entries/pages/scheduled-tests/_page.svelte.js')).default;\nexport const imports = [\"_app/immutable/nodes/5.Dzzfrntl.js\",\"_app/immutable/chunks/DFJLQFic.js\",\"_app/immutable/chunks/B0bn91RF.js\",\"_app/immutable/chunks/DTUE7kkY.js\",\"_app/immutable/chunks/CwBTqcbj.js\",\"_app/immutable/chunks/Bt3-Z7H1.js\",\"_app/immutable/chunks/B1kE5jmt.js\",\"_app/immutable/chunks/BKz6FZdB.js\",\"_app/immutable/chunks/Be4iUAB0.js\",\"_app/immutable/chunks/DBk3zeq4.js\",\"_app/immutable/chunks/rVEKg0Ak.js\",\"_app/immutable/chunks/oc0we5Us.js\"];\nexport const stylesheets = [\"_app/immutable/assets/5.D93VAB-w.css\",\"_app/immutable/assets/Button.cBruH0aD.css\",\"_app/immutable/assets/Badge.DLLowvEA.css\"];\nexport const fonts = [];\n"],"names":[],"mappings":"AAEY,MAAC,KAAK,GAAG;AACrB,IAAI,eAAe;AACP,MAAC,SAAS,GAAG,YAAY,eAAe,KAAK,CAAC,MAAM,OAAO,4BAAkD,CAAC,EAAE;AAChH,MAAC,OAAO,GAAG,CAAC,oCAAoC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC,CAAC,mCAAmC;AAC5b,MAAC,WAAW,GAAG,CAAC,sCAAsC,CAAC,2CAA2C,CAAC,0CAA0C;AAC7I,MAAC,KAAK,GAAG;;;;"}