Shuheng Liu (InterSystems)
Shuheng Liu (InterSystems)
Fix #364 and #244
Allow specifying path to `pip` or `pip3` for installation of requirements.txt. On many Unix systems, `pip` command is a symlink to `pip3` located somewhere on $PATH. In some cases, `pip`...
@isc-tleavitt @isc-kiyer In ObjectScript, there are error codes (5092, 5093) for packages/classes sharing otherwise the same name except for casing. In the current community registry, we already have such problem....
## Bug @isc-tleavitt @isc-kiyer I recently noticed that certain packages (such as `alwo-ompare`) can only be installed successfully on Mac/Windows, but not on Linux/containers. I've also found the underlying reason...
Implement #501
See https://github.com/intersystems/ipm/pull/572#discussion_r1766788253 The expression `${dbrole}` is ambiguous as it potentially only has access to the globals database (not the routine database). Will remove this in v1.x in favor of `${globalsDbRole}`...
See https://github.com/intersystems/ipm/pull/562#discussion_r1764681592 and https://github.com/intersystems/ipm/pull/572#discussion_r1766481177 Shall we add a new resource `` in module.xml? According to the [online doc](https://docs.intersystems.com/iris20242/csp/documatic/%25CSP.Documatic.cls?LIBRARY=%25SYS&PRIVATE=1&CLASSNAME=Security.Roles#Create), it can look like ```xml ``` Thoughts: Maybe change `Resources` to `RoleResources`...
So far the integration tests has only been running on GitHub CI servers so this hasn't been an issue, but we should clean up the dummy modules installed in each...
When running ``` ``` where contains a typo (or something that's neither standard lifecycle nor specified as CustomPhase in module.xml), it doesn't raise any error. We should explicitly check and...