Skip to content
Merged

Dev #613

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
95c1394
sca-scan.yml
aravindbuilt Jan 20, 2025
39f66c8
jira.yml
aravindbuilt Jan 20, 2025
47a94a4
sast-scan.yml
aravindbuilt Jan 20, 2025
04d5db7
Updated codeowners
aravindbuilt Jan 20, 2025
9e81663
don't merge
sauravraw Apr 3, 2025
92d4f93
don't merge
sauravraw Apr 3, 2025
0815e4a
don't merge
sauravraw Apr 3, 2025
b0c5e79
resolved cli issue
sauravraw Apr 3, 2025
4795e19
fixed typo issue
sauravraw Apr 3, 2025
4a0510d
fixed typo issue
sauravraw Apr 4, 2025
59448cc
changed the typo mistake
sauravraw Apr 4, 2025
27e1e06
workflow edits
RohitKini Apr 3, 2025
0ccd460
workflow edits
RohitKini Apr 3, 2025
4a2886e
changes for test of workflow
RohitKini Apr 3, 2025
72ae80f
checking workflow for sitecore
RohitKini Apr 3, 2025
3f8c00f
checking workflow for sitecore
RohitKini Apr 3, 2025
2575a74
checking workflow for sitecore
RohitKini Apr 3, 2025
0fed8a6
changes for test
RohitKini Apr 3, 2025
d399989
changes for test 123
RohitKini Apr 3, 2025
6c2e172
cheking workflow
RohitKini Apr 3, 2025
5950213
sca-scan.yml
aravindbuilt Jan 20, 2025
48fc79a
sast-scan.yml
aravindbuilt Jan 20, 2025
acaa527
Updated codeowners
aravindbuilt Jan 20, 2025
a26f27a
WIP: working on sitecore.service.ts
sauravraw Apr 4, 2025
aab5c08
Merge remote-tracking branch 'origin/dev' into feature/cli-optimise
sauravraw Apr 4, 2025
ea3531d
Update api/src/utils/custom-logger.utils.ts
sauravraw Apr 6, 2025
8e6c55c
resolved copilot suggestion
sauravraw Apr 6, 2025
492c76e
resolved copilot suggestion issue
sauravraw Apr 7, 2025
d9f6c4f
Merge branch 'dev' into feature/cli-optimise
sauravraw Apr 7, 2025
822e878
removed cli package setup code from setup.sh file
sauravraw Apr 7, 2025
6e3d5d8
latest dev code
sauravraw Apr 7, 2025
f8c312f
removed the nodemon code
sauravraw Apr 15, 2025
b4375cb
exported createLocale func/removed unnecessary code
shobhitupadhyayy Apr 16, 2025
6a84557
Merge pull request #612 from contentstack/cmg/code-sanitise
sayalijoshi27 Apr 16, 2025
4074906
Merge branch 'dev' of github.com:contentstack/migration-v2-node-serve…
AishDani Apr 16, 2025
2487445
Merge branch 'dev' of github.com:contentstack/migration-v2-node-serve…
AishDani Apr 16, 2025
91b4993
fix:added missing prop
AishDani Apr 16, 2025
23af79d
Merge branch 'feature/cli-optimise' of github.com:contentstack/migrat…
AishDani Apr 16, 2025
bf8f200
fix:added object and array condition for reference in contentful
AishDani Apr 16, 2025
4b0fabd
Merge branch 'stage' of https://github.com/contentstack/migration-v2-…
sayalijoshi27 Apr 16, 2025
342e897
fix:refactored loading state when stack creation limit reaches for te…
AishDani Apr 16, 2025
970a3ea
fix:added fix of isDeleted title and url
AishDani Apr 16, 2025
a34198a
refactor:logic for showing master_locale in language mapper based on …
AishDani Apr 17, 2025
b8f3925
fix:removed advanced properties icon for title and url for existing case
AishDani Apr 17, 2025
2d79661
fix: resolved PR comments
AishDani Apr 17, 2025
b02be15
fix: added validation
AishDani Apr 17, 2025
6009226
Merge pull request #598 from contentstack/feature/cli-optimise
sayalijoshi27 Apr 17, 2025
c4b3a16
Merge branch 'dev' of https://github.com/contentstack/migration-v2-no…
sayalijoshi27 Apr 17, 2025
274b6c5
Updated Delete Project Modal text and resolved EsLint error in Langua…
sayalijoshi27 Apr 17, 2025
2a972e5
Merge pull request #614 from contentstack/feature/content-mapper
RohitKini Apr 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
project: ${{ secrets.JIRA_PROJECT }}
issuetype: ${{ secrets.JIRA_ISSUE_TYPE }}
summary: |
${{ github.event.pull_request.title }}
Snyk | Vulnerability | ${{ github.event.repository.name }} | ${{ github.event.pull_request.title }}
description: |
PR: ${{ github.event.pull_request.html_url }}

Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -357,3 +357,7 @@ ui/.env
upload-api/sitecoreMigrationData
upload-api/cmsMigrationData
upload-api/extracted_files
*.zip
*copy*
**/package-lock.json
.qodo
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"recommendations": [
"dbaeumer.vscode-eslint",
"snyk-security.snyk-vulnerability-scanner",
"SonarSource.sonarlint-vscode"
"SonarSource.sonarlint-vscode",
"github.copilot"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
Expand Down
4 changes: 3 additions & 1 deletion api/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -364,4 +364,6 @@ combine.log
database/
/sitecoreMigrationData
/cmsMigrationData
/migration-data
/migration-data
**/copy*
**copy.ts
Loading