Skip to content

Conversation

@cinnamon-coder-hub
Copy link
Member

This code is based on state of PR #1000 with a few minor changes, to split review into two parts (addressing issues #1007 and #1009) and to avoid further problems with a bug related to the modified settings folder in PR #1000.

@github-actions github-actions bot added the bash related to bash shell or scripts label Jan 20, 2023
@sonatype-lift
Copy link

sonatype-lift bot commented Jan 20, 2023

🛠 Lift Auto-fix

Some of the Lift findings in this PR can be automatically fixed. You can download and apply these changes in your local project directory of your branch to review the suggestions before committing.1

# Download the patch
curl https://lift.sonatype.com/api/patch/github.com/devonfw/ide/1040.diff -o lift-autofixes.diff

# Apply the patch with git
git apply lift-autofixes.diff

# Review the changes
git diff

Want it all in a single command? Open a terminal in your project's directory and copy and paste the following command:

curl https://lift.sonatype.com/api/patch/github.com/devonfw/ide/1040.diff | git apply

Once you're satisfied commit and push your changes in your project.

Footnotes

  1. You can preview the patch by opening the patch URL in the browser.

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.

@cinnamon-coder-hub thanks for your PR. You have properly isolated the required changes to this PR so it is much simpler to get this merged first. 👍
I have added some comments. Can you check and do some rework?

I also tend to refactor the packages but IMHO this should be done after both model and updates are merged to avoid merge efforts...

@hohwille hohwille linked an issue Feb 13, 2023 that may be closed by this pull request
@hohwille hohwille added this to the release:2023.02.001 milestone Feb 13, 2023
@hohwille hohwille changed the title Feature/url folderhandling1007 #1007: implement domain model for ide-urls Feb 13, 2023
@hohwille hohwille merged commit b080100 into devonfw:master Feb 13, 2023
This was referenced Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bash related to bash shell or scripts

Projects

None yet

Development

Successfully merging this pull request may close these issues.

create domain model for ide-urls

2 participants