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

The following are a list of necessary tasks related to but not implemented in PR#1644. This issue is meant to document and track the necessary changes. - [ ] [Docs]...

a-Testing
a-Docs
c.Feature
a-Backend
a-FrontEnd

Partially fixes #1748 Note: This PR also supersedes the fix in #1773 (in case this one somehow gets merged earlier than that) ## Proposed commit message ``` Code segments are...

s.ToMerge

Fixes #1809 ## Proposed commit message ``` When the groups are sorted by the amount of contribution, a percentage label appears; however, no other information is provided for that number,...

s.ToReview

**Tell us about your environment** * **RepoSense Version: 07d6ce9e9c** * **OS and Version: Ubuntu 20.04.4 LTS** * **git version: 2.25.1** **Please include the steps to reproduce the bug.** 1. Run...

c.Bug
c.Investigate

**What feature(s) would you like to see in RepoSense?** The `Test` class in Gradle has a [`maxParallelForks` property](https://docs.gradle.org/6.9.2/dsl/org.gradle.api.tasks.testing.Test.html#org.gradle.api.tasks.testing.Test:maxParallelForks) that would allow multiple JUnit test classes to run at the same...

a-Testing
c.Feature
a-Concurrency
a-Backend

**What was expected to happen?** According to our [JavaScript coding standards](https://se-education.org/guides/conventions/javascript.html), an indentation level should have 2 spaces. Therefore code like the below should fail `lintFrontend`: https://github.com/reposense/RepoSense/blob/11421c8394bdca3464957d550186715e9a94bf0a/frontend/cypress/tests/chartView/chartView_contributionBar.js#L11-L12 In this case,...

c.Bug
d.Contributors
a-CodeQuality
a-FrontEnd

**What feature(s) would you like to see in RepoSense?** When the groups are sorted by the amount of contribution, a percentage label appears; however, no other information is provided for...

c.Feature
a-FrontEnd

**What feature(s) would you like to see in RepoSense?** It would be quite useful to merge/map git-users of same origin to one user. **Is the feature request related to a...

c.Feature
a-Backend

**Tell us about your environment** * **RepoSense Version:** https://github.com/reposense/RepoSense/commit/11421c8394bdca3464957d550186715e9a94bf0a (bug seems to have appeared since a very long time ago) * **OS and Version:** macOS 12.3.1 * **Web Browser and...

c.Bug
a-FrontEnd

Fixes #1118 ``` AnnotatorAnalyzer: Remove restriction for author name in @@author tags RepoSense does restrictive checks for valid author names. Following the discussion, it is recommended to remove such restrictive...

s.ToReview