Hi Team,
We are currently working on a project set up where we are using NIFI registry as a centralized location to store data and sync it from NIFI to Gitlab.
When we try to commit the changes from NIFI to registry we do see the version flows getting reflected in the Registry Web UI but those version flows are not getting pushed to the upstream/remote branch in GitLab.
<class>org.apache.nifi.registry.provider.flow.git.GitFlowPersistenceProvider</class>
Above is the class that we are using for GitLab persistence in providers.xml configuration file.
Any suggestions on this issue are greatly appreciated.