Skip to content

#1050: add lazydocker dependencies#1818

Open
AdemZarrouki wants to merge 4 commits intodevonfw:mainfrom
AdemZarrouki:feature/1050-add-lazydocker-dependencies
Open

#1050: add lazydocker dependencies#1818
AdemZarrouki wants to merge 4 commits intodevonfw:mainfrom
AdemZarrouki:feature/1050-add-lazydocker-dependencies

Conversation

@AdemZarrouki
Copy link
Copy Markdown
Contributor

This PR fixes #1050

Implemented changes:


Checklist for this PR

Make sure everything is checked before merging this PR. For further info please also see
our DoD.

  • When running mvn clean test locally all tests pass and build is successful
  • PR title is of the form #«issue-id»: «brief summary» (e.g. #921: fixed setup.bat). If no issue ID exists, title only.
  • PR top-level comment summarizes what has been done and contains link to addressed issue(s)
  • PR and issue(s) have suitable labels
  • Issue is set to In Progress and assigned to you or there is no issue (might happen for very small PRs)
  • You followed all coding conventions
  • You have added the issue implemented by your PR in CHANGELOG.adoc unless issue is labeled
    with internal

@github-project-automation github-project-automation bot moved this to 🆕 New in IDEasy board Apr 13, 2026
@AdemZarrouki AdemZarrouki self-assigned this Apr 13, 2026
@AdemZarrouki AdemZarrouki marked this pull request as ready for review April 13, 2026 15:28
@AdemZarrouki AdemZarrouki moved this from 🆕 New to Team Review in IDEasy board Apr 13, 2026
@coveralls
Copy link
Copy Markdown
Collaborator

coveralls commented Apr 13, 2026

Coverage Report for CI Build 24391784353

Coverage increased (+0.08%) to 70.533%

Details

  • Coverage increased (+0.08%) from the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • 38 coverage regressions across 1 file.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

38 previously-covered lines in 1 file lost coverage.

File Lines Losing Coverage Coverage
com/devonfw/tools/ide/tool/LocalToolCommandlet.java 38 79.53%

Coverage Stats

Coverage Status
Relevant Lines: 15047
Covered Lines: 11064
Line Coverage: 73.53%
Relevant Branches: 6686
Covered Branches: 4265
Branch Coverage: 63.79%
Branches in Coverage %: Yes
Coverage Strength: 3.1 hits per line

💛 - Coveralls

@hohwille hohwille changed the title Feature/1050 add lazydocker dependencies #1050: add lazydocker dependencies Apr 14, 2026
Copy link
Copy Markdown
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.

@AdemZarrouki thanks for the PR. 👍
Can you also remove installDependencies() method from parent class since this was the last override of this method and we want to entirely get rid of this obsolete feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Team Review

Development

Successfully merging this pull request may close these issues.

Introduce dependencies.json for LazyDocker and remove hardcoded dependency

3 participants