Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default report on reposense/reposense shows only 5 authors #2207

Open
damithc opened this issue May 15, 2024 · 3 comments
Open

Default report on reposense/reposense shows only 5 authors #2207

damithc opened this issue May 15, 2024 · 3 comments

Comments

@damithc
Copy link
Collaborator

damithc commented May 15, 2024

Command java -jar RepoSense.jar --repos https://github.com/reposense/RepoSense.git --view

Expected: show authors who were active on last 30 days

Actual: Shows only five specific authors, who didn't even contribute during the last 30 days

image

No such issue with other repos e.g., java -jar RepoSense.jar --repos https://github.com/teammates/teammates.git --view
image

@chan-j-d
Copy link
Contributor

I believe this is a result of placing a default config json file that Reposense (referring to this remote repo) has in https://github.com/reposense/RepoSense/blob/master/_reposense/config.json. The default analysis configuration will be taken from there. The CLI flag to disable this should be -i.

@damithc
Copy link
Collaborator Author

damithc commented May 15, 2024

@chan-j-d Thanks for the quick diagnosis.
If the file is not being used, best to remove it (preferred). Otherwise the example command in this UG page needs to change (use a different repo for the example?)

@chan-j-d
Copy link
Contributor

I'm in favor of removing it and I think it may be good to repurpose one of the test repos to test this instead and remove this file from this repo. It may a bit weird for users, especially new contributors to try running reposense against itself and not understanding why it's outputting what it is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants