Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: reposense/RepoSense

Tags

v4.0

Toggle v4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[#2425] Fix incorrect widgets in portfolio mode (#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.

v3.0

Toggle v3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[#944] Implement authorship analysis (#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.

v2.5

Toggle v2.5's commit message
Merge branch 'master' into release

v2.4

Toggle v2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[#1771] Add tip on generating report via reposense-action (#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.

v2.3

Toggle v2.3's commit message
Merge branch 'release' of https://github.com/reposense/RepoSense into…

… release

v2.2.1

Toggle v2.2.1's commit message
Merge branch 'master' into release

v2.2

Toggle v2.2's commit message
Merge branch 'master'

v2.1

Toggle v2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[#1634] Replace cdn links to import from node_modules instead (#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.

v2.0

Toggle v2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Docs: add GitCatFile and GitShow wrapper classes to the DG (#1590)

The git wrapper classes `GitShow` and `GitCatFile` were introduced in
PR #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.

v1.14

Toggle v1.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Docs: add GitCatFile and GitShow wrapper classes to the DG (#1590)

The git wrapper classes `GitShow` and `GitCatFile` were introduced in
PR #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.