@Eduard Lebedyuk - thank you VERY MUCH for taking the time to share this learning withe Community :)
- Log in to post comments
@Eduard Lebedyuk - thank you VERY MUCH for taking the time to share this learning withe Community :)
@Alex Woodhead - nice work with this :) Thank you for the time you spent writing this up!
@Chris Stewart - this is awesome! thank you for the time you spent putting this together and sharing it ... it's a great example of power through simplicity :)
very helpful reference... thank you for writing it up!
Congratulations and thank you very much to everyone who invests so much into the InterSystems Developer Community!!
@Nimisha Joseph - I always use the Windows uninstall GUI ... if that doesn't work for you I recommend that you contact InterSystems Support.
for the right column on the top two tables, is that number of downloads or number of distict people who downloaded?
glad to hear you got it working!
@Sreevani Goli - I am not sure about the DTL syntax, but looking at the error it looks like the "," is being dropped from the 2nd argument. Maybe you need to try using "","" to escape the double quotes around the comma?
@Benjamin De Boe - congratulations to the entire team for this VERY exciting milestone!!!!
@Sreevani Goli - if you know it is comma delimited and you want to strip off the last comma, you could use $piece() as follows:
USER>s Str="Addr1,Addr2,"
USER>write $piece(Str,",",1,*-1)
Addr1,Addr2This will basically grab the entire string except for the last comma (and anything that comes after it).
well done - thank you for your investment in the rest of us!!
@Alan Watts - there is no client-side Git plugin for Studio. Studio works exclusively with server-side source-control hooks. This is what the git-source-control package on OEX is ... it is server-side source control hooks to allow multiple developers to properly interact with a git repo from a single Namespace within InterSystems IRIS. So once this is properly installed and configured for a given Namespace, once you connect via Studio you should see new top level Menu items in Studio and all changes will be governed by the source control hooks. Nothing else is needed to be installed on the developers' Studio instances in terms of plug-ins, etc.
@Colin Brough - the heart of the GitLab integration with HS shown in this video is the git-source-control package which is available on the Open Exchange for you to download and use: https://community.intersystems.com/post/git-shared-development-environm…
More details can be found here: https://community.intersystems.com/post/video-git-gitlab-shared-develop…
I love the summary (and the statistics :) Thank you to everyone who contributed this content and engaged with it!!
Thanks @Mindy Caldwell - that is the goal! Glad you find it to be useful :)
@Nirmala Rama - I suggest you start a new Question in the Developer Community on this (as it will get more attention than a comment in a 2+ year old thread).
Welcome to the community!!
@Alan Watts - to clarify, can you please confirm that you are trying to use Embedded (aka Server-side) source control using the git-source-control package from OEM?
https://www.intersystems.com/try-intersystems-iris-for-free/
Click "Start Coding Now" and it will spin up a cloud instance with tutorials you can work through.
Welcome to IRIS!!
Thank you for all of the ideas which make all of our products and online offerings better :-)
You can configure your own ZPM registry within your network and serve it from there I believe. See https://community.intersystems.com/post/setting-your-own-intersystems-o…
Wait ... is that a "reCAP" on the logo? ;)
Love it - thanks for all you do!
Please remember to vote in the poll once you read the article! Feel free to ask questions here about apps that may be new to you.
Great video covering the material, and awesome job by @Timothy Leavitt and team on the git-source-control package from OEX which makes this workflow possible.
More details on the tool can be found here: https://community.intersystems.com/post/git-shared-development-environm…
Thanks for the recap - it's great to see everything accomplished this year :) Thank you to everyone to added to our Community this year!!
A great resource for the Community - thank you for taking the time to write this!
Thank you for the wonderfully detailed article!
well done deserved!!!
Well done @Anastasia Dyubaylo - I love how the content is grouped for easy exploration. Keep up the great work everyone :)