-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* PMM-12913 Add a resource name to endpoints ending with /v1 * PMM-12913 fix the linter error (goconst) * PMM-12913 migrate /v1/version * PMM-12913 migrate /v1/readyz * PMM-12913 all endpoints begin with `/v1` * PMM-12913 make gen * PMM-12913 migrate /v1/settings/Get * PMM-12913 fix unit test fo /v1/server/settings * PMM-12913 migrate /v1/settings/Change * PMM-12913 migrate /v1/AWSInstanceCheck * PMM-12913 fix alerting api tests * PMM-12913 fix ManagementService being disabled * PMM-12913 fix backup API tests * PMM-12913 temporarily allow /v1/version * PMM-12913 update admins' readme * PMM-12913 fix the Agent connect path in auth * PMM-12913 fix wrong grpc paths * PMM-12913 fix the port in readme * PMM-12913 fix some grpc paths * PMM-12913 add check-agent-setup script * PMM-12913 migrate /v1/server/leaderHealthCheck endpoint * PMM-12913 migrate /v1/settings/Get * PMM-12913 fix the api test * PMM-12913 migrate /v1/updates/Start * PMM-12913 fix actions * PMM-12913 migrate /logs.zip * PMM-12913 fix auth_server_test * PMM-12913 migrate /v1/updates/Status * PMM-12913 migrate /v1/users * PMM-12913 migrate /v1/inventory/Agents * PMM-12913 fix logs_test * PMM-12913 use an interface for commonAgentParams * PMM-12913 re-add `/agent_id/` * PMM-12913 migrate /v1/inventory/Agents/Get * PMM-12913 migrate /v1/inventory/Agents/Remove * PMM-12913 migrate /v1/inventory/Agents/GetLogs * PMM-12913 migrate /v1/inventory/Nodes * PMM-12913 migrate /v1/inventory/Services * PMM-12913 fix tests for /v1/inventory/services * PMM-12913 migrate /v1/management/Service * PMM-12913 migrate /v1/actions * PMM-12899 migrate /v1/alerting endpoints * PMM-12899 migrate /v1/advisors emdpoints * PMM-12899 rename BackupsService to BackupService * PMM-12899 migrate /v1/backup/Artifacts * PMM-12899 migrate /v1/backup/Backups * PMM-12913 refactor /v1/backups/locations * PMM-12913 refactor /v1/backups/restores * PMM-12913 refactor /v1/dumps * PMM-12913 move dump and role API to v1beta1 folder * PMM-12913 refactor /v1/role, rename tp /v1/accesscontrol * PMM-12913 refactor /v1/management/nodes {Get,LIst} * PMM-12913 refactor /v1/management/services/List * PMM-12913 refactor /v1/management/services/azure * PMM-12913 refactor /v1/management/agent/List * PMM-12913 migrate /v1/platform * PMM-12913 migrate /v1/qan * PMM-12913 refactor the primitive types in alerting.proto * PMM-12913 fix a few linter errors * PMM-12913 do not show CollectorService in swagger * PMM-12913 split /backup/GetLogs up to two endpoints * PMM-12913 fix restore tests * PMM-12913 update migration examples * PMM-12913 fix /v1/qan/metrics:getFilters being unavailable * PMM-12913 fix the linter error * PMM-12913 fix /v1/qan/metrics:getFilters test * PMM-12913 update migration examples * PMM-12913 fix an iteration bug * PMM-12913 fix an issue with QAN failing to persist data * PMM-12913 remove debug output * PMM-12913 auth_server fixes for QAN * PMM-12913 fix agent API tests * PMM-12913 fix the QAN URL routing issue * PMM-12913 remove the unnecessary PMM_NICER_API * PMM-12913 add the routing error handler * PMM-12913 minor syntax fixes * PMM-12913 remove PMM_LESS_LOG_NOISE envvar * PMM-12913 remove ID normalizers * PMM-12913 update the migration doc * PMM-12913 better error handling * PMM-12913 fix /v1/backups/artifacts/{artifact_id} delete endpoint * PMM-12913 simplify setup.py * PMM-12913 fix a linter error * PMM-12913 merge ArtifactService with BackupService * Revert "PMM-12913 better error handling" This reverts commit add2d3f. * PMM-12913: regenerate code, fix Makefile.include * PMM-12913: fix node_test * PMM-12913: fix UnregisterNode method name * PMM-12857 fix API tests * PMM-12857 fix agent tests * PMM-12857 fix auth_test and clean up readyz_test * PMM-12857 fix settings_test * PMM-12857 fix auth_test * PMM-13054 fix the backup test * PMM-13054 fix advisor tests * PMM-13054 fix auth_server tests again * PMM-13054 remove redundant functionality * PMM-13054 fix actions tests * PMM-13054 minor cleanup * PMM-13054 disable platform tests until the env is ready * PMM-13054 fix advisors_test * PMM-13054 try better error msg to debug failures * PMM-13054 fix alerting_test * Revert "PMM-13054 try better error msg to debug failures" This reverts commit 862ec3b.
- Loading branch information
Showing
577 changed files
with
94,155 additions
and
105,683 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.