@futdevpro/nts-dynamo 1.15.60 → 1.15.64

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 +1551 -1541
  2. package/.dynamo/logs/cicd-pipeline/status.json +39 -39
  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": 315,
3
+ "startedAt": "2026-06-20T00:36:02.998Z",
4
+ "startedAtMs": 1781915762998,
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-20T00:36:03.048Z",
14
14
  "logLineStart": 2,
15
15
  "logLineEnd": 7,
16
- "durationSec": 0.2
16
+ "durationSec": 0.3
17
17
  },
18
18
  "discord-start": {
19
19
  "status": "ok",
20
- "startedAt": "2026-06-18T05:40:24.575Z",
20
+ "startedAt": "2026-06-20T00:36:04.356Z",
21
21
  "logLineStart": 8,
22
22
  "logLineEnd": 13,
23
- "durationSec": 2.7
23
+ "durationSec": 3
24
24
  },
25
25
  "pre-flight": {
26
26
  "status": "ok",
27
- "startedAt": "2026-06-18T05:40:28.248Z",
27
+ "startedAt": "2026-06-20T00:36:08.314Z",
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-20T00:36:09.500Z",
35
35
  "logLineStart": 17,
36
- "logLineEnd": 100,
37
- "durationSec": 20.7
36
+ "logLineEnd": 112,
37
+ "durationSec": 33.4
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-20T00:36:43.921Z",
42
+ "logLineStart": 113,
43
+ "logLineEnd": 121,
44
+ "durationSec": 3.5
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-20T00:36:48.451Z",
49
+ "logLineStart": 122,
50
+ "logLineEnd": 123,
51
+ "durationSec": 24.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-20T00:37:13.827Z",
56
+ "logLineStart": 124,
57
+ "logLineEnd": 2765,
58
+ "durationSec": 25.9,
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": 6.285
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": 929,
68
+ "text": "āŒāŒ Error handleMessage: Error: Test error",
69
+ "details": "at UserContext.<anonymous> (/tmp/pipeline-runs/f62c1c84-1d02-4cc9-97af-50fa9e7c712e/build/_modules/assistant/_services/ass-io.control-service.spec.js:68:136)\nat QueueRunner.attempt (/tmp/pipeline-runs/f62c1c84-1d02-4cc9-97af-50fa9e7c712e/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/f62c1c84-1d02-4cc9-97af-50fa9e7c712e/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)\nat runNext (/tmp/pipeline-runs/f62c1c84-1d02-4cc9-97af-50fa9e7c712e/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)\nat /tmp/pipeline-runs/f62c1c84-1d02-4cc9-97af-50fa9e7c712e/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11\nat /tmp/pipeline-runs/f62c1c84-1d02-4cc9-97af-50fa9e7c712e/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9",
70
+ "detailLineEnd": 935
71
71
  },
72
72
  {
73
- "line": 2119,
73
+ "line": 942,
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/f62c1c84-1d02-4cc9-97af-50fa9e7c712e/build/_modules/assistant/_services/ass-io.control-service.spec.js:92:136)\nat QueueRunner.attempt (/tmp/pipeline-runs/f62c1c84-1d02-4cc9-97af-50fa9e7c712e/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/f62c1c84-1d02-4cc9-97af-50fa9e7c712e/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)\nat runNext (/tmp/pipeline-runs/f62c1c84-1d02-4cc9-97af-50fa9e7c712e/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)\nat /tmp/pipeline-runs/f62c1c84-1d02-4cc9-97af-50fa9e7c712e/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11\nat /tmp/pipeline-runs/f62c1c84-1d02-4cc9-97af-50fa9e7c712e/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9",
76
+ "detailLineEnd": 948
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": 1981,
80
+ "text": "............................................................****************.........................................āŒ getDataByDependencyId failed, dependencyKey is missing from service! (test_data)",
81
+ "details": "šŸ“ /tmp/pipeline-runs/f62c1c84-1d02-4cc9-97af-50fa9e7c712e/build/_services/base/data.service.spec.js:182:87",
82
+ "detailLineEnd": 1982
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-20T00:37:40.796Z",
89
+ "logLineStart": 2766,
90
90
  "logLineEnd": null,
91
91
  "durationSec": null
92
92
  }