go to post Evgeny Shvarov · Jun 30, 2023 Another option is to use MergeCPF to add users. See an example repo from @Guillaume Rongier with MergeCPF usage. Guillaume modifies user in this repo, but probably you can create one with the same approach. Also it is very easy to let IRIS execute MergeCPF file - just update the following Env Variable listed in docker-compose.yml.
go to post Evgeny Shvarov · Jun 30, 2023 @Gautam Rishi , I see it contains module.xml in the root. So it is prepared to act as a ZPM module. You probably can install it as: USER>zpm "load https://github.com/GendronAC/InterSystems-UnitTest-Mocking"
go to post Evgeny Shvarov · Jun 30, 2023 Hi @AndreClaude Gendron ! Raising again this topic - could you please share your project on Open Exchange? Thanks in advance!
go to post Evgeny Shvarov · Jun 30, 2023 It's not published on OEX, thus is not available on the public ZPM. Calling @AndreClaude Gendron to publish it on Open Exchange.
go to post Evgeny Shvarov · Jun 29, 2023 In addition to what @Dmitry Maslennikov says here is the related information in docs.
go to post Evgeny Shvarov · Jun 29, 2023 Hi @Dheeraj Gupta ! Maybe this article and project by @Henry Pereira could be helpful! Also this project by @Dmitry Maslennikov could be of help.
go to post Evgeny Shvarov · Jun 29, 2023 Calling @Timothy Leavitt as Tim has a lot experience in Mocking. There is also a lib Forgery on OEX by @Rubens Silva that is related.
go to post Evgeny Shvarov · Jun 29, 2023 Hi Gautam! It's not an answer for your question, but I encourage you to try manage tests via Package manager - in this case you don't need to create any directories and globals. this will be: USER>zpm "test your-package-name" that will run all the tests. And you'll be able to introduce tests in a CI pipeline. See the related article.
go to post Evgeny Shvarov · Jun 28, 2023 Thank you both @Dmitry Maslennikov @Gertjan Klein ! This is what I'm looking for!
go to post Evgeny Shvarov · Jun 25, 2023 Installed. But failing to form a connection string. Cannot it just use what I have for VSCode connected automatically? It wants me to create a server in server manager which I never used before (no need).
go to post Evgeny Shvarov · Jun 25, 2023 Thanks, @Alex Woodhead ! What about $objproperty and $objmethod? The first one could be really helpful
go to post Evgeny Shvarov · Jun 24, 2023 Hi @John Murray ! Great contribution! Do you plan to add Apple Silicon support?
go to post Evgeny Shvarov · Jun 24, 2023 Hi @Guillaume Rongier ! Is it possible to add Python based BO into the production with ObjectScript based components (Services, Operations)?
go to post Evgeny Shvarov · Jun 23, 2023 Love it! Thanks a lot, @Alex Woodhead ! This is exactly what I need!
go to post Evgeny Shvarov · Jun 23, 2023 @Philipp Bonin - is it possible to switch the color scheme back to the one I used before? The one that comes with the extension is too bright for me) Thanks!
go to post Evgeny Shvarov · Jun 23, 2023 Thanks a lot, @Alex Woodhead ! @Philipp Bonin , maybe you could consider that in your wonderful ObjectScript to Embedded Python translator?
go to post Evgeny Shvarov · Jun 22, 2023 Hi @Alexander.Woodhead! List installed modules that have a previous IPM bytecode install Having IPM client in place you can check the installed modules and its versions. The newly installed module will replace the old one. List installed modules that would be affected by an IRIS upgrade. Is the newer source code even available in registered repos? (Postpone the IRIS upgrade) I'm not sure I understand correctly what you are asking here. Anyway, one can setup their own IPM registry to supply its customers/clients with IPM modules. and this private IPM registry has the list of all the versions available and the stats of installations if this is set up. So any client that has access to this registry can install any desired version or just the latest if the version is omitted. Provide a batch upgrade option, to upgrade installed modules to the SAME module version but with the newer version of IRIS $ZVersion Byte code I'm not sure this functionality exists. It's better to have a newly published module version with the upgraded IRIS $zversion bytecode. But if this functionality is in need please submit an issue.