-
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
User subcommand #289
base: main
Are you sure you want to change the base?
User subcommand #289
Conversation
Hi @Vad1mo, I’ve added two additional subcommands under |
@Standing-Man Thanks for your contributions. |
enhance :
|
@Standing-Man for the suggestions that are added mark the conversations as resolved. |
Thank you for your reminder @bupd. I have marked these conversations as resolved. |
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
I have left some suggestions for improvements.
fc284c2
to
9141340
Compare
Signed-off-by: Alan Tang <[email protected]>
Signed-off-by: Alan Tang <[email protected]>
Signed-off-by: Alan Tang <[email protected]>
Signed-off-by: Alan Tang <[email protected]>
…oharbor#217) Signed-off-by: Alan Tang <[email protected]>
Signed-off-by: Alan Tang <[email protected]>
* 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]>
bd042ff
to
7bc7244
Compare
Signed-off-by: Alan Tang <[email protected]> chore: add files header Signed-off-by: Alan Tang <[email protected]> chore: add user subcommand doc Signed-off-by: Alan Tang <[email protected]> chore: add user subcommand doc Signed-off-by: Alan Tang <[email protected]>
405b122
to
3c9231d
Compare
Signed-off-by: Alan Tang <[email protected]>
The git history of this is not right. Can you fix these ones. @Standing-Man |
Hi @bupd, I'm confused where the git history is wrong. Could you please point out? |
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.
Add additional subcommand for user command
harbor user reset [username]
-> for reset the user's passwordharbor user update [username]
-> for update the user's profile