Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rest: allow repository to have more than one IP address | OpenGnSys Support Team | 2024-08-21 | 1 | -0/+20 |
Repository can have more than one single IP address. * Add alias field to database to represent the extra IPs that are attached to the repository, update schema and add version 9. * Use og_dbi_get_repository_ip() to infer the repository IP address. * Add helper functions (src/repo.c) to build a list of repositories and update rest API to use it. |