ipm icon indicating copy to clipboard operation
ipm copied to clipboard

InterSystems ObjectScript Package Manager

Results 217 ipm issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

bug

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...

bug
enhancement

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 ![Code_dEAEL7ooT7](https://github.com/intersystems/ipm/assets/47441164/e8d8ef29-9d0e-4075-83bd-5e5aeb8aa3b7) When download and install into...

bug

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...

enhancement
prio: medium

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...

documentation
enhancement

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...

enhancement

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 ?

bug