RepoSense icon indicating copy to clipboard operation
RepoSense copied to clipboard

Contribution analysis tool for Git repositories

Results 210 RepoSense issues
Sort by recently updated
recently updated
newest added

**What feature(s) would you like to see in RepoSense?** Implement a way for users to manually add support for other remote repo host domains besides GitHub, GitLab, BitBucket. **Is the...

p.Zero
c.Feature

**What feature(s) would you like to see in RepoSense?** Probably related to #1286. This package installs node into `./build/node/` directory when gradle is set up. https://github.com/reposense/RepoSense/blob/a4ee1877a9fc47abde0592201ae489911a4bb604/build.gradle#L10 Tasks of type `com.liferay.gradle.plugins.node.tasks.ExecuteNpmTask`...

p.Low
a-DevOps
c.Feature

**What feature(s) would you like to see in RepoSense?** Consider replacing `muicss` with a more popular package, as it has not been maintained recently (2 years since last PR). **Is...

p.Low
c.Feature
a-FrontEnd

**What feature(s) would you like to see in RepoSense?** Can suppert Chinese word? **Is the feature request related to a problem?** commit using Chinese word, commit content become garbled. ![image](https://user-images.githubusercontent.com/9010279/161222703-73df1964-20d5-4d3b-b072-07afc3673a5a.png)

c.Feature

Currently, the regex used to validate names in `@@author some-randomeuser` tags is: `[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9]` This regex ensures the author name has at least 2 consecutive alphanumeric characters. As discussed in this...

d.FirstTimers
a-Backend

The gitLog_sinceDateInFuture_noContent methoed fails at the latest master commit. `[#316] Split RepoConfiguration into more classes (#425)` ![image](https://user-images.githubusercontent.com/35621726/50573546-c6dabb80-0e10-11e9-80c3-103521a73b28.png) ![image](https://user-images.githubusercontent.com/35621726/50573559-1325fb80-0e11-11e9-8038-d2a7a848d9dd.png)

d.FirstTimers
p.Low
a-Testing
a-Backend

The documentation explains how to set up Travis to auto-deploy the dashboard to a gh-pages site. Can we also give an option to add the dashboard as a sub-folder in...

c.Enhancement
a-DevOps
s.ToDiscuss

https://reposense.org/dg/settingUp.html mentions npm as a prerequisite. @jylee-git asked if it really needed or is npm installed automatically by our build scripts. We should either confirm it is correct or remove...

p.Low
a-Docs

This issue consolidates issues with links in the report to remote repositories. These links should be fixed for when (a) no remote repositories exist or (b) remote repository is not...

c.Bug
d.FirstTimers
a-FrontEnd

**What feature(s) would you like to see in RepoSense?** Currently, the version of Node.js used in GitHub workflows is ~~`12.x`~~ `14.x`. ~~On the other hand, `build.gradle` uses Node.js version `10.16.0`~~....

c.Enhancement
a-DevOps
c.Epic
t-Gradle