Carlos Paradis
Carlos Paradis
@ian-lastname @Ssunoo2 @anthonyjlau Could you paste here the list of function signatures your downloders/refreshers/parsers will have? I want to see side by side just to make sure we are not...
@lh-zhan noted that currently Kaiaulu will not thrown an error if DV8 key is not activated. Should check if there is a way to capture that.
When comparing Codeface and Kaiaulu scenarios with @nicolehoess, it became clearer Codeface BatchJobPool, a python script, greatly helped scale the analysis, because the entire pipeline of Codeface applied the analysis...
When Kaiaulu started being written, `parser_*` functions tried to preserve the original tool column names, so it was easier for someone wanting to know more about the columns to just...
Currently, the `download.R`, `parser.R`, `network.R` have been growing indefinitely as more downloaders, parsers and transformations to network are added. Moreover, some conflicting in semantics can already be identified. For instance,...
This is an unfortunate oversight when the functionality was still being designed and the separation of concerns between network.R and graph.R were still up in the air. As shown in...
Tests for #79 Some cases to be moved to tests: on APR: ``` #git_log_commit
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...
Here are some weird examples: # Cases with very large commit churn Row 31: Mess upon release 2.0.6 tag with revert see churn_per_commit_file[order(-churn)] above strange added and remove pattern and...
Data Schema
Kaiaulu architecture was partially planned, partially built as features were added. Without familiarity with the domain, it is not always easy to see where the tables connect. The goal of...