From e3b81c893b97c56f3eae7760247348ed138dbc04 Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Fri, 9 May 2025 17:17:16 +0530 Subject: [PATCH 1/8] sca-scan.yml --- .github/workflows/sca-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sca-scan.yml b/.github/workflows/sca-scan.yml index 22e7229..f09161f 100644 --- a/.github/workflows/sca-scan.yml +++ b/.github/workflows/sca-scan.yml @@ -12,4 +12,4 @@ jobs: env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} with: - args: --all-projects --fail-on=all --strict-out-of-sync=false + args: --all-projects --fail-on=all From e022f53aa624303f61bab72aa7f59579808bd58d Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Fri, 9 May 2025 17:17:19 +0530 Subject: [PATCH 2/8] policy-scan.yml From d549ad2bb7523d842811dfdf75e2c1174c17345a Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Fri, 9 May 2025 17:17:26 +0530 Subject: [PATCH 3/8] issues-jira.yml From e0c5654a1b390f248fbc43ac2557c3cfc65576c9 Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Fri, 9 May 2025 17:17:27 +0530 Subject: [PATCH 4/8] secrets-scan.yml From c248e7e8c71c0076c5338879c0328672eeea5d31 Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Fri, 9 May 2025 17:17:31 +0530 Subject: [PATCH 5/8] Updated codeowners From faa10d625d4219a1d5e3114f837c28d50e379d08 Mon Sep 17 00:00:00 2001 From: dhruvparekh12 Date: Tue, 10 Jun 2025 22:09:10 +0530 Subject: [PATCH 6/8] fix: exclude .git folder when generating the zip file for deploying File Upload projects --- src/config/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/index.ts b/src/config/index.ts index dccf7e9..d615306 100755 --- a/src/config/index.ts +++ b/src/config/index.ts @@ -1,4 +1,4 @@ -import { VariablePreparationTypeOptions } from "../types"; +import { VariablePreparationTypeOptions } from '../types'; const config = { maxRetryCount: 3, @@ -7,7 +7,7 @@ const config = { manageApiEndpoint: 'manage/graphql', projectCreationRetryMaxCount: 3, fileUploadConfig: { - exclude: ['logs', '.next', 'node_modules', '.cs-launch.json'], + exclude: ['logs', '.next', 'node_modules', '.cs-launch.json', '.git', '.env', '.env.local', '.vscode'], }, outputDirectories: { GATSBY: './public', From 5c141b33dba9a190257148cc939c13e61071882f Mon Sep 17 00:00:00 2001 From: dhruvparekh12 Date: Tue, 10 Jun 2025 22:09:10 +0530 Subject: [PATCH 7/8] fix: exclude .git folder when generating the zip file for deploying File Upload projects --- src/config/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/index.ts b/src/config/index.ts index dccf7e9..d615306 100755 --- a/src/config/index.ts +++ b/src/config/index.ts @@ -1,4 +1,4 @@ -import { VariablePreparationTypeOptions } from "../types"; +import { VariablePreparationTypeOptions } from '../types'; const config = { maxRetryCount: 3, @@ -7,7 +7,7 @@ const config = { manageApiEndpoint: 'manage/graphql', projectCreationRetryMaxCount: 3, fileUploadConfig: { - exclude: ['logs', '.next', 'node_modules', '.cs-launch.json'], + exclude: ['logs', '.next', 'node_modules', '.cs-launch.json', '.git', '.env', '.env.local', '.vscode'], }, outputDirectories: { GATSBY: './public', From 8258c25c0ccce806d1a9c8e492d886f7f0322338 Mon Sep 17 00:00:00 2001 From: dhruvparekh12 Date: Tue, 10 Jun 2025 23:18:48 +0530 Subject: [PATCH 8/8] chore: update launch CLI version --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 52855e5..2449e1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@contentstack/cli-launch", - "version": "1.9.1", + "version": "1.9.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@contentstack/cli-launch", - "version": "1.9.1", + "version": "1.9.2", "license": "MIT", "dependencies": { "@apollo/client": "^3.11.8", diff --git a/package.json b/package.json index 855a00a..003f2af 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@contentstack/cli-launch", - "version": "1.9.1", + "version": "1.9.2", "description": "Launch related operations", "author": "Contentstack CLI", "bin": {