-
Notifications
You must be signed in to change notification settings - Fork 24
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
#757: Settings in code repository #850
base: main
Are you sure you want to change the base?
Conversation
…/IDEasy into settings-in-code-repo
cli/src/main/java/com/devonfw/tools/ide/commandlet/AbstractUpdateCommandlet.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/commandlet/CreateCommandlet.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/git/GitContextImpl.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/commandlet/CreateCommandlet.java
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/commandlet/CreateCommandlet.java
Show resolved
Hide resolved
Pull Request Test Coverage Report for Build 12434409418Details
💛 - Coveralls |
cli/src/main/java/com/devonfw/tools/ide/commandlet/AbstractUpdateCommandlet.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/commandlet/CreateCommandlet.java
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/commandlet/CreateCommandlet.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.
@salimbouch thanks for all your reworks already. And nice that you also found the documentation in settings.adoc
und updated it accordingly. 👍
cli/src/main/java/com/devonfw/tools/ide/commandlet/CreateCommandlet.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/commandlet/CreateCommandlet.java
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/git/GitContextImpl.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/context/AbstractIdeContext.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/commandlet/CreateCommandlet.java
Outdated
Show resolved
Hide resolved
@salimbouch thanks for your improvements. PR looks great 👍 I tested your PR and it works good:
The project was created successfully:
The warning about the missing I tested a simulated git conflict in the code project due to git pull:
The updates were not pulled and therefore not applied.
or we should simply not pull if we have a code repo. |
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.
👍
fixes #757
fixes #826