Partial Commit Support in Mendix Studio Pro - Mendix Forum

Partial Commit Support in Mendix Studio Pro

2

 

I would like to suggest an enhancement for the commit process in Mendix Studio Pro.

In many real project scenarios, we often work on multiple changes simultaneously — sometimes more than 20 changes at once. However, during deployment or urgent delivery, we may only want to commit a selected set of changes (for example, 10 out of the 20) that are verified and ready.

 

Currently, Studio Pro only allows committing all local changes together, which creates project risk and may delay deployments. Having the ability to partially commit selected changes (similar to Git staging) would provide better control, reduce errors, and support continuous integration practices efficiently.

 

This feature would be very valuable for critical projects and production deployments.

asked
2 answers

Hi Robin,

 

Branching strategies are different from what I mentioned in my idea. I currently have one task with changes, and at the same time I am dealing with a production issue. While making changes, how should we commit specifically for production? If we had a checkbox or similar option, it would be helpful to commit only the production changes alone.

Created

That's what branching strategies are for. 

Created