Skip to content

[DSD-9246] mosipdev to mosipdev2 - #1380

Merged
abhishek8shankar merged 1 commit into
mosip:release-1.2.0.1from
SwapnilWorks-Devops:release-1.2.0.1
Nov 14, 2025
Merged

[DSD-9246] mosipdev to mosipdev2#1380
abhishek8shankar 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 Nov 14, 2025

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Chores
    • Updated container image reference to a development version for deployment infrastructure.

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

coderabbitai Bot commented Nov 14, 2025

Copy link
Copy Markdown

Walkthrough

This pull request updates a container image reference in the release configuration file. The change replaces the mosipdev/apitest-mimoto:release-0.20.x image with mosipdev/apitest-inji-certify:develop, switching both the repository name and tag for the related deployment artifact.

Changes

Cohort / File(s) Summary
Container image reference update
release/vidivi/images.txt
Replaced image reference from mosipdev/apitest-mimoto:release-0.20.x to mosipdev/apitest-inji-certify:develop

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • ckm007

Poem

🐰 A whisker-twitch and tag's revised,
From mimoto to inji, we've prized,
Develop branch awaits us there,
New images in the VidiVi air! 🎯

Pre-merge checks and finishing touches

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Title check ⚠️ Warning The title 'DSD-9246 mosipdev to mosipdev2' is misleading as the actual change replaces 'mosipdev/apitest-mimoto' with 'mosipdev/apitest-inji-certify' and changes tags, not a 'mosipdev to mosipdev2' repository migration. Update the title to accurately describe the actual change, such as 'DSD-9246 Replace apitest-mimoto with apitest-inji-certify image and switch to develop tag'.
✅ 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 1b478e6 and bc6a17c.

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

Comment thread release/vidivi/images.txt
@@ -1 +1 @@
mosipdev/apitest-mimoto:release-0.20.x release-0.20.x
mosipdev/apitest-inji-certify:develop develop

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 title and implementation mismatch: expected mosipdev2/ but found mosipdev/.

The PR title indicates a migration from mosipdev to mosipdev2, but the actual change still references mosipdev/ instead of mosipdev2/. Additionally, the line format mosipdev/apitest-inji-certify:develop develop appears to have "develop" repeated, which may indicate a formatting error or require clarification on the intended file format.

Please verify:

  1. Should this be mosipdev2/apitest-inji-certify:develop (matching the PR title)?
  2. Is the duplicate "develop" tag intentional, or should the line be formatted differently?
  3. What is the expected format for entries in this images.txt file?


🏁 Script executed:

#!/bin/bash
# View the complete images.txt file to understand context and format
echo "=== Full content of release/vidivi/images.txt ==="
cat release/vidivi/images.txt

echo -e "\n=== Git diff for this file ==="
git diff HEAD release/vidivi/images.txt || git diff release/vidivi/images.txt

echo -e "\n=== Looking for other images.txt files or similar patterns ==="
find . -name "images.txt" -o -name "*images*" -type f 2>/dev/null | head -20

echo -e "\n=== Checking git log for context on this file ==="
git log --oneline -n 5 -- release/vidivi/images.txt 2>/dev/null || echo "No git history available"

Length of output: 544


🏁 Script executed:

#!/bin/bash
# Check the sibling images.txt for format reference
echo "=== Content of release/checks/images.txt ==="
cat release/checks/images.txt

echo -e "\n=== Try showing file with git show (current commit) ==="
git show HEAD:release/vidivi/images.txt 2>/dev/null || echo "Not in HEAD"

echo -e "\n=== Show all files changed in this commit ==="
git diff --name-only HEAD 2>/dev/null || git diff --name-only 2>/dev/null || echo "Unable to get file list"

echo -e "\n=== Try to see the actual change with git show on the file ==="
git show --stat 2>/dev/null | head -30

echo -e "\n=== Check if there's a PR description or branch info ==="
git branch -vv 2>/dev/null || echo "No branch tracking"

Length of output: 3474


🏁 Script executed:

#!/bin/bash
# Show the actual diff to see what changed (before and after)
echo "=== Git show with actual diff for the file ==="
git show bc6a17c -- release/vidivi/images.txt 2>/dev/null || git show HEAD -- release/vidivi/images.txt

echo -e "\n=== Show previous version ==="
git show bc6a17c~1:release/vidivi/images.txt 2>/dev/null || echo "Previous version not available"

Length of output: 652


Implementation does not match PR title: registry remains mosipdev/ instead of mosipdev2/.

The PR title states "[DSD-9246] mosipdev to mosipdev2," but the actual change only updates the image name and tag while leaving the registry prefix unchanged at mosipdev/. The line should reference mosipdev2/apitest-inji-certify:develop develop to align with the stated migration intent.

The format with "develop develop" is correct per file conventions and requires no changes.

🤖 Prompt for AI Agents
In release/vidivi/images.txt around lines 1 to 1 the registry prefix was not
updated: it still reads mosipdev/ while the PR intends to migrate to mosipdev2/.
Update the image reference to use the new registry prefix so the line reads
mosipdev2/apitest-inji-certify:develop develop, keeping the existing "develop
develop" format unchanged.

@abhishek8shankar
abhishek8shankar merged commit 1a921d5 into mosip:release-1.2.0.1 Nov 14, 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