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