The Git sync feature is very useful to synchronise with a git repository. However, there appear to be some bugs in the implementation (at least when working with Gitlab.
What's working:
Tests:
- when reading a commit history, it looks like the API is not loading the commits properly:
This almost looks like it is trying to query the refmd api server instead of the gitlab server, but maybe those requests are translated by the api container....
- once a change has been made, a pull brings up "Resolve conflicts" even if no conflict is present
- this does not appear to affect function, but is a bit confusing
- git actions are slow
- in general, the sync actions appear to take longer than expected (the Gitlab server in this case is co-located on the same hypervisor, so should be very fast)
The Git sync feature is very useful to synchronise with a git repository. However, there appear to be some bugs in the implementation (at least when working with Gitlab.
What's working:
Tests:
apicontainer can access gitlab server and resolves it properlyGateway Timeouts occur
console shows the following errors:
This almost looks like it is trying to query the refmd api server instead of the gitlab server, but maybe those requests are translated by the api container....