lakeFS
lakeFS copied to clipboard
Adding "change summary" to the diff response for common prefixes in the API
It will be helpful to add add the "change summary" to the diff response for common prefixes in the API, something like this for example:
{
"path": "metadata/illegal-queasy-twist/",
"path_type": "common_prefix",
"type": "changed",
"change_summary": {
"changed": 3,
"added": 999,
"removed": 1
}
}
Giving a similar summary of what you can get out of thr UI.
This issue is now marked as stale after 90 days of inactivity, and will be closed soon. To keep it, mark it with the "no stale" label.