This change displays the reasons for keeping a snapshot in the table, unless `--compact` is specified.
108 lines
No EOL
1.7 KiB
Text
108 lines
No EOL
1.7 KiB
Text
{
|
|
"keep": [
|
|
{
|
|
"time": "2015-10-22T10:20:30Z",
|
|
"tree": null,
|
|
"paths": [
|
|
"path1",
|
|
"path2"
|
|
],
|
|
"tags": [
|
|
"foo",
|
|
"bar"
|
|
]
|
|
},
|
|
{
|
|
"time": "2015-10-22T10:20:30Z",
|
|
"tree": null,
|
|
"paths": null,
|
|
"tags": [
|
|
"foo",
|
|
"bar"
|
|
]
|
|
},
|
|
{
|
|
"time": "2015-10-22T10:20:30Z",
|
|
"tree": null,
|
|
"paths": null,
|
|
"tags": [
|
|
"foo",
|
|
"bar"
|
|
]
|
|
},
|
|
{
|
|
"time": "2014-11-15T10:20:30Z",
|
|
"tree": null,
|
|
"paths": null,
|
|
"tags": [
|
|
"foo",
|
|
"bar"
|
|
]
|
|
}
|
|
],
|
|
"reasons": [
|
|
{
|
|
"snapshot": {
|
|
"time": "2015-10-22T10:20:30Z",
|
|
"tree": null,
|
|
"paths": [
|
|
"path1",
|
|
"path2"
|
|
],
|
|
"tags": [
|
|
"foo",
|
|
"bar"
|
|
]
|
|
},
|
|
"matches": [
|
|
"has tags [foo, bar]"
|
|
],
|
|
"counters": {}
|
|
},
|
|
{
|
|
"snapshot": {
|
|
"time": "2015-10-22T10:20:30Z",
|
|
"tree": null,
|
|
"paths": null,
|
|
"tags": [
|
|
"foo",
|
|
"bar"
|
|
]
|
|
},
|
|
"matches": [
|
|
"has tags [foo, bar]"
|
|
],
|
|
"counters": {}
|
|
},
|
|
{
|
|
"snapshot": {
|
|
"time": "2015-10-22T10:20:30Z",
|
|
"tree": null,
|
|
"paths": null,
|
|
"tags": [
|
|
"foo",
|
|
"bar"
|
|
]
|
|
},
|
|
"matches": [
|
|
"has tags [foo, bar]"
|
|
],
|
|
"counters": {}
|
|
},
|
|
{
|
|
"snapshot": {
|
|
"time": "2014-11-15T10:20:30Z",
|
|
"tree": null,
|
|
"paths": null,
|
|
"tags": [
|
|
"foo",
|
|
"bar"
|
|
]
|
|
},
|
|
"matches": [
|
|
"has tags [foo, bar]"
|
|
],
|
|
"counters": {}
|
|
}
|
|
]
|
|
} |