diff --git a/Jenkinsfile b/Jenkinsfile index ba9c7df118..5de8a1247d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,10 @@ String platform='ej2-react'; { 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 @@ -28,6 +31,13 @@ String platform='ej2-react'; 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 @@ -74,7 +84,7 @@ if(currentBuild.result != 'FAILURE') stage 'Delete Workspace' - def files = findFiles(glob: '**/cireports/spellcheck/*.*') + def files = findFiles(glob: '**/cireports/*.*') if(files.size() > 0) { diff --git a/ej2-react-toc.html b/ej2-react-toc.html index 9a19125eb3..97a36f6ce5 100644 --- a/ej2-react-toc.html +++ b/ej2-react-toc.html @@ -372,7 +372,7 @@
  • Code Blocks
  • -
  • Collaborative Editing
  • +
  • Real-time Collaboration
  • Editor Menus
  • Drag and drop
  • Paste Cleanup
  • @@ -1416,7 +1416,8 @@
  • Preact
  • -
  • Feature Modules
  • +
  • Feature Modules
  • +
  • Security
  • Assistive Grid
  • Pager @@ -2058,6 +2062,16 @@
  • Data Binding
  • +
  • Connecting to Adaptors + +
  • Connecting to data source
  • Release Notes