-
Notifications
You must be signed in to change notification settings - Fork 23
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
#637: Option to disable updates #765
Conversation
…into test/no-updates
…into test/no-updates
Pull Request Test Coverage Report for Build 11968342240Details
💛 - Coveralls |
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 adding an option to disable the updates. I've added some CRs, please resolve.
cli/src/main/java/com/devonfw/tools/ide/commandlet/ContextCommandlet.java
Outdated
Show resolved
Hide resolved
cli/src/test/java/com/devonfw/tools/ide/commandlet/HelpCommandletTest.java
Outdated
Show resolved
Hide resolved
…letTest.java Co-authored-by: jan-vcapgemini <[email protected]>
…andlet.java Co-authored-by: jan-vcapgemini <[email protected]>
Co-authored-by: jan-vcapgemini <[email protected]>
Co-authored-by: jan-vcapgemini <[email protected]>
Co-authored-by: jan-vcapgemini <[email protected]>
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. Ready for review.
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.
@KianRolf thanks for your PR. You implemented this feature nicely but stepped into a pitfall I caused by accident with a comment. 👍
I also suggested and explained not to add -s
short option and by doing so, you can also revert changes you needed to apply to completion tests.
When the review comments are resolved, we can merge.
cli/src/main/java/com/devonfw/tools/ide/commandlet/ContextCommandlet.java
Outdated
Show resolved
Hide resolved
cli/src/test/java/com/devonfw/tools/ide/commandlet/HelpCommandletTest.java
Outdated
Show resolved
Hide resolved
cli/src/test/java/com/devonfw/tools/ide/completion/CompleteTest.java
Outdated
Show resolved
Hide resolved
cli/src/test/java/com/devonfw/tools/ide/completion/CompleteTest.java
Outdated
Show resolved
Hide resolved
cli/src/test/java/com/devonfw/tools/ide/completion/CompleteTest.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/tool/LocalToolCommandlet.java
Outdated
Show resolved
Hide resolved
…andlet.java Co-authored-by: Jörg Hohwiller <[email protected]>
…letTest.java Co-authored-by: Jörg Hohwiller <[email protected]>
…t.java Co-authored-by: Jörg Hohwiller <[email protected]>
…t.java Co-authored-by: Jörg Hohwiller <[email protected]>
…t.java Co-authored-by: Jörg Hohwiller <[email protected]>
cli/src/main/java/com/devonfw/tools/ide/tool/LocalToolCommandlet.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.
@KianRolf thanks for your rework. All complete now. Great work!👍
We can use the daily to discuss if we accept my final improvement suggestion and then merge.
…et.java Co-authored-by: Jörg Hohwiller <[email protected]>
fixes #637
Allows the user to call tools with --skipUpdates or -s, which skips updates for the tool if the configured version and the installed version match.