summaryrefslogtreecommitdiffstats
path: root/src/repo.h
Commit message (Collapse)AuthorAgeFilesLines
* repo: allow 128 IPs per repositoryv1.2.5-20OpenGnSys Support Team2024-09-101-1/+1
| | | | rise this artificial limit.
* rest: allow repository to have more than one IP addressOpenGnSys Support Team2024-08-211-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.