sailuh / kaiaulu

An R package for mining software repositories
http://itm0.shidler.hawaii.edu/kaiaulu
Mozilla Public License 2.0
18 stars 12 forks source link

Leverage Perceval time window parsing of git logs on parse_gitlog() interface #34

Open carlosparadis opened 4 years ago

carlosparadis commented 4 years ago

Perceval git interface provides the following parameters:

  --from-date FROM_DATE
                        fetch items updated since this date (in any ISO 8601
                        format, e.g., 'YYYY-MM-DD HH:mm:SS +|-HH:MM')
  --to-date TO_DATE     fetch items updated before this date (in any ISO 8601
                        format, e.g., 'YYYY-MM-DD HH:mm:SS +|-HH:MM')

parse_gitlog() can have two additional parameters to specify the time range. Unfortunately, the interface does not provide intervals by commit hash, but this may (I hope) save computation time for quick exploration on large projects.

carlosparadis commented 11 months ago

This should be addressed on #194. I will leave it open as a reminder.