lakeFS icon indicating copy to clipboard operation
lakeFS copied to clipboard

Adding "change summary" to the diff response for common prefixes in the API

Open iddoavn opened this issue 2 years ago • 1 comments

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.

iddoavn avatar Aug 30 '22 16:08 iddoavn

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.

github-actions[bot] avatar Nov 01 '23 14:11 github-actions[bot]