@@ -16,7 +16,7 @@ The list below describes the available reporting APIs. Follow the links on the A
1616- [ Repo list] ( #repo-list ) ← List of repos for a single org
1717- [ Repo info] ( #repo-info ) ← Stats for a single repo [ Some data Enterprise only]
1818- [ Repo dashboard] ( #repo-dashboard ) ← Dependency Dashboard information [ Enterprise only]
19- - [ Repo pull requests] ( #repo-pull-requests ) ← List of pull requests for a single repo [ Enterprise only / GitHub only ]
19+ - [ Repo pull requests] ( #repo-pull-requests ) ← List of pull requests for a single repo [ Enterprise only]
2020- [ LibYears - System] ( #libyears---system ) ← Libyears data for the whole system [ Enterprise only]
2121- [ LibYears - Org] ( #libyears---org ) ← Libyears data for a single org [ Enterprise only]
2222- [ LibYears - Repo] ( #libyears---repo ) ← Libyears data for a single repo [ Enterprise only]
@@ -28,8 +28,6 @@ Reporting APIs are disabled by default.
2828
2929When Reporting APIs are enabled, relevant data will be collected after every Renovate job and stored locally in the Renovate database.
3030
31- The ` Repo pull requests ` API is available for GitHub only. To enable it, see configuration table below.
32-
3331| Container | Configuration variable | Description |
3432| -----------| -------------------------------------| ----------------------------------------------------------------------------------------------------------------------------------------------|
3533| Worker | ` RENOVATE_REPOSITORY_CACHE ` | Set to ` enabled ` to enable ` Repo pull requests ` API |
@@ -47,11 +45,11 @@ See the table below for a list of reporting API URL formats.
4745| [ Org info] ( #org-info ) <br />[ Some data Enterprise only] | [ GET] /api/v1/orgs/{org} | |
4846| [ Repo list] ( #repo-list ) | [ GET] /api/v1/orgs/{org}/-/repos | state=[ installed,uninstalled,all] (default=installed) <br > limit (default=100, max=10,000) |
4947| [ Repo info] ( #repo-info ) <br />[ Some data Enterprise only] | [ GET] /api/v1/repos/{org}/{repo} | |
50- | [ Repo dashboard] ( #repo-dashboard ) <br />[ Enterprise only] | [ GET] /api/v1/repos/{org}/{repo}/-/dashboard | |
51- | [ Repo pull requests] ( #repo-pull-requests ) <br />[ Enterprise only] < br /> [ GitHub only ] | [ GET] /api/v1/repos/{org}/{repo}/-/pulls | state=[ open,merged,closed,all] (default=open) <br > limit (default=100, max=10,000) |
52- | [ LibYears - System] ( #libyears---system ) <br />[ Enterprise only] | [ GET] /api/v1/orgs/-/libyears | state=[ installed,suspended,active] (default=installed) <br > details (default=false) <br > limit (default=100, max=10,000) |
53- | [ LibYears - Org] ( #libyears---org ) <br />[ Enterprise only] | [ GET] /api/v1/orgs/{org}/-/libyears | details (default=false) <br > limit (default=100, max=10,000) |
54- | [ LibYears - Repo] ( #libyears---repo ) <br />[ Enterprise only] | [ GET] /api/v1/repos/{org}/{repo}/-/libyears | |
48+ | [ Repo dashboard] ( #repo-dashboard ) <br />[ Enterprise only] | [ GET] /api/v1/repos/{org}/{repo}/-/dashboard | |
49+ | [ Repo pull requests] ( #repo-pull-requests ) <br />[ Enterprise only] | [ GET] /api/v1/repos/{org}/{repo}/-/pulls | state=[ open,merged,closed,all] (default=open) <br > limit (default=100, max=10,000) |
50+ | [ LibYears - System] ( #libyears---system ) <br />[ Enterprise only] | [ GET] /api/v1/orgs/-/libyears | state=[ installed,suspended,active] (default=installed) <br > details (default=false) <br > limit (default=100, max=10,000) |
51+ | [ LibYears - Org] ( #libyears---org ) <br />[ Enterprise only] | [ GET] /api/v1/orgs/{org}/-/libyears | details (default=false) <br > limit (default=100, max=10,000) |
52+ | [ LibYears - Repo] ( #libyears---repo ) <br />[ Enterprise only] | [ GET] /api/v1/repos/{org}/{repo}/-/libyears | |
5553
5654## Details of Reporting APIs
5755
@@ -503,9 +501,8 @@ Note: Available only with Enterprise Edition. Returns no data when returned from
503501### Repo pull requests
504502
505503> [ !IMPORTANT]
506- > 1 . The ` Repo pull request ` API only works with GitHub repositories.
507- > 2 . Requires ` RENOVATE_REPOSITORY_CACHE=enabled ` set on Worker containers.
508- > 3 . If using S3 repo cache, the ` RENOVATE_X_REPO_CACHE_FORCE_LOCAL ` must be set on Worker containers.
504+ > 1 . Requires ` RENOVATE_REPOSITORY_CACHE=enabled ` set on Worker containers.
505+ > 2 . If using S3 repo cache, the ` RENOVATE_X_REPO_CACHE_FORCE_LOCAL ` must be set on Worker containers.
509506
510507API: [ GET] /api/v1/repos/{org}/{repo}/-/pulls
511508
0 commit comments