-
Notifications
You must be signed in to change notification settings - Fork 30
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
#100: implement repository commandlet #143
#100: implement repository commandlet #143
Conversation
cli/src/main/java/com/devonfw/tools/ide/commandlet/RepositoryCommandlet.java
Outdated
Show resolved
Hide 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.
@salimbouch thanks for your PR. You integrated the feature properly in the right code places and your approach looks fine 👍
I added several review comments for improvement. Please have a look.
cli/src/main/java/com/devonfw/tools/ide/commandlet/RepositoryCommandlet.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/commandlet/RepositoryCommandlet.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/commandlet/RepositoryCommandlet.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/commandlet/RepositoryCommandlet.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/commandlet/RepositoryCommandlet.java
Outdated
Show resolved
Hide resolved
…ommandlet.java Co-authored-by: Jörg Hohwiller <[email protected]>
cli/src/main/java/com/devonfw/tools/ide/commandlet/RepositoryCommandlet.java
Show resolved
Hide 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.
@salimbouch thanks for your rework and maintaining the feature-branch with all the conflict resolutions.
This now seems fine to me and can be merged.
I left some comments. If you have some time to accept the proposals and maybe even improve on the last suggestion this would be great. I would merge this on Thursday. If you don't address the last point till then, I can merge it and we can still improve this in a separate PR after merge.
cli/src/main/java/com/devonfw/tools/ide/property/RepositoryProperty.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/property/RepositoryProperty.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/commandlet/RepositoryCommandlet.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/commandlet/RepositoryCommandlet.java
Outdated
Show resolved
Hide resolved
…perty.java Co-authored-by: Jörg Hohwiller <[email protected]>
…perty.java Co-authored-by: Jörg Hohwiller <[email protected]>
…ommandlet.java Co-authored-by: Jörg Hohwiller <[email protected]>
…lement-repository-commandlet
…com/salimbouch/IDEasy into 100-implement-repository-commandlet
…com/salimbouch/IDEasy into 100-implement-repository-commandlet
closes #100