Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cap-js-community/mtx-tool

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cap-js-community/mtx-tool - npm Package Versions

23

0.9.2

Diff

Changelog

Source

v0.9.2 - 2024-12-13

Fixed

  • cds: fix cds upgrade safety net for stalled upgrades

  • the whatwg-url override did not reach users, because it only works locally. this should be fixed by using shrinkwrap.

rlindner81sap
published 0.9.1 •

rlindner81sap
published 0.9.0 •

Changelog

Source

v0.9.0 - 2024-12-07

Removed

  • node v16 is no longer supported

  • hdi: remove legacy instance manager code

  • cds: remove legacy cds-mtx code

  • reg: remove registry job command

  • srv: remove server info command

Changed

  • marked --server-start-debugger as not dangerous

Added

  • established baseline test coverage

  • hdi: list relations also gets the --json flag

Fixed

  • override whatwg-url to v14. this fixes a punycode incompatibility warning when using the commonjs variant of node-fetch with node v21+.

  • fix some internal context call queuing under parallel execution

  • fix console output for --server-start-debugger and --version

rlindner81sap
published 0.8.8 •

Changelog

Source

v0.8.8 - 2024-12-04

Added

  • reg/cds/hdi: the list and long list command gets a --json flag to produce json output (fixes #86)

  • uaa: all uaa commands get a --json flag to produce json output

  • code scanning with codeQL

Fixed

  • added node v22 to voters

  • better separation for test request-replay recording and playback

  • hdi: fixed logic for ready list column, such that it's false if either instance or binding is not ready

  • srv: better resilience for apps with no buildpack

rlindner81sap
published 0.8.7 •

Changelog

Source

v0.8.7 - 2024-07-23

Added

  • reg: new --only-stale and --only-failed filter options for most registry commands. stale here means that the last changed on day is older than the invocation day.

Fixed

  • reg: --registry-update-all is more resilient for failing calls

  • better error message for users with access restrictions due to new btp space supporter role

rlindner81sap
published 0.8.6 •

Changelog

Source

v0.8.6 - 2024-06-03

Fixed

  • cds: upgrade now fails with a non-zero error code if an underlying task fails
rlindner81sap
published 0.8.5 •

Changelog

Source

v0.8.5 - 2024-05-15

Changed

  • reg: registry service calls now happen concurrently where appropriate similar to hdi and cds interactions.

Added

  • added environment variables to control polling frequency for interactions:

    | environment variable | effect | | :------------------- | :----------------------------------------------------------------------------------- | | MTX_CDS_FREQUENCY | change polling frequency milliseconds for server async job calls (default is 15000) | | MTX_REG_FREQUENCY | change polling frequency milliseconds for service async job calls (default is 15000) |

Fixed

  • reg: better error handling for registry updates
rlindner81sap
published 0.8.4 •

Changelog

Source

v0.8.4 - 2024-05-01

Fixed

  • reg: fixed a paging bug where most registry commands had an infinite loop if more than 200 tenants are handled. (reported by @cgaillydetaurines)
rlindner81sap
published 0.8.3 •

Changelog

Source

v0.8.3 - 2024-04-26

Changed

  • cds: tenant upgrade now logs progress of individual tasks (@sap/cds-mtxs uses one task per tenant) for every poll. the logs will look something like:
    GET https://my-server-mtx.cfapps.sap.hana.ondemand.com/-/cds/jobs/pollJob(ID='d2f560dc-542c-4091-a632-919c941210b4') 200 OK (163ms)
    job d2f560dc-542c-4091-a632-919c941210b4 is RUNNING with tasks queued/running:  5/ 5 | failed/finished:  0/ 0
    GET https://my-server-mtx.cfapps.sap.hana.ondemand.com/-/cds/jobs/pollJob(ID='d2f560dc-542c-4091-a632-919c941210b4') 200 OK (98ms)
    job d2f560dc-542c-4091-a632-919c941210b4 is RUNNING with tasks queued/running:  4/ 5 | failed/finished:  0/ 1
    GET https://my-server-mtx.cfapps.sap.hana.ondemand.com/-/cds/jobs/pollJob(ID='d2f560dc-542c-4091-a632-919c941210b4') 200 OK (98ms)
    job d2f560dc-542c-4091-a632-919c941210b4 is RUNNING with tasks queued/running:  1/ 4 | failed/finished:  0/ 5
    ...
    
  • cds: tenant upgrade now tracks that task progress is still happening. if no progress is detected for 30 minutes, it will show the final status for each tenant and fail.

Added

  • uaa: some arguments can be passed in via environment variable instead of the commandline. this behavior is expected by Jenkins and Github Actions. for example, the following is now possible:
    UAA_USERNAME=user UAA_PASSWORD=pass mtx --uaa-user
    

Fixed

  • sensitive input arguments are now masked in the running console output
rlindner81sap
published 0.8.2 •

Changelog

Source

v0.8.2 - 2024-03-15

Fixed

  • removed npm postinstall script

Changed

  • hdi: all accesses to service instances and bindings now filter for the service-plan hdi-shared. this change allows the service-manager to be used with other services, e.g. redis-cache, alongside HANA containers.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc