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

#81: Implement ToolCommandlet for Kubernetes #702

Merged
merged 37 commits into from
Nov 25, 2024

Conversation

KianRolf
Copy link
Contributor

@KianRolf KianRolf commented Oct 18, 2024

fixes #81 ToolCommandlet for Kubernetes.

Discussion:

  • Has no test, since it is a GlobalToolCommandlet.

@coveralls
Copy link
Collaborator

coveralls commented Oct 18, 2024

Pull Request Test Coverage Report for Build 11892982640

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.006%) to 67.276%

Files with Coverage Reduction New Missed Lines %
com/devonfw/tools/ide/commandlet/CommandletManagerImpl.java 3 90.43%
Totals Coverage Status
Change from base Build 11853076778: -0.006%
Covered Lines: 6406
Relevant Lines: 9181

💛 - Coveralls

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.

@KianRolf thanks for implementing #81.
You properly implemented the steps to create a new commandlet. 👍
I left some comments to improve and we still need some discussion here to complete this.

cli/src/main/resources/nls/Help_de.properties Outdated Show resolved Hide resolved
cli/src/main/resources/nls/Help_de.properties Outdated Show resolved Hide resolved
cli/src/main/resources/nls/Help.properties Outdated Show resolved Hide resolved
Copy link
Contributor

@jan-vcapgemini jan-vcapgemini left a comment

Choose a reason for hiding this comment

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

Thanks for you implementation of the kubectl commandlet. Please add an install and run test for kubectl too. I've added some CRs (mostly missing javadocs)

@jan-vcapgemini jan-vcapgemini self-assigned this Nov 4, 2024
Copy link
Contributor

@jan-vcapgemini jan-vcapgemini left a comment

Choose a reason for hiding this comment

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

LGTM. Please check CRs for last cleanups.

CHANGELOG.adoc Outdated Show resolved Hide resolved
Copy link
Contributor

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

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.

@KianRolf thanks for the PR and updates. 👍
I left 2 comments for rework.
After addressing them this is ready for merge.

@hohwille hohwille added this to the release:2024.12.001 milestone Nov 25, 2024
@hohwille hohwille merged commit a667129 into devonfw:main Nov 25, 2024
3 checks passed
@hohwille hohwille added reviewed Marks PRs that have been presented in the sprint-review meeting or that do not need to be presented. docker docker and esp. DockerDesktop kubectl labels Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
commandlet docker docker and esp. DockerDesktop kubectl 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.

Implement ToolCommandlet for Kubernetes
4 participants