-
Notifications
You must be signed in to change notification settings - Fork 48
#637: Option to disable updates #765
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
Conversation
…into test/no-updates
…into test/no-updates
Pull Request Test Coverage Report for Build 11968342240Details
💛 - Coveralls |
jan-vcapgemini
left a comment
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 <59438728+jan-vcapgemini@users.noreply.github.com>
…andlet.java Co-authored-by: jan-vcapgemini <59438728+jan-vcapgemini@users.noreply.github.com>
Co-authored-by: jan-vcapgemini <59438728+jan-vcapgemini@users.noreply.github.com>
Co-authored-by: jan-vcapgemini <59438728+jan-vcapgemini@users.noreply.github.com>
Co-authored-by: jan-vcapgemini <59438728+jan-vcapgemini@users.noreply.github.com>
jan-vcapgemini
left a comment
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.
hohwille
left a comment
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 <hohwille@users.noreply.github.com>
…letTest.java Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
…t.java Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
…t.java Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
…t.java Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
cli/src/main/java/com/devonfw/tools/ide/tool/LocalToolCommandlet.java
Outdated
Show resolved
Hide resolved
hohwille
left a comment
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 <hohwille@users.noreply.github.com>
fixes #637
Allows the user to call tools with
--skip-updates, which skips updates for the tool if the configured version and the installed version match.