Skip to content

Conversation

@AishDani
Copy link
Contributor

No description provided.

@AishDani AishDani requested a review from a team as a code owner August 11, 2025 11:56
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR addresses multiple bug fixes across the migration tool, including package version downgrades, UI filtering improvements, and proper handling of undefined values in language mapping and content filtering.

  • Package versions downgraded to stable releases (1.0.3) and react-scripts to 0.0.0
  • Fixed undefined label handling in language mapping components
  • Added proper reference field validation and improved filtering logic
  • Enhanced global field service integration for migration processes

Reviewed Changes

Copilot reviewed 13 out of 20 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
upload-api/package.json Downgraded dependencies to stable versions
ui/package.json Set react-scripts to version 0.0.0
package.json Downgraded @contentstack/cli-utilities to 1.0.3
ui/src/pages/Migration/index.tsx Added undefined label filtering in migration logic
ui/src/components/DestinationStack/DestinationStack.scss Added delete-icon styling with padding
ui/src/components/DestinationStack/Actions/LoadLanguageMapper.tsx Enhanced undefined handling and mapping logic
ui/src/components/ContentMapper/index.tsx Fixed filter logic and reference field validation
ui/src/components/AdvancePropertise/index.tsx Fixed reference items mapping and option handling
api/src/utils/field-attacher.utils.ts Added contentTypeId parameter to field lookup
api/src/services/migration.service.ts Integrated global field service calls
api/src/services/globalField.service.ts New service for handling global field operations
api/src/services/contentful.service.ts Commented out global fields file creation
.talismanrc Updated checksums for package-lock.json files
Files not reviewed (4)
  • upload-api/migration-contentful/package-lock.json: Language not supported
  • upload-api/migration-sitecore/package-lock.json: Language not supported
  • upload-api/migration-wordpress/package-lock.json: Language not supported
  • upload-api/package-lock.json: Language not supported

},
"dependencies": {
"@contentstack/cli-utilities": "^1.8.4"
"@contentstack/cli-utilities": "^1.0.3"
Copy link
Contributor

Choose a reason for hiding this comment

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

why we are downgrading the version ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

got the snyk security warnings

@sayalijoshi27 sayalijoshi27 merged commit e558c1a into dev Aug 12, 2025
7 checks passed
@sayalijoshi27 sayalijoshi27 deleted the bugfix/beta-release branch August 12, 2025 07:16
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.

4 participants