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
after #44 the data/latest.json file has increased size, I recommend to externalize files object to different file (something like files-latest.json and the one by date).
The get files-latest.json mechanism will be perform once latest data is already loaded, just consider branch comparison as a secondary functionallity
metadata: contains additional information, if needed.
files: contains files information, like its name. Files are uniquely identified by their sha.
branchesComparison: provide all project's different files given base and head branches to compare. The tree structure is accessible starting from the branches itself.
caused by: #44
after #44 the data/latest.json file has increased size, I recommend to externalize
files
object to different file (something likefiles-latest.json
and the one by date).The get files-latest.json mechanism will be perform once latest data is already loaded, just consider branch comparison as a secondary functionallity
I would recommend to solve this issue before #29
The text was updated successfully, but these errors were encountered: