blob: 57457f2e24480cce7e6e910ef187e02f33ccf148 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
--- !ditz.rubyforge.org,2008-03-06/issue
title: There must be an exclude parameter
desc: |-
Some properties must be excluded. I.e., piglit's JSON produces a lot of
time properties which are not interesting.
type: :bugfix
component: json_diff
release:
reporter: Matej Cepl <mcepl@redhat.com>
status: :closed
disposition: :fixed
creation_time: 2011-10-10 21:31:46.437278 Z
references: []
id: 9465e033d968b2c64f02b71bce62d5a0323a60be
log_events:
- - 2011-10-10 21:31:48.551344 Z
- Matej Cepl <mcepl@redhat.com>
- created
- ""
- - 2011-10-24 21:25:12.273479 Z
- Matej Cepl <mcepl@redhat.com>
- closed with disposition fixed
- |-
Fixed as part of larger first working version.
Programmatically fill excuded_attributes tuple, or add (even repeatedly)
-x parameter to the command line. So,
json_diff.py -x spam old.json new.json
Ignores all mentions of the horrendous stuff.
|