@futdevpro/nts-dynamo 1.15.60 → 1.15.67

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 (26) hide show
  1. package/.dynamo/logs/cicd-pipeline/output.log +1562 -1466
  2. package/.dynamo/logs/cicd-pipeline/status.json +38 -38
  3. package/.github/workflows/main.yml +432 -426
  4. package/build/_collections/global-settings.const.d.ts.map +1 -1
  5. package/build/_collections/global-settings.const.js +6 -0
  6. package/build/_collections/global-settings.const.js.map +1 -1
  7. package/build/_collections/mongo-reconnect-guard.util.d.ts +74 -0
  8. package/build/_collections/mongo-reconnect-guard.util.d.ts.map +1 -0
  9. package/build/_collections/mongo-reconnect-guard.util.js +111 -0
  10. package/build/_collections/mongo-reconnect-guard.util.js.map +1 -0
  11. package/build/_models/interfaces/global-settings.interface.d.ts +21 -0
  12. package/build/_models/interfaces/global-settings.interface.d.ts.map +1 -1
  13. package/build/_services/core/global.service.d.ts.map +1 -1
  14. package/build/_services/core/global.service.js +15 -2
  15. package/build/_services/core/global.service.js.map +1 -1
  16. package/build/_services/server/app.server.d.ts.map +1 -1
  17. package/build/_services/server/app.server.js +21 -0
  18. package/build/_services/server/app.server.js.map +1 -1
  19. package/package.json +1 -1
  20. package/src/_collections/global-settings.const.ts +7 -0
  21. package/src/_collections/mongo-reconnect-guard.util.spec.ts +52 -0
  22. package/src/_collections/mongo-reconnect-guard.util.ts +172 -0
  23. package/src/_models/interfaces/global-settings.interface.ts +22 -0
  24. package/src/_services/core/global.service.spec.ts +17 -0
  25. package/src/_services/core/global.service.ts +19 -5
  26. package/src/_services/server/app.server.ts +22 -1
@@ -1,7 +1,7 @@
1
1
  {
2
- "pid": 912,
3
- "startedAt": "2026-06-18T05:40:23.346Z",
4
- "startedAtMs": 1781761223346,
2
+ "pid": 16061,
3
+ "startedAt": "2026-06-20T18:25:34.500Z",
4
+ "startedAtMs": 1781979934500,
5
5
  "phase": "npm-publish",
6
6
  "pipelineComplete": false,
7
7
  "serverRunning": false,
@@ -10,83 +10,83 @@
10
10
  "steps": {
11
11
  "validate-secrets": {
12
12
  "status": "ok",
13
- "startedAt": "2026-06-18T05:40:23.356Z",
13
+ "startedAt": "2026-06-20T18:25:34.543Z",
14
14
  "logLineStart": 2,
15
15
  "logLineEnd": 7,
16
16
  "durationSec": 0.2
17
17
  },
18
18
  "discord-start": {
19
19
  "status": "ok",
20
- "startedAt": "2026-06-18T05:40:24.575Z",
20
+ "startedAt": "2026-06-20T18:25:35.792Z",
21
21
  "logLineStart": 8,
22
22
  "logLineEnd": 13,
23
- "durationSec": 2.7
23
+ "durationSec": 2.5
24
24
  },
25
25
  "pre-flight": {
26
26
  "status": "ok",
27
- "startedAt": "2026-06-18T05:40:28.248Z",
27
+ "startedAt": "2026-06-20T18:25:39.244Z",
28
28
  "logLineStart": 14,
29
29
  "logLineEnd": 16,
30
30
  "durationSec": 0.2
31
31
  },
32
32
  "install": {
33
33
  "status": "ok",
34
- "startedAt": "2026-06-18T05:40:29.464Z",
34
+ "startedAt": "2026-06-20T18:25:40.445Z",
35
35
  "logLineStart": 17,
36
- "logLineEnd": 100,
37
- "durationSec": 20.7
36
+ "logLineEnd": 177,
37
+ "durationSec": 109
38
38
  },
39
39
  "check-dev-leftovers": {
40
40
  "status": "ok",
41
- "startedAt": "2026-06-18T05:40:51.147Z",
42
- "logLineStart": 101,
43
- "logLineEnd": 109,
44
- "durationSec": 3.2
41
+ "startedAt": "2026-06-20T18:27:30.478Z",
42
+ "logLineStart": 178,
43
+ "logLineEnd": 186,
44
+ "durationSec": 4.7
45
45
  },
46
46
  "build": {
47
47
  "status": "ok",
48
- "startedAt": "2026-06-18T05:40:55.301Z",
49
- "logLineStart": 110,
50
- "logLineEnd": 111,
51
- "durationSec": 27.1
48
+ "startedAt": "2026-06-20T18:27:36.146Z",
49
+ "logLineStart": 187,
50
+ "logLineEnd": 188,
51
+ "durationSec": 28.4
52
52
  },
53
53
  "test": {
54
54
  "status": "ok",
55
- "startedAt": "2026-06-18T05:41:23.352Z",
56
- "logLineStart": 112,
57
- "logLineEnd": 2755,
58
- "durationSec": 18.7,
55
+ "startedAt": "2026-06-20T18:28:05.582Z",
56
+ "logLineStart": 189,
57
+ "logLineEnd": 2851,
58
+ "durationSec": 31.5,
59
59
  "testSummary": {
60
- "totalSpecs": 1402,
60
+ "totalSpecs": 1411,
61
61
  "failures": 0,
62
- "passed": 1402,
63
- "testDurationSec": 5.597
62
+ "passed": 1411,
63
+ "testDurationSec": 5.703
64
64
  },
65
65
  "errors": [
66
66
  {
67
- "line": 1553,
68
- "text": "...................................********.....................................................❌ getDataByDependencyId failed, dependencyKey is missing from service! (test_data)",
69
- "details": "},\nissuer: 'test-issuer'\n}\n📍 /tmp/pipeline-runs/9d72a24f-60ff-45c0-8695-080eaae97895/build/_services/base/data.service.spec.js:182:87",
70
- "detailLineEnd": 1554
67
+ "line": 526,
68
+ "text": "❌❌ Error handleMessage: Error: Test error",
69
+ "details": "at UserContext.<anonymous> (/tmp/pipeline-runs/93384ebe-2fad-41fb-931c-9d441b82e62c/build/_modules/assistant/_services/ass-io.control-service.spec.js:92:136)\nat QueueRunner.attempt (/tmp/pipeline-runs/93384ebe-2fad-41fb-931c-9d441b82e62c/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)\nat QueueRunner.run (/tmp/pipeline-runs/93384ebe-2fad-41fb-931c-9d441b82e62c/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)\nat runNext (/tmp/pipeline-runs/93384ebe-2fad-41fb-931c-9d441b82e62c/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)\nat /tmp/pipeline-runs/93384ebe-2fad-41fb-931c-9d441b82e62c/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11\nat /tmp/pipeline-runs/93384ebe-2fad-41fb-931c-9d441b82e62c/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9",
70
+ "detailLineEnd": 532
71
71
  },
72
72
  {
73
- "line": 2119,
73
+ "line": 539,
74
74
  "text": "❌❌ Error handleMessage: Error: Test error",
75
- "details": "at UserContext.<anonymous> (/tmp/pipeline-runs/9d72a24f-60ff-45c0-8695-080eaae97895/build/_modules/assistant/_services/ass-io.control-service.spec.js:68:136)\nat QueueRunner.attempt (/tmp/pipeline-runs/9d72a24f-60ff-45c0-8695-080eaae97895/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)\nat QueueRunner.run (/tmp/pipeline-runs/9d72a24f-60ff-45c0-8695-080eaae97895/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)\nat runNext (/tmp/pipeline-runs/9d72a24f-60ff-45c0-8695-080eaae97895/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)\nat /tmp/pipeline-runs/9d72a24f-60ff-45c0-8695-080eaae97895/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11\nat /tmp/pipeline-runs/9d72a24f-60ff-45c0-8695-080eaae97895/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9\nat processTicksAndRejections (node:internal/process/task_queues:95:5)",
76
- "detailLineEnd": 2126
75
+ "details": "at UserContext.<anonymous> (/tmp/pipeline-runs/93384ebe-2fad-41fb-931c-9d441b82e62c/build/_modules/assistant/_services/ass-io.control-service.spec.js:68:136)\nat QueueRunner.attempt (/tmp/pipeline-runs/93384ebe-2fad-41fb-931c-9d441b82e62c/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)\nat QueueRunner.run (/tmp/pipeline-runs/93384ebe-2fad-41fb-931c-9d441b82e62c/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)\nat runNext (/tmp/pipeline-runs/93384ebe-2fad-41fb-931c-9d441b82e62c/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)\nat /tmp/pipeline-runs/93384ebe-2fad-41fb-931c-9d441b82e62c/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11\nat /tmp/pipeline-runs/93384ebe-2fad-41fb-931c-9d441b82e62c/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9",
76
+ "detailLineEnd": 545
77
77
  },
78
78
  {
79
- "line": 2133,
80
- "text": "❌❌ Error handleMessage: Error: Test error",
81
- "details": "at UserContext.<anonymous> (/tmp/pipeline-runs/9d72a24f-60ff-45c0-8695-080eaae97895/build/_modules/assistant/_services/ass-io.control-service.spec.js:92:136)\nat QueueRunner.attempt (/tmp/pipeline-runs/9d72a24f-60ff-45c0-8695-080eaae97895/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)\nat QueueRunner.run (/tmp/pipeline-runs/9d72a24f-60ff-45c0-8695-080eaae97895/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)\nat runNext (/tmp/pipeline-runs/9d72a24f-60ff-45c0-8695-080eaae97895/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)\nat /tmp/pipeline-runs/9d72a24f-60ff-45c0-8695-080eaae97895/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11\nat /tmp/pipeline-runs/9d72a24f-60ff-45c0-8695-080eaae97895/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9\nat processTicksAndRejections (node:internal/process/task_queues:95:5)",
82
- "detailLineEnd": 2140
79
+ "line": 1570,
80
+ "text": "..........❌ getDataByDependencyId failed, dependencyKey is missing from service! (test_data)",
81
+ "details": ".....................[DyNTS LVS hydrate] 'pool-a' pool: 3 vektor betöltve az in-memory pool-ba.\n.[DyNTS LVS hydrate] 'pool-a' pool: 1 vektor betöltve az in-memory pool-ba.\n.[DyNTS LVS hydrate] 'pool-a' pool: 1 vektor betöltve az in-memory pool-ba.\n📍 /tmp/pipeline-runs/93384ebe-2fad-41fb-931c-9d441b82e62c/build/_services/base/data.service.spec.js:182:87",
82
+ "detailLineEnd": 1571
83
83
  }
84
84
  ]
85
85
  },
86
86
  "npm-publish": {
87
87
  "status": "running",
88
- "startedAt": "2026-06-18T05:41:43.151Z",
89
- "logLineStart": 2756,
88
+ "startedAt": "2026-06-20T18:28:38.121Z",
89
+ "logLineStart": 2852,
90
90
  "logLineEnd": null,
91
91
  "durationSec": null
92
92
  }