go to post Evgeny Shvarov · Nov 5, 2022 Hi @Dmitrii Baranov! Check this basic iris-dev template on the Open Exchange. As you can see it installs git in Dockerfile changing user to root and back to iris-owner: ## install git ## USER root ##RUN apt update && apt-get -y install git ##USER ${ISC_PACKAGE_MGRUSER} if uncommented it installs git via user root. I hope this is what you wanted.
go to post Evgeny Shvarov · Oct 31, 2022 IRIS For Health has this functionality and it is Kubernetes compatible today
go to post Evgeny Shvarov · Oct 30, 2022 @Nikita Savchenko made a ZPM release - now could be installable via ZPM too
go to post Evgeny Shvarov · Oct 28, 2022 Great feature, @Dmitry Maslennikov ! Thank you! [USER|python-faker] Reload START (/usr/irissys/mgr/.modules/USER/python-faker/0.0.2/) [USER|python-faker] requirements.txt START [USER|python-faker] requirements.txt SUCCESS Is it possible with -v tag to see what packages were installed?
go to post Evgeny Shvarov · Oct 27, 2022 The recording of the first Round Table. https://www.youtube.com/embed/bTiL9GzpIJQ[This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings]
go to post Evgeny Shvarov · Oct 27, 2022 Yes, @Jose-Tomas Salvador , this was my point. But r = iris.cls('MyPackage.Subpackage.ClassName')._GetParameter('MYPARAM') Can be converted to: r = iris.cls(__name__)._GetParameter('MYPARAM') if you are in the same class.
go to post Evgeny Shvarov · Oct 27, 2022 Hi Scott! which version of IRIS it is? What is the version of ZPM client?
go to post Evgeny Shvarov · Oct 24, 2022 Thanks @Benjamin De Boe ! Useful article. I think $SYSTEM.OBJ.SetQualifiers("/exportselectivity=0") should be default for the development templates.
go to post Evgeny Shvarov · Oct 24, 2022 Hi @John Murray ! Great we have such documentation. But here is my repo: I have the settings in .vscode/settings.json and don't have it in Devcontainer. Could you send a PR with at least one menu item as an example?
go to post Evgeny Shvarov · Oct 23, 2022 I see. On the other hand ZPM usage can give you a more exposure amongst active ZPM users as this is a very simple and effective approach to install IRIS software packages.
go to post Evgeny Shvarov · Oct 22, 2022 Great! What is the format of the files? Do you support all the elements of Interoperability productions? Can you list it, please?
go to post Evgeny Shvarov · Oct 22, 2022 BTW, @John Murray - is there a way to set up custom links for the menu? E.g. Terminal, Test portal, IRIS BI, etc?