Skip to content

[DSD-9264] mosipdev to mosipqa - #1397

Merged
abhishek8shankar merged 2 commits into
mosip:release-1.2.0.1from
SwapnilWorks-Devops:release-1.2.0.1
Nov 19, 2025
Merged

[DSD-9264] mosipdev to mosipqa#1397
abhishek8shankar merged 2 commits into
mosip:release-1.2.0.1from
SwapnilWorks-Devops:release-1.2.0.1

Conversation

@SwapnilWorks-Devops

@SwapnilWorks-Devops SwapnilWorks-Devops commented Nov 19, 2025

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Chores
    • Removed legacy print service container image.
    • Added three new service container images for partner management, policy management, and UI components.

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

coderabbitai Bot commented Nov 19, 2025

Copy link
Copy Markdown

Walkthrough

Removed one image entry mosipdev/mosip-file-server:MOSIP-42231 and added three develop-tag images: mosipdev/pmp-ui-v2:develop, mosipdev/partner-management-service:develop, and mosipdev/policy-management-service:develop in release/vidivi/images.txt.

Changes

Cohort / File(s) Summary
Docker image manifest
release/vidivi/images.txt
Removed mosipdev/mosip-file-server:MOSIP-42231; added mosipdev/pmp-ui-v2:develop, mosipdev/partner-management-service:develop, mosipdev/policy-management-service:develop.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

  • Focus review on release/vidivi/images.txt for correct image names and tags.
  • Verify there are no dependent manifests or deployment scripts that reference the removed image.

Possibly related PRs

Suggested reviewers

  • ckm007

Poem

🐰
A hop, a change, a file refreshed,
One image leaves, three join the nest,
Develop tags scurry into view,
Little rabbit cheers — new images, whoo!

Pre-merge checks and finishing touches

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Title check ⚠️ Warning The title describes updating image references from mosipdev to mosipqa, which aligns with the main change of replacing one mosipdev image entry and adding three new entries with mosipdev registry. The title claims a transition from mosipdev to mosipqa, but the actual changes show removal of one mosipdev entry and addition of three new mosipdev entries. Clarify whether this is a mosipdev-to-mosipqa migration or an update to mosipdev image versions.
✅ 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.

Signed-off-by: Swapnil <swapnil.mohanty@technoforte.co.in>
@abhishek8shankar
abhishek8shankar merged commit 1fe9348 into mosip:release-1.2.0.1 Nov 19, 2025
1 of 2 checks passed

@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 ca9d86e and c6bbf37.

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

Comment thread release/vidivi/images.txt
Comment on lines +1 to +3
mosipdev/pmp-ui-v2:develop develop
mosipdev/partner-management-service:develop develop
mosipdev/policy-management-service:develop develop No newline at end of file

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

PR objective mismatch: Title indicates "mosipdev to mosipqa" but code still contains "mosipdev".

The PR title explicitly states "[DSD-9264] mosipdev to mosipqa", suggesting these entries should be updated from mosipdev to mosipqa in the Docker image registry names. However, all three entries still reference mosipdev. This is either an incomplete change or a mismatch between the PR title and the intended changes.

Please verify:

  1. Should these image references be updated from mosipdev/... to mosipqa/... to align with the PR objective?
  2. Are the three added images the correct replacements, or are the registry names incorrect?

If the intent is to use mosipqa registry, apply this diff:

-mosipdev/pmp-ui-v2:develop develop
-mosipdev/partner-management-service:develop develop
-mosipdev/policy-management-service:develop develop
+mosipqa/pmp-ui-v2:develop develop
+mosipqa/partner-management-service:develop develop
+mosipqa/policy-management-service:develop develop

</script>

🏁 Script executed:

#!/bin/bash
# Get PR details and git diff for the file in question
echo "=== PR Branch Info ==="
git rev-parse --abbrev-ref HEAD

echo -e "\n=== Recent commits ==="
git log --oneline -10

echo -e "\n=== Git diff for release/vidivi/images.txt ==="
git diff HEAD~1 HEAD -- release/vidivi/images.txt 2>/dev/null || git show HEAD:release/vidivi/images.txt 2>/dev/null || echo "File may not exist in this version"

echo -e "\n=== Current file state ==="
cat release/vidivi/images.txt 2>/dev/null || echo "File not found"

echo -e "\n=== Check for PR description/body in commits ==="
git log --format=%B -1

Length of output: 1332


The PR objective mismatch is confirmed. The file still contains "mosipdev" when the PR title "[DSD-9264] mosipdev to mosipqa" requires updating to "mosipqa".

Verification shows the git diff contains no actual conversion from mosipdev to mosipqa—all three image references remain unchanged with the mosipdev registry. The diff only shows a newline removal at the end of line 3, which is not the intended change.

The file needs the registry names updated from mosipdev/ to mosipqa/ as follows:

-mosipdev/pmp-ui-v2:develop develop
-mosipdev/partner-management-service:develop develop
-mosipdev/policy-management-service:develop develop
+mosipqa/pmp-ui-v2:develop develop
+mosipqa/partner-management-service:develop develop
+mosipqa/policy-management-service:develop develop
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
mosipdev/pmp-ui-v2:develop develop
mosipdev/partner-management-service:develop develop
mosipdev/policy-management-service:develop develop
mosipqa/pmp-ui-v2:develop develop
mosipqa/partner-management-service:develop develop
mosipqa/policy-management-service:develop develop
🤖 Prompt for AI Agents
In release/vidivi/images.txt around lines 1 to 3, the registry prefix is still
"mosipdev/" but the PR intends to change it to "mosipqa/"; update each image
reference (mosipdev/pmp-ui-v2, mosipdev/partner-management-service,
mosipdev/policy-management-service) to use mosipqa/ instead, ensure there is a
trailing newline at EOF and commit the corrected file so the diff reflects the
registry rename.

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