Add absolute URL to the review API payload.
Review Request #7888 — Created Jan. 17, 2016 and submitted
Now that we can link directly to a review in the UI, we should provide that
link in the API. This change adds a newabsolute_urlfield to the Review
resource that includes this, modeled after how we do it for the ReviewRequest
resource.
- Manually verified that the URL was serialized correctly.
- Ran unit tests.
Tool: Pyflakes Processed Files: reviewboard/webapi/tests/test_review.py reviewboard/webapi/resources/base_review.py Tool: PEP8 Style Checker Processed Files: reviewboard/webapi/tests/test_review.py reviewboard/webapi/resources/base_review.py