Skip to content

Conversation

olamilekan000
Copy link
Contributor

@olamilekan000 olamilekan000 commented Oct 1, 2025

Summary

change adds the -i and --interactive  flags to the workspace command
inorder to view workspaces in an interactive mode.
image

What Type of PR Is This?

/kind feature

Related Issue(s)

Fixes #
#3098

Release Notes

Added --i and --interactive flags to the workspace command for exploring and managing workspaces interactively.

@kcp-ci-bot kcp-ci-bot added release-note-none Denotes a PR that doesn't merit a release note. kind/feature Categorizes issue or PR as related to a new feature. dco-signoff: yes Indicates the PR's author has signed the DCO. area/cli Issues or PRs related to CLI changes labels Oct 1, 2025
@kcp-ci-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign xrstf for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kcp-ci-bot kcp-ci-bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Oct 1, 2025
@kcp-ci-bot
Copy link
Contributor

Hi @olamilekan000. Thanks for your PR.

I'm waiting for a kcp-dev member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@olamilekan000 olamilekan000 force-pushed the add-interactive-ws-interactive-mode branch 6 times, most recently from 21b32a8 to 457cd7b Compare October 1, 2025 21:09
@mjudeikis
Copy link
Contributor

mjudeikis commented Oct 3, 2025

Just wondering, have you ever tried https://github.com/charmbracelet/bubbletea?
We had a discussion a long time ago about whether this might be one we would want to go with.
Wondering how much effort would be to convert to this?

Another node - would be good to have some indication when node is collapsed. like + at the front or back, to indicate that there are leafs available.

@olamilekan000
Copy link
Contributor Author

ust wondering, have you ever tried https://github.com/charmbracelet/bubbletea? We had a discussion a long time ago about whether this might be one we would want to go with. Wondering how much effort would be to convert to this?

Another node - would be good to have some indication when node is collapsed. like + at the front or back, to indicate that there are leafs available.

No, I haven't tried it before. But looking at it, they share similar design pattern, so I guess it shouldn't take much effort.

Another node - would be good to have some indication when node is collapsed. like + at the front or back, to indicate that there are leafs available.

Okay, Noted.

@olamilekan000
Copy link
Contributor Author

olamilekan000 commented Oct 5, 2025

Another node - would be good to have some indication when node is collapsed. like + at the front or back, to indicate that there are leafs available.

"▶ " and "▼ " looks better. I'll be going with them. @mjudeikis

@olamilekan000 olamilekan000 force-pushed the add-interactive-ws-interactive-mode branch from 457cd7b to d03cbf8 Compare October 5, 2025 00:52
@kcp-ci-bot kcp-ci-bot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Oct 5, 2025
@olamilekan000 olamilekan000 force-pushed the add-interactive-ws-interactive-mode branch from d03cbf8 to 285b291 Compare October 5, 2025 00:56
@olamilekan000
Copy link
Contributor Author

/retest

1 similar comment
@olamilekan000
Copy link
Contributor Author

/retest

@kcp-ci-bot kcp-ci-bot added release-note Denotes a PR that will be considered when it comes time to generate release notes. and removed release-note-none Denotes a PR that doesn't merit a release note. labels Oct 7, 2025
@olamilekan000 olamilekan000 requested review from gman0 and xrstf October 7, 2025 01:20
@olamilekan000 olamilekan000 force-pushed the add-interactive-ws-interactive-mode branch from 285b291 to c412957 Compare October 7, 2025 01:25
@mjudeikis
Copy link
Contributor

/retest

@mjudeikis
Copy link
Contributor

@olamilekan000 fialures looks either wrong version of deps? can you check if version really exists?

@mjudeikis
Copy link
Contributor

/retest
CI Cache is having a bad day?

@olamilekan000 olamilekan000 force-pushed the add-interactive-ws-interactive-mode branch 2 times, most recently from e23b05a to ed44ef4 Compare October 7, 2025 17:44
@mjudeikis
Copy link
Contributor

/retest

@mjudeikis
Copy link
Contributor

no idea. Can you try rebase from main? this looks odd

@olamilekan000
Copy link
Contributor Author

no idea. Can you try rebase from main? this looks odd

I did that already. Let me try again.

@olamilekan000 olamilekan000 force-pushed the add-interactive-ws-interactive-mode branch from ed44ef4 to 1ec20b6 Compare October 8, 2025 10:46
@olamilekan000
Copy link
Contributor Author

/retest

@olamilekan000 olamilekan000 force-pushed the add-interactive-ws-interactive-mode branch 3 times, most recently from 77b2f8d to 3ce55f6 Compare October 8, 2025 23:26
Signed-off-by: olalekan odukoya <[email protected]>
@olamilekan000 olamilekan000 force-pushed the add-interactive-ws-interactive-mode branch from 3ce55f6 to 2261d87 Compare October 12, 2025 21:53
@olamilekan000
Copy link
Contributor Author

/retest

1 similar comment
@mjudeikis
Copy link
Contributor

/retest

@mjudeikis
Copy link
Contributor

/retest
checking proxy inself

@kcp-ci-bot
Copy link
Contributor

@olamilekan000: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-kcp-lint 64637f2 link true /test pull-kcp-lint
pull-kcp-test-unit 64637f2 link true /test pull-kcp-test-unit

Full PR test history

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/cli Issues or PRs related to CLI changes dco-signoff: yes Indicates the PR's author has signed the DCO. kind/feature Categorizes issue or PR as related to a new feature. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants