Skip to content

Commit b6700b2

Browse files
committed
Merge branch 'v3' into v3-api-breaking-changes
1 parent 0cd0ea2 commit b6700b2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1139
-1066
lines changed

Makefile.include

+5-2
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,14 @@ gen-api: ## Generate PMM API
7373
api/swagger/header.json \
7474
api/server/v1/json/v1.json \
7575
api/user/v1/json/v1.json \
76+
api/inventory/v1/json/v1.json \
7677
api/management/v1/json/v1.json \
7778
api/actions/v1/json/v1.json \
78-
api/backup/v1/json/v1.json \
79-
api/advisors/v1/json/v1.json \
8079
api/alerting/v1/json/v1.json \
80+
api/advisors/v1/json/v1.json \
81+
api/backup/v1/json/v1.json \
82+
api/dump/v1/json/v1.json \
83+
api/role/v1/json/v1.json \
8184
api/qan/v1/json/v1.json
8285
bin/swagger validate api/swagger/swagger.json
8386

api/actions/v1/actions.pb.go

+32-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)