summaryrefslogtreecommitdiffstats
path: root/integrations/api_nodeinfo_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue overview for teams (#19652)Gusted2022-05-161-1/+1
| | | | | | | - Don't use hacky solution to limit to the correct RepoID's, instead use current code to handle these limits. The existing code is more correct than the hacky solution. - Resolves #19636 - Add test-case
* Federation: return useful statistic information for nodeinfo (#19561)65432022-05-021-0/+4
| | | Add statistic information for total user count, active user count, issue count and comment count for `/nodeinfo`
* api: integration test for nodeinfo (#17346)techknowlogick2021-10-181-0/+31