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

#100: implement repository commandlet #143

Merged
merged 81 commits into from
Mar 19, 2024
Merged

#100: implement repository commandlet #143

merged 81 commits into from
Mar 19, 2024

Conversation

salimbouch
Copy link
Contributor

@salimbouch salimbouch commented Nov 14, 2023

closes #100

  • implements repository commandlet (old project commandlet)
  • solves bug, findBinary not finding the binary that was just installed (see setPath in SystemPath)

@salimbouch salimbouch self-assigned this Nov 14, 2023
@salimbouch salimbouch added this to the release:2024.01.001 milestone Nov 14, 2023
@tobka777 tobka777 requested a review from aBega2000 November 15, 2023 09:45
@tobka777 tobka777 marked this pull request as ready for review November 15, 2023 09:46
@salimbouch salimbouch requested review from hohwille and removed request for aBega2000 November 16, 2023 10:39
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.

@salimbouch thanks for your PR. You integrated the feature properly in the right code places and your approach looks fine 👍
I added several review comments for improvement. Please have a look.

cli/src/main/java/com/devonfw/tools/ide/io/FileAccess.java Outdated Show resolved Hide resolved
cli/src/main/resources/nls/Ide_de.properties Outdated Show resolved Hide resolved
cli/src/main/resources/nls/Ide_de.properties Outdated Show resolved Hide resolved
cli/src/main/resources/nls/Ide.properties Outdated Show resolved Hide resolved
cli/src/main/resources/nls/Ide.properties Outdated Show resolved Hide resolved
@hohwille hohwille assigned salimbouch and unassigned hohwille Dec 11, 2023
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.

@salimbouch thanks for your rework and maintaining the feature-branch with all the conflict resolutions.
This now seems fine to me and can be merged.
I left some comments. If you have some time to accept the proposals and maybe even improve on the last suggestion this would be great. I would merge this on Thursday. If you don't address the last point till then, I can merge it and we can still improve this in a separate PR after merge.

@hohwille hohwille merged commit e122f21 into devonfw:main Mar 19, 2024
4 checks passed
@salimbouch salimbouch deleted the 100-implement-repository-commandlet branch May 3, 2024 01:09
@hohwille hohwille added the story-review marks PRs that will be presented in the sprint-review label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
commandlet story-review marks PRs that will be presented in the sprint-review
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Implement Commandlet for projects/repositories
3 participants