-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: User should be able to configure default git branch at the app level #24879
Comments
This is being worked on in the epic #26530 |
This is very much important for us! One use case: We normally merge all things to the This feature of changing the default branch would be very important so we can point the users to the right branch when using the application. |
This was released on Appsmith Enterprise v1.9.46 |
@Nikhil-Nandagopal any reason this didn't come for business edition as well? We discussed this recently and I was ready to give it a try. |
@rhuanbarreto I spoke to @infinitetrooper and this feature was planned as part of our epic to support multi-instance deployments for enterprises. I believe your use case was
I believe point #1 should be working once you set it in your repo settings. Is there a reason your hotfix isn't going to the master branch? Because that should solve this problem |
The branching problem is partially on us as well. Because we use also 3 separate appsmith instances in order to deploy applications, which generates a commit lag between the dev/test/prod instances that are all connected to the main branch but not synchronized. So this feature would cover our current usage as well. Totally understand the bookmark use case but this use case could be solved by removing the branch parameter on the main branch. Then the bookmark would be affected by the change. For now we changed to use 3 different branches for each environment as a workaround. |
Is there an existing issue for this?
Summary
A user wants to use git-sync to facilitate multiple environments. We only support changing the default branch from git-repo and then syncing it back in Appsmith. Although, the user needs to be able to change the default branch at the app level regardless of the default branch set at the repository level.
Why should this be worked on?
This will allow the user to have different applications - prod, qa, dev with separate default branches.
The text was updated successfully, but these errors were encountered: