Skip to content
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

rename rad app connections to rad app graph #6473

Closed
rynowak opened this issue Oct 13, 2023 · 0 comments · Fixed by #7217
Closed

rename rad app connections to rad app graph #6473

rynowak opened this issue Oct 13, 2023 · 0 comments · Fixed by #7217
Labels
triaged This issue has been reviewed and triaged

Comments

@rynowak
Copy link
Contributor

rynowak commented Oct 13, 2023

Overview of feature request

We've gotten feedback that rad app connections is a confusing name. What we're really showing is the application graph, not just the connections. Since we're using the term application graph more often to talk about Radius this also makes a good command name.

rad app graph

Since this is coming in late for public release we should add an alias for now and rename the command in v0.27.

Acceptance criteria

Public Release

  • Add alias to rad app graph. This has no risk and rad app connections will still work.

v0.27

  • Rename the command to rad app graph. Add an alias back to rad app connections so that it will still work.
  • Update documentation and tutorial

Additional context

We want to add this alias in time for the demo.

AB#9727

@rynowak rynowak changed the title rename rad app connections to `rad app graph rename rad app connections to rad app graph Oct 13, 2023
@nicolejms nicolejms added the triaged This issue has been reviewed and triaged label Oct 16, 2023
@nicolejms nicolejms assigned nicolejms and AaronCrawfis and unassigned nicolejms Oct 16, 2023
AaronCrawfis added a commit that referenced this issue Oct 17, 2023
# Description

This PR adds an alias for `rad app graph` that points to `rad app
connections`.

It is a temporary update until we permanently update the command.

## Type of change

- This pull request fixes a bug in Radius and has an approved issue
(issue link required).

Partially addresses: #6473

## Auto-generated summary

<!--
GitHub Copilot for docs will auto-generate a summary of the PR
-->

<!--
copilot:all
-->
### <samp>🤖 Generated by Copilot at b5b8f0c</samp>

### Summary
:sparkles::recycle::memo:

<!--
1. :sparkles: This emoji represents the addition of a new feature or
enhancement, and can be used to highlight the main purpose of the pull
request, which is to implement a graphical view of the connections.
2. :recycle: This emoji represents the refactoring or improvement of
existing code, and can be used to indicate the modification of the
`NewCommand` function to add an alias for the existing command.
3. :memo: This emoji represents the addition or update of documentation,
and can be used to indicate the changes to the command help text and the
README file that explain the new alias and feature.
-->
Add "graph" alias for "connections" command in
`pkg/cli/cmd/app/connections/connections.go`. This enables users to view
a graphical representation of the connections for an application.

> _`NewCommand` adds_
> _alias for connections_
> _graph in the spring_

### Walkthrough
* Add an alias "graph" for the "connections" command
([link](https://github.com/radius-project/radius/pull/6489/files?diff=unified&w=0#diff-eb0083d8df9479acb2d5b36bf150aa410e371a26a01619d09c933a73994aa563L27-R31))

---------

Signed-off-by: Aaron Crawfis <[email protected]>
sk593 pushed a commit that referenced this issue Oct 17, 2023
# Description

This PR adds an alias for `rad app graph` that points to `rad app
connections`.

It is a temporary update until we permanently update the command.

## Type of change

- This pull request fixes a bug in Radius and has an approved issue
(issue link required).

Partially addresses: #6473

## Auto-generated summary

<!--
GitHub Copilot for docs will auto-generate a summary of the PR
-->

<!--
copilot:all
-->
### <samp>🤖 Generated by Copilot at b5b8f0c</samp>

### Summary
:sparkles::recycle::memo:

<!--
1. :sparkles: This emoji represents the addition of a new feature or
enhancement, and can be used to highlight the main purpose of the pull
request, which is to implement a graphical view of the connections.
2. :recycle: This emoji represents the refactoring or improvement of
existing code, and can be used to indicate the modification of the
`NewCommand` function to add an alias for the existing command.
3. :memo: This emoji represents the addition or update of documentation,
and can be used to indicate the changes to the command help text and the
README file that explain the new alias and feature.
-->
Add "graph" alias for "connections" command in
`pkg/cli/cmd/app/connections/connections.go`. This enables users to view
a graphical representation of the connections for an application.

> _`NewCommand` adds_
> _alias for connections_
> _graph in the spring_

### Walkthrough
* Add an alias "graph" for the "connections" command
([link](https://github.com/radius-project/radius/pull/6489/files?diff=unified&w=0#diff-eb0083d8df9479acb2d5b36bf150aa410e371a26a01619d09c933a73994aa563L27-R31))

---------

Signed-off-by: Aaron Crawfis <[email protected]>
(cherry picked from commit 047da70)
sk593 pushed a commit that referenced this issue Oct 18, 2023
# Description

This PR adds an alias for `rad app graph` that points to `rad app
connections`.

It is a temporary update until we permanently update the command.

## Type of change

- This pull request fixes a bug in Radius and has an approved issue
(issue link required).

Partially addresses: #6473

## Auto-generated summary

<!--
GitHub Copilot for docs will auto-generate a summary of the PR
-->

<!--
copilot:all
-->
### <samp>🤖 Generated by Copilot at b5b8f0c</samp>

### Summary
:sparkles::recycle::memo:

<!--
1. :sparkles: This emoji represents the addition of a new feature or
enhancement, and can be used to highlight the main purpose of the pull
request, which is to implement a graphical view of the connections.
2. :recycle: This emoji represents the refactoring or improvement of
existing code, and can be used to indicate the modification of the
`NewCommand` function to add an alias for the existing command.
3. :memo: This emoji represents the addition or update of documentation,
and can be used to indicate the changes to the command help text and the
README file that explain the new alias and feature.
-->
Add "graph" alias for "connections" command in
`pkg/cli/cmd/app/connections/connections.go`. This enables users to view
a graphical representation of the connections for an application.

> _`NewCommand` adds_
> _alias for connections_
> _graph in the spring_

### Walkthrough
* Add an alias "graph" for the "connections" command
([link](https://github.com/radius-project/radius/pull/6489/files?diff=unified&w=0#diff-eb0083d8df9479acb2d5b36bf150aa410e371a26a01619d09c933a73994aa563L27-R31))

---------

Signed-off-by: Aaron Crawfis <[email protected]>
(cherry picked from commit 047da70)
@AaronCrawfis AaronCrawfis removed their assignment Nov 2, 2023
kachawla pushed a commit that referenced this issue Mar 4, 2024
# Description

Change "default" command to rad app graph, so that the auto-generated
docs use that instead of rad app connections.


## Type of change

- This pull request fixes a bug in Radius and has an approved issue
(issue link required).


Fixes: #6473

---------

Signed-off-by: nithyatsu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged This issue has been reviewed and triaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants