-
Notifications
You must be signed in to change notification settings - Fork 61
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
table display on all commands #300
base: main
Are you sure you want to change the base?
Conversation
@Standing-Man Can you check all commands such as view list and so. Thanks |
For all after fix this issue. |
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.
Please do rebase
* add: auto man documentation generate scripts Signed-off-by: bupd <[email protected]> add: auto documentation generate scripts Signed-off-by: bupd <[email protected]> * remove md_doc generation & add man docs Signed-off-by: bupd <[email protected]> * update dagger for generating man pages Signed-off-by: bupd <[email protected]> * update github workflow Signed-off-by: bupd <[email protected]> * update man doc generation Signed-off-by: bupd <[email protected]> * add cli and man docs Signed-off-by: bupd <[email protected]> * update workflow Signed-off-by: bupd <[email protected]> * move man pages to man1 Signed-off-by: bupd <[email protected]> --------- Signed-off-by: bupd <[email protected]> Signed-off-by: Alan Tang <[email protected]>
Signed-off-by: Alan Tang <[email protected]>
* Added first version of Makefile; include ldflags; tests, dependencies Signed-off-by: Patrick Eschenbach <[email protected]> * Added ldflags to build dagger functions Signed-off-by: Patrick Eschenbach <[email protected]> * Added requested changes in PR: Removed System flag; Removed prod fallback version; Fixed dev version to static version Signed-off-by: Patrick Eschenbach <[email protected]> * Added requested changes in PR: Removed System flag; Removed prod fallback version; Fixed dev version to static version; Removed bin files Signed-off-by: Patrick Eschenbach <[email protected]> * removes harbor-dev binary file Signed-off-by: bupd <[email protected]> Signed-off-by: Patrick Eschenbach <[email protected]> * imporvment Signed-off-by: Patrick Eschenbach <[email protected]> * refactor build and build-dev Signed-off-by: Patrick Eschenbach <[email protected]> --------- Signed-off-by: Patrick Eschenbach <[email protected]> Signed-off-by: bupd <[email protected]> Co-authored-by: bupd <[email protected]> Co-authored-by: Vadim Bauer <[email protected]> Signed-off-by: Alan Tang <[email protected]>
…or#303) Signed-off-by: Rizul Gupta <[email protected]> Signed-off-by: Alan Tang <[email protected]>
…ds. (goharbor#77) * Added the missing options in some commands and refactored some commands. Added missing parameters in the (1) go client list function of the `repo` and `user` commands (2) go client getLogs function of the `logs.go` file in project command using options. Added the `XIsResourceName` parameter for the `GetProjectParams` function. And refactored the `view.go` file of project command. Refactored the `view.go` file of registry command: accessing the `credentialName`. Signed-off-by: muaz-32 <[email protected]> * remove inconsistencies Signed-off-by: bupd <[email protected]> --------- Signed-off-by: muaz-32 <[email protected]> Signed-off-by: bupd <[email protected]> Co-authored-by: bupd <[email protected]> Signed-off-by: Alan Tang <[email protected]>
* configure linter Signed-off-by: bupd <[email protected]> * fix lint whitespace Signed-off-by: bupd <[email protected]> * update Signed-off-by: bupd <[email protected]> * add headers Signed-off-by: bupd <[email protected]> * update workflow Signed-off-by: bupd <[email protected]> * fix workflow Signed-off-by: bupd <[email protected]> * add debug in workflow Signed-off-by: bupd <[email protected]> * check lint Signed-off-by: bupd <[email protected]> * update actions summary Signed-off-by: bupd <[email protected]> * fix action Signed-off-by: bupd <[email protected]> * lint format github actions Signed-off-by: bupd <[email protected]> * stop upload result to github Signed-off-by: bupd <[email protected]> * upload lint report as html Signed-off-by: bupd <[email protected]> * check if html works Signed-off-by: bupd <[email protected]> * remove reviewdog and report in github actions format Signed-off-by: bupd <[email protected]> * fail lint Signed-off-by: bupd <[email protected]> * fix lint Signed-off-by: bupd <[email protected]> * fix lint Signed-off-by: bupd <[email protected]> --------- Signed-off-by: bupd <[email protected]> Signed-off-by: Alan Tang <[email protected]>
* fix publish & release workflow * This commit fixes * publish on push to main * release on push tags Signed-off-by: bupd <[email protected]> * update yaml Signed-off-by: bupd <[email protected]> --------- Signed-off-by: bupd <[email protected]> Signed-off-by: Alan Tang <[email protected]>
Signed-off-by: Alan Tang <[email protected]>
85e670a
to
88978d0
Compare
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.
Thanks for your contributions
Please fix git commit history on this PR.
fixed #304 and PR #286
fixed all commands that use table display.
Hi @Vad1mo and @bupd, Due to updates in the Bubble Tea framework, if the table height is set to the length of the rows, an error may occur. When the table contains only one row of data, it will display only the header. Therefore, we need to add an additional row of data to properly display the actual data.
It has been observed that any table with only one row of data encounters display issues.