Skip to content
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

Merged
merged 12 commits into from
Jun 25, 2024

Conversation

slskiba
Copy link
Contributor

@slskiba slskiba commented Jun 13, 2024

Closes #182.

Installation on Mac is unsuccessful due to getting a "Permission Denied" error. This problem is handled in #402.

@coveralls
Copy link
Collaborator

coveralls commented Jun 13, 2024

Pull Request Test Coverage Report for Build 9497337449

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 3 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.1%) to 59.657%

Files with Coverage Reduction New Missed Lines %
com/devonfw/tools/ide/commandlet/CommandletManagerImpl.java 3 89.77%
Totals Coverage Status
Change from base Build 9496980488: -0.1%
Covered Lines: 4682
Relevant Lines: 7564

💛 - Coveralls

@slskiba slskiba marked this pull request as ready for review June 20, 2024 07:06
@slskiba slskiba self-assigned this Jun 20, 2024
Copy link
Member

@hohwille hohwille left a 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.

# Conflicts:
#	cli/src/main/resources/nls/Help.properties
#	cli/src/main/resources/nls/Help_de.properties
@coveralls
Copy link
Collaborator

coveralls commented Jun 24, 2024

Pull Request Test Coverage Report for Build 9641057892

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 3 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.1%) to 60.525%

Files with Coverage Reduction New Missed Lines %
com/devonfw/tools/ide/commandlet/CommandletManagerImpl.java 3 89.77%
Totals Coverage Status
Change from base Build 9610011440: -0.1%
Covered Lines: 4943
Relevant Lines: 7862

💛 - Coveralls

@slskiba
Copy link
Contributor Author

slskiba commented Jun 24, 2024

The installWithPackageManager method of GlobalToolCommandlet has been renamed to runWithPackageManager, since it can be used to uninstall tools without changes to the code.

@coveralls
Copy link
Collaborator

coveralls commented Jun 24, 2024

Pull Request Test Coverage Report for Build 9643058290

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 25 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.2%) to 60.475%

Files with Coverage Reduction New Missed Lines %
com/devonfw/tools/ide/common/Tag.java 2 96.26%
com/devonfw/tools/ide/commandlet/CommandletManagerImpl.java 3 89.77%
com/devonfw/tools/ide/tool/GlobalToolCommandlet.java 20 2.33%
Totals Coverage Status
Change from base Build 9610011440: -0.2%
Covered Lines: 4944
Relevant Lines: 7871

💛 - Coveralls

@slskiba slskiba requested a review from hohwille June 24, 2024 09:56
Copy link
Member

@hohwille hohwille left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all fine now.

@hohwille hohwille merged commit f6c5f0d into devonfw:main Jun 25, 2024
4 checks passed
@hohwille hohwille added this to the release:2024.07.003 milestone Jul 29, 2024
@hohwille hohwille added the reviewed Marks PRs that have been presented in the sprint-review meeting or that do not need to be presented. label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
reviewed Marks PRs that have been presented in the sprint-review meeting or that do not need to be presented.
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Integrate PgAdmin
3 participants