Skip to content

Commit d336e80

Browse files
Merge pull request #598 from contentstack/feature/cli-optimise
Feature/cli optimise
2 parents 0c6e070 + cfa61ce commit d336e80

File tree

856 files changed

+9318
-186039
lines changed

Some content is hidden

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

856 files changed

+9318
-186039
lines changed

.github/workflows/jira.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
project: ${{ secrets.JIRA_PROJECT }}
2222
issuetype: ${{ secrets.JIRA_ISSUE_TYPE }}
2323
summary: |
24-
${{ github.event.pull_request.title }}
24+
Snyk | Vulnerability | ${{ github.event.repository.name }} | ${{ github.event.pull_request.title }}
2525
description: |
2626
PR: ${{ github.event.pull_request.html_url }}
2727

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,3 +357,7 @@ ui/.env
357357
upload-api/sitecoreMigrationData
358358
upload-api/cmsMigrationData
359359
upload-api/extracted_files
360+
*.zip
361+
*copy*
362+
**/package-lock.json
363+
.qodo

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"recommendations": [
77
"dbaeumer.vscode-eslint",
88
"snyk-security.snyk-vulnerability-scanner",
9-
"SonarSource.sonarlint-vscode"
9+
"SonarSource.sonarlint-vscode",
10+
"github.copilot"
1011
],
1112
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
1213
"unwantedRecommendations": []

api/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,4 +364,6 @@ combine.log
364364
database/
365365
/sitecoreMigrationData
366366
/cmsMigrationData
367-
/migration-data
367+
/migration-data
368+
**/copy*
369+
**copy.ts

0 commit comments

Comments
 (0)