Skip to content

[DSD-9641] mosipdev to mosipqa - #1524

Merged
Prafulrakhade merged 4 commits into
mosip:release-1.2.0.1from
gaganamadival:release-1.2.0.1
Jan 20, 2026
Merged

[DSD-9641] mosipdev to mosipqa#1524
Prafulrakhade merged 4 commits into
mosip:release-1.2.0.1from
gaganamadival:release-1.2.0.1

Conversation

@gaganamadival

@gaganamadival gaganamadival commented Jan 20, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Chores
    • Updated container image references: replaced prior verification images with three mosipdev 1.3.x images for the partner-management UI, partner-management service, and policy-management service.
    • Adjusted image mappings to use release-1.3.x tags to align deployments with the 1.3.x release.

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

Signed-off-by: gaganamadival <94885434+gaganamadival@users.noreply.github.com>
Signed-off-by: gaganamadival <94885434+gaganamadival@users.noreply.github.com>
Signed-off-by: gaganamadival <94885434+gaganamadival@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented Jan 20, 2026

Copy link
Copy Markdown

Walkthrough

Updated image references in release/vidivi/images.txt: removed two injistackdev entries and added three mosipdev entries tagged release-1.3.x, changing the set of images and their namespaces/tags.

Changes

Cohort / File(s) Summary
Image registry entries
release/vidivi/images.txt
Removed two injistackdev/...:MOSIP-CONNECT-2025 lines and added three mosipdev/...:release-1.3.x lines for pmp-ui-v2, partner-management-service, and policy-management-service.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • ckm007
  • Prafulrakhade

Poem

🐰 I hopped through lines and tags today,
Swapped two old names for three in play.
From injistackdev to mosipdev's song,
release-1.3.x — hopping along! 🥕✨

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Title check ⚠️ Warning The PR title references changing from 'mosipdev' to 'mosipqa', but the actual changes show updates to image references with 'mosipdev' namespace and 'release-1.3.x' tags, not a conversion to 'mosipqa'. Update the title to accurately reflect the actual changes, such as 'DSD-9641 Update image references to mosipdev release-1.3.x tags' or verify the changeset matches the intended conversion to mosipqa.
✅ 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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


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: gaganamadival <94885434+gaganamadival@users.noreply.github.com>
@Prafulrakhade
Prafulrakhade merged commit 63124ad into mosip:release-1.2.0.1 Jan 20, 2026
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: 2

🤖 Fix all issues with AI agents
In `@release/vidivi/images.txt`:
- Around line 1-3: Normalize spacing and trailing whitespace in the image list:
for each image entry (e.g., "mosipdev/pmp-ui-v2:release-1.3.x",
"mosipdev/partner-management-service:release-1.3.x",
"mosipdev/policy-management-service:release-1.3.x") ensure exactly one space
between the image tag and the version column (e.g., " 1.3.x" → " 1.3.x" with a
single space) and remove any trailing whitespace at the end of lines so all
three lines have consistent single spacing and no trailing spaces.
- Around line 1-3: Normalize spacing in images.txt by ensuring each line uses a
single space between the source image:tag and the destination tag and remove any
trailing whitespace; update lines containing entries like
"mosipdev/pmp-ui-v2:release-1.3.x  1.3.x",
"mosipdev/partner-management-service:release-1.3.x  1.3.x", and
"mosipdev/policy-management-service:release-1.3.x 1.3.x" so they all follow the
pattern "mosipdev/<image>:<tag> <destination-tag>" with exactly one space and no
trailing spaces.

Comment thread release/vidivi/images.txt
Comment on lines +1 to +3
mosipdev/pmp-ui-v2:release-1.3.x 1.3.x
mosipdev/partner-management-service:release-1.3.x 1.3.x
mosipdev/policy-management-service:release-1.3.x 1.3.x 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 | 🟡 Minor

Minor formatting inconsistency in spacing and trailing whitespace.

Lines 1-2 have double spaces between the image tag and version, while Line 3 has a single space. Additionally, Lines 1-2 have trailing whitespace while Line 3 does not.

🧹 Proposed fix for consistent formatting
-mosipdev/pmp-ui-v2:release-1.3.x  1.3.x  
-mosipdev/partner-management-service:release-1.3.x  1.3.x 
-mosipdev/policy-management-service:release-1.3.x 1.3.x
+mosipdev/pmp-ui-v2:release-1.3.x 1.3.x
+mosipdev/partner-management-service:release-1.3.x 1.3.x
+mosipdev/policy-management-service:release-1.3.x 1.3.x
📝 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:release-1.3.x 1.3.x
mosipdev/partner-management-service:release-1.3.x 1.3.x
mosipdev/policy-management-service:release-1.3.x 1.3.x
mosipdev/pmp-ui-v2:release-1.3.x 1.3.x
mosipdev/partner-management-service:release-1.3.x 1.3.x
mosipdev/policy-management-service:release-1.3.x 1.3.x
🧰 Tools
🪛 LanguageTool

[grammar] ~1-~1: Fout gevonden
Context: mosipdev/pmp-ui-v2:release-1.3.x 1.3.x mosipdev/partner-management-service:rele...

(QB_NEW_NL_OTHER_ERROR_IDS_REPLACEMENT_ORTHOGRAPHY_SPELLING)


[grammar] ~2-~2: Dit kan een fout zijn.
Context: ...management-service:release-1.3.x 1.3.x mosipdev/policy-management-service:release-1.3.x 1.3.x

(QB_NEW_NL)

🤖 Prompt for AI Agents
In `@release/vidivi/images.txt` around lines 1 - 3, Normalize spacing and trailing
whitespace in the image list: for each image entry (e.g.,
"mosipdev/pmp-ui-v2:release-1.3.x",
"mosipdev/partner-management-service:release-1.3.x",
"mosipdev/policy-management-service:release-1.3.x") ensure exactly one space
between the image tag and the version column (e.g., " 1.3.x" → " 1.3.x" with a
single space) and remove any trailing whitespace at the end of lines so all
three lines have consistent single spacing and no trailing spaces.

⚠️ Potential issue | 🟡 Minor

🧩 Analysis chain

🏁 Script executed:

# First, let's check if the file exists and see its content
if [ -f "release/vidivi/images.txt" ]; then
  echo "=== File content ===" 
  cat -n "release/vidivi/images.txt"
  echo ""
  echo "=== File metadata ==="
  wc -l "release/vidivi/images.txt"
else
  echo "File does not exist at release/vidivi/images.txt"
fi

Repository: mosip/release-script

Length of output: 310


🏁 Script executed:

# Check git log for this file to understand the changes
cd /tmp && git log --oneline -20 -- "release/vidivi/images.txt" 2>/dev/null | head -20

Repository: mosip/release-script

Length of output: 46


🏁 Script executed:

# Look for any PR or commit information related to DSD-9641
cd /tmp && git log --all --oneline --grep="DSD-9641" 2>/dev/null | head -10
cd /tmp && git log --all --oneline --grep="mosipdev" 2>/dev/null | head -10

Repository: mosip/release-script

Length of output: 46


🏁 Script executed:

# Check current branch and recent commits to understand the PR context
cd /tmp && git log --oneline -10 2>/dev/null
cd /tmp && git branch -v 2>/dev/null

Repository: mosip/release-script

Length of output: 48


🏁 Script executed:

# Look for README or documentation that might mention this PR
find . -name "README*" -o -name "*.md" | head -10

Repository: mosip/release-script

Length of output: 375


🏁 Script executed:

# Search for any references to DSD-9641 or this migration in the codebase
rg -i "DSD-9641|mosipqa" --type md --type txt 2>/dev/null | head -20

Repository: mosip/release-script

Length of output: 678


🏁 Script executed:

# Check if there's any reference to the images.txt file or PR information
rg "pmp-ui-v2|partner-management-service|policy-management-service" --type md 2>/dev/null | head -20

Repository: mosip/release-script

Length of output: 147


🏁 Script executed:

# Let's read the vidivi README to understand what images.txt should contain
cat -n release/vidivi/README.md

Repository: mosip/release-script

Length of output: 16774


🏁 Script executed:

# Also check the transfer_report.md to see how it references images
cat -n release/vidivi/transfer_report.md

Repository: mosip/release-script

Length of output: 748


Fix inconsistent spacing and trailing whitespace in images.txt.

The images.txt format is correct—source images are properly listed from the mosipdev namespace with mosipqa as the configured destination organization. However, there are formatting inconsistencies:

  • Lines 1-2 have double spaces before the destination tag; Line 3 has single space
  • Lines 1-2 have trailing whitespace

Standardize to single space separation with no trailing whitespace.

🧰 Tools
🪛 LanguageTool

[grammar] ~1-~1: Fout gevonden
Context: mosipdev/pmp-ui-v2:release-1.3.x 1.3.x mosipdev/partner-management-service:rele...

(QB_NEW_NL_OTHER_ERROR_IDS_REPLACEMENT_ORTHOGRAPHY_SPELLING)


[grammar] ~2-~2: Dit kan een fout zijn.
Context: ...management-service:release-1.3.x 1.3.x mosipdev/policy-management-service:release-1.3.x 1.3.x

(QB_NEW_NL)

🤖 Prompt for AI Agents
In `@release/vidivi/images.txt` around lines 1 - 3, Normalize spacing in
images.txt by ensuring each line uses a single space between the source
image:tag and the destination tag and remove any trailing whitespace; update
lines containing entries like "mosipdev/pmp-ui-v2:release-1.3.x  1.3.x",
"mosipdev/partner-management-service:release-1.3.x  1.3.x", and
"mosipdev/policy-management-service:release-1.3.x 1.3.x" so they all follow the
pattern "mosipdev/<image>:<tag> <destination-tag>" with exactly one space and no
trailing spaces.

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