@kalisio/kdk 2.6.3 → 2.7.0

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 (419) hide show
  1. package/core/api/application.js +2 -4
  2. package/core/api/authentication.js +2 -3
  3. package/core/api/db.js +10 -2
  4. package/core/api/hooks/hooks.authorisations.js +4 -2
  5. package/core/api/hooks/hooks.push.js +6 -2
  6. package/core/api/hooks/hooks.query.js +29 -12
  7. package/core/api/hooks/hooks.users.js +30 -17
  8. package/core/api/models/configurations.model.mongodb.js +4 -0
  9. package/core/api/services/authorisations/authorisations.service.js +1 -1
  10. package/core/api/services/configurations/configurations.hooks.js +33 -0
  11. package/core/api/services/index.js +41 -7
  12. package/core/api/services/messages/messages.hooks.js +9 -3
  13. package/core/client/api.js +14 -1
  14. package/core/client/capabilities.js +1 -6
  15. package/core/client/components/KAvatar.vue +24 -20
  16. package/core/client/components/account/KProfile.vue +10 -71
  17. package/core/client/components/account/index.js +0 -2
  18. package/core/client/components/app/KSettings.vue +1 -0
  19. package/core/client/components/collection/KBoard.vue +4 -3
  20. package/core/client/components/collection/KCardSection.vue +1 -0
  21. package/core/client/components/collection/KGrid.vue +2 -0
  22. package/core/client/components/collection/KTable.vue +5 -1
  23. package/core/client/components/collection/KTimeLine.vue +9 -1
  24. package/core/client/components/collection/index.js +0 -2
  25. package/core/client/components/form/KChipsField.vue +2 -1
  26. package/core/client/components/form/KEmailField.vue +1 -0
  27. package/core/client/components/form/KFileField.vue +22 -1
  28. package/core/client/components/form/KForm.vue +2 -0
  29. package/core/client/components/form/KItemField.vue +1 -0
  30. package/core/client/components/form/KNumberField.vue +1 -0
  31. package/core/client/components/form/KPasswordField.vue +1 -0
  32. package/core/client/components/form/KPhoneField.vue +1 -0
  33. package/core/client/components/form/KPropertyItemField.vue +1 -0
  34. package/core/client/components/form/KResolutionField.vue +1 -0
  35. package/core/client/components/form/KSelectField.vue +31 -0
  36. package/core/client/components/form/KTagField.vue +1 -0
  37. package/core/client/components/form/KTextField.vue +1 -0
  38. package/core/client/components/form/KTokenField.vue +1 -0
  39. package/core/client/components/form/KUnitField.vue +1 -0
  40. package/core/client/components/form/KUrlField.vue +1 -0
  41. package/core/client/components/graphics/KIcon.vue +3 -4
  42. package/core/client/components/layout/KPage.vue +1 -0
  43. package/core/client/components/layout/KWindow.vue +6 -3
  44. package/core/client/components/messages/KMessageComposer.vue +2 -1
  45. package/core/client/components/messages/KMessagesTimeLine.vue +1 -1
  46. package/core/client/components/time/KDate.vue +1 -2
  47. package/core/client/components/time/KDateTime.vue +11 -11
  48. package/core/client/components/time/KTime.vue +1 -1
  49. package/core/client/composables/collection.js +33 -8
  50. package/core/client/composables/errors.js +1 -1
  51. package/core/client/composables/layout.js +9 -9
  52. package/core/client/configurations.js +50 -0
  53. package/core/client/exporter.js +1 -1
  54. package/core/client/i18n/core_en.json +6 -39
  55. package/core/client/i18n/core_fr.json +6 -39
  56. package/core/client/index.js +2 -0
  57. package/core/client/layout.js +8 -8
  58. package/core/client/mixins/mixin.base-activity.js +5 -2
  59. package/core/client/mixins/mixin.base-field.js +3 -3
  60. package/core/client/search.js +2 -1
  61. package/core/client/utils/utils.collection.js +8 -8
  62. package/core/client/utils/utils.items.js +4 -0
  63. package/core/client/utils/utils.push.js +3 -3
  64. package/core/client/utils/utils.session.js +7 -5
  65. package/core/client/utils/utils.shapes.js +38 -7
  66. package/core/client/utils/utils.time.js +21 -22
  67. package/core/common/schemas/users.update-profile.json +3 -2
  68. package/coverage/core/api/application.js.html +1 -1
  69. package/coverage/core/api/authentication.js.html +1 -1
  70. package/coverage/core/api/db.js.html +1 -1
  71. package/coverage/core/api/hooks/hooks.authentication.js.html +1 -1
  72. package/coverage/core/api/hooks/hooks.authorisations.js.html +1 -1
  73. package/coverage/core/api/hooks/hooks.logger.js.html +1 -1
  74. package/coverage/core/api/hooks/hooks.model.js.html +1 -1
  75. package/coverage/core/api/hooks/hooks.push.js.html +22 -10
  76. package/coverage/core/api/hooks/hooks.query.js.html +33 -6
  77. package/coverage/core/api/hooks/hooks.schemas.js.html +1 -1
  78. package/coverage/core/api/hooks/hooks.service.js.html +1 -1
  79. package/coverage/core/api/hooks/hooks.storage.js.html +1 -1
  80. package/coverage/core/api/hooks/hooks.tags.js.html +1 -1
  81. package/coverage/core/api/hooks/hooks.users.js.html +4 -4
  82. package/coverage/core/api/hooks/index.html +23 -23
  83. package/coverage/core/api/hooks/index.js.html +1 -1
  84. package/coverage/core/api/index.html +1 -1
  85. package/coverage/core/api/index.js.html +1 -1
  86. package/coverage/core/api/marshall.js.html +1 -1
  87. package/coverage/core/api/models/configurations.model.mongodb.js.html +1 -1
  88. package/coverage/core/api/models/index.html +1 -1
  89. package/coverage/core/api/models/messages.model.mongodb.js.html +1 -1
  90. package/coverage/core/api/models/tags.model.mongodb.js.html +1 -1
  91. package/coverage/core/api/models/users.model.mongodb.js.html +1 -1
  92. package/coverage/core/api/services/account/account.hooks.js.html +1 -1
  93. package/coverage/core/api/services/account/account.service.js.html +1 -1
  94. package/coverage/core/api/services/account/index.html +1 -1
  95. package/coverage/core/api/services/authorisations/authorisations.hooks.js.html +1 -1
  96. package/coverage/core/api/services/authorisations/authorisations.service.js.html +1 -1
  97. package/coverage/core/api/services/authorisations/index.html +1 -1
  98. package/coverage/core/api/services/configurations/configurations.hooks.js.html +1 -1
  99. package/coverage/core/api/services/configurations/index.html +1 -1
  100. package/coverage/core/api/services/databases/databases.hooks.js.html +1 -1
  101. package/coverage/core/api/services/databases/databases.service.js.html +1 -1
  102. package/coverage/core/api/services/databases/index.html +1 -1
  103. package/coverage/core/api/services/import-export/import-export.hooks.js.html +1 -1
  104. package/coverage/core/api/services/import-export/import-export.service.js.html +1 -1
  105. package/coverage/core/api/services/import-export/index.html +1 -1
  106. package/coverage/core/api/services/index.html +1 -1
  107. package/coverage/core/api/services/index.js.html +1 -1
  108. package/coverage/core/api/services/mailer/index.html +1 -1
  109. package/coverage/core/api/services/mailer/mailer.hooks.js.html +1 -1
  110. package/coverage/core/api/services/mailer/mailer.service.js.html +1 -1
  111. package/coverage/core/api/services/messages/index.html +1 -1
  112. package/coverage/core/api/services/messages/messages.hooks.js.html +1 -1
  113. package/coverage/core/api/services/push/index.html +1 -1
  114. package/coverage/core/api/services/push/push.hooks.js.html +1 -1
  115. package/coverage/core/api/services/push/push.service.js.html +1 -1
  116. package/coverage/core/api/services/storage/index.html +1 -1
  117. package/coverage/core/api/services/storage/storage.hooks.js.html +1 -1
  118. package/coverage/core/api/services/storage/storage.service.js.html +1 -1
  119. package/coverage/core/api/services/tags/index.html +1 -1
  120. package/coverage/core/api/services/tags/tags.hooks.js.html +1 -1
  121. package/coverage/core/api/services/users/index.html +1 -1
  122. package/coverage/core/api/services/users/users.hooks.js.html +1 -1
  123. package/coverage/core/api/services/users/users.service.js.html +1 -1
  124. package/coverage/core/common/errors.js.html +1 -1
  125. package/coverage/core/common/index.html +1 -1
  126. package/coverage/core/common/index.js.html +1 -1
  127. package/coverage/core/common/permissions.js.html +1 -1
  128. package/coverage/core/common/schema.js.html +1 -1
  129. package/coverage/core/common/utils.js.html +1 -1
  130. package/coverage/core/common/utils.offline.js.html +1 -1
  131. package/coverage/index.html +17 -17
  132. package/coverage/lcov-report/core/api/application.js.html +1 -1
  133. package/coverage/lcov-report/core/api/authentication.js.html +1 -1
  134. package/coverage/lcov-report/core/api/db.js.html +1 -1
  135. package/coverage/lcov-report/core/api/hooks/hooks.authentication.js.html +1 -1
  136. package/coverage/lcov-report/core/api/hooks/hooks.authorisations.js.html +1 -1
  137. package/coverage/lcov-report/core/api/hooks/hooks.logger.js.html +1 -1
  138. package/coverage/lcov-report/core/api/hooks/hooks.model.js.html +1 -1
  139. package/coverage/lcov-report/core/api/hooks/hooks.push.js.html +22 -10
  140. package/coverage/lcov-report/core/api/hooks/hooks.query.js.html +33 -6
  141. package/coverage/lcov-report/core/api/hooks/hooks.schemas.js.html +1 -1
  142. package/coverage/lcov-report/core/api/hooks/hooks.service.js.html +1 -1
  143. package/coverage/lcov-report/core/api/hooks/hooks.storage.js.html +1 -1
  144. package/coverage/lcov-report/core/api/hooks/hooks.tags.js.html +1 -1
  145. package/coverage/lcov-report/core/api/hooks/hooks.users.js.html +4 -4
  146. package/coverage/lcov-report/core/api/hooks/index.html +23 -23
  147. package/coverage/lcov-report/core/api/hooks/index.js.html +1 -1
  148. package/coverage/lcov-report/core/api/index.html +1 -1
  149. package/coverage/lcov-report/core/api/index.js.html +1 -1
  150. package/coverage/lcov-report/core/api/marshall.js.html +1 -1
  151. package/coverage/lcov-report/core/api/models/configurations.model.mongodb.js.html +1 -1
  152. package/coverage/lcov-report/core/api/models/index.html +1 -1
  153. package/coverage/lcov-report/core/api/models/messages.model.mongodb.js.html +1 -1
  154. package/coverage/lcov-report/core/api/models/tags.model.mongodb.js.html +1 -1
  155. package/coverage/lcov-report/core/api/models/users.model.mongodb.js.html +1 -1
  156. package/coverage/lcov-report/core/api/services/account/account.hooks.js.html +1 -1
  157. package/coverage/lcov-report/core/api/services/account/account.service.js.html +1 -1
  158. package/coverage/lcov-report/core/api/services/account/index.html +1 -1
  159. package/coverage/lcov-report/core/api/services/authorisations/authorisations.hooks.js.html +1 -1
  160. package/coverage/lcov-report/core/api/services/authorisations/authorisations.service.js.html +1 -1
  161. package/coverage/lcov-report/core/api/services/authorisations/index.html +1 -1
  162. package/coverage/lcov-report/core/api/services/configurations/configurations.hooks.js.html +1 -1
  163. package/coverage/lcov-report/core/api/services/configurations/index.html +1 -1
  164. package/coverage/lcov-report/core/api/services/databases/databases.hooks.js.html +1 -1
  165. package/coverage/lcov-report/core/api/services/databases/databases.service.js.html +1 -1
  166. package/coverage/lcov-report/core/api/services/databases/index.html +1 -1
  167. package/coverage/lcov-report/core/api/services/import-export/import-export.hooks.js.html +1 -1
  168. package/coverage/lcov-report/core/api/services/import-export/import-export.service.js.html +1 -1
  169. package/coverage/lcov-report/core/api/services/import-export/index.html +1 -1
  170. package/coverage/lcov-report/core/api/services/index.html +1 -1
  171. package/coverage/lcov-report/core/api/services/index.js.html +1 -1
  172. package/coverage/lcov-report/core/api/services/mailer/index.html +1 -1
  173. package/coverage/lcov-report/core/api/services/mailer/mailer.hooks.js.html +1 -1
  174. package/coverage/lcov-report/core/api/services/mailer/mailer.service.js.html +1 -1
  175. package/coverage/lcov-report/core/api/services/messages/index.html +1 -1
  176. package/coverage/lcov-report/core/api/services/messages/messages.hooks.js.html +1 -1
  177. package/coverage/lcov-report/core/api/services/push/index.html +1 -1
  178. package/coverage/lcov-report/core/api/services/push/push.hooks.js.html +1 -1
  179. package/coverage/lcov-report/core/api/services/push/push.service.js.html +1 -1
  180. package/coverage/lcov-report/core/api/services/storage/index.html +1 -1
  181. package/coverage/lcov-report/core/api/services/storage/storage.hooks.js.html +1 -1
  182. package/coverage/lcov-report/core/api/services/storage/storage.service.js.html +1 -1
  183. package/coverage/lcov-report/core/api/services/tags/index.html +1 -1
  184. package/coverage/lcov-report/core/api/services/tags/tags.hooks.js.html +1 -1
  185. package/coverage/lcov-report/core/api/services/users/index.html +1 -1
  186. package/coverage/lcov-report/core/api/services/users/users.hooks.js.html +1 -1
  187. package/coverage/lcov-report/core/api/services/users/users.service.js.html +1 -1
  188. package/coverage/lcov-report/core/common/errors.js.html +1 -1
  189. package/coverage/lcov-report/core/common/index.html +1 -1
  190. package/coverage/lcov-report/core/common/index.js.html +1 -1
  191. package/coverage/lcov-report/core/common/permissions.js.html +1 -1
  192. package/coverage/lcov-report/core/common/schema.js.html +1 -1
  193. package/coverage/lcov-report/core/common/utils.js.html +1 -1
  194. package/coverage/lcov-report/core/common/utils.offline.js.html +1 -1
  195. package/coverage/lcov-report/index.html +17 -17
  196. package/coverage/lcov-report/map/api/hooks/hooks.catalog.js.html +1 -1
  197. package/coverage/lcov-report/map/api/hooks/hooks.features.js.html +1 -1
  198. package/coverage/lcov-report/map/api/hooks/hooks.query.js.html +184 -4
  199. package/coverage/lcov-report/map/api/hooks/index.html +5 -5
  200. package/coverage/lcov-report/map/api/hooks/index.js.html +1 -1
  201. package/coverage/lcov-report/map/api/index.html +1 -1
  202. package/coverage/lcov-report/map/api/index.js.html +1 -1
  203. package/coverage/lcov-report/map/api/marshall.js.html +1 -1
  204. package/coverage/lcov-report/map/api/models/alerts.model.mongodb.js.html +1 -1
  205. package/coverage/lcov-report/map/api/models/catalog.model.mongodb.js.html +1 -1
  206. package/coverage/lcov-report/map/api/models/features.model.mongodb.js.html +1 -1
  207. package/coverage/lcov-report/map/api/models/index.html +1 -1
  208. package/coverage/lcov-report/map/api/models/projects.model.mongodb.js.html +1 -1
  209. package/coverage/lcov-report/map/api/models/styles.model.mongodb.js.html +1 -1
  210. package/coverage/lcov-report/map/api/services/alerts/alerts.hooks.js.html +1 -1
  211. package/coverage/lcov-report/map/api/services/alerts/alerts.service.js.html +1 -1
  212. package/coverage/lcov-report/map/api/services/alerts/index.html +1 -1
  213. package/coverage/lcov-report/map/api/services/catalog/catalog.hooks.js.html +1 -1
  214. package/coverage/lcov-report/map/api/services/catalog/index.html +1 -1
  215. package/coverage/lcov-report/map/api/services/daptiles/daptiles.service.js.html +1 -1
  216. package/coverage/lcov-report/map/api/services/daptiles/index.html +1 -1
  217. package/coverage/lcov-report/map/api/services/features/features.hooks.js.html +1 -1
  218. package/coverage/lcov-report/map/api/services/features/features.service.js.html +1 -1
  219. package/coverage/lcov-report/map/api/services/features/index.html +1 -1
  220. package/coverage/lcov-report/map/api/services/index.html +1 -1
  221. package/coverage/lcov-report/map/api/services/index.js.html +1 -1
  222. package/coverage/lcov-report/map/api/services/projects/index.html +1 -1
  223. package/coverage/lcov-report/map/api/services/projects/projects.hooks.js.html +1 -1
  224. package/coverage/lcov-report/map/api/services/styles/index.html +1 -1
  225. package/coverage/lcov-report/map/api/services/styles/styles.hooks.js.html +1 -1
  226. package/coverage/lcov-report/map/common/dynamic-grid-source.js.html +1 -1
  227. package/coverage/lcov-report/map/common/errors.js.html +1 -1
  228. package/coverage/lcov-report/map/common/geotiff-grid-source.js.html +1 -1
  229. package/coverage/lcov-report/map/common/grid.js.html +1 -1
  230. package/coverage/lcov-report/map/common/index.html +1 -1
  231. package/coverage/lcov-report/map/common/index.js.html +1 -1
  232. package/coverage/lcov-report/map/common/meteo-model-grid-source.js.html +1 -1
  233. package/coverage/lcov-report/map/common/moment-utils.js.html +1 -1
  234. package/coverage/lcov-report/map/common/opendap-grid-source.js.html +1 -1
  235. package/coverage/lcov-report/map/common/opendap-utils.js.html +1 -1
  236. package/coverage/lcov-report/map/common/permissions.js.html +1 -1
  237. package/coverage/lcov-report/map/common/time-based-grid-source.js.html +1 -1
  238. package/coverage/lcov-report/map/common/tms-utils.js.html +1 -1
  239. package/coverage/lcov-report/map/common/wcs-grid-source.js.html +1 -1
  240. package/coverage/lcov-report/map/common/wcs-utils.js.html +1 -1
  241. package/coverage/lcov-report/map/common/weacast-grid-source.js.html +1 -1
  242. package/coverage/lcov-report/map/common/wfs-utils.js.html +1 -1
  243. package/coverage/lcov-report/map/common/wms-utils.js.html +1 -1
  244. package/coverage/lcov-report/map/common/wmts-utils.js.html +1 -1
  245. package/coverage/lcov.info +358 -280
  246. package/coverage/map/api/hooks/hooks.catalog.js.html +1 -1
  247. package/coverage/map/api/hooks/hooks.features.js.html +1 -1
  248. package/coverage/map/api/hooks/hooks.query.js.html +184 -4
  249. package/coverage/map/api/hooks/index.html +5 -5
  250. package/coverage/map/api/hooks/index.js.html +1 -1
  251. package/coverage/map/api/index.html +1 -1
  252. package/coverage/map/api/index.js.html +1 -1
  253. package/coverage/map/api/marshall.js.html +1 -1
  254. package/coverage/map/api/models/alerts.model.mongodb.js.html +1 -1
  255. package/coverage/map/api/models/catalog.model.mongodb.js.html +1 -1
  256. package/coverage/map/api/models/features.model.mongodb.js.html +1 -1
  257. package/coverage/map/api/models/index.html +1 -1
  258. package/coverage/map/api/models/projects.model.mongodb.js.html +1 -1
  259. package/coverage/map/api/models/styles.model.mongodb.js.html +1 -1
  260. package/coverage/map/api/services/alerts/alerts.hooks.js.html +1 -1
  261. package/coverage/map/api/services/alerts/alerts.service.js.html +1 -1
  262. package/coverage/map/api/services/alerts/index.html +1 -1
  263. package/coverage/map/api/services/catalog/catalog.hooks.js.html +1 -1
  264. package/coverage/map/api/services/catalog/index.html +1 -1
  265. package/coverage/map/api/services/daptiles/daptiles.service.js.html +1 -1
  266. package/coverage/map/api/services/daptiles/index.html +1 -1
  267. package/coverage/map/api/services/features/features.hooks.js.html +1 -1
  268. package/coverage/map/api/services/features/features.service.js.html +1 -1
  269. package/coverage/map/api/services/features/index.html +1 -1
  270. package/coverage/map/api/services/index.html +1 -1
  271. package/coverage/map/api/services/index.js.html +1 -1
  272. package/coverage/map/api/services/projects/index.html +1 -1
  273. package/coverage/map/api/services/projects/projects.hooks.js.html +1 -1
  274. package/coverage/map/api/services/styles/index.html +1 -1
  275. package/coverage/map/api/services/styles/styles.hooks.js.html +1 -1
  276. package/coverage/map/common/dynamic-grid-source.js.html +1 -1
  277. package/coverage/map/common/errors.js.html +1 -1
  278. package/coverage/map/common/geotiff-grid-source.js.html +1 -1
  279. package/coverage/map/common/grid.js.html +1 -1
  280. package/coverage/map/common/index.html +1 -1
  281. package/coverage/map/common/index.js.html +1 -1
  282. package/coverage/map/common/meteo-model-grid-source.js.html +1 -1
  283. package/coverage/map/common/moment-utils.js.html +1 -1
  284. package/coverage/map/common/opendap-grid-source.js.html +1 -1
  285. package/coverage/map/common/opendap-utils.js.html +1 -1
  286. package/coverage/map/common/permissions.js.html +1 -1
  287. package/coverage/map/common/time-based-grid-source.js.html +1 -1
  288. package/coverage/map/common/tms-utils.js.html +1 -1
  289. package/coverage/map/common/wcs-grid-source.js.html +1 -1
  290. package/coverage/map/common/wcs-utils.js.html +1 -1
  291. package/coverage/map/common/weacast-grid-source.js.html +1 -1
  292. package/coverage/map/common/wfs-utils.js.html +1 -1
  293. package/coverage/map/common/wms-utils.js.html +1 -1
  294. package/coverage/map/common/wmts-utils.js.html +1 -1
  295. package/coverage/tmp/coverage-1028514-1773134124472-0.json +1 -0
  296. package/coverage/tmp/coverage-1028526-1773134124448-0.json +1 -0
  297. package/coverage/tmp/coverage-1028537-1773134124431-0.json +1 -0
  298. package/coverage/tmp/coverage-1028549-1773134124401-0.json +1 -0
  299. package/coverage/tmp/{coverage-222566-1765963609278-0.json → coverage-1028556-1773134124353-0.json} +1 -1
  300. package/extras/configs/widgets.top.js +3 -3
  301. package/extras/tests/core/collection.mjs +2 -9
  302. package/map/api/hooks/hooks.catalog.js +18 -4
  303. package/map/api/services/catalog/catalog.hooks.js +3 -0
  304. package/map/api/services/features/features.hooks.js +3 -1
  305. package/map/api/services/index.js +2 -6
  306. package/map/api/services/styles/styles.hooks.js +6 -1
  307. package/map/client/components/KFeatureActionButton.vue +9 -3
  308. package/map/client/components/KFeaturesFilterManager.vue +5 -5
  309. package/map/client/components/KFilterCondition.vue +17 -10
  310. package/map/client/components/KLayerEditor.vue +49 -39
  311. package/map/client/components/KMeasureTool.vue +7 -1
  312. package/map/client/components/KTimezoneMap.vue +29 -9
  313. package/map/client/components/catalog/KLayersPanel.vue +26 -16
  314. package/map/client/components/catalog/KLayersSelector.vue +13 -2
  315. package/map/client/components/catalog/KViewsPanel.vue +5 -4
  316. package/map/client/components/form/KSelectLayersField.vue +28 -17
  317. package/map/client/components/form/KSelectViewsField.vue +18 -9
  318. package/map/client/components/form/KTimezoneField.vue +1 -2
  319. package/map/client/components/legend/KVariablesLegend.vue +10 -1
  320. package/map/client/components/location/KLocationCardSection.vue +7 -2
  321. package/map/client/components/location/KLocationMap.vue +31 -7
  322. package/map/client/components/selection/KSelectedLayerFeatures.vue +2 -2
  323. package/map/client/components/stickies/KZoomControl.vue +1 -1
  324. package/map/client/components/styles/KStyleManager.vue +4 -1
  325. package/map/client/components/widget/KTimeSeries.vue +174 -497
  326. package/map/client/components/widget/KTimeSeriesSelector.vue +72 -0
  327. package/map/client/components/widget/KTimeSeriesToolbar.vue +83 -0
  328. package/map/client/composables/catalog.js +6 -10
  329. package/map/client/composables/highlight.js +12 -9
  330. package/map/client/composables/project.js +1 -1
  331. package/map/client/composables/selection.js +8 -7
  332. package/map/client/composables/weather.js +9 -2
  333. package/map/client/geolocation.js +8 -5
  334. package/map/client/i18n/map_en.json +10 -8
  335. package/map/client/i18n/map_fr.json +9 -7
  336. package/map/client/leaflet/TiledFeatureLayer.js +85 -82
  337. package/map/client/leaflet/utils/utils.geojson.js +3 -3
  338. package/map/client/mixins/globe/mixin.base-globe.js +15 -6
  339. package/map/client/mixins/globe/mixin.geojson-layers.js +27 -18
  340. package/map/client/mixins/map/mixin.edit-layers.js +9 -1
  341. package/map/client/mixins/map/mixin.pmtiles-layers.js +118 -29
  342. package/map/client/mixins/map/mixin.tiled-mesh-layers.js +12 -5
  343. package/map/client/mixins/map/mixin.tiled-wind-layers.js +19 -10
  344. package/map/client/mixins/mixin.activity.js +23 -30
  345. package/map/client/mixins/mixin.feature-selection.js +41 -5
  346. package/map/client/planets.js +1 -1
  347. package/map/client/readers/reader.kml.js +2 -3
  348. package/map/client/utils/utils.catalog.js +36 -10
  349. package/map/client/utils/utils.layers.js +39 -8
  350. package/map/client/utils/utils.project.js +4 -0
  351. package/map/client/utils/utils.style.js +37 -7
  352. package/map/client/utils/utils.time-series.js +215 -6
  353. package/map/common/schemas/catalog.update.json +1 -1
  354. package/map/common/weacast-grid-source.js +1 -1
  355. package/package.json +3 -3
  356. package/scripts/kash/CHANGELOG.md +0 -4
  357. package/scripts/kash/README.md +0 -9
  358. package/scripts/kash/kash.sh +45 -40
  359. package/scripts/kash/scripts/run_tests.sh +1 -4
  360. package/test/api/core/authentication.test.js +9 -4
  361. package/test/api/core/config/default.cjs +1 -0
  362. package/test/api/core/hooks.test.js +6 -0
  363. package/test/api/core/index.test.js +43 -18
  364. package/test/api/core/push.test.js +8 -8
  365. package/test/api/core/test-log-2026-03-10.log +60 -0
  366. package/test/api/core/users.test.js +384 -0
  367. package/test/api/map/grid-sources.test.js +1 -1
  368. package/test/api/map/test-log-2026-03-10.log +56 -0
  369. package/vite/package.json +11 -2
  370. package/vite/test/core/composables.test.js +77 -0
  371. package/vite/vitest.config.js +13 -0
  372. package/vite/yarn.lock +1096 -18
  373. package/client/css/core.variables.scss +0 -72
  374. package/client/i18n/core_en.json +0 -744
  375. package/client/i18n/core_fr.json +0 -744
  376. package/client/i18n/map_en.json +0 -800
  377. package/client/i18n/map_fr.json +0 -800
  378. package/client/kdk.client.css +0 -47
  379. package/client/kdk.client.js +0 -41097
  380. package/client/kdk.client.map.css +0 -47
  381. package/client/kdk.client.map.js +0 -38182
  382. package/client/kdk.client.map.min.css +0 -1
  383. package/client/kdk.client.map.min.js +0 -27032
  384. package/client/kdk.client.min.css +0 -1
  385. package/client/kdk.client.min.js +0 -29074
  386. package/client/schemas/capture.create.json +0 -132
  387. package/client/schemas/catalog.update.json +0 -44
  388. package/client/schemas/messages.update.json +0 -16
  389. package/client/schemas/projects.create.json +0 -52
  390. package/client/schemas/projects.update.json +0 -52
  391. package/client/schemas/settings.update.json +0 -286
  392. package/client/schemas/tags.update.json +0 -35
  393. package/client/schemas/users.update-profile.json +0 -34
  394. package/core/client/components/account/KAccount.vue +0 -68
  395. package/core/client/components/account/KDeleteAccountManager.vue +0 -62
  396. package/core/client/components/account/KEmailManager.vue +0 -128
  397. package/core/client/components/account/KPasswordManager.vue +0 -90
  398. package/core/client/components/account/KVerifyEmailManager.vue +0 -105
  399. package/core/client/components/collection/KColumn.vue +0 -227
  400. package/core/client/components/collection/KHistory.vue +0 -113
  401. package/core/client/components/collection/KHistoryEntry.vue +0 -109
  402. package/coverage/tmp/coverage-222524-1765963609350-0.json +0 -1
  403. package/coverage/tmp/coverage-222536-1765963609335-0.json +0 -1
  404. package/coverage/tmp/coverage-222547-1765963609324-0.json +0 -1
  405. package/coverage/tmp/coverage-222559-1765963609309-0.json +0 -1
  406. package/scripts/kash/LICENSE +0 -21
  407. package/test/api/core/test-log-2025-07-31.log +0 -15
  408. package/test/api/core/test-log-2025-10-03.log +0 -18
  409. package/test/api/core/test-log-2025-11-10.log +0 -0
  410. package/test/api/core/test-log-2025-11-12.log +0 -117
  411. package/test/api/core/test-log-2025-11-27.log +0 -0
  412. package/test/api/core/test-log-2025-11-28.log +0 -17
  413. package/test/api/core/test-log-2025-12-09.log +0 -148
  414. package/test/api/core/test-log-2025-12-17.log +0 -58
  415. package/test/api/core/test-log-2026-01-29.log +0 -17
  416. package/test/api/map/test-log-2025-07-23.log +0 -1
  417. package/test/api/map/test-log-2025-11-28.log +0 -33
  418. package/test/api/map/test-log-2025-12-10.log +0 -2
  419. package/test/api/map/test-log-2026-01-06.log +0 -26
@@ -1,15 +0,0 @@
1
- {"level":"info","message":"This is a log test"}
2
- {"level":"info","message":"This is a log test"}
3
- {"level":"info","message":"This is a log test"}
4
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
5
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
6
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
7
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
8
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on subject(s)"}
9
- {"level":"info","message":"This is a log test"}
10
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
11
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
12
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
13
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
14
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on subject(s)"}
15
- {"level":"info","message":"This is a log test"}
@@ -1,18 +0,0 @@
1
- {"level":"info","message":"This is a log test"}
2
- {"level":"error","message":"error: api/account - Method: create: The provided password does not comply to the password policy"}
3
- {"level":"error","message":"error: api/account - Method: create: The provided password does not comply to the password policy"}
4
- {"level":"error","message":"error: api/account - Method: create: The provided password does not comply to the password policy"}
5
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
6
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
7
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
8
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
9
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on subject(s)"}
10
- {"level":"info","message":"This is a log test"}
11
- {"level":"error","message":"error: api/users - Method: get: No record found for id '68dff30e7ca37978a60fb78a'"}
12
- {"level":"error","message":"error: api/users - Method: patch: No record found for id '68dff30e7ca37978a60fb78a'"}
13
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
14
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
15
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
16
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
17
- {"level":"error","message":"error: api/storage - Method: get: The specified key does not exist."}
18
- {"level":"error","message":"error: api/storage - Method: get: The specified key does not exist."}
File without changes
@@ -1,117 +0,0 @@
1
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
2
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
3
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
4
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
5
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on subject(s)"}
6
- {"level":"info","message":"This is a log test"}
7
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
8
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
9
- {"level":"info","message":"This is a log test"}
10
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
11
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
12
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
13
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
14
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on subject(s)"}
15
- {"level":"info","message":"This is a log test"}
16
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
17
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
18
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
19
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
20
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on subject(s)"}
21
- {"level":"info","message":"This is a log test"}
22
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
23
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
24
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
25
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
26
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on subject(s)"}
27
- {"level":"info","message":"This is a log test"}
28
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
29
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
30
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
31
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
32
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on subject(s)"}
33
- {"level":"info","message":"This is a log test"}
34
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
35
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
36
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
37
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
38
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on subject(s)"}
39
- {"level":"info","message":"This is a log test"}
40
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
41
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
42
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
43
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
44
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on subject(s)"}
45
- {"level":"info","message":"This is a log test"}
46
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
47
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
48
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
49
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
50
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on subject(s)"}
51
- {"level":"info","message":"This is a log test"}
52
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
53
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
54
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
55
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
56
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on subject(s)"}
57
- {"level":"info","message":"This is a log test"}
58
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
59
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
60
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
61
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
62
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on subject(s)"}
63
- {"level":"info","message":"This is a log test"}
64
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
65
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
66
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
67
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
68
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on subject(s)"}
69
- {"level":"info","message":"This is a log test"}
70
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
71
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
72
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
73
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
74
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on subject(s)"}
75
- {"level":"info","message":"This is a log test"}
76
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
77
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
78
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
79
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
80
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on subject(s)"}
81
- {"level":"info","message":"This is a log test"}
82
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
83
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
84
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
85
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
86
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on subject(s)"}
87
- {"level":"info","message":"This is a log test"}
88
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
89
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
90
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
91
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
92
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on subject(s)"}
93
- {"level":"info","message":"This is a log test"}
94
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
95
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
96
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
97
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
98
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on subject(s)"}
99
- {"level":"info","message":"This is a log test"}
100
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
101
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
102
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
103
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
104
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on resource"}
105
- {"level":"info","message":"This is a log test"}
106
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
107
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
108
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
109
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
110
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on subject(s)"}
111
- {"level":"info","message":"This is a log test"}
112
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
113
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
114
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
115
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
116
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on subject(s)"}
117
- {"level":"info","message":"This is a log test"}
File without changes
@@ -1,17 +0,0 @@
1
- {"level":"error","message":"error: api/account - Method: create: The provided password does not comply to the password policy"}
2
- {"level":"error","message":"error: api/account - Method: create: The provided password does not comply to the password policy"}
3
- {"level":"error","message":"error: api/account - Method: create: The provided password does not comply to the password policy"}
4
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
5
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
6
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
7
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
8
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on subject(s)"}
9
- {"level":"info","message":"This is a log test"}
10
- {"level":"error","message":"error: api/users - Method: get: No record found for id '6929a931fa3f18c493e22a66'"}
11
- {"level":"error","message":"error: api/users - Method: patch: No record found for id '6929a931fa3f18c493e22a66'"}
12
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
13
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
14
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
15
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
16
- {"level":"error","message":"error: api/storage - Method: get: The specified key does not exist."}
17
- {"level":"error","message":"error: api/storage - Method: get: The specified key does not exist."}
@@ -1,148 +0,0 @@
1
- {"level":"error","message":"error: api/account - Method: create: The provided password does not comply to the password policy"}
2
- {"level":"error","message":"error: api/account - Method: create: The provided password does not comply to the password policy"}
3
- {"level":"error","message":"error: api/account - Method: create: The provided password does not comply to the password policy"}
4
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
5
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
6
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
7
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
8
- {"level":"error","message":"error: api/authorisations - Method: remove: Cannot read properties of undefined (reading 'toString')"}
9
- {"level":"error","message":"error: api/authorisations - Method: remove: Cannot read properties of undefined (reading 'toString')"}
10
- {"level":"info","message":"This is a log test"}
11
- {"level":"error","message":"error: api/users - Method: get: No record found for id '69382b47e62fa333c2761b2e'"}
12
- {"level":"error","message":"error: api/users - Method: patch: No record found for id '69382b47e62fa333c2761b2e'"}
13
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
14
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
15
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
16
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
17
- {"level":"error","message":"error: api/storage - Method: get: The specified key does not exist."}
18
- {"level":"error","message":"error: api/storage - Method: get: The specified key does not exist."}
19
- {"level":"error","message":"error: api/account - Method: create: The provided password does not comply to the password policy"}
20
- {"level":"error","message":"error: api/account - Method: create: The provided password does not comply to the password policy"}
21
- {"level":"error","message":"error: api/account - Method: create: The provided password does not comply to the password policy"}
22
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
23
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
24
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
25
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
26
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on subject(s)"}
27
- {"level":"info","message":"This is a log test"}
28
- {"level":"error","message":"error: api/users - Method: get: No record found for id '69382ba2787a1d350b42cf84'"}
29
- {"level":"error","message":"error: api/users - Method: patch: No record found for id '69382ba2787a1d350b42cf84'"}
30
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
31
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
32
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
33
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
34
- {"level":"error","message":"error: api/storage - Method: get: The specified key does not exist."}
35
- {"level":"error","message":"error: api/storage - Method: get: The specified key does not exist."}
36
- {"level":"error","message":"error: api/account - Method: create: The provided password does not comply to the password policy"}
37
- {"level":"error","message":"error: api/account - Method: create: The provided password does not comply to the password policy"}
38
- {"level":"error","message":"error: api/account - Method: create: The provided password does not comply to the password policy"}
39
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
40
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
41
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
42
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
43
- {"level":"error","message":"error: api/authorisations - Method: remove: Cannot read properties of undefined (reading 'toString')"}
44
- {"level":"error","message":"error: api/authorisations - Method: remove: Cannot read properties of undefined (reading 'toString')"}
45
- {"level":"info","message":"This is a log test"}
46
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
47
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
48
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
49
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
50
- {"level":"error","message":"error: api/storage - Method: get: The specified key does not exist."}
51
- {"level":"error","message":"error: api/storage - Method: get: The specified key does not exist."}
52
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
53
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
54
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
55
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
56
- {"level":"error","message":"error: api/authorisations - Method: remove: Cannot read properties of undefined (reading 'toString')"}
57
- {"level":"error","message":"error: api/authorisations - Method: remove: Cannot read properties of undefined (reading 'toString')"}
58
- {"level":"info","message":"This is a log test"}
59
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
60
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
61
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
62
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
63
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on resource"}
64
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on resource"}
65
- {"level":"info","message":"This is a log test"}
66
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
67
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
68
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
69
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
70
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on resource"}
71
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on resource"}
72
- {"level":"info","message":"This is a log test"}
73
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
74
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
75
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
76
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
77
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
78
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on resource"}
79
- {"level":"info","message":"This is a log test"}
80
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
81
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
82
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
83
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
84
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
85
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on resource"}
86
- {"level":"info","message":"This is a log test"}
87
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
88
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
89
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
90
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
91
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on resource"}
92
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on resource"}
93
- {"level":"info","message":"This is a log test"}
94
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
95
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
96
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
97
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
98
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on resource"}
99
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on resource"}
100
- {"level":"info","message":"This is a log test"}
101
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
102
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
103
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
104
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
105
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on resource"}
106
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on resource"}
107
- {"level":"info","message":"This is a log test"}
108
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
109
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
110
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
111
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
112
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on resource"}
113
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on resource"}
114
- {"level":"info","message":"This is a log test"}
115
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
116
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
117
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
118
- {"level":"error","message":"error: api/authorisations - Method: create: isObjectID is not defined"}
119
- {"level":"error","message":"error: api/authorisations - Method: create: isObjectID is not defined"}
120
- {"level":"error","message":"error: api/authorisations - Method: remove: isObjectID is not defined"}
121
- {"level":"info","message":"This is a log test"}
122
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
123
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
124
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
125
- {"level":"error","message":"error: api/authorisations - Method: create: Cannot find subjects = 6938322c77182f3d3bc7f97c to dynamically populate."}
126
- {"level":"error","message":"error: api/authorisations - Method: create: Cannot find subjects = 6938322c77182f3d3bc7f97c to dynamically populate."}
127
- {"level":"error","message":"error: api/authorisations - Method: remove: Cannot find subjects = 6938322c77182f3d3bc7f97c to dynamically populate."}
128
- {"level":"info","message":"This is a log test"}
129
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
130
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
131
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
132
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
133
- {"level":"error","message":"error: api/authorisations - Method: remove: isObjectID is not defined"}
134
- {"level":"error","message":"error: api/authorisations - Method: remove: isObjectID is not defined"}
135
- {"level":"info","message":"This is a log test"}
136
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
137
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
138
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
139
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
140
- {"level":"error","message":"error: api/authorisations - Method: remove: Cannot find object with id 6938337d7c183f3eb66f7ea2 to dynamically populate."}
141
- {"level":"error","message":"error: api/authorisations - Method: remove: Cannot find object with id 6938337d7c183f3eb66f7ea2 to dynamically populate."}
142
- {"level":"info","message":"This is a log test"}
143
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
144
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
145
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
146
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
147
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on subject(s)"}
148
- {"level":"info","message":"This is a log test"}
@@ -1,58 +0,0 @@
1
- {"level":"error","message":"error: api/account - Method: create: The provided password does not comply to the password policy"}
2
- {"level":"error","message":"error: api/account - Method: create: The provided password does not comply to the password policy"}
3
- {"level":"error","message":"error: api/account - Method: create: The provided password does not comply to the password policy"}
4
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
5
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
6
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
7
- {"level":"error","message":"error: api/users - Method: find: failed to reconnect after 30 attempts with interval 1000 ms"}
8
- {"level":"error","message":"error: api/users - Method: find: failed to reconnect after 30 attempts with interval 1000 ms"}
9
- {"level":"error","message":"error: api/users - Method: create: failed to reconnect after 30 attempts with interval 1000 ms"}
10
- {"level":"error","message":"error: api/users - Method: create: failed to reconnect after 30 attempts with interval 1000 ms"}
11
- {"level":"error","message":"error: api/messages - Method: create: server instance pool was destroyed"}
12
- {"level":"info","message":"This is a log test"}
13
- {"level":"error","message":"Could not connect to mongodb database(s), please check your configuration failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {\n name: 'MongoNetworkError'\n}]","name":"MongoNetworkError","stack":"MongoNetworkError: failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {\n name: 'MongoNetworkError'\n}]\n at Pool.<anonymous> (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/topologies/server.js:441:11)\n at Pool.emit (node:events:524:28)\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/pool.js:564:14\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/pool.js:1000:11\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:32:7\n at callback (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:300:5)\n at Socket.<anonymous> (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:330:7)\n at Object.onceWrapper (node:events:639:26)\n at Socket.emit (node:events:524:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)"}
14
- {"level":"error","message":"Could not connect to mongodb database(s), please check your configuration failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {\n name: 'MongoNetworkError'\n}]","name":"MongoNetworkError","stack":"MongoNetworkError: failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {\n name: 'MongoNetworkError'\n}]\n at Pool.<anonymous> (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/topologies/server.js:441:11)\n at Pool.emit (node:events:524:28)\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/pool.js:564:14\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/pool.js:1000:11\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:32:7\n at callback (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:300:5)\n at Socket.<anonymous> (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:330:7)\n at Object.onceWrapper (node:events:639:26)\n at Socket.emit (node:events:524:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)"}
15
- {"level":"error","message":"Could not connect to mongodb database(s), please check your configuration failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {\n name: 'MongoNetworkError'\n}]","name":"MongoNetworkError","stack":"MongoNetworkError: failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {\n name: 'MongoNetworkError'\n}]\n at Pool.<anonymous> (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/topologies/server.js:441:11)\n at Pool.emit (node:events:524:28)\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/pool.js:564:14\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/pool.js:1000:11\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:32:7\n at callback (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:300:5)\n at Socket.<anonymous> (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:330:7)\n at Object.onceWrapper (node:events:639:26)\n at Socket.emit (node:events:524:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)"}
16
- {"level":"error","message":"Could not connect to mongodb database(s), please check your configuration failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {\n name: 'MongoNetworkError'\n}]","name":"MongoNetworkError","stack":"MongoNetworkError: failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {\n name: 'MongoNetworkError'\n}]\n at Pool.<anonymous> (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/topologies/server.js:441:11)\n at Pool.emit (node:events:524:28)\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/pool.js:564:14\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/pool.js:1000:11\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:32:7\n at callback (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:300:5)\n at Socket.<anonymous> (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:330:7)\n at Object.onceWrapper (node:events:639:26)\n at Socket.emit (node:events:524:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)"}
17
- {"level":"error","message":"Could not connect to mongodb database(s), please check your configuration failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {\n name: 'MongoNetworkError'\n}]","name":"MongoNetworkError","stack":"MongoNetworkError: failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {\n name: 'MongoNetworkError'\n}]\n at Pool.<anonymous> (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/topologies/server.js:441:11)\n at Pool.emit (node:events:524:28)\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/pool.js:564:14\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/pool.js:1000:11\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:32:7\n at callback (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:300:5)\n at Socket.<anonymous> (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:330:7)\n at Object.onceWrapper (node:events:639:26)\n at Socket.emit (node:events:524:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)"}
18
- {"level":"error","message":"Could not connect to mongodb database(s), please check your configuration failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {\n name: 'MongoNetworkError'\n}]","name":"MongoNetworkError","stack":"MongoNetworkError: failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {\n name: 'MongoNetworkError'\n}]\n at Pool.<anonymous> (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/topologies/server.js:441:11)\n at Pool.emit (node:events:524:28)\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/pool.js:564:14\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/pool.js:1000:11\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:32:7\n at callback (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:300:5)\n at Socket.<anonymous> (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:330:7)\n at Object.onceWrapper (node:events:639:26)\n at Socket.emit (node:events:524:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)"}
19
- {"level":"error","message":"Could not connect to mongodb database(s), please check your configuration failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {\n name: 'MongoNetworkError'\n}]","name":"MongoNetworkError","stack":"MongoNetworkError: failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {\n name: 'MongoNetworkError'\n}]\n at Pool.<anonymous> (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/topologies/server.js:441:11)\n at Pool.emit (node:events:524:28)\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/pool.js:564:14\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/pool.js:1000:11\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:32:7\n at callback (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:300:5)\n at Socket.<anonymous> (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:330:7)\n at Object.onceWrapper (node:events:639:26)\n at Socket.emit (node:events:524:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)"}
20
- {"level":"error","message":"Could not connect to mongodb database(s), please check your configuration failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {\n name: 'MongoNetworkError'\n}]","name":"MongoNetworkError","stack":"MongoNetworkError: failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {\n name: 'MongoNetworkError'\n}]\n at Pool.<anonymous> (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/topologies/server.js:441:11)\n at Pool.emit (node:events:524:28)\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/pool.js:564:14\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/pool.js:1000:11\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:32:7\n at callback (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:300:5)\n at Socket.<anonymous> (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:330:7)\n at Object.onceWrapper (node:events:639:26)\n at Socket.emit (node:events:524:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)"}
21
- {"level":"error","message":"Could not connect to mongodb database(s), please check your configuration failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {\n name: 'MongoNetworkError'\n}]","name":"MongoNetworkError","stack":"MongoNetworkError: failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {\n name: 'MongoNetworkError'\n}]\n at Pool.<anonymous> (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/topologies/server.js:441:11)\n at Pool.emit (node:events:524:28)\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/pool.js:564:14\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/pool.js:1000:11\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:32:7\n at callback (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:300:5)\n at Socket.<anonymous> (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:330:7)\n at Object.onceWrapper (node:events:639:26)\n at Socket.emit (node:events:524:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)"}
22
- {"level":"error","message":"Could not connect to mongodb database(s), please check your configuration failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {\n name: 'MongoNetworkError'\n}]","name":"MongoNetworkError","stack":"MongoNetworkError: failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {\n name: 'MongoNetworkError'\n}]\n at Pool.<anonymous> (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/topologies/server.js:441:11)\n at Pool.emit (node:events:524:28)\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/pool.js:564:14\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/pool.js:1000:11\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:32:7\n at callback (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:300:5)\n at Socket.<anonymous> (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:330:7)\n at Object.onceWrapper (node:events:639:26)\n at Socket.emit (node:events:524:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)"}
23
- {"level":"error","message":"Could not connect to mongodb database(s), please check your configuration failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {\n name: 'MongoNetworkError'\n}]","name":"MongoNetworkError","stack":"MongoNetworkError: failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {\n name: 'MongoNetworkError'\n}]\n at Pool.<anonymous> (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/topologies/server.js:441:11)\n at Pool.emit (node:events:524:28)\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/pool.js:564:14\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/pool.js:1000:11\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:32:7\n at callback (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:300:5)\n at Socket.<anonymous> (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:330:7)\n at Object.onceWrapper (node:events:639:26)\n at Socket.emit (node:events:524:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)"}
24
- {"level":"error","message":"Could not connect to mongodb database(s), please check your configuration failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {\n name: 'MongoNetworkError'\n}]","name":"MongoNetworkError","stack":"MongoNetworkError: failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {\n name: 'MongoNetworkError'\n}]\n at Pool.<anonymous> (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/topologies/server.js:441:11)\n at Pool.emit (node:events:524:28)\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/pool.js:564:14\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/pool.js:1000:11\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:32:7\n at callback (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:300:5)\n at Socket.<anonymous> (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:330:7)\n at Object.onceWrapper (node:events:639:26)\n at Socket.emit (node:events:524:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)"}
25
- {"level":"error","message":"Could not connect to mongodb database(s), please check your configuration failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {\n name: 'MongoNetworkError'\n}]","name":"MongoNetworkError","stack":"MongoNetworkError: failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {\n name: 'MongoNetworkError'\n}]\n at Pool.<anonymous> (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/topologies/server.js:441:11)\n at Pool.emit (node:events:524:28)\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/pool.js:564:14\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/pool.js:1000:11\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:32:7\n at callback (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:300:5)\n at Socket.<anonymous> (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:330:7)\n at Object.onceWrapper (node:events:639:26)\n at Socket.emit (node:events:524:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)"}
26
- {"level":"error","message":"Could not connect to mongodb database(s), please check your configuration failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {\n name: 'MongoNetworkError'\n}]","name":"MongoNetworkError","stack":"MongoNetworkError: failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {\n name: 'MongoNetworkError'\n}]\n at Pool.<anonymous> (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/topologies/server.js:441:11)\n at Pool.emit (node:events:524:28)\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/pool.js:564:14\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/pool.js:1000:11\n at /home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:32:7\n at callback (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:300:5)\n at Socket.<anonymous> (/home/luc/Development/kalisio/kdk/node_modules/mongodb/lib/core/connection/connect.js:330:7)\n at Object.onceWrapper (node:events:639:26)\n at Socket.emit (node:events:524:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)"}
27
- {"level":"error","message":"error: api/account - Method: create: The provided password does not comply to the password policy"}
28
- {"level":"error","message":"error: api/account - Method: create: The provided password does not comply to the password policy"}
29
- {"level":"error","message":"error: api/account - Method: create: The provided password does not comply to the password policy"}
30
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
31
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
32
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
33
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
34
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on subject(s)"}
35
- {"level":"info","message":"This is a log test"}
36
- {"level":"error","message":"error: api/users - Method: get: No record found for id '6942771cd38c8b63e8783481'"}
37
- {"level":"error","message":"error: api/users - Method: patch: No record found for id '6942771cd38c8b63e8783481'"}
38
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
39
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
40
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
41
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
42
- {"level":"error","message":"error: api/storage - Method: get: NoSuchKey"}
43
- {"level":"error","message":"error: api/storage - Method: get: NoSuchKey"}
44
- {"level":"error","message":"error: api/account - Method: create: The provided password does not comply to the password policy"}
45
- {"level":"error","message":"error: api/account - Method: create: The provided password does not comply to the password policy"}
46
- {"level":"error","message":"error: api/account - Method: create: The provided password does not comply to the password policy"}
47
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
48
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
49
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
50
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
51
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on subject(s)"}
52
- {"level":"info","message":"This is a log test"}
53
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
54
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
55
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
56
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
57
- {"level":"error","message":"error: api/storage - Method: get: NoSuchKey"}
58
- {"level":"error","message":"error: api/storage - Method: get: NoSuchKey"}
@@ -1,17 +0,0 @@
1
- {"level":"error","message":"error: api/account - Method: create: The provided password does not comply to the password policy"}
2
- {"level":"error","message":"error: api/account - Method: create: The provided password does not comply to the password policy"}
3
- {"level":"error","message":"error: api/account - Method: create: The provided password does not comply to the password policy"}
4
- {"level":"error","message":"error: api/messages - Method: create: You are not allowed to access service messages"}
5
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
6
- {"level":"error","message":"error: api/users - Method: create: The provided password does not comply to the password policy"}
7
- {"level":"error","message":"error: api/authorisations - Method: create: You are not allowed to change authorisation on resource"}
8
- {"level":"error","message":"error: api/authorisations - Method: remove: You are not allowed to change authorisation on subject(s)"}
9
- {"level":"info","message":"This is a log test"}
10
- {"level":"error","message":"error: api/users - Method: get: No record found for id '697ba8696f4ee8c7e49542cd'"}
11
- {"level":"error","message":"error: api/users - Method: patch: No record found for id '697ba8696f4ee8c7e49542cd'"}
12
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
13
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
14
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
15
- {"level":"error","message":"error: api/service - Method: create: validation failed"}
16
- {"level":"error","message":"error: api/storage - Method: get: NoSuchKey"}
17
- {"level":"error","message":"error: api/storage - Method: get: NoSuchKey"}
@@ -1 +0,0 @@
1
- {"level":"error","message":"error: api/vigicrues-stations - Method: find: Point coordinates must be finite numbers"}
@@ -1,33 +0,0 @@
1
- {"level":"info","message":"Logger configured"}
2
- {"level":"info","message":"Initializing weacast-gfs plugin"}
3
- {"level":"info","message":"Initializing gfs-world forecast"}
4
- {"level":"info","message":"Checking for up-to-date forecast data on gfs-world/u-wind"}
5
- {"level":"info","message":"Checking for up-to-date forecast data on gfs-world/v-wind"}
6
- {"level":"info","message":"Completed forecast data update on gfs-world/v-wind"}
7
- {"level":"info","message":"Completed forecast data update on gfs-world/u-wind"}
8
- {"level":"error","message":"error: api/alerts - Method: create: Not Found"}
9
- {"level":"error","message":"error: api/alerts - Method: create: Not Found"}
10
- {"level":"error","message":"Cannot check alert 6929a954bc2c33c5e5584bca as no data is available for gfs-world"}
11
- {"level":"error","message":"error: api/alerts - Method: create: Not Found"}
12
- {"level":"error","message":"error: api/alerts - Method: create: Not Found"}
13
- {"level":"error","message":"error: api/alerts - Method: create: Not Found"}
14
- {"level":"error","message":"Cannot check alert 6929a955bc2c33c5e558510d as no data is available for features service vigicrues-observations"}
15
- {"level":"error","message":"error: api/alerts - Method: create: Not Found"}
16
- {"level":"error","message":"error: api/catalog - Method: create: Object with name equals to dummy already exist for service catalog"}
17
- {"level":"info","message":"Logger configured"}
18
- {"level":"info","message":"Logger configured"}
19
- {"level":"info","message":"Initializing weacast-gfs plugin"}
20
- {"level":"info","message":"Initializing gfs-world forecast"}
21
- {"level":"info","message":"Checking for up-to-date forecast data on gfs-world/u-wind"}
22
- {"level":"info","message":"Checking for up-to-date forecast data on gfs-world/v-wind"}
23
- {"level":"info","message":"Completed forecast data update on gfs-world/u-wind"}
24
- {"level":"info","message":"Completed forecast data update on gfs-world/v-wind"}
25
- {"level":"error","message":"Cannot check alert 6929a9b283f1d8c9515cf25c as no data is available for gfs-world"}
26
- {"level":"error","message":"Cannot check alert 6929a9d083f1d8c9515cf79f as no data is available for features service vigicrues-observations"}
27
- {"level":"error","message":"error: api/catalog - Method: create: Object with name equals to dummy already exist for service catalog"}
28
- {"level":"info","message":"Logger configured"}
29
- {"level":"info","message":"Logger configured"}
30
- {"level":"info","message":"Initializing weacast-gfs plugin"}
31
- {"level":"info","message":"Initializing gfs-world forecast"}
32
- {"level":"info","message":"Checking for up-to-date forecast data on gfs-world/u-wind"}
33
- {"level":"info","message":"Checking for up-to-date forecast data on gfs-world/v-wind"}
@@ -1,2 +0,0 @@
1
- {"level":"info","message":"Logger configured"}
2
- {"level":"info","message":"Logger configured"}
@@ -1,26 +0,0 @@
1
- {"level":"info","message":"Logger configured"}
2
- {"level":"info","message":"Initializing weacast-gfs plugin"}
3
- {"level":"info","message":"Initializing gfs-world forecast"}
4
- {"level":"info","message":"Checking for up-to-date forecast data on gfs-world/u-wind"}
5
- {"level":"info","message":"Checking for up-to-date forecast data on gfs-world/v-wind"}
6
- {"level":"info","message":"Completed forecast data update on gfs-world/v-wind"}
7
- {"level":"info","message":"Completed forecast data update on gfs-world/u-wind"}
8
- {"level":"error","message":"Cannot check alert 695cd8a3f08de93e59fe3904 as no data is available for gfs-world"}
9
- {"level":"error","message":"Cannot check alert 695cd8c1f08de93e59fe3e47 as no data is available for features service vigicrues-observations"}
10
- {"level":"error","message":"error: api/catalog - Method: create: Object with name equals to dummy already exist for service catalog"}
11
- {"level":"info","message":"Logger configured"}
12
- {"level":"error","message":"error: api/vigicrues-observations - Method: find: $accumulator missing required argument 'init'"}
13
- {"level":"error","message":"error: api/vigicrues-observations - Method: find: $accumulator missing required argument 'init'"}
14
- {"level":"error","message":"error: api/vigicrues-observations - Method: find: You are not allowed to use $accumulator operator"}
15
- {"level":"error","message":"error: api/vigicrues-observations - Method: find: You are not allowed to use $accumulator operator"}
16
- {"level":"error","message":"error: api/vigicrues-observations - Method: find: You are not allowed to use $function operator"}
17
- {"level":"error","message":"error: api/vigicrues-observations - Method: find: You are not allowed to use $accumulator operator"}
18
- {"level":"error","message":"error: api/vigicrues-observations - Method: find: You are not allowed to use $function operator"}
19
- {"level":"error","message":"error: api/vigicrues-observations - Method: find: You are not allowed to use $accumulator operator"}
20
- {"level":"error","message":"error: api/vigicrues-observations - Method: find: You are not allowed to use $addFields operator"}
21
- {"level":"error","message":"error: api/vigicrues-observations - Method: find: You are not allowed to use $accumulator operator"}
22
- {"level":"error","message":"error: api/vigicrues-observations - Method: find: You are not allowed to use $function operator"}
23
- {"level":"error","message":"error: api/vigicrues-observations - Method: find: You are not allowed to use $accumulator operator"}
24
- {"level":"error","message":"error: api/vigicrues-observations - Method: find: You are not allowed to use $function operator"}
25
- {"level":"error","message":"error: api/vigicrues-observations - Method: find: You are not allowed to use $accumulator operator"}
26
- {"level":"error","message":"error: api/vigicrues-observations - Method: find: You are not allowed to use $function operator"}