Serialize the status field in the FileDiff API
Review Request #8828 — Created March 20, 2017 and submitted — Latest diff uploaded
The
FileDiffAPI has historically not included thestatusfield,
which indicates if the file was newly created, moved, etc. in the
change. We now serialize it as a human readable string in the API.Additionally basic unit tests have been added for the
FileDiffAPI, as
they did not previously exist.
Ran unit tests.