v1.0.0-beta: Core Modules & CMS Connectors
📌 Version: v1.0.0-beta (Beta Release)
This release includes the foundational components of the migration platform with support for multiple CMSs and initial migration flows.
✅ Included Modules and Features
-
Login | v1.0 CMG-511
-
Dashboard | v1.0 CMG-507
-
Legacy CMS | v1.0 CMG-90
-
Destination Stack | v1.0 CMG-96
-
Content Mapper | v1.0 CMG-506
-
Test Migration | v1.0 CMG-215
-
Migration Execution | v1.0 CMG-509
-
Contentful Connector | v1.0.0 CMG-505
-
Sitecore Connector | v1.0.0 CMG-154
-
WordPress Connector | v1.0.0 CMG-500
-
Destination Stack Enhancements CMG-508
-
Migration Execution Improvements CMG-517
⚠️ Known Limitations (Beta)
- Contentful Connector
- Not handle the use case of deletion of existing destination stack in runtime
- Content mapper module | existing stack | existing content type mapped | Modular blocks, taxonomy these fields can be matched with Single Line Textbox field
- Content Type Migration Limitations in Test Stacks
- When migrating content types in a test stack, the handling of attached references depends on your organization's reference limit:
- Organizations with a reference limit of 50: Full data migration is supported if a content type has more than 10 references.
- Organizations with a reference limit of 10: If a content type has more than 10 references, only the 'title' and 'URL' fields will be migrated.
- Issue: Data migration may encounter unforeseen problems if the Contentful data contains duplicate UIDs.
- Sitecore Connector
-
Runtime Deletion Not Handled
The system does not handle the deletion of an existing destination stack during runtime. -
Content Type Migration Limitations in Test Stacks
When migrating content types in a test stack, the behavior depends on your organization's reference limits:-
Organizations with a reference limit of 50:
Full data migration is supported even if a content type has more than 10 references. -
Organizations with a reference limit of 10:
If a content type has more than 10 references, only the'title'and'URL'fields will be migrated.
-
- Wordpress Connector
-
Not supporting WordPress dynamic content models
-
Supports only the basic data migration process
-
Does not handle the use case of deletion of existing destination stack at runtime
-
Content Type Migration Limitations in Test Stacks
4.1 When migrating content types in a test stack, the handling of attached references depends on your organization's reference limit:4.2 Organizations with a reference limit of 50:
Full data migration is supported if a content type has more than 10 references.4.3 Organizations with a reference limit of 10:
If a content type has more than 10 references, only the'title'and'URL'fields will be migrated.
What's Changed
- Feature/hanoak by @hanoak20 in #1
- Development by @hanoak20 in #2
- Stage by @hanoak20 in #3
- add: typescript support by @himanshu-contentstack in #4
- chore: initial modifications to accomodate apis by @himanshu-contentstack in #5
- feat: login api with jwt by @himanshu-contentstack in #6
- feat: API endpoints for project CRUD operations by @Arpit1119 in #7
- Feature/login by @hanoak20 in #8
- chore: added https service & modified 'auth' route. by @hanoak20 in #9
- chore: added a utility function: AsyncRouter. by @hanoak20 in #10
- feat: added endpoint to get user profile and orgs by @Arpit1119 in #12
- chore: added the login route with actual redirection to CS. by @hanoak20 in #13
- feat: added winston logger for custom logs by @Arpit1119 in #15
- Feature/login by @himanshu-contentstack in #14
- centralize error handling - partial by @himanshu-contentstack in #16
- Feature/hanoak by @hanoak20 in #18
- DB setup with schema initialisation by @himanshu-contentstack in #19
- Feature/hanoak by @hanoak20 in #20
- Feature/hanoak by @hanoak20 in #21
- Feature/hanoak by @hanoak20 in #22
- Feature/hanoak by @hanoak20 in #24
- Feature/hanoak by @hanoak20 in #27
- feat: select cms and file format APIs by @himanshu-contentstack in #28
- Feature/hanoak by @hanoak20 in #29
- feat: Project APIs by @himanshu-contentstack in #23
- feat: added content mapper models and endpoints by @Arpit1119 in #30
- fix: removed duplicate constant by @Arpit1119 in #31
- feat: get all projects by orgId by @himanshu-contentstack in #32
- feat: destination cms update API by @himanshu-contentstack in #33
- Feature/hanoak by @hanoak20 in #34
- FieldMapping-GetExisting contentTypes route added by @shreyasBhoyar in #35
- Feature/hanoak by @hanoak20 in #36
- remove: srcFunc from error middleware by @himanshu-contentstack in #37
- fix: code changes as per the updated schema by @Arpit1119 in #38
- Feature/hanoak by @hanoak20 in #39
- Feature/hanoak by @hanoak20 in #40
- feat: added authentication for upload file and migration service by @Arpit1119 in #41
- Feature/prefix by @hanoak20 in #42
- feat: Code changes related to the project's status. by @Arpit1119 in #43
- add master_locale field in get org stack api response by @shristi-sinha in #44
- Feature/confirmation by @hanoak20 in #45
- fix: removed nodemon, as if was not necessary. We've tsx. by @hanoak20 in #47
- add created at field in get org stack api by @shristi-sinha in #48
- Feature/confirmation by @hanoak20 in #50
- refactor: FieldMapper's collection erfactored to Lowdb. by @hanoak20 in #51
- feat: Added a new API endpoint to get contenttypes count. by @hanoak20 in #52
- Feature/code merge by @umeshmore45 in #57
- add lowdb code refactor code by @shristi-sinha in #58
- Feature/re merge by @umeshmore45 in #60
- Feature/project dashboard by @AishDani in #59
- Test-migration API added in API folder by @shreyasBhoyar in #61
- Feature/project dashboard by @AishDani in #62
- refactor:added search logic in mapper table by @AishDani in #63
- Content mapper changes and Refactor code by @sayalijoshi27 in #64
- refactor:legacy step and context provider by @AishDani in #65
- Content Mapper, Projects and Schema modal changes by @sayalijoshi27 in #66
- remove mongo db connection, models and mongoose from package.json by @shristi-sinha in #67
- change cond in update destination stack api by @shristi-sinha in #68
- Resolved Legacy CMS height and CTA issue by @sayalijoshi27 in #69
- Feature/project dashboard by @AishDani in #70
- feat:updated validation code and UI components related to upload by @AishDani in #71
- [CMG-84], [CMG-85] by @sayalijoshi27 in #72
- change in project status by @shristi-sinha in #73
- Feature/project dashboard by @AishDani in #74
- Cmg 99 locales search by @snehalsankhe in #76
- bugfix: Content type search and fields search issue resolved in Contentmapper by @sayalijoshi27 in #77
- Dev by @sayalijoshi27 in #78
- Refactor: Some ADA occurences by @sayalijoshi27 in #79
- Dev by @sayalijoshi27 in #80
- apply cond on login api if user don't have admin role, then user is n… by @shristi-sinha in #81
- added project status and ui issue by @snehalsankhe in #83
- Code changes by @sayalijoshi27 in #84
- Dev merged by @snehalsankhe in #85
- [CMG-92] by @AishDani in #86
- apply admin role cond in login api by @shristi-sinha in #87
- Dev by @umeshmore45 in #88
- [CMG-118] - Admin error showed in UI by @sayalijoshi27 in #89
- [CMG-94] by @AishDani in #90
- Login fixes by @sayalijoshi27 in #91
- Dev by @sayalijoshi27 in #92
- add trim false in case of tfa token in login api by @shristi-sinha in #93
- add advanced field in mapper model by @shristi-sinha in #94
- solved locale issue by @snehalsankhe in #95
- create a function to get all locals of particular stack and add that… by @shristi-sinha in #96
- Solved bugs by @snehalsankhe in #97
- [CMG-103] - UI for Mapping with group field by @sayalijoshi27 in #98
- [CMG-107] by @AishDani in #99
- [CMG-102] - UI for for On row uncheck make isdeleted value to true by @sayalijoshi27 in #100
- [CMG-137], [CMG-138] by @AishDani in #101
- [CMG-105] - UI - Disable Title and Url fields from being mapped by @sayalijoshi27 in #102
- Dev by @sayalijoshi27 in #103
- On row uncheck make isdeleted value to true CMG-102 by @shristi-sinha in #104
- [CMG-90] by @AishDani in #105
- Dev by @AishDani in #106
- Projects bugfixes by @sayalijoshi27 in #107
- solved bugs by @snehalsankhe in #109
- [CMG-143],[CMG-142] by @AishDani in #110
- Dev by @sayalijoshi27 in #111
- changed stack select dropdown to async select by @AishDani in #112
- fetch Single ContentType API by @shristi-sinha in #113
- resolved cms card getting vanished after some time by changing api by @AishDani in #114
- [CMG-101] - UI for Fetch API by @sayalijoshi27 in #115
- [CMG-103] - On group uncheck child elements also get unchecked by @sayalijoshi27 in #116
- Dev by @sayalijoshi27 in #117
- add created in get stack api by @shristi-sinha in #118
- added dashboard n modal screen by @snehalsankhe in #119
- Dev by @snehalsankhe in #120
- create project delete api and also comment status update in current-s… by @shristi-sinha in #121
- create Project restore api and add isDeleted filter in get all projec… by @shristi-sinha in #123
- [CMG-130] - Project dashboard | Project delete is not working by @sayalijoshi27 in #124
- Advanced Properties changes as per the field type by @sayalijoshi27 in #125
- card Ui by @snehalsankhe in #122
- [CMG-163]- redux setup by @AishDani in #126
- Layout changes by @snehalsankhe in #127
- [CMG-107] - UI for Populate advance properties for the content type in existing stack by @sayalijoshi27 in #128
- Layout changes by @snehalsankhe in #129
- [CMG-161] : Horizontal stepper by @AishDani in #130
- Feature/resloved conflicts by @umeshmore45 in #131
- changed auto stepper as per new design requirement by @AishDani in #132
- Migration flow header UI and Stepper changes by @sayalijoshi27 in #133
- Update code as per new design update by @snehalsankhe in #134
- Main header, login image and logo changes by @sayalijoshi27 in #135
- Merged into stage from dev by @snehalsankhe in #136
- [CMG-42] : Legacy cms step as per new design by @AishDani in #137
- refactor:added notification and error message for mismatch file format by @AishDani in #138
- add file path, is_fileValid and aws details in file-format api by @shristi-sinha in #139
- Content Mapper New design changes by @sayalijoshi27 in #140
- refactor: legacy cms by @AishDani in #141
- Layout changes by @snehalsankhe in #142
- refactor: legacy cms by @AishDani in #143
- Dev by @AishDani in #144
- refactor:modified validated api props by @AishDani in #145
- Layout changes by @snehalsankhe in #146
- Feature/cmg 57 by @sayalijoshi27 in #147
- feat:added search functionality in getAllStack api by @AishDani in #148
- Design corrections by @sayalijoshi27 in #149
- refactor:resolved not getting group and refernce options in mapper dr… by @AishDani in #150
- Dev by @snehalsankhe in #151
- Login module fixes by @sayalijoshi27 in #152
- Layout changes by @snehalsankhe in #153
- [CMG-178][CMG-177] by @AishDani in #154
- Content mapping API and search bug fixes by @sayalijoshi27 in #155
- Dev by @sayalijoshi27 in #156
- content mapping status by @AishDani in #157
- Layout changes by @snehalsankhe in #158
- solved bug by @snehalsankhe in #159
- Dev by @snehalsankhe in #160
- [CMG-174], [CMG-181] by @sayalijoshi27 in #161
- Dev by @sayalijoshi27 in #162
- added profile card by @RohitKini in #163
- Done functionality fixes for existing content type mapping by @sayalijoshi27 in #164
- Content Type status functionality modified by @sayalijoshi27 in #165
- Feature/legacy cms by @AishDani in #166
- Layout changes by @snehalsankhe in #167
- Dev by @snehalsankhe in #168
- Feature/legacy cms by @AishDani in #169
- Feature/legacy cms by @AishDani in #172
- Filter changes to old by @sayalijoshi27 in #173
- Dev by @sayalijoshi27 in #174
- Feature/legacy cms by @AishDani in #175
- Content type and Global fields icons added by @sayalijoshi27 in #176
- Dev by @AishDani in #177
- [CMG-214] - Destination Stack | Error message is not showing when max limit is reached for Stack name field and Description field. by @sayalijoshi27 in #178
- refactor:resolved duplicate mapper fields by @AishDani in #179
- Test Migration Logger Screen by @sayalijoshi27 in #180
- refactor:legacy cms bugs by @AishDani in #181
- Layout changes by @snehalsankhe in #183
- Bugs legacy cms by @AishDani in #184
- refactor:close modal prop added by @AishDani in #186
- Dev by @snehalsankhe in #185
- Feature/dev after commenting by @RohitKini in #182
- Revert "Feature/dev after commenting" by @v1shalpatel in #187
- logger magnify demagnify functionality by @RohitKini in #188
- Bugs legacy cms by @AishDani in #189
- Layout changes by @snehalsankhe in #190
- Dev by @AishDani in #191
- aded type to distinguish content type and global field by @RohitKini in #192
- Bug fixes by @sayalijoshi27 in #193
- type ans newstack flag and newstackId in DB by @RohitKini in #194
- added comments on api controllers,middlewares,models by @RohitKini in #195
- Feature/commenting code by @RohitKini in #196
- added comments on api routes,services,utils by @RohitKini in #197
- added comments on validators by @RohitKini in #198
- components till DocLink by @RohitKini in #199
- content mapper bugs by @AishDani in #200
- added comments till Content mapper by @RohitKini in #201
- refactor:changed uid of title and url to lowercase by @AishDani in #202
- refactor:resolved undefined id error by @AishDani in #203
- Bugfix/content mapper by @sayalijoshi27 in #204
- Dev by @sayalijoshi27 in #205
- Loading deststack by @snehalsankhe in #206
- content mapper bugs by @AishDani in #207
- resolved bugs by @snehalsankhe in #208
- Dev by @snehalsankhe in #209
- added status updation in update step by @RohitKini in #210
- added npm i feature for all nested folders by @RohitKini in #211
- Dev by @RohitKini in #212
- content mapper : group level mapping by @AishDani in #213
- refactor:legacy cms bugs by @AishDani in #214
- Bugfix/content mapper by @sayalijoshi27 in #215
- Bugfix/content mapper by @sayalijoshi27 in #216
- Loading deststack by @snehalsankhe in #217
- Dev by @sayalijoshi27 in #218
- Content mapper dropdown state change issue solved by @sayalijoshi27 in #219
- refactor:disabling navigation if any modal is open by @AishDani in #220
- Feature/gcp by @RohitKini in #221
- Loading deststack by @snehalsankhe in #222
- [CMG-253], [CMG-254] by @sayalijoshi27 in #223
- Dev by @sayalijoshi27 in #224
- refactor:resolved eslint any warnings by @AishDani in #225
- Added clearable option feature in the field dropdown for Existing stack by @sayalijoshi27 in #226
- [CMG-253] revised by @sayalijoshi27 in #227
- refactor: when you select group mapping only fields of that group will be available for inner group fields by @AishDani in #228
- Bugfixes by @sayalijoshi27 in #229
- content mapper by @AishDani in #230
- Dev by @sayalijoshi27 in #231
- Loading deststack by @snehalsankhe in #232
- Dev by @snehalsankhe in #233
- Typescript ESLint warnings resolved by @sayalijoshi27 in #234
- Bugfix/legacy cms by @AishDani in #235
- Code refactor by @sayalijoshi27 in #237
- Dev by @AishDani in #236
- Sonarlint warnings resolved by @sayalijoshi27 in #238
- Bugfix/legacy cms by @AishDani in #239
- Loading deststack by @snehalsankhe in #240
- Dev by @snehalsankhe in #242
- CMG-283 by @sayalijoshi27 in #243
- Bugfix/legacy cms by @AishDani in #245
- Dev by @snehalsankhe in #246
- solved bugs by @snehalsankhe in #247
- Bugfix/legacy cms by @AishDani in #248
- [CMG-113], [CMG-114] by @sayalijoshi27 in #249
- Dev by @snehalsankhe in #250
- Bugs dest by @snehalsankhe in #252
- Bugfix/legacy cms by @AishDani in #253
- refactor:resolved advanced propertise bugs by @AishDani in #254
- Bugs dest by @snehalsankhe in #255
- Dev by @snehalsankhe in #256
- Bugfix/content mapper by @sayalijoshi27 in #257
- Feature/re redux legacy by @AishDani in #258
- Bugfix/legacy cms by @AishDani in #259
- added run command for v2 repo by @sauravraw in #260
- refactor:resolved content-mapper bug of groups by @AishDani in #261
- Dev by @AishDani in #262
- added email in auth and extract path in project by @RohitKini in #263
- Feature/re redux destination stack by @AishDani in #265
- Redux/sayali by @sayalijoshi27 in #266
- [CMG-273], [CMG-290] by @sayalijoshi27 in #267
- Dev by @sayalijoshi27 in #268
- Redux changes by @sayalijoshi27 in #269
- Feature/merge two by @umeshmore45 in #270
- Feature/rohit by @RohitKini in #251
- Fixed name error validation in popup modal by @BhagyahsreeMatere in #272
- Dev by @sayalijoshi27 in #273
- Feature/dropdown field choices by @AishDani in #274
- [CMG-253], [CMG-254] by @sayalijoshi27 in #275
- Dev by @sayalijoshi27 in #276
- Resolved mapped content types disable issue by @sayalijoshi27 in #277
- refactor:content mapper bugs by @AishDani in #278
- [CMG-312] by @sayalijoshi27 in #279
- Fixed bug CMG-315 by @BhagyahsreeMatere in #280
- Feature/dropdown field choices by @AishDani in #282
- [CMG-317] by @sayalijoshi27 in #281
- [CMG-129], [CMG-136] by @sayalijoshi27 in #285
- Dev by @AishDani in #286
- Feature/dropdown field choices by @AishDani in #287
- Feature/dropdown field choices by @AishDani in #288
- Bugfix/content mapper by @sayalijoshi27 in #289
- Dev by @sayalijoshi27 in #290
- Feature/dropdown field choices by @AishDani in #291
- Bugfix/content mapper by @sayalijoshi27 in #292
- project and mapping with nested group changes done by @sayalijoshi27 in #293
- Test Migration UI changes by @sayalijoshi27 in #294
- Dev by @sayalijoshi27 in #295
- Feature/rohit updates by @RohitKini in #296
- Feature/merge two by @RohitKini in #297
- Feature/rohit logger by @RohitKini in #283
- added create test route by @RohitKini in #299
- Feature/test mig2 by @umeshmore45 in #300
- Bugfix/content mapper by @sayalijoshi27 in #301
- Rebase by @umeshmore45 in #302
- Feature/test migration by @sayalijoshi27 in #303
- addded test ture boolean code by @umeshmore45 in #304
- Test Migration button disable changes by @sayalijoshi27 in #306
- Dev by @umeshmore45 in #305
- step 4 update added by @umeshmore45 in #307
- Dev by @umeshmore45 in #308
- Legacy CMS undefined step blocker issue and test stack details updated with redux by @sayalijoshi27 in #309
- Removed console by @sayalijoshi27 in #310
- Dev by @sayalijoshi27 in #311
- Added isprojectMapped condition in all the components by @sayalijoshi27 in #312
- Dev by @sayalijoshi27 in #313
- Feature/dropdown field choices by @AishDani in #314
- Feature create env by @sauravraw in #298
- Feature/final by @umeshmore45 in #316
- added final migartion by @umeshmore45 in #317
- Migration Execution logs added by @sayalijoshi27 in #318
- refactor:overall loader and project dashboard bugs by @AishDani in #320
- Feature/test migration by @sayalijoshi27 in #321
- [CMG-332] - Project dashboard | Project card | Draft status and its icon should be vertically aligned and should have some space between them as per figma by @sayalijoshi27 in #322
- Dev by @sayalijoshi27 in #323
- Feature/dropdown field choices by @AishDani in #324
- Loader issue resolved by @sayalijoshi27 in #325
- Dev by @sayalijoshi27 in #326
- Feature/dropdown field choices by @AishDani in #327
- Feature/test migration by @sayalijoshi27 in #328
- Feature/logger new by @umeshmore45 in #330
- refactor:resolved undefined content-mapper bug and steps disability o… by @AishDani in #331
- Feature/dropdown field choices by @AishDani in #333
- Feature/test migration by @sayalijoshi27 in #334
- Feature/dropdown field choices by @AishDani in #335
- Dev by @sayalijoshi27 in #337
- migration refactor constants and pascal cases by @ngaurish in #336
- Feature/test migration by @sayalijoshi27 in #339
- Dev by @sayalijoshi27 in #340
- Feature/test migration by @sayalijoshi27 in #342
- Dev by @sayalijoshi27 in #343
- Feature/migration contentful by @Arpit1119 in #338
- Refactor: Fetch Locales Dynamically from Contentstack Instead of Constants by @Arpit1119 in #349
- [CMG-361], [CMG-362], [CMG-365] by @sayalijoshi27 in #351
- added fix for magnify functionality by @ngaurish in #350
- [CMG-128], [CMG-386], [CMG-388], [CMG-397] by @sayalijoshi27 in #353
- handled default_value & validation regex save in advanced properties by @ngaurish in #352
- Feature/dropdown field choices by @AishDani in #354
- Dev - Contentful Migration by @sayalijoshi27 in #347
- Feature/dropdown field choices by @AishDani in #355
- resloved bugs by @umeshmore45 in #358
- Feature/dropdown field choices by @AishDani in #360
- Feature/test migration by @sayalijoshi27 in #356
- fixed back button on login page by @ngaurish in #359
- Dev by @umeshmore45 in #361
- Feature/dropdown field choices by @AishDani in #363
- Feature/test migration by @sayalijoshi27 in #364
- Dev by @sayalijoshi27 in #365
- refactor:content-mapper bugs and test migration bugs by @AishDani in #366
- Feature/test migration by @sayalijoshi27 in #367
- Dev by @sayalijoshi27 in #368
- refactor:reverted create test stack condition button by @AishDani in #369
- refactor:reverted create test stack condition button by @sayalijoshi27 in #370
- [CMG-419] - Test migration | while migration is in progress and go back and come back to test migration module, it shows create test stack and start test migration button enabled by @sayalijoshi27 in #372
- refactor:fetch bugs and disable content type from cs if mapped by @AishDani in #373
- Dev by @sayalijoshi27 in #374
- removed lodash for merge and aaded custom logic by @umeshmore45 in #375
- Dev by @umeshmore45 in #376
- Feature/dropdown field choices by @AishDani in #378
- Dev by @AishDani in #379
- Stage by @AishDani in #381
- refactor code by @umeshmore45 in #382
- Dev by @umeshmore45 in #383
- Feature/dropdown field choices by @AishDani in #384
- refactor:when click on content type when mapped to CS it was resetting by @AishDani in #385
- Added refresh page message for Legacy CMS undefined step error by @sayalijoshi27 in #386
- Dev by @umeshmore45 in #387
- refactor code by @umeshmore45 in #388
- Dev by @umeshmore45 in #389
- refactor:search of content type for non-existing field by @AishDani in #390
- SNYK fixes by @sayalijoshi27 in #391
- Dev by @sayalijoshi27 in #392
- adding folder by @umeshmore45 in #396
- Dev by @umeshmore45 in #397
- added paackage.lock by @umeshmore45 in #398
- updated version by @umeshmore45 in #399
- Upgraded package.json by @sayalijoshi27 in #400
- [CMG-437] by @sayalijoshi27 in #401
- Feature/cli back version by @umeshmore45 in #404
- Dev by @sayalijoshi27 in #405
- Pre main rebase by @umeshmore45 in #406
- Staging by @sayalijoshi27 in #394
- Feature/dropdown field choices by @AishDani in #408
- Dev by @sayalijoshi27 in #409
- refactor:changed the logic for showing doc link by @AishDani in #410
- Dev by @umeshmore45 in #411
- Stage by @umeshmore45 in #412
- Feature/dropdown field choices by @AishDani in #413
- Feature/test migration by @sayalijoshi27 in #414
- Content mapper bugfix by @sayalijoshi27 in #415
- Feature/bug resolved gb by @umeshmore45 in #417
- refactor:[CMG-414],[CMG-415],[CMG-450] by @AishDani in #416
- Dev by @umeshmore45 in #418
- Feature/dropdown field choices by @AishDani in #420
- Feature/dropdown field choices by @AishDani in #421
- Feature/dropdown field choices by @AishDani in #422
- Dev by @AishDani in #423
- Fix: Fixed test migration Issues by @Arpit1119 in #419
- Content mapper bugfix by @sayalijoshi27 in #424
- Dev by @sayalijoshi27 in #425
- refactor:update current-step after migration from api side and stack-… by @AishDani in #431
- fixed selection deselection issue by @ngaurish in #380
- Fix: Test migration Logs issue fixed by @Arpit1119 in #436
- Feature/test migration by @sayalijoshi27 in #437
- Dev by @sayalijoshi27 in #438
- Feature/migration wordpress integration by @ngaurish in #341
- Fix: test migration issue resolved by @Arpit1119 in #446
- Feature/dropdown field choices by @AishDani in #449
- bug fixes by @umeshmore45 in #450
- resolved bug by @umeshmore45 in #451
- Legacy CMS selection after affix enter issue resolved by @sayalijoshi27 in #452
- Dev by @sayalijoshi27 in #453
- refactor:resolved bugs [CMG-473][CMG-474][CMG-475] of content mapper by @AishDani in #454
- refactor:resolved content mapper bugs [CMG-476][CMG-412] by @AishDani in #459
- Feature/test migration by @sayalijoshi27 in #461
- Feature/dropdown field choices by @AishDani in #462
- Dev by @sayalijoshi27 in #463
- Feature/cmg 485 entries by @umeshmore45 in #464
- Feature/dropdown field choices by @AishDani in #465
- refactor:added backupFieldUid key, publish_details array for entry in… by @AishDani in #466
- [CMG-516] - Enable the 'Embed Object' flag based on the embedded content types identified in the Legacy CMS by @sayalijoshi27 in #467
- refactor:added mapping for marketplace-app and extension for contentful by @AishDani in #468
- Dev by @AishDani in #469
- Feature/dropdown field choices by @AishDani in #470
- refactor:added referenced content type list in advanced property of r… by @AishDani in #471
- Dev by @AishDani in #472
- refactor:added pre-processing for xmldata and site_url for asset if i… by @AishDani in #473
- added new app by @umeshmore45 in #475
- Feature/workflow by @RohitKini in #476
- refactor:resolved content mapper bug [CMG-520] by @AishDani in #474
- workflow test by @RohitKini in #478
- workflow test by @RohitKini in #479
- workflow test by @RohitKini in #480
- workflow changes by @RohitKini in #481
- workflow test by @RohitKini in #482
- workflow changes by @RohitKini in #483
- workflow checking by @RohitKini in #485
- Dev by @AishDani in #477
- workflow changes by @RohitKini in #486
- workflow changes by @RohitKini in #487
- workflow changes test by @RohitKini in #488
- workflow yml by @RohitKini in #489
- workflow yml test by @RohitKini in #490
- workflow yml test by @RohitKini in #491
- workflow CHANGES by @RohitKini in #492
- workflow testing by @RohitKini in #493
- workflow test by @RohitKini in #494
- workflow changes by @RohitKini in #495
- workflow checking by @RohitKini in #496
- workflow checking by @RohitKini in #497
- workflow test by @RohitKini in #498
- workflow changes by @RohitKini in #499
- workflow test by @RohitKini in #500
- workflow test by @RohitKini in #501
- test by @RohitKini in #502
- fixed test migartion by @umeshmore45 in #503
- Merge pull request #503 from contentstack/feature/CMG-485-entries
fixed test migartion by @umeshmore45 in #504
- contentful changes by @RohitKini in #505
- contentful changes by @RohitKini in #506
- workflow naming by @RohitKini in #507
- Feature/sitecore locale mapper by @shobhitupadhyayy in #484
- feature/locale mapper contentful by @shobhitupadhyayy in #509
- workflow changes by @RohitKini in #510
- mktapp bug fix by @umeshmore45 in #511
- removed .ds-store file by @umeshmore45 in #514
- Remove .DS_Store file from repository by @umeshmore45 in #516
- Resolved comments by @umeshmore45 in #518
- Dev by @umeshmore45 in #515
- feature/CMG-545 locale mapper by @shobhitupadhyayy in #517
- Feature/content mapper by @sayalijoshi27 in #519
- Feature/cmg 528 by @AishDani in #520
- Feature/locale mapper fix by @umeshmore45 in #522
- workflow changes by @RohitKini in #523
- Feature/dropdown field choices by @AishDani in #512
- workflow check by @RohitKini in #524
- Feature/content mapper by @sayalijoshi27 in #526
- refactor:logic for showing saved mapping of language and css for menu by @AishDani in #521
- code refactor by @umeshmore45 in #525
- workflow chnages by @RohitKini in #527
- workflow changes round 1 by @RohitKini in #529
- code refactor by @umeshmore45 in #528
- Feature/content mapper by @sayalijoshi27 in #531
- Dev by @sayalijoshi27 in #530
- eslint config creation by @RohitKini in #532
- workflow check by @RohitKini in #533
- workflow changes by @RohitKini in #534
- workflow changes test by @RohitKini in #535
- workflow changes by @RohitKini in #536
- workflow check by @RohitKini in #537
- workflow npm changes by @RohitKini in #538
- check by @RohitKini in #539
- workflow changes by @RohitKini in #540
- workflow changes 123 by @RohitKini in #542
- Feature/workflow by @RohitKini in #543
- workflow changes 123456 by @RohitKini in #544
- workflow changes 123456 by @RohitKini in #545
- Feature/workflow by @RohitKini in #546
- final prune checking by @RohitKini in #547
- Feature/dropdown field choices by @AishDani in #548
- workflow eslint by @RohitKini in #550
- workflow eslint by @RohitKini in #551
- added mapper by @umeshmore45 in #549
- added code by @umeshmore45 in #553
- resloved bugs by @umeshmore45 in #554
- Feature/dropdown field choices by @AishDani in #552
- Feature/content mapper by @sayalijoshi27 in #555
- code refac by @umeshmore45 in #556
- Dev by @umeshmore45 in #557
- resolved bugs by @umeshmore45 in #558
- added git ingnore file by @RohitKini in #559
- added git ingnore file by @RohitKini in #560
- added git ingnore file by @RohitKini in #561
- workflow eslint check by @RohitKini in #562
- eslint fixing by @RohitKini in https://github.com/contentstack/migration-v2/pull/564
- workflow with eslint by @RohitKini in https://github.com/contentstack/migration-v2/pull/565
- workflow with eslint by @RohitKini in https://github.com/contentstack/migration-v2/pull/566
- Dev by @umeshmore45 in https://github.com/contentstack/migration-v2/pull/563
- workflow with eslint by @RohitKini in https://github.com/contentstack/migration-v2/pull/567
- workflow with eslint by @RohitKini in https://github.com/contentstack/migration-v2/pull/568
- workflow with eslint by @RohitKini in https://github.com/contentstack/migration-v2/pull/569
- workflow with eslint by @RohitKini in https://github.com/contentstack/migration-v2/pull/570
- Feature/content mapper by @sayalijoshi27 in https://github.com/contentstack/migration-v2/pull/571
- resolved bugs by @umeshmore45 in https://github.com/contentstack/migration-v2/pull/573
- Feature/content mapper by @sayalijoshi27 in https://github.com/contentstack/migration-v2/pull/574
- Dev by @sayalijoshi27 in https://github.com/contentstack/migration-v2/pull/575
- Feature/dropdown field choices by @AishDani in https://github.com/contentstack/migration-v2/pull/576
- Validation added by @sayalijoshi27 in https://github.com/contentstack/migration-v2/pull/578
- Dev by @sayalijoshi27 in https://github.com/contentstack/migration-v2/pull/577
- Feature/dropdown field choices by @AishDani in https://github.com/contentstack/migration-v2/pull/579
- Feature/mac setup v2 by @umeshmore45 in https://github.com/contentstack/migration-v2/pull/580
- fix:improved handling of steps data based on projectmapped state in s… by @AishDani in https://github.com/contentstack/migration-v2/pull/581
- Dev by @AishDani in https://github.com/contentstack/migration-v2/pull/582
- code review changes by @umeshmore45 in https://github.com/contentstack/migration-v2/pull/584
- Improved Language mapper section by @sayalijoshi27 in https://github.com/contentstack/migration-v2/pull/586
- Feature/dropdown field choices by @AishDani in https://github.com/contentstack/migration-v2/pull/585
- workflow checks by @RohitKini in https://github.com/contentstack/migration-v2/pull/587
- workflow edits by @RohitKini in https://github.com/contentstack/migration-v2/pull/589
- workflow edits by @RohitKini in https://github.com/contentstack/migration-v2/pull/590
- changes for test of workflow by @RohitKini in https://github.com/contentstack/migration-v2/pull/591
- checking workflow for sitecore by @RohitKini in https://github.com/contentstack/migration-v2/pull/592
- checking workflow for sitecore by @RohitKini in https://github.com/contentstack/migration-v2/pull/593
- checking workflow for sitecore by @RohitKini in https://github.com/contentstack/migration-v2/pull/594
- changes for test by @RohitKini in https://github.com/contentstack/migration-v2/pull/595
- changes for test 123 by @RohitKini in https://github.com/contentstack/migration-v2/pull/596
- cheking workflow by @RohitKini in https://github.com/contentstack/migration-v2/pull/597
- Bugfix/cmg 589 by @umeshmore45 in https://github.com/contentstack/migration-v2/pull/599
- Updated validation doc url in constant by @sayalijoshi27 in https://github.com/contentstack/migration-v2/pull/588
- Dev by @umeshmore45 in https://github.com/contentstack/migration-v2/pull/600
- Feature/dropdown field choices by @AishDani in https://github.com/contentstack/migration-v2/pull/601
- Dev by @AishDani in https://github.com/contentstack/migration-v2/pull/602
- Feature/dropdown field choices by @AishDani in https://github.com/contentstack/migration-v2/pull/606
- Bugfix/cmg586 revisit by @umeshmore45 in https://github.com/contentstack/migration-v2/pull/607
- refactor:bug [CMG-538] checkbox issue deu to mismatch of uid in group… by @AishDani in https://github.com/contentstack/migration-v2/pull/608
- Language mapper and Legacy CMS step changes by @sayalijoshi27 in https://github.com/contentstack/migration-v2/pull/603
- refactor:resolved restructed Uid for content type in sitecore issue a… by @AishDani in https://github.com/contentstack/migration-v2/pull/609
- entry transformation per locale by @shobhitupadhyayy in https://github.com/contentstack/migration-v2/pull/605
- Dev by @sayalijoshi27 in https://github.com/contentstack/migration-v2/pull/610
- exported createLocale func/removed unnecessary code by @shobhitupadhyayy in https://github.com/contentstack/migration-v2/pull/612
- Feature/cli optimise by @sauravraw in https://github.com/contentstack/migration-v2/pull/598
- Feature/content mapper by @sayalijoshi27 in https://github.com/contentstack/migration-v2/pull/614
- Dev by @AishDani in https://github.com/contentstack/migration-v2/pull/613
- Feature/win merge by @umeshmore45 in https://github.com/contentstack/migration-v2/pull/615
- Feature/dropdown field choices by @AishDani in https://github.com/contentstack/migration-v2/pull/616
- Dev by @AishDani in https://github.com/contentstack/migration-v2/pull/617
- fix:master-locale not showing for new stack and title and url bugs in… by @AishDani in https://github.com/contentstack/migration-v2/pull/618
- Dev by @AishDani in https://github.com/contentstack/migration-v2/pull/619
- workflow check by @RohitKini in https://github.com/contentstack/migration-v2/pull/620
- workflow check by @RohitKini in https://github.com/contentstack/migration-v2/pull/621
- workflow check by @RohitKini in https://github.com/contentstack/migration-v2/pull/622
- workflow check by @RohitKini in https://github.com/contentstack/migration-v2/pull/623
- workflow check by @RohitKini in https://github.com/contentstack/migration-v2/pull/624
- workflow check by @RohitKini in https://github.com/contentstack/migration-v2/pull/625
- workflow check by @RohitKini in https://github.com/contentstack/migration-v2/pull/626
- workflow check by @RohitKini in https://github.com/contentstack/migration-v2/pull/627
- workflow for all by @RohitKini in https://github.com/contentstack/migration-v2/pull/628
- test by @RohitKini in https://github.com/contentstack/migration-v2/pull/629
- test 123 by @RohitKini in https://github.com/contentstack/migration-v2/pull/630
- Feature/dropdown field choices by @AishDani in https://github.com/contentstack/migration-v2/pull/631
- Dev by @AishDani in https://github.com/contentstack/migration-v2/pull/632
- test for workflow by @RohitKini in https://github.com/contentstack/migration-v2/pull/633
- changes for testing workflow by @RohitKini in https://github.com/contentstack/migration-v2/pull/634
- resolving eslint errors by @RohitKini in https://github.com/contentstack/migration-v2/pull/635
- test for wordpress by @RohitKini in https://github.com/contentstack/migration-v2/pull/636
- checking cleanup script by @RohitKini in https://github.com/contentstack/migration-v2/pull/637
- wordpress test by @RohitKini in https://github.com/contentstack/migration-v2/pull/638
- wordpress test by @RohitKini in https://github.com/contentstack/migration-v2/pull/639
- wordpress test by @RohitKini in https://github.com/contentstack/migration-v2/pull/640
- lets test on workflow by @RohitKini in https://github.com/contentstack/migration-v2/pull/641
- test wordpress by @RohitKini in https://github.com/contentstack/migration-v2/pull/642
- final testing by @RohitKini in https://github.com/contentstack/migration-v2/pull/643
- final test with workflow by @RohitKini in https://github.com/contentstack/migration-v2/pull/644
- PR break by @RohitKini in https://github.com/contentstack/migration-v2/pull/645
- PR break by @RohitKini in https://github.com/contentstack/migration-v2/pull/646
- PR break by @RohitKini in https://github.com/contentstack/migration-v2/pull/647
- rebase by @RohitKini in https://github.com/contentstack/migration-v2/pull/648
- rebase by @RohitKini in https://github.com/contentstack/migration-v2/pull/649
- rebase by @RohitKini in https://github.com/contentstack/migration-v2/pull/650
- Update repo-sync.yml by @RohitKini in https://github.com/contentstack/migration-v2/pull/651
- Update sitecore.service.ts by @RohitKini in https://github.com/contentstack/migration-v2/pull/652
- test for workflow by @RohitKini in https://github.com/contentstack/migration-v2/pull/653
- eslint problems refactored by @shobhitupadhyayy in https://github.com/contentstack/migration-v2/pull/654
- fix:added login functionality for org owner by @AishDani in https://github.com/contentstack/migration-v2/pull/655
- resolved by @shobhitupadhyayy in https://github.com/contentstack/migration-v2/pull/657
- Dev by @AishDani in https://github.com/contentstack/migration-v2/pull/656
- axios package updated to 1.8.3 in upload-api/migration-sitecore by @sayalijoshi27 in https://github.com/contentstack/migration-v2/pull/659
- Dev by @sayalijoshi27 in https://github.com/contentstack/migration-v2/pull/660
- Synk fix docker by @umeshmore45 in https://github.com/contentstack/migration-v2/pull/662
- Remove outdated dependencies and update xml2js version in package.json by @umeshmore45 in https://github.com/contentstack/migration-v2/pull/665
- Remove outdated dependencies and update xml2js version in package.json by @umeshmore45 in https://github.com/contentstack/migration-v2/pull/666
- Remove outdated dependencies and update xml2js version in package.json by @umeshmore45 in https://github.com/contentstack/migration-v2/pull/667
- Update @contentstack/cli dependency to version 1.40.4 in package.json by @umeshmore45 in https://github.com/contentstack/migration-v2/pull/668
- Stage by @sayalijoshi27 in https://github.com/contentstack/migration-v2/pull/445
New Contributors
- @hanoak20 made their first contribution in #1
- @himanshu-contentstack made their first contribution in #4
- @Arpit1119 made their first contribution in #7
- @shreyasBhoyar made their first contribution in #35
- @shristi-sinha made their first contribution in #44
- @sayalijoshi27 made their first contribution in #64
- @snehalsankhe made their first contribution in #76
- @v1shalpatel made their first contribution in #187
- @BhagyahsreeMatere made their first contribution in #272
- @ngaurish made their first contribution in #336
Full Changelog: https://github.com/contentstack/migration-v2/commits/v1.0.0-beta