Hi Community,
Play the new video on InterSystems Developers YouTube:
⏯ Using Code Based Source Control for Health Connect Cloud
https://www.youtube.com/embed/hevUuxIOce4
[This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings]
Learn how to develop code for integrations in HealthShare Health Connect Cloud using Git tools and Visual Studio Code for source control. Basic knowledge is assumed of Health Connect Cloud source control architecture. Basic knowledge is also assumed of using Git in VS Code or a command line to fetch and push code. To follow along, install InterSystems ObjectScript extensions for VS Code and contact your system maintainer for access to your GitLab repository.
Enjoy watching it and look out for more videos! 👍
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-environments
Great video!
Also, instead of using login-password for GitLab repository I'd recommend use SSH-key. It is more secure and will not demand providing password with every git push.
Check GitLab documentation on ssh-key setup.
I'm interested in finding out more about the GitLab CI/CD pipeline options that might be available outside of the Cloud offering.
We are currently Ensemble 2018.1, though hopefully moving to Iris soon. Our development workflow is:
So we'd be really interested in the CI/CD options mentioned in the GitLab instance offered as part of the Iris/Health Connect Cloud - the dev, test and production deployment deployments. Is the stuff offered on the Cloud available on prem? Is there more information available somewhere about the CI/CD options in GitLab and integrating with Iris?
@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-environments
More details can be found here: https://community.intersystems.com/post/video-git-gitlab-shared-developm...