Nikolay Soloviev
Nikolay Soloviev
I suggest showing an alert if there are modules that depend on deleted module
Automatically update the list of commands and their descriptions and examples https://github.com/intersystems-community/zpm/wiki/02.-CLI-commands using data from class %ZPM.PackageManager (block XData Commands)
Packages and classes are described in module.xml as resources (for example ``). When packages are installed, a resource uniqueness check is performed, this check for uniqueness based on the Name...
Now if 2 packages have csp applications with the same value in DeployPath attribute, after installing the second package overwrite the first package files
It is currently not possible to install 2 packages if each has a tag with the same Name (eg `` ). I suggest not prohibiting the installation of applications if...
When installing a package (install ...) from a private registry (where the package was published via the publish command), there are no tests in it, but a row is created...