-
Notifications
You must be signed in to change notification settings - Fork 1
V1-legacy #333
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
Merged
Merged
V1-legacy #333
Changes from all commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
a4d908a
feat: add asset scanning support in import
25acf49
chore: removed whitespace
naman-contentstack cbffcfa
Merge pull request #210 from contentstack/feat/DX-8661
naman-contentstack 1b6fb69
feat: add asset scanning support in bulk publish v1
420c32e
feat: enhance asset publishing with data-dir support for post-import …
f893ffe
Merge branch 'development' into feat/Asset-Scanning-v1
8aaeebe
Set maximum scan retries to zero
naman-contentstack b51e127
fix: minor fixes in bulk publish
560e9c0
fix(bulk-publish): add null guard on asset.publish_details before for…
aniket-shikhare-cstk 1eb074a
fix(bulk-publish): declare module-level config variable in publish-as…
aniket-shikhare-cstk 0ca69b8
Merge branch 'development' into feat/Asset-Scanning-v1
naman-contentstack e5260b7
fix: Update flags in AssetsPublishCommand and add user reminder in Im…
32ba9c4
fix: Rename 'data-dir' to 'backup-dir' in asset publishing commands a…
2d575c1
merge development in feat/Asseet-scanning-v1
1a2732c
Merge branch 'feat/Asset-Scanning-v1' into fix/DX-9308
fc472c8
Merge pull request #282 from contentstack/fix/DX-9308
naman-contentstack 402a4b2
merged latest changes from dev
53b9674
added support for orgplan check in export and import
f537d43
fix(import): preserve env-locale pairing for asset publish (DX-9772)
78da02e
bumped dependencies version
13b1955
chore(deps): bump adm-zip from 0.5.18 to 0.6.0
dependabot[bot] 19c2a36
handled assets in pending or quarantine states export failure
2188fc2
merged latest changes
bb9ee99
Merge pull request #320 from contentstack/main
OMpawar-21 601947f
added audit check and fix for assets in pending or quarantined state
18bc7dc
fix(content-type): replace git-diff with jsdiff to clear Snyk issue
c3114a6
sca-scan.yml
Aravind-Kumar-cstk a35b929
Merge branch 'development' into feat/Asset-Scanning-v1
5789088
Merge pull request #323 from contentstack/DX-10043
shafeeqd959 c92fd23
handled assets in not scanned status
56dd70b
Merge pull request #322 from contentstack/DX-9302
shafeeqd959 3608be2
Merge branch 'main' into development
cs-raj 39dae06
chore: bump dependency overrides and update lockfile
cs-raj e2a6756
Merge pull request #330 from contentstack/fix/sca-permissions-dep-ove…
netrajpatel 498c6aa
Merge branch 'development' into feat/Asset-Scanning-v1
ab73be8
Merge branch 'development' into fix/DX-9772-v1
netrajpatel e2d2fca
Merge branch 'development' into fix/snyk-replace-git-diff-with-jsdiff
netrajpatel c30a260
chore: repair pnpm-lock.yaml broken by development merge
netrajpatel 032819a
chore(content-type): move @types/* to devDependencies, drop unused ho…
netrajpatel 70e06cd
Merge pull request #310 from contentstack/fix/DX-9772-v1
shafeeqd959 e4ae856
Merge branch 'development' into fix/snyk-replace-git-diff-with-jsdiff
netrajpatel 05d2c52
Merge pull request #324 from contentstack/fix/snyk-replace-git-diff-w…
netrajpatel b246328
merged latest dev changes
3c55955
Merge pull request #217 from contentstack/feat/Asset-Scanning-v1
shafeeqd959 57e81f9
Merge branch 'main' into dependabot/npm_and_yarn/adm-zip-0.6.0
netrajpatel 9e02e8a
Merge branch 'development' into dependabot/npm_and_yarn/adm-zip-0.6.0
netrajpatel 369fd2e
Merge branch 'development' into fix/asset-publish-details-null-guard
netrajpatel 48da7b1
Merge pull request #260 from contentstack/fix/asset-publish-details-n…
netrajpatel 347f3d9
Merge branch 'development' into dependabot/npm_and_yarn/adm-zip-0.6.0
netrajpatel 998f2cf
Merge pull request #298 from contentstack/dependabot/npm_and_yarn/adm…
netrajpatel d4f8e72
bumped versions
aa67454
merged changes
fee7cef
Merge pull request #337 from contentstack/version-bump
shafeeqd959 5b228f2
updated lock file
e792c86
Merge branch 'development' into updated-lock-file
cs-raj 523d66a
Merge branch 'development' of github.com:contentstack/cli-plugins int…
ab4e905
updated lock file
9e999b1
Merge branch 'updated-lock-file' of github.com:contentstack/cli-plugi…
d940696
Merge pull request #339 from contentstack/updated-lock-file
shafeeqd959 e484954
Merge pull request #335 from contentstack/development
shafeeqd959 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| fileignoreconfig: | ||
|
|
||
| - filename: pnpm-lock.yaml | ||
| checksum: 31e333d6769adbaae042c92ea0930fab168a0e06fc1bda406d49fd1042a7a9c7 | ||
| version: '1.0' | ||
| checksum: 90ca97ef1a06fb5b7d8071f1317e079de6a34fce91559f70f80d9d958b5a834e | ||
| version: '1.0' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.