-
Notifications
You must be signed in to change notification settings - Fork 97
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
Replace radius.dev
and some instances of radapp.dev
with radapp.io
#6357
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 981 tests ±0 2 972 ✔️ ±0 2m 18s ⏱️ +10s Results for commit dabdea0. ± Comparison against base commit 4bda960. This pull request removes 2 and adds 2 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
You are editing files which require a docs update. Please ensure you've made the appropriate changes to the docs and submitted a PR.
For more information on contributing to docs please visit https://docs.radapp.dev/contributing/docs/. |
ffd815c
to
ef89e72
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... |
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... |
You are editing files which require a docs update. Please ensure you've made the appropriate changes to the docs and submitted a PR.
For more information on contributing to docs please visit https://docs.radapp.dev/contributing/docs/. |
radius.dev
with radapp.io
radius.dev
and some instances of radapp.dev
with radapp.io
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... |
You are editing files which require a docs update. Please ensure you've made the appropriate changes to the docs and submitted a PR.
For more information on contributing to docs please visit https://docs.radapp.dev/contributing/docs/. |
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... |
@@ -25,7 +25,7 @@ resource redis 'apps/Deployment@v1' = { | |||
resource: name | |||
|
|||
// Label pods with the application name so `rad run` can find the logs. | |||
'radius.dev/application': application == '' ? '' : application | |||
'radapp.io/application': application == '' ? '' : application |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you also update https://github.com/radius-project/recipes/blob/main/local-dev/rediscaches.bicep#L43 please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep. Recipes will need an update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LabelRadiusResource = "radapp.io/resource" | ||
LabelRadiusDeployment = "radapp.io/deployment" | ||
LabelRadiusRouteFmt = "radapp.io/route-%s-%s" | ||
LabelRadiusResourceType = "radapp.io/resource-type" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/cc @ytimocin - these labels are changing. Their purpose is still the same, just the names are changing.
You are editing files which require a docs update. Please ensure you've made the appropriate changes to the docs and submitted a PR.
For more information on contributing to docs please visit https://docs.radapp.dev/contributing/docs/. |
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... |
Description
radius.dev
withradapp.io
radapp.dev
withradapp.io
only in swagger examplesRecipes update: radius-project/recipes#33
Type of change
Fixes: #5285
Auto-generated summary
🤖 Generated by Copilot at ef89e72
Summary
🌐🏷️🧪
This pull request updates the domain name, label names, and test data in various files to reflect the new branding and deployment of the Radius project as radapp.io. It affects the armrpc, corerp, and cli packages and their subpackages. It ensures consistency and compatibility between the code, the API, and the test cases.
Walkthrough
pkg/cli/kubernetes/logstream/stern.go
,pkg/cli/kubernetes/portforward/application_watcher.go
, link, link, link, link, link, link, link, link, link, link, link, link, link, link)