Skip to content

Commit

Permalink
Rebuild pages at b21511a
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 15, 2024
0 parents commit 300a37f
Show file tree
Hide file tree
Showing 15 changed files with 8,640 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
Binary file added archive.zip
Binary file not shown.
Binary file added favicon.ico
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="favicon.ico">
<title>RepoSense Report</title>
<script defer src="js/chunk-vendors.js"></script><script defer src="js/index.js"></script></head>
<body>
<noscript>
<strong>We're sorry but RepoSense Report doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>
6,634 changes: 6,634 additions & 0 deletions js/chunk-vendors.js

Large diffs are not rendered by default.

1,836 changes: 1,836 additions & 0 deletions js/index.js

Large diffs are not rendered by default.

98 changes: 98 additions & 0 deletions js/src_views_c-widget_vue.js

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions reposense-logs/reposense.log.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
May 15, 2024 7:06:02 AM reposense.system.LogsManager addFileHandler
INFO: Log temp folder has been successfully created
May 15, 2024 7:06:02 AM reposense.parser.CsvParser validateHeader
INFO: Parsed header of CSV file, repo-config.csv, and recognized columns: Ignore Standalone Config, Repository's Location, Skip Ignored File Analysis, Branch, Shallow Cloning, File formats, Ignore Glob List, Ignore Authors List, Find Previous Authors, File Size Limit, Ignore File Size Limit, Ignore Commits List
May 15, 2024 7:06:02 AM reposense.parser.CsvParser validateHeader
INFO: Parsed header of CSV file, author-config.csv, and recognized columns: Author's Emails, Repository's Location, Branch, Author's Git Host ID, Author's Display Name, Ignore Glob List, Author's Git Author Name
May 15, 2024 7:06:02 AM reposense.model.ConfigRunConfiguration getRepoConfigurations
WARNING: No valid configurations in the author-config.csv.
reposense.parser.exceptions.InvalidCsvException: No valid configurations in the author-config.csv.
at reposense.parser.CsvParser.parse(CsvParser.java:115)
at reposense.model.ConfigRunConfiguration.getRepoConfigurations(ConfigRunConfiguration.java:50)
at reposense.RepoSense.main(RepoSense.java:55)

May 15, 2024 7:06:02 AM reposense.git.GitConfig getGlobalGitLfsConfig
WARNING: Could not get global git lfs config
java.lang.RuntimeException: reposense.system.CommandRunnerProcessException: Error returned from command git config --global --list on path . :
fatal: unable to read config file '/home/runner/.gitconfig': No such file or directory

at reposense.system.CommandRunner.runCommand(CommandRunner.java:23)
at reposense.git.GitConfig.getGitGlobalConfig(GitConfig.java:90)
at reposense.git.GitConfig.getGlobalGitLfsConfig(GitConfig.java:44)
at reposense.RepoSense.main(RepoSense.java:73)
Caused by: reposense.system.CommandRunnerProcessException: Error returned from command git config --global --list on path . :
fatal: unable to read config file '/home/runner/.gitconfig': No such file or directory

at reposense.system.CommandRunnerProcess.waitForProcess(CommandRunnerProcess.java:46)
at reposense.system.CommandRunner.runCommand(CommandRunner.java:21)
... 3 more

May 15, 2024 7:06:02 AM reposense.report.RepoCloner spawnCloneProcess
INFO: Cloning in parallel from https://github.com/reposense/RepoSense.git...
May 15, 2024 7:06:02 AM reposense.report.RepoCloner waitForCloneProcess
INFO: Waiting for cloning of https://github.com/reposense/RepoSense.git to complete...
May 15, 2024 7:06:08 AM reposense.report.RepoCloner waitForCloneProcess
INFO: Cloning of https://github.com/reposense/RepoSense.git completed!
May 15, 2024 7:06:08 AM reposense.report.ReportGenerator analyzeRepos
INFO: [1/1] Analyzing https://github.com/reposense/RepoSense.git (master)...
May 15, 2024 7:06:08 AM reposense.authorship.FileInfoExtractor extractTextFileInfos
INFO: Extracting relevant file info from https://github.com/reposense/RepoSense.git (master)...
May 15, 2024 7:06:13 AM reposense.commits.CommitInfoExtractor extractCommitInfos
INFO: Extracting commits info for https://github.com/reposense/RepoSense.git (master)...
May 15, 2024 7:06:14 AM reposense.commits.CommitInfoAnalyzer analyzeCommits
INFO: Analyzing commits info for https://github.com/reposense/RepoSense.git (master)...
May 15, 2024 7:06:14 AM reposense.report.ReportGenerator analyzeRepo
INFO: Analysis of https://github.com/reposense/RepoSense.git (master) completed!
May 15, 2024 7:06:14 AM reposense.report.ReportGenerator generateReposReport
INFO: The report is generated at /home/runner/work/code-portfolio/code-portfolio/reposense-report
May 15, 2024 7:06:14 AM reposense.RepoSense main
INFO: Elapsed processing time: 11.56 second(s)
1 change: 1 addition & 0 deletions reposense_RepoSense_master/authorship.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions reposense_RepoSense_master/commits.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"authorDailyContributionsMap":{"ongspxm":[],"jamessspanggg":[{"date":"2020-12-18","commitResults":[{"hash":"10c1959fb268466192c54e99af150b152f06f040","isMergeCommit":false,"messageTitle":"[#1374] Travis: utilise latest node version for PR docs deployment (#1381)","messageBody":"The deployment of PR docs are used with an outdated node version, \r\nwhich causes the building of Markbind to fail.\r\n\r\nSetting the node version to the latest version will fix the issue, \r\nas Markbind requires node version \u003e\u003d v10.13.0 installed.\r\n\r\nLet\u0027s specify the node version for the deployment to be `lts/*`, \r\nwhich will ensure that the Markbind runs without errors.","fileTypesAndContributionMap":{"yml":{"insertions":4,"deletions":0}}}]},{"date":"2021-01-04","commitResults":[{"hash":"3b42fb4a370dddc13a65c74abb2838b1d9f25443","isMergeCommit":false,"messageTitle":"Update `About us` page (#1393)","messageBody":"The `About us` page contains outdated information as some \r\ncontributors no longer participate in RepoSense.\r\n\r\nLet\u0027s update the `About us` page to reflect the most recent team \r\narrangements.","fileTypesAndContributionMap":{"md":{"insertions":55,"deletions":30}}}]}],"yamidark":[],"yong24s":[],"eugenepeh":[]},"authorFileTypeContributionMap":{"ongspxm":{"gradle":0,"pug":0,"java":0,"js":0,"md":0,"scss":0,"yml":0},"jamessspanggg":{"gradle":0,"pug":0,"java":0,"js":0,"md":35,"scss":0,"yml":0},"yamidark":{"gradle":0,"pug":0,"java":0,"js":0,"md":0,"scss":0,"yml":0},"yong24s":{"gradle":0,"pug":0,"java":0,"js":0,"md":0,"scss":0,"yml":0},"eugenepeh":{"gradle":0,"pug":0,"java":0,"js":0,"md":0,"scss":0,"yml":0}},"authorContributionVariance":{"ongspxm":0.0,"jamessspanggg":200.4196,"yamidark":0.0,"yong24s":0.0,"eugenepeh":0.0},"authorDisplayNameMap":{"ongspxm":"Metta","jamessspanggg":"James","yamidark":"Jun An","yong24s":"Yong Hao","eugenepeh":"Eugene"}}
1 change: 1 addition & 0 deletions summary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"repoSenseVersion":"62f3d54201","reportGeneratedTime":"Wed May 15 07:06:02 2024 UTC","reportGenerationTime":" 11.54 second(s)","zoneId":"Etc/UTC","reportTitle":"RepoSense Report","repos":[{"location":{"location":"https://github.com/reposense/RepoSense.git","repoName":"RepoSense","organization":"reposense","domainName":"github"},"branch":"master","displayName":"reposense/RepoSense[master]","outputFolderName":"reposense_RepoSense_master"}],"errorSet":[],"sinceDate":"2020-12-01","untilDate":"2024-05-15","isSinceDateProvided":true,"isUntilDateProvided":false,"supportedDomainUrlMap":{"NOT_RECOGNIZED":{"BRANCH":"","REPO_URL":"UNSUPPORTED","BASE_URL":"UNSUPPORTED","HISTORY_PATH":"","COMMIT_PATH":"","BLAME_PATH":""},"github":{"BRANCH":"tree/$BRANCH","REPO_URL":"https://github.com/$ORGANIZATION/$REPO_NAME/","BASE_URL":"https://github.com/","HISTORY_PATH":"commits/$BRANCH/$FILE_PATH","COMMIT_PATH":"commit/$COMMIT_HASH","BLAME_PATH":"blame/$BRANCH/$FILE_PATH"}},"isAuthorshipAnalyzed":false,"blurbs":{"urlBlurbMap":{}}}
3 changes: 3 additions & 0 deletions title.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# John Doe's Code Portfolio

This portfolio page is a sample code portfolio page, created to showcase how RepoSense can be used to create a code portfolio page. The code given are from one of the RepoSense project team members.

0 comments on commit 300a37f

Please sign in to comment.