Post Closed
297
Views
6
Comments
Solved
The best way to use all opportunities of Git

Good day to you!

I ran into the problem of using all the features of Git, with the connection to Outsystems.

At the moment I don’t see how to use the pull(merge)-request option,  branch creation using the built-in versioning system in Outsystems. 

So I tried to find a solution to integrate Github with Outsystems solutions and I also did not find a native solution, only the documentation for creating the API.

What solutions do you apply to this kind of problem?
Thanks

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP
Solution

Hi Andrii,

There is no GIT integration with OutSytems.

OutSystems has its one  version control system, and it's own merging process.

There are no pull-requests and no support for branching. Instead, OutSystems is trunk-based. On every 1CP you deploy to the trunk.

For more information see:

https://www.outsystems.com/evaluation-guide/how-does-outsystems-enable-team-collaboration/

Regards,

Daniel

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

In addition to what Daniël wrote, I'm wondering why you thought that OutSystems had Git integration in the first place? Because from your question, it seems you're assuming it has.

2022-09-30 11-07-58
Andrii Voinalovych

Because building a complex web/mobile - app must support sphere standards, which is version control by git. This applies either to DevOps tools f.e.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Sphere standards are, unless we are talking about totally different Sphere standards, humanitarian standards for health and sanitation. So I'm not sure what they have to do with software.

And as Daniël wrote, OutSystems does not interface with git, it has its own version control. Branching, pull requests etc. are not possible with OutSystems. You cannot integrate git(hub) with OutSystems.

UserImage.jpg
Shyam Guru Singh

How can we do the version control of one specific action(client/server). Is there any way through which we can identify, who has done what changes over the course of time period? 

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Shyam,

Your question is not directly related to this post, so please start a new topic. I'm going to close this post.