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

Dependency activity on repositories #1603

Open
2 of 4 tasks
andrew opened this issue Jul 17, 2017 · 0 comments
Open
2 of 4 tasks

Dependency activity on repositories #1603

andrew opened this issue Jul 17, 2017 · 0 comments

Comments

@andrew
Copy link
Contributor

andrew commented Jul 17, 2017

As part of https://github.com/librariesio/supporters/issues/21 and feeding into https://github.com/librariesio/metrics, we want measure usage of libraries over time.

Currently we have a total for the number of open source repositories that depend on a given library but we don't have any information on the trends of usage.

We want to be able to see:

  • What time/date did the library get added/modified/removed as a dependency to a repo
  • Who added/modified/removed the dependency
  • Why was the dependency added/modified/removed

Git commit data has the answer to those three questions:

  • The actual time the dependency was added, not just when we indexed it, going back through the history of the repository
  • Both the author and the committer email addresses for each commit show who made the change
  • The commit message gives a qualitative reason as to why a dependency change was made

With this data we'll be able to graph change in usage in open source over time for a library and each individual version for all package managers that have a concept of a dependency manifest/lockfile.

Pieces of the puzzle:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant