Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
12c8d39
chore: remove contentstack-migrate-rte from core CLI
harshithad0703 Nov 21, 2025
3f4df88
chore: update workflow
harshithad0703 Nov 25, 2025
fce9cac
chore: update readme and package
harshithad0703 Nov 25, 2025
09371e8
Removed content version from import setup
sunil-lakshman Nov 28, 2025
0a68e7d
Merge pull request #2248 from contentstack/feat/dx-3723-separate-migr…
harshithad0703 Dec 4, 2025
f085f8e
deprecated taxonomies in migration plugin
sunil-lakshman Dec 17, 2025
dbba617
Merge branch 'v2-beta-dev' into enh/dx-3787
sunil-lakshman Dec 17, 2025
3f4b0ad
Fixed PR comments
sunil-lakshman Dec 17, 2025
eb0da63
Fixed PR comments
sunil-lakshman Dec 17, 2025
f4beb18
Fixed PR comments
sunil-lakshman Dec 17, 2025
55ae61b
Version bump
sunil-lakshman Dec 17, 2025
df6ce99
Merge pull request #2283 from contentstack/enh/dx-3788
sunil-lakshman Dec 17, 2025
238171f
Merge branch 'v2-beta-dev' into enh/dx-3787
sunil-lakshman Dec 17, 2025
2d8d5ed
Version bump
sunil-lakshman Dec 17, 2025
abf0fd9
add progress manager in audit module
Dec 17, 2025
f55dfdf
Merge pull request #2256 from contentstack/enh/dx-3787
sunil-lakshman Dec 18, 2025
af5d347
added test cases and resolved comments
Dec 18, 2025
8499c06
Merge branch 'v2-beta-dev' into enhancement/DX-3766
naman-contentstack Dec 19, 2025
a44e471
feat: add progress manager in import setup module
Dec 19, 2025
f0bb2a1
version bumps
Dec 22, 2025
80c76da
version bumps
Dec 22, 2025
603e651
Merge pull request #2289 from contentstack/feat/DX-3767
naman-contentstack Dec 23, 2025
e7f4b8a
Merge branch 'v2-beta-dev' into enhancement/DX-3766
Jan 2, 2026
6cf6310
updated licence
Jan 2, 2026
1208755
Merge pull request #2286 from contentstack/enhancement/DX-3766
naman-contentstack Jan 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/config/release.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"import": false,
"clone": false,
"export-to-csv": false,
"migrate-rte": false,
"migration": false,
"seed": false,
"bootstrap": false,
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/release-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,20 +243,6 @@ jobs:
package: ./packages/contentstack-export-to-csv/package.json
tag: beta

# Migrate RTE
- name: Installing dependencies of migrate rte
id: migrate-rte-installation
if: ${{env.release_releaseAll == 'true' || env.release_plugins_migrate-rte == 'true'}}
working-directory: ./packages/contentstack-migrate-rte
run: npm install
- name: Publishing migrate rte (Beta)
uses: JS-DevTools/npm-publish@v3
if: ${{ steps.migrate-rte-installation.conclusion == 'success' }}
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/contentstack-migrate-rte/package.json
tag: beta

# Migration
- name: Installing dependencies of migration
id: migration-installation
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,19 +230,6 @@ jobs:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/contentstack-export-to-csv/package.json

# Migrate RTE
- name: Installing dependencies of migrate rte
id: migrate-rte-installation
if: ${{env.release_releaseAll == 'true' || env.release_plugins_migrate-rte == 'true'}}
working-directory: ./packages/contentstack-migrate-rte
run: npm install
- name: Publishing migrate rte
uses: JS-DevTools/npm-publish@v3
if: ${{ steps.migrate-rte-installation.conclusion == 'success' }}
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/contentstack-migrate-rte/package.json

# Migration
- name: Installing dependencies of migration
id: migration-installation
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ jobs:
working-directory: ./packages/contentstack-config
run: npm run test

- name: Run tests for Contentstack Migrate RTE
working-directory: ./packages/contentstack-migrate-rte
run: npm run test

- name: Run tests for Contentstack Migration
working-directory: ./packages/contentstack-migration
run: npm run test
Expand Down
16 changes: 10 additions & 6 deletions .talismanrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fileignoreconfig:
- filename: package-lock.json
checksum: d3b93fad9630655f037e36b78fea3354f1a038988562254afdad0f6e54ece12d
checksum: 40f1c53aad40a1f8d711c5ccdde7d1c147d371618c237e1fec2d313af51edb97
- filename: pnpm-lock.yaml
checksum: aa6177859aaa87caf2892e8034657fd485c3abe7c13a833fd28449a1d33fa950
- filename: packages/contentstack-import-setup/test/unit/backup-handler.test.ts
Expand Down Expand Up @@ -30,7 +30,7 @@ fileignoreconfig:
- filename: packages/contentstack-import-setup/test/unit/import-setup.test.ts
checksum: 1eee4f461fa5b115894d1806a14af6f45336cbe6c0392f16078bd2877fadff67
- filename: packages/contentstack-import-setup/test/unit/login-handler.test.ts
checksum: e549f9ca3a9aae0d93b7284f7e771d55c0610725ddcb4333612df2f215e92769
checksum: 258b92de292ab1a99aef277709fb41a95e57ce294eef445f77a9edd3b93b87f4
- filename: packages/contentstack/README.md
checksum: 10f580c697d0b70b813428954b946e60609f41c42e78ca95ca3232443e725615
- filename: packages/contentstack-import-setup/test/unit/modules/assets.test.ts
Expand Down Expand Up @@ -102,13 +102,13 @@ fileignoreconfig:
- filename: packages/contentstack-audit/src/modules/workflows.ts
checksum: 20d1f1985ea2657d3f9fc41b565a44000cbda47e2a60a576fee2aaff06f49352
- filename: packages/contentstack-audit/src/modules/field_rules.ts
checksum: 3eaca968126c9e0e12115491f7942341124c9962d5285dd1cfb355d9e60c6106
checksum: f3ec8f44f8dd73601aa8da1207a72335faf0a12d52e792c1da90ba1bdeef38a7
- filename: packages/contentstack-audit/src/modules/entries.ts
checksum: 305af34194771343fee4e1d4bef60d065f1b8d1d8c1059a332f5d6c52e637ff1
checksum: d8b6aa896aef2a9846f4dbde066d74d5b1e7b5cdbb8b548989616f9af7a8d26b
- filename: packages/contentstack-audit/test/unit/base-command.test.ts
checksum: b0fa8088fcbb17510fa275bd0dde3f6f4246f2525741c30426f07dd62fe497b0
- filename: packages/contentstack-audit/src/modules/content-types.ts
checksum: ddf7b08e6a80af09c6a7019a637c26089fb76572c7c3d079a8af244b02985f16
checksum: e325a50db567abc5d0de758767037dbc10bb76501aadda32999bc96e17595d1b
- filename: packages/contentstack-import/test/unit/commands/cm/stacks/import.test.ts
checksum: b11e57f1b824d405f86438e9e7c59183f8c59b66b42d8d16dbeaf76195a30548
- filename: packages/contentstack-import/test/unit/utils/asset-helper.test.ts
Expand Down Expand Up @@ -202,5 +202,9 @@ fileignoreconfig:
- filename: packages/contentstack-import/test/unit/utils/logger.test.ts
checksum: 794e06e657a7337c8f094d6042fb04c779683f97b860efae14e075098d2af024
- filename: packages/contentstack-import-setup/src/import/modules/taxonomies.ts
checksum: 49dd8e754a0d3635585a74e943ab097593f061089a7cddc22683ec6caddbb3c5
checksum: c1bccc885b3f41f187f150c739b4bbd1608b01f09b0d9be0ad9214127cac071d
- filename: packages/contentstack-import-setup/src/commands/cm/stacks/import-setup.ts
checksum: 06035980b36802260f190af6e63632efe167f5b336693163f59268f3e788fba1
- filename: packages/contentstack-import-setup/src/utils/constants.ts
checksum: fcfabb4c53ee822e05903db77595413842d656b55e2869bae97bb6c0e0e209c3
version: '1.0'
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2025 Contentstack
Copyright (c) 2026 Contentstack

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
18 changes: 18 additions & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,24 @@ csdx config:set:log --no-show-console-logs
[2025-08-22 16:12:25] SUCCESS: Exported stack settings successfully!
```

### 4. 🏷️ Taxonomy Migration Deprecation

**What Changed:**
- Taxonomy migration functionality has been deprecated in 2.x.x
- The taxonomy migration script examples have been removed

**Before (1.x.x):**
```bash
csdx cm:stacks:migration -k b*******9ca0 --file-path "../contentstack-migration/examples/taxonomies/import-taxonomies.js" --config data-dir:'./data/Taxonomy Stack_taxonomies.csv'
```
- Taxonomy migration supports only in version 1.x.x

**After (2.x.x-beta):**
- Taxonomy migration is no longer supported through the migration plugin
- Use the standard import/export commands for taxonomy data migration

**Migration Action:** use the import/export commands instead.

## Troubleshooting

### Common Issues
Expand Down
Loading
Loading