You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Files that have been changed in the past month in more than one commit.
In order to get this data, we need to access the commit data API. Basically, for a push event, we have to iterate through the commits, acces the API URL for every one of them and store the reply as a "commitevent" document (see schema.md).
From there, just have to check the "filename" attribute for every entry inside the "files" array for the respective commitevents.
The text was updated successfully, but these errors were encountered:
I'm thinking of the need of such a query: knowing that file is rather important to the organization and you should read it? But doesn't seem to bring that much benefit.
I'm thinking of the need of such a query: knowing that file is rather
important to the organization and you should read it? But doesn't seem to
bring that much benefit.
Why did you find this useful?
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/13#issuecomment-31118702
.
Files that have been changed in the past month in more than one commit.
In order to get this data, we need to access the commit data API. Basically, for a push event, we have to iterate through the commits, acces the API URL for every one of them and store the reply as a "commitevent" document (see schema.md).
From there, just have to check the "filename" attribute for every entry inside the "files" array for the respective commitevents.
The text was updated successfully, but these errors were encountered: