Geo: store clone URLs in GeoNode for the GeoLogCursor replication
requested to merge 2536-geo-store-clone-urls-in-geonode-for-the-geologcursor-replication into master
What does this MR do?
- Adds a clone URL to the GeoNode table
- When a new GeoNode is created and marked as primary, it reads current configuration and saves to GeoNode
- Adds an initializer to update the clone URL if different from the one stored in the primary GeoNode
Are there points in the code the reviewer needs to double check?
Why was this MR needed?
The clone URL can be drastically different from the node's external_url
. It can have different host and use non-standard port:
gitlab_rails['gitlab_ssh_host'] = 'ssh.host_example.com'
gitlab_rails['gitlab_shell_ssh_port'] = 22
See #2536 (closed) for more information.
Does this MR meet the acceptance criteria?
-
Changelog entry added, if necessary -
Documentation created/updated -
API support added - Tests
-
Added for this feature/bug -
All builds are passing
-
-
Conform by the merge request performance guides -
Conform by the style guides -
Branch has no merge conflicts with master
(if it does - rebase it please) -
Squashed related commits together
What are the relevant issue numbers?
Closes #2536 (closed)
Edited by Gabriel Mazetto