Search

Clear filter
Announcement
Timothy Leavitt · Dec 17, 2024

IPM 0.9.0 Released

We have released IPM 0.9.0. I previously remarked on some of the history and reasoning here; to summarize, this is a big release for two reasons: it represents a long-overdue

#InterSystems Package Manager (IPM)

142 Posts12 Followers
Question
Jani Hurskainen · Oct 30, 2024

Sonatype Nexus as IPM repository?

It's not supported at the moment but is it possible to implement the Sonatype Nexus (or JFrog Artifactory) support based on the current (or upcoming) IPM version? In repo command
Article
Shuheng Liu · Jul 15, 2024

Running WSGI applications with IPM

be resolved, check for entries in `messages.log`. You can also reach out to us by [posting an issue](https://github.com/intersystems/ipm/issues/new) # Using IPM to ship WSGI applications
Announcement
Anastasia Dyubaylo · Feb 26

[Video] Unit Testing with IPM

Hey Community, Enjoy the new video on InterSystems Developers YouTube: ⏯ Unit Testing with IPM This is a demo of how to add unit tests to an IRIS application using
Question
Jonathan Lent · Jul 24

How to handle Ens.Config.DefaultSettings() with IPM

to the business. For CI/CD, this means we are trying to leverage IPM for the heavy lifting. Is there a method for handling System Default Settings in IPM that I am just
Question
Sam Duncan · Aug 20

Enabling IPM across namespaces

I've been trying to set up a script I can run after installing an instance to enable IPM across all namespaces. I have been able to install IPM successfully using set r = ##class
Question
Alex Woodhead · Jun 30, 2023

Supporting Licensed IPM (ZPM) products

optionally support other vendor IRIS products For example: a "plug-in" API a knowledge-base And they have an IPM deployed solution. To avoid reinventing the wheel, am
Question
Jani Hurskainen · Oct 28, 2024

Problem with local (private) IPM registry

I'm trying out the package manager (IPM). I'm trying to create a local (private) registry. To me it looks like the local registry installation succeeded but I can't figure out how
Question
Yuri Marx · Nov 7, 2023

How to set ENV variables using IPM?

/jirisreport.jar ports: - 1972 - 52773 - 53773 In this case I created an ENV variable JIRISREPORT using Docker compose, but using IPM xml manifest, Can I set ENV
Question
John McBride · Jun 7, 2023

ZPM / IPM private registry API spec?

Is there a API specification for the ZPM / IPM package manager for anybody that would like to implement their own registry? I believe this is what you're looking for: https
Announcement
Timothy Leavitt · Oct 11, 2024

InterSystems Package Manager (IPM) v0.9.0 Beta

# InterSystems Package Manager 0.9.0 Beta I am excited to announce the upcoming release of InterSystems® Package Manager (IPM) version 0.9.0. This has possible impact for all
Question
Jani Hurskainen · Oct 29, 2024

How to configure local IPM registry authorization?

I'm working on my first (!) IPM module and I'm a little puzzled with the registry authorization. I have a working local registry (I hope!) and the module is loaded (with load
Question
Jani Hurskainen · Nov 5, 2024

How to package a custom IPM resource processor?

I have a custom IPM resource processor like: <Resource Name="example.json" ProcessorClass="OSEX.ipm.demo.IpmResourceProcessor" Foo="from manifest Resource attribute"/>
Question
Jani Hurskainen · Oct 30, 2024

Using the other unit testing frameworks with IPM?

I assume IPM manifest tag UnitTest is tightly coupled with the standard unit test framework, right? However we have our own one that predates the standard one and we are not going