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

chore(dev): change expanded format #6470

Merged
merged 4 commits into from Oct 9, 2023
Merged

chore(dev): change expanded format #6470

merged 4 commits into from Oct 9, 2023

Conversation

bshaffer
Copy link
Contributor

@bshaffer bshaffer commented Jul 20, 2023

This makes the output of the component-info command better for exporting to spreadsheets by giving all rows the same info when using the --expanded flag. For example:

previous expanded format

Component Name Package Name Package Version Release Level Migration Proto Path API Shortname
AiPlatform google/cloud-ai-platform 0.23.0 preview
V1 v1+v2 google/cloud/aiplatform/v1 aiplatform
AlloyDb google/cloud-alloydb 0.5.0 preview
V1 v1+v2 google/cloud/alloydb/v1 alloydb
V1beta v1 google/cloud/alloydb/v1beta alloydb
V1alpha v1 google/cloud/alloydb/v1alpha alloydb

expanded format after this PR

Component Name Package Name Package Version API Version Release Level Migration Proto Path API Shortname
AiPlatform\V1 google/cloud-ai-platform 0.21.0 V1 preview v1 and v2 google/cloud/aiplatform/v1 aiplatform
AlloyDb\V1 google/cloud-alloydb 0.5.0 V1 preview v1 and v2 google/cloud/alloydb/v1 alloydb
AlloyDb\V1beta google/cloud-alloydb 0.5.0 V1beta preview v1 google/cloud/alloydb/v1beta alloydb
AlloyDb\V1alpha google/cloud-alloydb 0.5.0 V1alpha preview v1 google/cloud/alloydb/v1alpha alloydb

@bshaffer bshaffer marked this pull request as ready for review August 4, 2023 19:38
@bshaffer bshaffer requested review from a team as code owners August 4, 2023 19:38
@bshaffer bshaffer added the next release PRs to be included in the next release label Aug 15, 2023
@vishwarajanand vishwarajanand self-assigned this Oct 3, 2023
@vishwarajanand
Copy link
Contributor

I think the table you provided via this PR gives much better view than what we already provide on our docs page: http://googleapis.github.io/google-cloud-php/. Atleast for the middle pane, we only provide Library name and its corresponding package. Having package version, release level, etc on just one page would be super useful to me as a user. WDYT?

Copy link
Contributor

@vishwarajanand vishwarajanand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bshaffer bshaffer merged commit af7bada into main Oct 9, 2023
23 checks passed
@bshaffer bshaffer deleted the improvements-to-expanded branch October 9, 2023 23:02
@bshaffer
Copy link
Contributor Author

bshaffer commented Oct 9, 2023

Having package version, release level, etc on just one page would be super useful to me as a user. WDYT?

I think this is a great idea! I've added a feature request here to track it: #6687

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
next release PRs to be included in the next release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants