pmm icon indicating copy to clipboard operation
pmm copied to clipboard

PMM-7 update percona-platform URLs

Open BupycHuk opened this issue 1 year ago • 5 comments

PMM-7

Link to the Feature Build: SUBMODULES-0

If this PR adds or removes or alters one or more API endpoints, please review and add or update the relevant API documents as well:

  • [ ] API Docs updated

If this PR is related to some other PRs in this or other repositories, please provide links to those PRs:

  • Links to related pull requests (optional).

BupycHuk avatar Nov 07 '23 07:11 BupycHuk

Seems on problem with go modules

JiriCtvrtka avatar Nov 07 '23 08:11 JiriCtvrtka

Hm, in fact we broke all PMM builds. There will be no way to build old PMM version, because there is no more percona-platform dependencies.

artemgavrilov avatar Nov 15 '23 13:11 artemgavrilov

@artemgavrilov it keeps working because of redirection on github side

BupycHuk avatar Nov 15 '23 13:11 BupycHuk

@artemgavrilov it keeps working because of redirection on github side

go: github.com/percona/[email protected]: parsing go.mod:
	module declares its path as: github.com/percona-platform/dbaas-api
	        but was required as: github.com/percona/dbaas-api
Error: Process completed with exit code 1.

artemgavrilov avatar Nov 15 '23 13:11 artemgavrilov

There will be no way to build old PMM version

I'll improve this PR to use replace in go.mod instead of changing imports

BupycHuk avatar Nov 15 '23 13:11 BupycHuk