-
Notifications
You must be signed in to change notification settings - Fork 34
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
#182 Implement global tool installation for pgadmin #388
Conversation
Pull Request Test Coverage Report for Build 9497337449Details
💛 - Coveralls |
cli/src/main/java/com/devonfw/tools/ide/tool/pgadmin/PgAdmin.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.
@slskiba thanks for your PR. Solid work. Great that you already tested different OS and crafted a linux specific solution as well. 👍
You will need to merge with main, resolve conflicts and then add the help details properties as well.
If review comments are addressed, this can be merged.
cli/src/main/java/com/devonfw/tools/ide/tool/pgadmin/PgAdminUrlUpdater.java
Show resolved
Hide resolved
# Conflicts: # cli/src/main/resources/nls/Help.properties # cli/src/main/resources/nls/Help_de.properties
Pull Request Test Coverage Report for Build 9641057892Details
💛 - Coveralls |
The installWithPackageManager method of GlobalToolCommandlet has been renamed to runWithPackageManager, since it can be used to uninstall tools without changes to the code. |
Pull Request Test Coverage Report for Build 9643058290Details
💛 - 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.
all fine now.
Closes #182.
Installation on Mac is unsuccessful due to getting a "Permission Denied" error. This problem is handled in #402.