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
Branch
T288
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 157
Build 232: Software Heritage Python tests
Build 231: arc lint + arc unit

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
203

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

swh/web/ui/service.py
320

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
203

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

Oops.

swh/web/ui/backend.py
203

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.