reviewday/reviewday
Brant Knudson d5cc6b0bb2 Generate JSON
Generate JSON data so that tools can easily make use of the info
that reviewday generates.

A new reviewday.json file is generated that has data like

  {
    "generated": "2014-01-03 22:22:33",
    "projects": {
      "identity-api": {
        "https://review.openstack.org/#change,62961": {
          "owner": "Dolph Mathews",
          "score": 48,
          "cause": "No link",
          "feedback": {
            "lowest": 1,
            "highest": 1
          },
          "subject": "cleanup query_string documentation"
        }, ... (for each review uri)
      }, ... (for each project)
    }
  }

Change-Id: Idabafdadb3237410fa866c78d429cf46317fb3fe
2014-01-03 16:42:36 -06:00
..
report_files Simplify combo.css 2013-05-31 14:29:11 +00:00
__init__.py Pyflakes fixes. 2013-01-10 10:18:45 -05:00
gerrit.py Fix gerrit ssh command. 2013-03-27 18:36:25 +00:00
html_helper.py Sort report by project name. 2013-10-18 10:46:46 -04:00
launchpad.py LP specification name caching. 2013-07-17 09:55:41 -04:00
mergeprop.py Added time-based score for patches 2013-08-29 11:08:14 -04:00
report.html Sort report by project name. 2013-10-18 10:46:46 -04:00
smokestack.py Add SS results support for ceilo/heat. 2013-09-09 13:10:32 -04:00
util.py Generate JSON 2014-01-03 16:42:36 -06:00