Skip to content

Commit 154525e

Browse files
authored
Merge branch 'development' into fix/dx-3417-fix-import-setup-test
2 parents 12a2633 + 9fd8c6f commit 154525e

468 files changed

Lines changed: 68824 additions & 10089 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/secrets-scan.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/unit-test.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,20 @@ jobs:
1818

1919
- name: Install dependencies for all plugins
2020
run: |
21-
npm run setup-repo-old
21+
NODE_ENV=PREPACK_MODE npm run setup-repo-old
2222
2323
- name: Run tests for Contentstack Command
2424
working-directory: ./packages/contentstack-command
2525
run: npm run test:unit
2626

27+
- name: Run tests for Contentstack Import Plugin
28+
working-directory: ./packages/contentstack-import
29+
run: npm run test:unit
30+
31+
- name: Run tests for Contentstack Export Plugin
32+
working-directory: ./packages/contentstack-export
33+
run: npm run test:unit
34+
2735
- name: Run tests for Audit plugin
2836
working-directory: ./packages/contentstack-audit
2937
run: npm run test:unit
@@ -50,13 +58,12 @@ jobs:
5058

5159
- name: Run tests for Contentstack Auth
5260
working-directory: ./packages/contentstack-auth
53-
run: npm run test
61+
run: npm run test:unit
5462

5563
- name: Run tests for Contentstack Import Setup
5664
working-directory: ./packages/contentstack-import-setup
5765
run: npm run test:unit
5866

59-
6067
- name: Run tests for Contentstack Bulk Publish
6168
working-directory: ./packages/contentstack-bulk-publish
6269
run: npm run test:unit

.talismanrc

Lines changed: 275 additions & 37 deletions
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Please refer to the Contentstack Command-line Interface release notes [here](https://www.contentstack.com/docs/developers/cli/cli-changelog).
44

5+
## @contentstack/cli-cm-clone
6+
### Version: 1.8.2
7+
#### Date: June-30-2025
8+
##### Fix:
9+
- resolve stack-clone auth failure for non-NA regions
10+
511
## @contentstack/cli-config
612
### Version: 1.13.1
713
#### Date: July-21-2025

CODEOWNERS

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
* @contentstack/security-admin
1+
* @contentstack/devex-pr-reviewers
2+
3+
.github/workflows/sca-scan.yml @contentstack/security-admin
4+
5+
.github/workflows/codeql-anaylsis.yml @contentstack/security-admin
6+
7+
**/.snyk @contentstack/security-admin
8+
9+
.github/workflows/policy-scan.yml @contentstack/security-admin
10+
11+
.github/workflows/issues-jira.yml @contentstack/security-admin

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Contentstack
3+
Copyright (c) 2026 Contentstack
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)