isc-dchui
isc-dchui
Introduce support for OCI registries using ORAS. Mostly uses the ORAS Python client library via embedded Python, but augmented with ObjectScript and REST. A docker container containing a simple OCI...
The repo setting "DeploymentEnabled" is rather misleading as a repo with "DeploymentEnabled"=0 can still be published it. Instead, it is a way of denoting the default repo that is published...
Resolves #701 Almost all of this is internal refactoring, but it also includes some improvements to the CLI help.
Embedded SQL uses the `%msg` variable and not the `%message` variable. The code should also initialize `%msg` before trying to use it. The code as it stands: ``` ClassMethod Install(ByRef...
Some of the integration tests publish to a registry and it would be nice to be able to clean this up by unpublishing. Unfortunately `unpublish` currently requires a user to...
Currently the only way a user can determine which Python packages have been installed are either looking in the mgr directory or running an IRIS command like `w $zf(-100,"/SHELL","pip","list")`. It...
When you call zpm "package" with a path specified, e.g. `\foo\bar\`, it exports the code into `\foo\bar\` but creates the tarball at `\foo\bar.tgz\`. This is one directory level up from...