diff --git a/Jenkinsfile b/Jenkinsfile index dd47e4d1e..d6c363cae 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,10 @@ String platform='ej2-javascript'; { checkout scm - def branchCommit = 'https://api.github.com/repos/syncfusion-content/'+env.githubSourceRepoHttpUrl.split('/')[env.githubSourceRepoHttpUrl.split('/').size() - 1]+'/pulls/' + env.pullRequestId + '/files' + def page = 1 + while(true) + { + def branchCommit = 'https://api.github.com/repos/syncfusion-content/'+env.githubSourceRepoHttpUrl.split('/')[env.githubSourceRepoHttpUrl.split('/').size() - 1]+'/pulls/' + env.pullRequestId + '/files?per_page=100^&page='+ page String branchCommitDetails = bat returnStdout: true, script: 'curl -H "Accept: application/vnd.github.v3+json" -u SyncfusionBuild:' + env.GithubBuildAutomation_PrivateToken + " " + branchCommit @@ -27,7 +30,15 @@ String platform='ej2-javascript'; { def ChangeFile= ChangeFiles[i].split(',')[0].replace('"', '') Content += env.WORKSPACE + "\\Spell-Checker\\" + ChangeFile + "\r\n"; - } + } + + // Last page + if((ChangeFiles.size() - 1) < 100) + { + break + } + page++ + } if (Content) { writeFile file: env.WORKSPACE+"/cireports/content.txt", text: Content diff --git a/ej2-javascript-toc.html b/ej2-javascript-toc.html index cafb2120a..4cc2c17f9 100644 --- a/ej2-javascript-toc.html +++ b/ej2-javascript-toc.html @@ -14,23 +14,11 @@
  • -MCP Server - + AI Coding Assistants +
  • Installation and upgrade @@ -60,6 +48,7 @@
  • Licensing FAQ
  • +
  • Telemetry
  • Appearance
  • -
  • Collaborative Editing
  • +
  • Real-time Collaboration
  • Editor Menus
  • Drag and drop
  • Paste Cleanup
  • @@ -1208,6 +1197,15 @@
  • Performance Best Practices
  • +
  • Connecting to Adaptors + +
  • Columns
  • -
  • Scrolling +
  • Scrolling @@ -1404,6 +1402,7 @@
  • Dialog Editing
  • Template Editing
  • Batch Editing
  • +
  • Cell Editing
  • Command Column Editing
  • Validation
  • Persisting Data in Server
  • @@ -1425,6 +1424,7 @@
  • Scrolling @@ -1656,6 +1656,7 @@
  • Annotations
  • Animation
  • User Interaction
  • +
  • Title
  • Print and Export
  • Appearance
  • Accessibility
  • @@ -2214,7 +2215,7 @@
  • API Reference
  • -RichTextEditor +Rich Text Editor
  • +
  • Telemetry
  • Appearance
  • -
  • Collaborative Editing
  • +
  • Real-time Collaboration
  • Editor Menus
  • Drag and drop
  • Paste Cleanup
  • @@ -1217,6 +1200,15 @@
  • Performance Best Practices
  • +
  • Connecting to Adaptors + +
  • Columns
  • -
  • Scrolling
  • -
  • Virtual Scrolling
  • +
  • Scrolling
  • +
  • Virtual Scrolling
  • Resources in Project View
  • -RichTextEditor +Rich Text Editor