• Where i can found a git workflow exmaple of an sugarCrm application ?

    Hello everyone, At our company, we have implemented a Git system for our client applications. However, we are experiencing challenges with database changes across our three types of environments: development, staging, and production (master). We're…
  • Should I keep versioning role-based views?

    Hi everyone, We've been using Git to deploy Sugar code on premise for a while now, and since my customer started playing with role-based views, I ask myself this question : Should I keep versioning those views? The obvious answer is "Yes, you should,…
  • Calculation formulas broken after git pull

    Hi all, I've been developing a set of formulas for a client. After some testing on my localhost I've committed everything to our repository and pulled it over to the user testing instance. The pull works fine, the permissions are OK. Then, as you would…
  • Workflow to ship through Git a custom module without having every developer/server to manually load it

    Hello! (Sorry for the length but I think it could help many people, so I will take the time to explain) My teammates and I are working on some custom developments into SugarCRM (version 7.6), and we have some trouble to understand what is the right way…