Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
http: Only count publicly seeded repositories
Draft rudolfs opened 1 year ago

Previously the /api/v1/stats endpoint would count any repository that is in the storage regardless of whether the repository is publicly seeded or not.

check check-visual check-unit-test check-http-client-unit-test check-radicle-httpd check-e2e check-build check-http πŸ‘‰ Preview πŸ‘‰ Workflow runs πŸ‘‰ Branch on GitHub

rudolfs opened with revision 60011e05 on base 6f134ca6 +7 -4 1 year ago

Previously the /api/v1/stats endpoint would count any repository that is in the storage regardless of whether the repository is publicly seeded or not.

check check-visual check-unit-test check-http-client-unit-test check-radicle-httpd check-e2e check-build check-http πŸ‘‰ Preview πŸ‘‰ Workflow runs πŸ‘‰ Branch on GitHub

rudolfs pushed revision 2 e6386013 on base 6f134ca6 +59 -19 1 year ago

Fix failing tests.

The problem was that the routing table wasn’t updated because we don’t use a running node in the tests. To fix this I manually update the routing table.