index
:
json_diff
master
rewrite_xdiff
Generates diff between two JSON files
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
json_diff.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add option -a to ignore appended keys (for comparing changing piglit tests).
Matěj Cepl
2011-11-29
1
-15
/
+37
*
Fix formatted output to stdout (or file).
Matěj Cepl
2011-11-23
1
-7
/
+8
*
Python 2.4 compatible
0.9.2
Matěj Cepl
2011-11-21
1
-26
/
+24
*
Two small nits in __main__ part.
0.9.1
Matěj Cepl
2011-11-21
1
-3
/
+3
*
Bump the version to 0.9.0 ... closing down.
0.9.0
Matěj Cepl
2011-11-21
1
-1
/
+1
*
Don't use strings, when you can use lists (for output collection)
Matěj Cepl
2011-11-21
1
-7
/
+9
*
Refactoring to use smaller functions.
Matěj Cepl
2011-11-21
1
-60
/
+57
*
Option -i which allows only enumerated attributes to be considered.
Matěj Cepl
2011-11-20
1
-17
/
+30
*
Add tons of elementary tests.
Matěj Cepl
2011-11-19
1
-27
/
+24
*
At least some tests work.
Matěj Cepl
2011-11-19
1
-58
/
+75
*
Back to the green, still struggling with arrays.
Matěj Cepl
2011-11-16
1
-55
/
+71
*
Back to green bar. Just tiny change before doing serious work.
Matěj Cepl
2011-11-16
1
-7
/
+4
*
Switch back to optparse ... no need to have an additional dependency.
Matěj Cepl
2011-11-16
1
-16
/
+22
*
Making the script slightly more future-proof.
Matěj Cepl
2011-11-01
1
-17
/
+16
*
HTML formatted output possible.
Matěj Cepl
2011-10-28
1
-43
/
+173
*
First working (w/unit tests) version.
Matěj Cepl
2011-10-24
1
-0
/
+154