Details
- Reviewers
anlambert - Group Reviewers
Reviewers - Commits
- rDSTOC869100bc08cf: Deduplicate client code.
Diff Detail
- Repository
- rDSTO Storage manager
- Branch
- deduplicate-client
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 9734 Build 14350: tox-on-jenkins Jenkins Build 14349: arc lint + arc unit
Event Timeline
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DSTO/job/tox/820/
See console output for more information: https://jenkins.softwareheritage.org/job/DSTO/job/tox/820/console
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DSTO/job/tox/821/
See console output for more information: https://jenkins.softwareheritage.org/job/DSTO/job/tox/821/console
rewrite without requiring the other diff (+ no remote_api_endpoint() for non-POST endpoints)
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DSTO/job/tox/822/
See console output for more information: https://jenkins.softwareheritage.org/job/DSTO/job/tox/822/console
Build is green
See https://jenkins.softwareheritage.org/job/DSTO/job/tox/823/ for more details.
swh/storage/api/client.py | ||
---|---|---|
208–212 | they are get instead of post |
swh/storage/api/client.py | ||
---|---|---|
208–212 | Oh I see. Maybe the support of the type of requests could be added in the remote_api_endpoint decorator in the future ? |