@broadcom/mat-analyze-for-zowe-cli 4.0.0 → 4.1.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 (130) hide show
  1. package/CHANGELOG.md +38 -29
  2. package/LICENSE +17 -20
  3. package/README.md +1749 -1729
  4. package/lib/api/MATRest.js +17 -19
  5. package/lib/api/error/HistogramError.js +17 -19
  6. package/lib/api/error/HttpError.js +2 -1
  7. package/lib/api/request/ICreateProfile.js +17 -19
  8. package/lib/api/request/ICreateProfileRequest.js +17 -19
  9. package/lib/api/request/IInvokeProfile.js +17 -19
  10. package/lib/api/request/IInvokeProfileRequest.js +17 -19
  11. package/lib/api/response/IAdabas.js +17 -19
  12. package/lib/api/response/IAnalysis.js +17 -19
  13. package/lib/api/response/IAuth.js +17 -19
  14. package/lib/api/response/ICallStack.js +17 -19
  15. package/lib/api/response/ICallerid.js +17 -19
  16. package/lib/api/response/ICicstat.js +17 -19
  17. package/lib/api/response/ICodeview.js +17 -19
  18. package/lib/api/response/ICsect.js +17 -19
  19. package/lib/api/response/IDB2View.js +17 -19
  20. package/lib/api/response/IDML.js +17 -19
  21. package/lib/api/response/IDelayLocations.js +17 -19
  22. package/lib/api/response/IDelayviews.js +17 -19
  23. package/lib/api/response/IHistogram.js +17 -19
  24. package/lib/api/response/IHistory.js +17 -19
  25. package/lib/api/response/IIDMSModule.js +17 -19
  26. package/lib/api/response/IIDMSModuleDetail.js +17 -19
  27. package/lib/api/response/IIDMSTask.js +17 -19
  28. package/lib/api/response/IIMSSSAView.js +17 -19
  29. package/lib/api/response/IIMSStatement.js +17 -19
  30. package/lib/api/response/IIMSView.js +17 -19
  31. package/lib/api/response/IIMSViewDBDName.js +17 -19
  32. package/lib/api/response/IIMSViewPSBName.js +17 -19
  33. package/lib/api/response/IIMSViewRegion.js +17 -19
  34. package/lib/api/response/IMonitorList.js +17 -19
  35. package/lib/api/response/IOverview.js +17 -19
  36. package/lib/api/response/IProfileList.js +17 -19
  37. package/lib/api/response/IResponse.js +17 -19
  38. package/lib/api/response/ITranview.js +17 -19
  39. package/lib/cli/monitor/Monitor.definition.js +17 -19
  40. package/lib/cli/monitor/adabas/Adabas.definition.js +17 -19
  41. package/lib/cli/monitor/adabas/Adabas.handler.js +17 -19
  42. package/lib/cli/monitor/codeview/Codeview.definition.js +17 -19
  43. package/lib/cli/monitor/codeview/callerid/Callerid.definition.js +17 -19
  44. package/lib/cli/monitor/codeview/callerid/Callerid.handler.js +17 -19
  45. package/lib/cli/monitor/codeview/csect/Csect.definition.js +17 -19
  46. package/lib/cli/monitor/codeview/csect/Csect.handler.js +17 -19
  47. package/lib/cli/monitor/codeview/histogram/Histogram.definition.js +17 -19
  48. package/lib/cli/monitor/codeview/histogram/csect/HistogramCsect.definition.js +34 -23
  49. package/lib/cli/monitor/codeview/histogram/csect/HistogramCsect.handler.js +108 -49
  50. package/lib/cli/monitor/codeview/histogram/ideal/HistogramIdeal.definition.js +17 -19
  51. package/lib/cli/monitor/codeview/histogram/ideal/HistogramIdeal.handler.js +17 -19
  52. package/lib/cli/monitor/codeview/histogram/natural/HistogramNatural.definition.js +17 -19
  53. package/lib/cli/monitor/codeview/histogram/natural/HistogramNatural.handler.js +17 -19
  54. package/lib/cli/monitor/codeview/ideal/Ideal.definition.js +17 -19
  55. package/lib/cli/monitor/codeview/ideal/Ideal.handler.js +17 -19
  56. package/lib/cli/monitor/codeview/module/Module.definition.js +17 -19
  57. package/lib/cli/monitor/codeview/module/Module.handler.js +17 -19
  58. package/lib/cli/monitor/codeview/natural/Natural.definition.js +17 -19
  59. package/lib/cli/monitor/codeview/natural/Natural.handler.js +17 -19
  60. package/lib/cli/monitor/db2/DB2.definition.js +17 -19
  61. package/lib/cli/monitor/db2/db2view/DB2View.definition.js +17 -19
  62. package/lib/cli/monitor/db2/db2view/DB2View.handler.js +17 -19
  63. package/lib/cli/monitor/db2/sqlview/SQLView.definition.js +17 -19
  64. package/lib/cli/monitor/db2/sqlview/SQLView.handler.js +17 -19
  65. package/lib/cli/monitor/delayview/Delayview.definition.js +17 -19
  66. package/lib/cli/monitor/delayview/address/Address.definition.js +17 -19
  67. package/lib/cli/monitor/delayview/address/Address.handler.js +17 -19
  68. package/lib/cli/monitor/delayview/delay/Delay.definition.js +17 -19
  69. package/lib/cli/monitor/delayview/delay/Delay.handler.js +17 -19
  70. package/lib/cli/monitor/history/History.definition.js +17 -19
  71. package/lib/cli/monitor/history/History.handler.js +17 -19
  72. package/lib/cli/monitor/idms/IDMS.definition.js +17 -19
  73. package/lib/cli/monitor/idms/dml/DML.definition.js +17 -19
  74. package/lib/cli/monitor/idms/dml/DML.handler.js +17 -19
  75. package/lib/cli/monitor/idms/module/IDMSModule.definition.js +17 -19
  76. package/lib/cli/monitor/idms/module/IDMSModule.handler.js +17 -19
  77. package/lib/cli/monitor/idms/task/IDMSTask.definition.js +17 -19
  78. package/lib/cli/monitor/idms/task/IDMSTask.handler.js +17 -19
  79. package/lib/cli/monitor/ims/IMS.definition.js +17 -19
  80. package/lib/cli/monitor/ims/dbdname/DBDName.definition.js +17 -19
  81. package/lib/cli/monitor/ims/dbdname/DBDName.handler.js +17 -19
  82. package/lib/cli/monitor/ims/imsview/IMSView.definition.js +17 -19
  83. package/lib/cli/monitor/ims/imsview/IMSView.handler.js +17 -19
  84. package/lib/cli/monitor/ims/psbname/PSBName.definition.js +17 -19
  85. package/lib/cli/monitor/ims/psbname/PSBName.handler.js +17 -19
  86. package/lib/cli/monitor/ims/region/Region.definition.js +17 -19
  87. package/lib/cli/monitor/ims/region/Region.handler.js +17 -19
  88. package/lib/cli/monitor/ims/ssa/SSA.definition.js +17 -19
  89. package/lib/cli/monitor/ims/ssa/SSA.handler.js +17 -19
  90. package/lib/cli/monitor/ims/statement/Statement.definition.js +17 -19
  91. package/lib/cli/monitor/ims/statement/Statement.handler.js +17 -19
  92. package/lib/cli/monitor/overview/Overview.definition.js +17 -19
  93. package/lib/cli/monitor/overview/Overview.handler.js +17 -19
  94. package/lib/cli/monitor/tranview/Tranview.definition.js +17 -19
  95. package/lib/cli/monitor/tranview/all/All.definition.js +17 -19
  96. package/lib/cli/monitor/tranview/all/All.handler.js +17 -19
  97. package/lib/cli/monitor/tranview/callerid/Callerid.definition.js +17 -19
  98. package/lib/cli/monitor/tranview/callerid/Callerid.handler.js +17 -19
  99. package/lib/cli/monitor/tranview/callstack/CallStack.definition.js +17 -19
  100. package/lib/cli/monitor/tranview/callstack/CallStack.handler.js +17 -19
  101. package/lib/cli/monitor/tranview/csect/CsectDetail.definition.js +17 -19
  102. package/lib/cli/monitor/tranview/csect/CsectDetail.handler.js +17 -19
  103. package/lib/cli/monitor/tranview/delay/DelayDetail.definition.js +17 -19
  104. package/lib/cli/monitor/tranview/delay/DelayDetail.handler.js +17 -19
  105. package/lib/cli/monitor/tranview/module/Module.definition.js +17 -19
  106. package/lib/cli/monitor/tranview/module/Module.handler.js +17 -19
  107. package/lib/cli/monitor/tranview/stat/Cicstat.definition.js +17 -19
  108. package/lib/cli/monitor/tranview/stat/Cicstat.handler.js +17 -19
  109. package/lib/cli/profile/Profile.definition.js +17 -19
  110. package/lib/cli/profile/create/CreateProfile.definition.js +17 -19
  111. package/lib/cli/profile/create/CreateProfile.handler.js +17 -19
  112. package/lib/cli/profile/invoke/InvokeProfile.definition.js +17 -19
  113. package/lib/cli/profile/invoke/InvokeProfile.handler.js +17 -19
  114. package/lib/cli/profile/listprofile/ListProfile.definition.js +17 -19
  115. package/lib/cli/profile/listprofile/ListProfile.handler.js +17 -19
  116. package/lib/cli/session/EndevorSession.d.ts +33 -0
  117. package/lib/cli/session/EndevorSession.js +120 -0
  118. package/lib/cli/session/MATSession.js +17 -19
  119. package/lib/config/config.js +17 -19
  120. package/lib/handlers/AbstractAnalyzeHandler.js +17 -19
  121. package/lib/handlers/AbstractGetHandler.js +17 -19
  122. package/lib/handlers/AbstractObjectDisplayHandler.js +17 -19
  123. package/lib/handlers/AbstractPostHandler.js +17 -19
  124. package/lib/handlers/AbstractProfileActionHandler.js +17 -19
  125. package/lib/handlers/AbstractRestHandler.js +17 -19
  126. package/lib/handlers/AbstractTableDisplayHandler.js +17 -19
  127. package/lib/healthCheck.Handler.js +15 -5
  128. package/lib/imperative.js +17 -19
  129. package/lib/index.js +17 -19
  130. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,29 +1,38 @@
1
- # Change log
2
-
3
- All notable changes to this project are documented in this file.
4
-
5
- ## `4.0.0` - 2026-02-11
6
- ### Added
7
- - The MAT plug-in for Zowe CLI v3 has been updated to support the MAT REST API SpringBoot v3.
8
- (`/matapi/api/v3`, `/api/v3`).
9
-
10
- ### Bug Fix
11
- - Fixed issue with displaying numeric values in responses.
12
-
13
- ## `3.1.0` - 2025-03-26
14
- ### Added
15
- - Support for the `histogram` commands in **IDEAL** and **NATURAL** modes.
16
- - Support for the `codeview` commands in **IDEAL** and **NATURAL** modes.
17
- - Support for the `adabas` commands.
18
- ### Changed
19
- - The previous histogram command has been replaced with a new version that supports **CSECT**
20
- mode. Command `zowe mat monitor codeview histogram` require positional argument `csect` for the
21
- **CSECT** mode: `zowe mat monitor codeview histogram csect [options]`
22
-
23
- ## `3.0.1`
24
-
25
- - Updated the profile creation instructions in documentation
26
-
27
- ## `3.0.0`
28
-
29
- - Release for Zowe v3
1
+ # Change log
2
+
3
+ All notable changes to this project are documented in this file.
4
+
5
+ ## `4.1.0` - 2026-07-30
6
+ ### Bug Fix
7
+ - Hardened listing downloads (`monitor codeview histogram csect`) to reject unsafe file names returned by the server.
8
+ - Endevor connection details for --listing (host, port, credentials) must be configured locally with the --endevor-* options or ZOWE_OPT_ENDEVOR_* environment variables.
9
+
10
+ ## `4.0.1` - 2026-03-25
11
+ ### Bug Fix
12
+ - Resolved an issue where histogram listings were not displayed in responses.
13
+
14
+ ## `4.0.0` - 2026-02-11
15
+ ### Added
16
+ - The MAT plug-in for Zowe CLI v3 has been updated to support the MAT REST API SpringBoot v3.
17
+ (`/matapi/api/v3`, `/api/v3`).
18
+
19
+ ### Bug Fix
20
+ - Fixed issue with displaying numeric values in responses.
21
+
22
+ ## `3.1.0` - 2025-03-26
23
+ ### Added
24
+ - Support for the `histogram` commands in **IDEAL** and **NATURAL** modes.
25
+ - Support for the `codeview` commands in **IDEAL** and **NATURAL** modes.
26
+ - Support for the `adabas` commands.
27
+ ### Changed
28
+ - The previous histogram command has been replaced with a new version that supports **CSECT**
29
+ mode. Command `zowe mat monitor codeview histogram` require positional argument `csect` for the
30
+ **CSECT** mode: `zowe mat monitor codeview histogram csect [options]`
31
+
32
+ ## `3.0.1`
33
+
34
+ - Updated the profile creation instructions in documentation
35
+
36
+ ## `3.0.0`
37
+
38
+ - Release for Zowe v3
package/LICENSE CHANGED
@@ -1,20 +1,17 @@
1
- Copyright (c) 2025 Broadcom. All Rights Reserved. The term
2
- "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
3
-
4
- This software and all information contained therein is
5
- confidential and proprietary and shall not be duplicated,
6
- used, disclosed, or disseminated in any way except as
7
- authorized by the applicable license agreement, without the
8
- express written permission of Broadcom. All authorized
9
- reproductions must be marked with this language.
10
-
11
- EXCEPT AS SET FORTH IN THE APPLICABLE LICENSE AGREEMENT, TO
12
- THE EXTENT PERMITTED BY APPLICABLE LAW, BROADCOM PROVIDES THIS
13
- SOFTWARE WITHOUT WARRANTY OF ANY KIND, INCLUDING WITHOUT
14
- LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR
15
- FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL BROADCOM
16
- BE LIABLE TO THE END USER OR ANY THIRD PARTY FOR ANY LOSS OR
17
- DAMAGE, DIRECT OR INDIRECT, FROM THE USE OF THIS SOFTWARE,
18
- INCLUDING WITHOUT LIMITATION, LOST PROFITS, BUSINESS
19
- INTERRUPTION, GOODWILL, OR LOST DATA, EVEN IF BROADCOM IS
20
- EXPRESSLY ADVISED OF SUCH LOSS OR DAMAGE.
1
+ **************************************************************************************
2
+ Copyright © 2025 BROADCOM Inc and/or its subsidiaries.
3
+
4
+ This software and all information contained therein is confidential and
5
+ proprietary and shall not be duplicated, used, disclosed or disseminated in any
6
+ way except as authorized by the applicable license agreement, without the
7
+ express written permission of Broadcom. All authorized reproductions must be marked
8
+ with this language.
9
+
10
+ EXCEPT AS SET FORTH IN THE APPLICABLE LICENSE AGREEMENT, TO THE EXTENT PERMITTED
11
+ BY APPLICABLE LAW, BROADCOM PROVIDES THIS SOFTWARE WITHOUT WARRANTY OF ANY KIND,
12
+ INCLUDING WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR
13
+ FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL BROADCOM BE LIABLE TO THE END USER
14
+ OR ANY THIRD PARTY FOR ANY LOSS OR DAMAGE, DIRECT OR INDIRECT, FROM THE USE OF
15
+ THIS SOFTWARE, INCLUDING WITHOUT LIMITATION, LOST PROFITS, BUSINESS INTERRUPTION,
16
+ GOODWILL, OR LOST DATA, EVEN IF BROADCOM IS EXPRESSLY ADVISED OF SUCH LOSS OR DAMAGE.
17
+ **************************************************************************************