Which area this feature is related to?
/area registry
Which functionality do you think we should add?
Why is this needed? Is your feature request related to a problem?
Allows testing of registry index server using a mock environment without the need for full deployment to sandbox environment.
Detailed description:
Currently, testing the registry index server requires one to build and deploy the index server to a sandbox environment to run integration testing. With mock testing, this would save a lot of time when one might be working endpoints and need to perform testing.
Describe the solution you'd like
Describe alternatives you've considered
Continue with current testing setup as is.
Target Date: 08-23-2022
Which area this feature is related to?
/area registry
Which functionality do you think we should add?
Why is this needed? Is your feature request related to a problem?
Allows testing of registry index server using a mock environment without the need for full deployment to sandbox environment.
Detailed description:
Currently, testing the registry index server requires one to build and deploy the index server to a sandbox environment to run integration testing. With mock testing, this would save a lot of time when one might be working endpoints and need to perform testing.
Describe the solution you'd like
GET /indexGET /index/:typeGET /healthGET /devfiles/:nameGET /devfiles/:name/:versionGET /devfiles/:name/starter-projects/:starterProjectNameGET /devfiles/:name/:version/starter-projects/:starterProjectNameGET /v2indexGET /v2index/:typeGET /v2/*proxyPathHEAD /v2/*proxyPathUses form of filesystem environment to simulate file IO done by endpointsDescribe alternatives you've considered
Continue with current testing setup as is.
Target Date: 08-23-2022