-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DO NOT REVIEW] Simplify API Registration - Applications.Datastores #6414
Conversation
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Test Results2 960 tests - 21 2 951 ✔️ - 21 2m 27s ⏱️ +15s Results for commit 77bbae8. ± Comparison against base commit 2176ab8. This pull request removes 45 and adds 24 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
0db6559
to
77bbae8
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Closing this. This was picked up post Public Release and is in new PR: #6522 |
Description
Updating routes, operations and resource provider registration to be inline with recent updates for Applications.Core resource provider
Type of change
Fixes: Part of #6269
Auto-generated summary
🤖 Generated by Copilot at 0db6559
Summary
🔄🚀🧹
This pull request adds support for
Applications.Datastores
resources to theapplications-rp
command and thedatastoresrp
package. It also removes redundant or obsolete operations and tests from theportableresources
package and updates the port numbers for theApplications.Datastores
endpoint in various files.Walkthrough
Applications.Datastores
resource provider namespace and its resources using thedatastoresrp/setup
package (link, link, link, link)Applications.Datastores
resource provider using mock objects and therpctest
package (link)Applications.Datastores
operations from theportableresources/frontend/handler/getoperations.go
file to avoid duplication (link, link, link)portableresources/frontend/handler/getoperations_test.go
file (link)Applications.Datastores
operations from theportableresources/frontend/handler/routes_test.go
file, as they are handled by thedatastoresrp
handler (link, link, link, link)Applications.Datastores
endpoint with theapplications-rp
command in theucpd/ucp-self-hosted-dev.yaml
anddeploy/Chart/templates/ucp/configmaps.yaml
files (link, link)Applications.Datastores
endpoint in thedocs/contributing/contributing-code/contributing-code-control-plane/configSettings.md
file (link)