Bug Fixes - Uses `jenkins_build_url` instead of `job_link_back` to fix a bug introduced when the message format changed
1.3.0
Enhancements: - ResultsDB testcases now have a URL populated from the value of the `job_back_link` field - ResultsDB jobs now use the `jenkins_build_url` field for the URL associated with it - ResultsDB results now have log URLs directly to the Jenkins build console output
Breaking Changes: - The `jenkins_build_url` and `job_back_link` fields are now required in the message
1.2.0
Enhancements: - Adds the `item` field in the `result_data` list in results. This is based on the `component` supplied in the message. - Adds the `type` field in the `result_data` list results. If the type is unrecognized, it is set to `unknown`.
1.1.0
Breaking Changes: - Prefix testcases with "unassigned" when there is no team in the message - Separate namespaces in testcases by periods instead of a backslash
Bug Fixes: - Don't set "CRASHED" messages to "COMPLETE" in ResultsDB
1.0.1
Bug Fixes: - Adds fedmsg-hub as a dependency in the spec file