ipm
ipm copied to clipboard
InterSystems ObjectScript Package Manager
Fix #364 and #244
Reviewing https://github.com/intersystems/ipm/actions/runs/8879408830 vs. baseline https://github.com/intersystems/ipm/actions/runs/8883338832 - install + test all packages with 4 or more released versions - [x] *Many* packages are having issues with the FileCopy resource processor not...
Fixes #454 **Upgrade Path** zpm 0.7.1 (once released) will be able to install zpm 0.9.0 (once released). **Storage Migration** Moves `^ZPM.Dev.ModuleD` to `^IPM.Storage.ModuleD` In `^IPM.Storage.ModuleD(,"Defaults",n)` maps classname to equivalent -...
Splitting this out from https://github.com/intersystems/ipm/pull/437 as a separate issue: - [x] Be smarter about expired community edition licenses; could have a min version flag or a file with a list...
In %IPM.Main:Load: ``` } ElseIf ##class(%File).Exists(tDirectoryName),$$$lcase($Piece(tDirectoryName, ".", *)) = "tgz" { Set tTargetDirectory = $$$FileTempDirSys Set tSC = ##class(%IPM.General.Archive).Extract(tDirectoryName, tTargetDirectory) $$$ThrowOnError(##class(%IPM.Utils.Module).LoadNewModule(tTargetDirectory, .tParams)) } ``` This should: * Support .tar.gz as...
Not only that syntax is malfunctioned, but all ways of importing/exporting dfi files All this is not working properly https://github.com/intersystems/ipm/pull/169 For example When upload  When download and install into...
Hi, _Issue_: Many applications need some initial % data pointers (global nodes) and initial routine(s) to check the environment or to start a background job, etc. InterSystems IRIS offers the...
With v0.9, IPM gains the ability to be installed namespace-specific, but is currently restricted to explicitly *not* run in %SYS. Really the main goal had been to get it out...
It should be possible to specify a semantic version expression in SystemRequirements that must be met by the currently-installed IPM version for the installation to work. This needs to be...
USER>d $SYSTEM.SQL.Util.SetOption("DelimitedIdentifiers",0) USER>zpm "install zpmhub" ERROR! SQLCODE: -25 Message: Input (?) encountered after end of query^ SELECT DISTINCT %EXACT Dependencies_VersionString ?