Add origin-based revision log lookup to the api endpoints.
Details
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Maniphest Tasks
- T288: Open /api/1/revision/origin/<origin_id>/[branch/<branch_name>][ts/<ts>]/log/
- Commits
- R65:abae1d1c04b3: api: add origin-based revision log lookup routes, update tests to match
R65:73a1f70294c9: service: change rev_log_by to match behaviour of other functions, update tests…
R65:597969ebb7ae: backend: add origin-based revision log lookup, update backend tests to match
R65:4089c0337042: service: add origin-based revision log lookup, update tests to match
R65:011598927c88: api: fix error msg computation error in rev_log_by
rDWAPPSabae1d1c04b3: api: add origin-based revision log lookup routes, update tests to match
rDWAPPS73a1f70294c9: service: change rev_log_by to match behaviour of other functions, update…
rDWAPPS011598927c88: api: fix error msg computation error in rev_log_by
rDWAPPS4089c0337042: service: add origin-based revision log lookup, update tests to match
rDWAPPS597969ebb7ae: backend: add origin-based revision log lookup, update backend tests to match
included
Diff Detail
Diff Detail
- Repository
- rDWAPPS Web applications
- Branch
- T288
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 161 Build 240: Software Heritage Python tests Build 239: arc lint + arc unit
Event Timeline
Comment Actions
- service: change rev_log_by to match behaviour of other functions,
- api: fix error msg computation error in rev_log_by