Mendix with Gitlab - How to check diffs in Mendix Project ?

0
I want to use Gitlab as my repository manager for my Mendix project over default Mendix team server. Reason is I will be able to build docker images and run those on AWS. Has anyone did the same ? How code reviewer will be able to see diffs on Gitlab ? Currently I am not able to see any because my changes are in .mpr file. Any other alternative to achieve the successful deployment on AWS using/without using docker ?
asked
1 answers
1

HI rushikesh,

Take a look here: https://docs.mendix.com/developerportal/deploy/run-mendix-docker-image  and related articles.

Its not required to have a GIT repository to make this happen.

Another note: The diffing in Mendix is currently done in the modeler, per document text based and not visual. Which will be improved in the near future. Building your own diffing based on GIT would be a waist of time ;-)

 

answered