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

#550: Fix download url generated from plugin id #615

Merged
merged 5 commits into from
Sep 16, 2024

Conversation

slskiba
Copy link
Contributor

@slskiba slskiba commented Sep 12, 2024

Closes #550.

Requires merging of #609 to be fully function for zip compressed plugins.

@slskiba slskiba mentioned this pull request Sep 12, 2024
@slskiba slskiba self-assigned this Sep 12, 2024
@coveralls
Copy link
Collaborator

coveralls commented Sep 12, 2024

Pull Request Test Coverage Report for Build 10888821307

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 15 unchanged lines in 1 file lost coverage.
  • Overall coverage remained the same at 65.681%

Files with Coverage Reduction New Missed Lines %
com/devonfw/tools/ide/tool/ide/IdeaBasedIdeToolCommandlet.java 15 73.91%
Totals Coverage Status
Change from base Build 10888810444: 0.0%
Covered Lines: 5973
Relevant Lines: 8766

💛 - 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.

@slskiba thanks for this PR and finding a proper solution. I do not know why + is not supported as that seems a common HTTP standard but for sure you did this on purpose.
Using URLEncoder from JDK is a good choice for the fix. 👍

@hohwille hohwille added this to the release:2024.09.002 milestone Sep 13, 2024
@hohwille hohwille added plugins related to plugins (for Eclipse, Intellij, VSCode, etc.) download download of tools, plugins, code from git, any HTTP traffic over the network bugfix android-studio Android Studio IDE from Jet-Brains intellij IntelliJ IDE from Jet-Brains labels Sep 13, 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.

@hohwille hohwille merged commit f296ef9 into devonfw:main Sep 16, 2024
4 checks passed
@hohwille hohwille added the reviewed Marks PRs that have been presented in the sprint-review meeting or that do not need to be presented. label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android-studio Android Studio IDE from Jet-Brains bugfix download download of tools, plugins, code from git, any HTTP traffic over the network intellij IntelliJ IDE from Jet-Brains plugins related to plugins (for Eclipse, Intellij, VSCode, etc.) 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.

Installation of plugins for IDEs fails when the plugin-id contains a space character
4 participants