Tags: codebreaker64/RepoSense
Tags
[reposense#2425] Fix incorrect widgets in portfolio mode (reposense#2435 ) Fix incorrect widgets in portfolio mode Widgets in portfolio were displaying incorrect charts. Let's fix these issues and ensure widgets in portfolio mode follows portfolio mode behavior.
[reposense#944] Implement authorship analysis (reposense#2140) A line is credited to the author who last modified it. Another author might have written the line initially and the current author only modified it slightly. In such a case, the current author gets credited for work that is not entirely done by him/her. Let's analyze how similar a line is as compared to its ancestor lines (previous versions of the line) and give full or partial credit to the last author based on the analysis.
[reposense#1771] Add tip on generating report via reposense-action (r… …eposense#1858) Generating RepoSense reports via GitHub Actions requires forking of the template publish-RepoSense repo. It also only supports publishing with GitHub Pages. This process is more complicated than utilizing published actions on the marketplace. It also requires direct edits to the script files for more customization. Let's document an available alternative via a community-published action for interested users to explore. The published action can be used in the same directory as the user's project and support customization via action arguments. It also supports surge.sh as an alternative publishing platform.
Merge branch 'release' of https://github.com/reposense/RepoSense into… … release
[reposense#1634] Replace cdn links to import from node_modules instead ( reposense#1710) Some css files are currently imported directly in the code, making it difficult to manage. Let us import from node_module for easy management.
Docs: add GitCatFile and GitShow wrapper classes to the DG (reposense… …#1590) The git wrapper classes `GitShow` and `GitCatFile` were introduced in PR reposense#1449. However, the corresponding documentations were not included in the Developer Guide. Adding the wrapper classes link and description can help newcomers to learn about the implementation design. Let's add the documentation for these git wrapper classes into the Developer Guide.
Docs: add GitCatFile and GitShow wrapper classes to the DG (reposense… …#1590) The git wrapper classes `GitShow` and `GitCatFile` were introduced in PR reposense#1449. However, the corresponding documentations were not included in the Developer Guide. Adding the wrapper classes link and description can help newcomers to learn about the implementation design. Let's add the documentation for these git wrapper classes into the Developer Guide.
PreviousNext