Standardize recently added commit diff api url
Created by: alexvh
Use "/commits/:sha/diff" as opposed to "/commit/:sha", keeping in line with existing api urls (e.g. "/commits/:sha/blob", "/projects/:id", etc.)
Merge request reports
Activity
Created by: coveralls
Coverage decreased (-0.18%) when pulling 499cb7e9e1f620ab2932bacb239f9e016b46aa70 on alexvh:standardize_diff_api_url into e8975207 on gitlabhq:master.
By Administrator on 2013-08-26T16:49:23 (imported from GitLab project)
By Administrator on 2013-08-26T16:49:23 (imported from GitLab)
Created by: coveralls
Coverage decreased (-13.23%) when pulling 499cb7e9e1f620ab2932bacb239f9e016b46aa70 on alexvh:standardize_diff_api_url into e8975207 on gitlabhq:master.
By Administrator on 2013-08-26T16:54:44 (imported from GitLab project)
By Administrator on 2013-08-26T16:54:44 (imported from GitLab)
Created by: coveralls
Coverage decreased (-13.17%) when pulling 499cb7e9e1f620ab2932bacb239f9e016b46aa70 on alexvh:standardize_diff_api_url into e8975207 on gitlabhq:master.
By Administrator on 2013-08-26T16:58:08 (imported from GitLab project)
By Administrator on 2013-08-26T16:58:08 (imported from GitLab)
Created by: alexvh
I agree blob should be changed. How about I do the following?: [] Change blob to /blob (presumably, leaving existing path working as to not break existing users) [] Add a 'get /commits/:sha' for retrieving a commit's info (e.g. author, date, etc.) [*] Leave the commit diff api changed to '/commits/:sha/diff'
By Administrator on 2013-08-26T17:40:25 (imported from GitLab project)
By Administrator on 2013-08-26T17:40:25 (imported from GitLab)