Page MenuHomeSoftware Heritage

T288 - Open /api/1/revision/origin/<origin_id>/[branch/<branch_name>][ts/<ts>]/log/
ClosedPublic

Authored by jbertran on Jun 6 2016, 2:39 PM.

Diff Detail

Repository
rDWAPPS Web applications
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

jbertran retitled this revision from to T288 - Open /api/1/revision/origin/<origin_id>/[branch/<branch_name>][ts/<ts>]/log/.
jbertran updated this object.
jbertran edited the test plan for this revision. (Show Details)
ardumont added inline comments.
swh/web/ui/backend.py
202

What is the code between """?
If it's not used, just remove it.

swh/web/ui/service.py
320 ↗(On Diff #127)

Compute the error_msg only if there is an actual error ^^

ardumont requested changes to this revision.Jun 6 2016, 6:02 PM
ardumont added a reviewer: ardumont.
This revision now requires changes to proceed.Jun 6 2016, 6:02 PM
swh/web/ui/backend.py
202

This is pending T432, I just need the function exposed in storage, figured I'd comment it out in the mean time. I suppose I can just remove it and remember to add it back once T432 is done.

swh/web/ui/service.py
320 ↗(On Diff #127)

Oops.

swh/web/ui/backend.py
202

This is pending T432, I just need the function exposed in storage, figured I'd comment it out in the mean time. I suppose I can just remove it and remember to add it back once T432 is done.

Use git stash ^^

jbertran edited edge metadata.
  • service: change rev_log_by to match behaviour of other functions,
  • api: fix error msg computation error in rev_log_by
ardumont edited edge metadata.
This revision is now accepted and ready to land.Jun 7 2016, 12:14 PM
This revision was automatically updated to reflect the committed changes.