go to post Evgeny Shvarov · Jul 9, 2023 Hi @Shanshan Yu ! Try to use DeepSeeWeb project to alter the visualization?
go to post Evgeny Shvarov · Jul 9, 2023 Wow. This is much easier. It’s a pity this is not in documentation. Thank you!
go to post Evgeny Shvarov · Jul 5, 2023 It's is a bit dangerous saying "Package Manager is server-centric". I never code with "server-centric" paradigm, but I always use Package manager. So I install all the necessary packages I need during the docker build procedure of my dev-environment with IRIS. E.g. like in this line: zn "USER" zpm "install git-source-control" do ##class(%Studio.SourceControl.Interface).SourceControlClassSet("SourceControl.Git.Extension") zpm "install passwordless" zpm "install objectscript-json-trace-viewer" zpm "load /home/irisowner/dev/ -dev -v":1:1 halt Can I use such an approach with snippets?
go to post Evgeny Shvarov · Jul 5, 2023 Hi @Ikram Shah ! Tomorrow we'll publish the bonus table for all the applications. If something is not accurate you comment here or in Discord
go to post Evgeny Shvarov · Jul 5, 2023 Indeed! Looking forward, thank you! The HL7 testing flow looks to be in a high demand.
go to post Evgeny Shvarov · Jul 5, 2023 Hi @Luis Angel Pérez Ramos ! This is great! If the project also available on OEX?
go to post Evgeny Shvarov · Jun 30, 2023 Hi @John Murray ! Great idea! Will snippets be shown also with client-centric approach for editing? Or this is only a server-side approach feature?
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).