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

summary should include analytics like contributes info and commits history #101

Open
mxbilal opened this issue Jan 3, 2025 · 4 comments
Labels
suggestion New feature or request

Comments

@mxbilal
Copy link

mxbilal commented Jan 3, 2025

No description provided.

@cyclotruc
Copy link
Owner

It's a good idea thank you!

I'm all up for this but I would prefer if we found a way to do it without using the Github API first, solely basing the analytics on things that can be found in .git

Using the github API/ abstractions will be possible once github login is properly implemented

@cyclotruc cyclotruc added the suggestion New feature or request label Jan 4, 2025
@mxbilal
Copy link
Author

mxbilal commented Jan 4, 2025

alright thene you can show some packages detail info for instance this project will run on higher node version then 18 or something and also libraries that are famous are used . more over integration of gitlab and bitbucket to read them too would make it more awsome

@gowthamkishore3799
Copy link

Ideally, the .git directory contains valuable information about commits, refs, configs, etc., with the total number of commits being particularly useful. However, the challenge arises because we clone the repository using --depth=1, which only retrieves the most recent commit.

To avoid this, either we have to take down the --depth option or wait for github integration

@cyclotruc
Copy link
Owner

dropping the --depth option is definitly doable if limited to some complex queries, the depth at 1 is just a good default for the most comon usecases where we don't need all the history

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
suggestion New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants