Skip to content

Feat/dx 2951 v2 logger integration #2008

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 82 commits into
base: development
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 71 commits
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
694c800
feat: integrated v2Logger in export plugin
aman19K Jun 5, 2025
ca571f7
updated talismanrc & handled message in custom role
aman19K Jun 6, 2025
c21674b
added getLogPath method & code clean up
aman19K Jun 6, 2025
ec836fa
updated talismanrc
aman19K Jun 6, 2025
c4781ff
refactor: logger & cliErrorHanlder
aman19K Jun 6, 2025
a47c201
refactor: exported v2Logger as log to improve clarity
aman19K Jun 6, 2025
baab85e
refactor: updated talismanrc
aman19K Jun 6, 2025
ad7489b
Merge pull request #1948 from contentstack/feat/DX-3077-v2Logger-inte…
aman19K Jun 9, 2025
8e3af7d
feat: Integrated Logger and cliErrorHanlder in auth plugin
aman19K Jun 11, 2025
9f39fc0
refactor: updated talismanrc file
aman19K Jun 11, 2025
504614a
Merge pull request #1965 from contentstack/feat/DX-3078
aman19K Jun 11, 2025
9b4a611
feat: Added Support for config get & config set for Logging Configura…
aman19K Jun 13, 2025
961066a
fix: log config test cases
aman19K Jun 13, 2025
bee580f
Update packages/contentstack-config/test/unit/commands/log.test.ts
aman19K Jun 13, 2025
ae5eeee
fix: log config test cases
aman19K Jun 13, 2025
8685fed
Merge pull request #1969 from contentstack/feat/DX-3147
aman19K Jun 16, 2025
e0fab63
feat: added log config support in utilities
aman19K Jun 17, 2025
f627216
fix: talismanrc file
aman19K Jun 17, 2025
89633b4
Merge pull request #1974 from contentstack/feat/DX-3149
aman19K Jun 17, 2025
fd0730e
refactor: get log config
aman19K Jun 23, 2025
2495630
refactor: log config message
aman19K Jun 24, 2025
5cead22
feat:added debug log in export & variant(export) plugin
aman19K Jun 30, 2025
970a892
fix: safe context issue
aman19K Jul 1, 2025
614d950
feat: added debug console in auth plugin
aman19K Jul 1, 2025
5335d39
fix: safe context issue
aman19K Jul 1, 2025
b45224d
fix: test cases & hardcoded secret issue
aman19K Jul 1, 2025
4278fc3
Merge branch 'development' into feat/DX-2951-v2Logger-integration
aman19K Jul 1, 2025
ea95d5b
Merge branch 'feat/DX-2951-v2Logger-integration' into feat/DX-3150
aman19K Jul 1, 2025
aa33a5f
Merge pull request #1978 from contentstack/feat/DX-3150
aman19K Jul 2, 2025
09ba3bf
fix: context not defined issue
aman19K Jul 7, 2025
a66c2fa
feat: integrated new Logger and CliErrorHandler in import plugin
aman19K Jul 8, 2025
c267884
fix: talisman issues
aman19K Jul 8, 2025
6c0b83d
fix: talisman issues
aman19K Jul 8, 2025
23e60fe
fix: talisman issues
aman19K Jul 8, 2025
5a9d113
fix: talisman issue
aman19K Jul 8, 2025
c7508e6
fix: undefined issue in label module
aman19K Jul 8, 2025
620dbaa
refactor: added debug in extensions, global field & custom roles
aman19K Jul 9, 2025
d364d62
refactor: added auth method in import process context
aman19K Jul 9, 2025
fcd8301
refactor: added debug logs in import helper
aman19K Jul 9, 2025
4e4d968
fix: talisman issue
aman19K Jul 9, 2025
4ec05be
fix: talisman issue
aman19K Jul 9, 2025
a391397
Merge pull request #1989 from contentstack/feat/DX-3181
aman19K Jul 9, 2025
1467dba
feat: integrated logger in variant(import)
aman19K Jul 11, 2025
96781e9
Merge branch 'feat/DX-2951-v2Logger-integration' into feat/DX-3182
aman19K Jul 11, 2025
3493d38
fix: talisman issue
aman19K Jul 11, 2025
abfd925
refactor: added cli version in info
aman19K Jul 11, 2025
a6304ae
Update packages/contentstack-import/src/import/modules/entries.ts
aman19K Jul 11, 2025
e85d375
Update packages/contentstack-variants/src/import/variant-entries.ts
aman19K Jul 11, 2025
4a1ffef
Update packages/contentstack-variants/src/utils/variant-api-adapter.ts
aman19K Jul 11, 2025
5b2dd49
Update packages/contentstack-variants/src/import/variant-entries.ts
aman19K Jul 11, 2025
9afb0ea
Update packages/contentstack-utilities/src/logger/cli-error-handler.ts
aman19K Jul 11, 2025
9e8df4a
fix: build issue
aman19K Jul 11, 2025
677b054
fix: build issue
aman19K Jul 11, 2025
410b060
removed trailing comma
aman19K Jul 11, 2025
0bd26ce
Merge pull request #1995 from contentstack/feat/DX-3182
aman19K Jul 11, 2025
264b944
fix: error messages in auth plugin
aman19K Jul 15, 2025
e627987
fix: talisman issue
aman19K Jul 15, 2025
bed3ab6
fix: PR comments
aman19K Jul 15, 2025
7df69aa
fix: added a check to verify whether provided path is directory or not
aman19K Jul 15, 2025
a2eb4ad
Merge pull request #1999 from contentstack/fix/DX-3205
aman19K Jul 15, 2025
51b177f
refactor: cli error handler
aman19K Jul 17, 2025
1334fe6
fix: talisman issues
aman19K Jul 17, 2025
ccff42a
fix: talisman issues
aman19K Jul 17, 2025
66ed229
fix: talisman issues
aman19K Jul 17, 2025
81416dd
fix: talisman issues
aman19K Jul 17, 2025
4683665
Merge pull request #2003 from contentstack/feat/DX-3151
aman19K Jul 18, 2025
fc74cc3
Merge branch 'development' into feat/DX-2951-v2Logger-integration
aman19K Jul 18, 2025
989d8f5
Merge branch 'development' into feat/DX-2951-v2Logger-integration
aman19K Jul 18, 2025
d6bccd9
updated talisman
aman19K Jul 18, 2025
f118cc6
version bump
aman19K Jul 18, 2025
4d350e3
updated talisman
aman19K Jul 18, 2025
e904d78
refactor: updated version & resolved PR comments
aman19K Jul 18, 2025
b8d7d2d
updated talisman
aman19K Jul 18, 2025
526837a
Merge branch 'development' into feat/DX-2951-v2Logger-integration
aman19K Jul 21, 2025
7067f9c
fix: talisman & prepack issue
aman19K Jul 21, 2025
bbace93
Merge branch 'development' into feat/DX-2951-v2Logger-integration
aman19K Jul 22, 2025
765a3ad
updated version @contentstack/cli from 1.43.1 to 1.44.0
aman19K Jul 22, 2025
cb84224
fix: talisman issue
aman19K Jul 22, 2025
0e7af51
fix: default logs file creation & cli version issue
aman19K Jul 22, 2025
9d1fc18
fix: talisman issue
aman19K Jul 22, 2025
89b82a3
fix: stack clone & seed issue
aman19K Jul 22, 2025
ce70677
fix: talisman issue
aman19K Jul 22, 2025
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
4 changes: 2 additions & 2 deletions .talismanrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
fileignoreconfig:
- filename: pnpm-lock.yaml
checksum: f207dfb0198bc78f647a0a9456142fba670d49dc1b456bcf73de5e79ca0ec5d5
checksum: 44ac91ac105233445ae00378030b93b366894ad639f57b2379e35c7caafad45e
- filename: packages/contentstack-import/test/integration/auth-token-modules/environments.test.js
checksum: bc6f06b75d082aaf99e2f2f4b932b143765e2f14086967fb8973fe1b2ca6c03e
- filename: packages/contentstack-import/test/integration/environments.test.js
checksum: e71f033dad8944ffeafdf22d0514bda1d20c43e8fea0d62c96e774f3414beb31
- filename: package-lock.json
checksum: 52bdeb0247e4b4e19510cd289f0baf1392000fbc64f06661291ffe08f440c89b
checksum: a6bc6768bd06fb3c47859712aa5d35b71189bbef1fb62036f3061697ceda0424
- filename: packages/contentstack-auth/test/unit/tokens-validation.test.ts
checksum: 676052e30d31a771ce68302d89b050d176bbef50f3abc7e9cdd4384f0e274e10
- filename: packages/contentstack-import/test/integration/auth-token.test.js
Expand Down
Loading
Loading