Skip to content

[DSD-9409] mosipdev to mosipdev2 - #1436

Merged
Prafulrakhade merged 1 commit into
mosip:release-1.2.0.1from
SwapnilWorks-Devops:release-1.2.0.1
Dec 3, 2025
Merged

[DSD-9409] mosipdev to mosipdev2#1436
Prafulrakhade merged 1 commit into
mosip:release-1.2.0.1from
SwapnilWorks-Devops:release-1.2.0.1

Conversation

@SwapnilWorks-Devops

@SwapnilWorks-Devops SwapnilWorks-Devops commented Dec 3, 2025

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Chores
    • Updated container image mappings to reflect current supported versions for deployment configuration.

✏️ Tip: You can customize this high-level summary in your review settings.

Signed-off-by: Swapnil <swapnil.mohanty@technoforte.co.in>
@coderabbitai

coderabbitai Bot commented Dec 3, 2025

Copy link
Copy Markdown

Walkthrough

This PR updates release/vidivi/images.txt by removing multiple image mappings for mosipdev2 1.3.x entries and replacing them with a single new image entry: mosipdev/apitest-inji-certify:release-0.13.x. The registry is simplified by consolidating prior entries into one updated mapping.

Changes

Cohort / File(s) Summary
Image Registry Update
release/vidivi/images.txt
Removed multiple mosipdev2 1.3.x image mappings; added single mosipdev/apitest-inji-certify:release-0.13.x release-0.13.x entry

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

  • Single configuration file modified with straightforward registry entry replacements
  • No logic changes or complex dependencies

Possibly related PRs

Poem

🐰 Old images fade like morning mist,
1.3.x versions gently dismissed,
0.13.x blooms with fresh delight,
mosipdev's certify shines so bright!

Pre-merge checks and finishing touches

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Title check ⚠️ Warning The pull request title describes changing 'mosipdev to mosipdev2', but the actual changes replace mosipdev2 entries with a mosipdev entry and introduce a 0.13.x mapping—the opposite direction. Update the title to accurately reflect the actual changes, such as 'DSD-9409 Replace mosipdev2 1.3.x images with mosipdev 0.13.x mapping' or similar.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 6e45a20 and 2e8a419.

📒 Files selected for processing (1)
  • release/vidivi/images.txt (1 hunks)

Comment thread release/vidivi/images.txt
mosipdev2/resident-service:release-1.3.x 1.3.x
mosipdev2/websub-service:release-1.3.x 1.3.x
mosipdev2/consolidator-websub-service:release-1.3.x 1.3.x
mosipdev/apitest-inji-certify:release-0.13.x release-0.13.x

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

# First, check if the file exists and get its current content
ls -la release/vidivi/images.txt 2>&1 || echo "File not found"

Repository: mosip/release-script

Length of output: 138


🏁 Script executed:

# Get git history for the file
cd release/vidivi 2>/dev/null && git log --oneline images.txt 2>&1 | head -20

Repository: mosip/release-script

Length of output: 122


🏁 Script executed:

# Get full git diff to see what changed
cd release/vidivi 2>/dev/null && git diff HEAD~5..HEAD -- images.txt 2>&1 || git log -p --follow images.txt 2>&1 | head -100

Repository: mosip/release-script

Length of output: 46


🏁 Script executed:

# Check current git status and branch info
git status 2>&1
git branch -a 2>&1 | grep -E "release-1.2.0.1|release-0.13|release-1.3"

Repository: mosip/release-script

Length of output: 228


🏁 Script executed:

# Search for any documentation or context about the mosipdev entries
git log --all --oneline --grep="mosipdev" 2>&1 | head -20
git log --all --oneline --grep="DSD-9409" 2>&1 | head -20

Repository: mosip/release-script

Length of output: 145


🏁 Script executed:

# Get the specific commit details
git show 2e8a419 --stat

Repository: mosip/release-script

Length of output: 437


🏁 Script executed:

# Get the actual diff for that commit
git show 2e8a419 -- release/vidivi/images.txt

Repository: mosip/release-script

Length of output: 3767


🏁 Script executed:

# Read the full current file content
cat -n release/vidivi/images.txt

Repository: mosip/release-script

Length of output: 3615


🏁 Script executed:

# Check the previous version of the file
git show 2e8a419^:release/vidivi/images.txt 2>/dev/null | head -30

Repository: mosip/release-script

Length of output: 1631


Commit message is backwards: should be "mosipdev2 to mosipdev", not "mosipdev to mosipdev2".

The git diff confirms the actual changes contradict the commit title:

  • Removed: 55 entries from mosipdev2 registry, predominantly using release-1.3.x tags
  • Added: 1 entry from mosipdev registry: mosipdev/apitest-inji-certify:release-0.13.x

This is a complete replacement of all mosipdev2 services with a single apitest-inji-certify service, not a version downgrade. The version difference (1.3.x vs 0.13.x) reflects different images/services, not a regression of the same service.

The commit message must be corrected to accurately reflect the direction of the migration: mosipdev2 → mosipdev.

🤖 Prompt for AI Agents
In release/vidivi/images.txt around lines 1 to 1, the commit title is backwards;
update the commit message to reflect that images were migrated from mosipdev2 to
mosipdev (many mosipdev2 entries removed and one
mosipdev/apitest-inji-certify:release-0.13.x added). Amend the commit message
(git commit --amend) or create a follow-up commit that uses a clear title like
"mosipdev2 → mosipdev: replace multiple mosipdev2 images with
mosipdev/apitest-inji-certify" and in the body list the removed mosipdev2
entries count and the added mosipdev entry for accurate history.

@Prafulrakhade
Prafulrakhade merged commit aab7217 into mosip:release-1.2.0.1 Dec 3, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants