Skip to content

Dev#1111

Merged
umesh-more-cstk merged 12 commits into
pre-stagefrom
dev
Jul 9, 2026
Merged

Dev#1111
umesh-more-cstk merged 12 commits into
pre-stagefrom
dev

Conversation

@umesh-more-cstk

Copy link
Copy Markdown
Contributor

🔗 Jira Ticket

Replace with your ticket link — required before requesting review.

MIGRATION-XXXX


📋 PR Type

  • ✨ Feature
  • 🐛 Bug Fix
  • 🔥 Hotfix
  • ♻️ Refactor
  • 🧹 Chore / Dependency Update
  • 📝 Documentation

📝 Description

What changed?

Why?


🧩 Affected Areas

  • api — Node.js backend
  • ui — React frontend
  • upload-api — Upload API server
  • docker / docker-compose
  • CI / GitHub Actions workflows
  • Environment variables / config
  • Other:

🧪 How to Test

Expected result:


📸 Screenshots / Recordings

Before After

🔗 Related PRs / Dependencies


✅ Author Checklist

Complete this before moving the PR out of Draft.

  • Branch follows naming convention: feature/, bugfix/, or hotfix/ + 5–30 lowercase chars
  • Jira ticket linked above
  • Self-reviewed the diff — no debug logs, commented-out code, or TODOs left in
  • .env / example.env updated if new environment variables were added
  • No sensitive credentials or secrets committed
  • Existing tests pass locally (npm test)
  • New tests written (or not applicable — explain why)
  • README.md / docs updated if behaviour changed
  • Talisman pre-push scan passes (no secrets flagged)

👀 Reviewer Notes


Migration v2 · Docs · Issues

chetan-contentstack and others added 12 commits July 3, 2026 18:13
CMG-1057: fix already-mapped locales appearing in dropdowns on restart,
Add Language button stuck disabled after one addition, and rows locking
prematurely before user advances past step 2.

CMG-1058: route new-locale entries through localize path instead of
creating duplicate entries; fix save button visibility and sticky footer
in entry mapper; tighten step-1→step-3 skip guard to require all source
locales mapped before bypassing step 2.
- allSourceLocalesMapped: verify each source locale exists in mapped
  values instead of comparing raw counts (filters out placeholder keys
  like UNMAPPED_LOCALE_KEY and prevents duplicates from inflating count)
- LoadLanguageMapper: remove dead savedKey/savedValue/isRowSaved vars
- LoadLanguageMapper: fix recentMsterLocale typo -> recentMasterLocale
…l and Drupal; improve error handling and mock implementations
feat(assets): add extractAssets function for asset mapping across Con…
- LoadLanguageMapper: skip persisting source locale when no CS locale
  is selected yet (prevents fallback key inflating filledMappingCount
  and re-enabling Add Language for an incomplete row)
- entryMapper: gate Save disable on migrationStarted && !migrationCompleted
  so button unlocks on delta revisits after migration completes
…e-fix

CMG-1057, CMG-1058 | Language Mapper and Locale Migration Fixes
@umesh-more-cstk umesh-more-cstk requested a review from a team as a code owner July 9, 2026 05:57
@umesh-more-cstk umesh-more-cstk merged commit fc624de into pre-stage Jul 9, 2026
9 of 11 checks passed
@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

🔒 Security Scan Results

ℹ️ Note: Only vulnerabilities with available fixes (upgrades or patches) are counted toward thresholds.

Check Type Count (with fixes) Without fixes Threshold Result
🔴 Critical Severity 1 0 10 ✅ Passed
🟠 High Severity 2 382 25 ✅ Passed
🟡 Medium Severity 0 0 500 ✅ Passed
🔵 Low Severity 1 0 1000 ✅ Passed

⏱️ SLA Breach Summary

✅ No SLA breaches detected. All vulnerabilities are within acceptable time thresholds.

Severity Breaches (with fixes) Breaches (no fixes) SLA Threshold (with/no fixes) Status
🔴 Critical 0 0 15 / 30 days ✅ Passed
🟠 High 0 0 30 / 120 days ✅ Passed
🟡 Medium 0 0 90 / 365 days ✅ Passed
🔵 Low 0 0 180 / 365 days ✅ Passed

ℹ️ Vulnerabilities Without Available Fixes (Informational Only)

The following vulnerabilities were detected but do not have fixes available (no upgrade or patch). These are excluded from failure thresholds:

  • Critical without fixes: 0
  • High without fixes: 382
  • Medium without fixes: 0
  • Low without fixes: 0

✅ BUILD PASSED - All security 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.

3 participants