Skip to content

#1905: Created a UrlUpdater for Inso Cli#1907

Merged
hohwille merged 10 commits into
devonfw:mainfrom
KarimALotfy:feature/1905-add-insomnia-cli-url-updater
May 19, 2026
Merged

#1905: Created a UrlUpdater for Inso Cli#1907
hohwille merged 10 commits into
devonfw:mainfrom
KarimALotfy:feature/1905-add-insomnia-cli-url-updater

Conversation

@KarimALotfy
Copy link
Copy Markdown
Contributor

@KarimALotfy KarimALotfy commented May 8, 2026

This PR fixes #1905

Implemented changes:

Created a UrlUpdater for Inso Cli, with its corresponding test

To Test :
Run UpdateInitiator with Arguments: <your-path-to-cloned-ide-urls-directory> PT1H inso
Run Test : InsoUrlUpdaterTest


Checklist for this PR

Make sure everything is checked before merging this PR. For further info please also see
our DoD.

  • When running mvn clean test locally all tests pass and build is successful
  • PR title is of the form #«issue-id»: «brief summary» (e.g. #921: fixed setup.bat). If no issue ID exists, title only.
  • PR top-level comment summarizes what has been done and contains link to addressed issue(s)
  • PR and issue(s) have suitable labels
  • Issue is set to In Progress and assigned to you or there is no issue (might happen for very small PRs)
  • You followed all coding conventions
  • You have added the issue implemented by your PR in CHANGELOG.adoc unless issue is labeled
    with internal

@github-project-automation github-project-automation Bot moved this to 🆕 New in IDEasy board May 8, 2026
@KarimALotfy KarimALotfy self-assigned this May 8, 2026
@KarimALotfy KarimALotfy moved this from 🆕 New to 🏗 In progress in IDEasy board May 8, 2026
@KarimALotfy KarimALotfy changed the title #1905: Created a UrlUpdater for Inso Cli, with its corresponding test #1905: Created a UrlUpdater for Inso Cli May 8, 2026
@KarimALotfy KarimALotfy moved this from 🏗 In progress to Research in IDEasy board May 8, 2026
@KarimALotfy KarimALotfy moved this from Research to 🏗 In progress in IDEasy board May 8, 2026
@coveralls
Copy link
Copy Markdown
Collaborator

coveralls commented May 8, 2026

Coverage Report for CI Build 26090908522

Coverage increased (+0.04%) to 70.969%

Details

  • Coverage increased (+0.04%) from the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • 17 coverage regressions across 1 file.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

17 previously-covered lines in 1 file lost coverage.

File Lines Losing Coverage Coverage
com/devonfw/tools/ide/url/updater/UpdateManager.java 17 0.0%

Coverage Stats

Coverage Status
Relevant Lines: 15507
Covered Lines: 11475
Line Coverage: 74.0%
Relevant Branches: 6928
Covered Branches: 4447
Branch Coverage: 64.19%
Branches in Coverage %: Yes
Coverage Strength: 3.13 hits per line

💛 - Coveralls

@KarimALotfy KarimALotfy moved this from 🏗 In progress to Team Review in IDEasy board May 8, 2026
@KarimALotfy KarimALotfy moved this from Team Review to 🏗 In progress in IDEasy board May 12, 2026
…lReleaseUpdater instead of GithubUrlTagUpdater (TEST)
@KarimALotfy KarimALotfy moved this from 🏗 In progress to Team Review in IDEasy board May 12, 2026
@KarimALotfy KarimALotfy moved this from Team Review to 👀 In review in IDEasy board May 18, 2026
@hohwille hohwille added this to the release:2026.05.001 milestone May 19, 2026
@hohwille hohwille added urls ide-urls repo and related processes and features insomnia Insomnia tool (collaborative API dev platform) labels May 19, 2026
Copy link
Copy Markdown
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.

@KarimALotfy thanks for your PR. Ready for merge 👍

@hohwille hohwille merged commit 6bae747 into devonfw:main May 19, 2026
2 checks passed
@github-project-automation github-project-automation Bot moved this from 👀 In review to ✅ Done in IDEasy board May 19, 2026
@hohwille
Copy link
Copy Markdown
Member

Retested by looking at the outcome:
https://github.com/devonfw/ide-urls/tree/master/inso/inso

Looks correct to me. Checked security.json and windows exe download successfully.

@hohwille hohwille added the QA approved Label a PR that has been re-testet via nightly SNAPSHOT after merge and commented. label May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

insomnia Insomnia tool (collaborative API dev platform) QA approved Label a PR that has been re-testet via nightly SNAPSHOT after merge and commented. urls ide-urls repo and related processes and features

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

Create InsoUrlUpdater

3 participants