go to post Evgeny Shvarov · Oct 25, 2024 Sounds like an opportunity for a usefull "addon" package for IRIS, no?
go to post Evgeny Shvarov · Oct 24, 2024 Thank you, @Alexander Koblov ! Should the developer of the REST.API service call this method everytime, or there is a way to understand whether the Audit is on for the particular REST.API service?
go to post Evgeny Shvarov · Oct 1, 2024 Hi @John Murray ! Yes, it just works, thanks to @Timothy Leavitt and his team. The only thing you need is to make sure that your dev module is described via IPM, and install and setup git-source-control. Here is an example template for interoperability production that demonstrates the feature. And here is the only setup line that is needed after git-source-control is installed via IPM: zpm "install git-source-control" do ##class(%Studio.SourceControl.Interface).SourceControlClassSet("SourceControl.Git.Extension")
go to post Evgeny Shvarov · Oct 1, 2024 @Brett Saviano , maybe I'm mixing something up, but I'm just trying to provide you feedback, that developers that follow the client-side paradigm (actually the majority of existing developers to my knowledge) should still have any option to edit BPL/DTL and DFI and today the way is via server-side UI tools, and of course, they would expect changes reflected in their client git setup, which git-source-control wonderfully does.
go to post Evgeny Shvarov · Oct 1, 2024 Thanks, @John Murray ! I made it work by manually filing the server in a docker container. The IPM browser works nicely! And it beautifully displays what is installed in the namespace. But I wasn't able to install any app, e.g. tried with Webterminal:
go to post Evgeny Shvarov · Oct 1, 2024 1. Yes, but it can add some automation, as for docker-way port can be a random everytime, so this mean manual setup every build. Which is easy to setup, but every time. 2. Yes, UI Integration. And, if we are talking about client-side editing it is possible to edit those files manually (they are just XML files) of course. But ideally, the developer could call a UI in IRIS to edit the file from within a file, and the changes be saved into this file after editing in the IRIS UI app. 3. What exactly is "incorrect"? ) git-source-control perfectly works as a tool to deliver changes made in IRIS developer UI tools into client-side files. Well, you can say that it is server-side editing, and I agree, as every IRIS-driven developer UI tool is on the IRIS side, meaning server-side in this case. But still, it works perfectly and doesn't demand developers to change their client-side approach to a server-side in this case.
go to post Evgeny Shvarov · Sep 29, 2024 It is possible to deploy frontend/fullstack apps via IPM. Take a look e.g. this or this one. There is also a helper package for js-based frontend by @Timothy Leavitt, which suggests yet another approach.
go to post Evgeny Shvarov · Sep 28, 2024 Thanks for introducing it, @John Murray ! How does it work with docker dev environment? I launched the basic docker environment via this basic template and don't see the functionality, though have Server Explorer working:
go to post Evgeny Shvarov · Sep 26, 2024 So: for everyone who tries it via IPM - works ONLY if installed in %SYS. Otherwise it installs itself but doesn't work silently.
go to post Evgeny Shvarov · Sep 26, 2024 installed as IPM module into USER - doesn't work. Installed after that into %SYS - works. Any ideas?
go to post Evgeny Shvarov · Sep 26, 2024 I use VSCode client-side coding with IRIS every day. Caveats: 1. it'd be great to ease connection to a dockerised IRIS - especially if docker-compose file is not in the root. Anyway the settings.json is a mandatory component, though it can be just the same all the time. 2. Saving changes for UI elements to changed local files for some components of Interoperability and IRIS BI is not complete. For example, editing pivots in the analyzer, term lists, lookup files, etc. 3. git-source control becomes a must-have for client side editing - especially for UI elements. Maybe we could consider some functionality a mandatory part of ObjectScript extension?
go to post Evgeny Shvarov · Sep 26, 2024 Great stuff, @Dmitry Maslennikov ! What are the benefits compared to Web Terminal?
go to post Evgeny Shvarov · Sep 25, 2024 The article is VERY modest. Do you want to share anything else more than how to install the app?