Details
Details
- Reviewers
anlambert - Group Reviewers
Reviewers - Commits
- rDWCLIde2c707eb808: Use CoreSWHID instead of the deprecated SWHID class.
Diff Detail
Diff Detail
- Repository
- rDWCLI Web client
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 19584 Build 30391: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 30390: arc lint + arc unit
Event Timeline
Comment Actions
Build is green
Patch application report for D5173 (id=18498)
Rebasing onto 2477fd09c0...
Current branch diff-target is up to date.
Changes applied before test
commit b061917c702168975a5c273845f5ade5ae03fce6
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date: Mon Mar 1 16:39:22 2021 +0100
Use CoreSWHID instead of the deprecated SWHID class.See https://jenkins.softwareheritage.org/job/DWCLI/job/tests-on-diff/38/ for more details.
| swh/web/client/client.py | ||
|---|---|---|
| 53–61 | _get_swhid seems to be only used to extract the object_id field when generating Web API URLs. Turning that function into _get_object_hex_id wrapping the call to hash_to_hex will | |
| swh/web/client/client.py | ||
|---|---|---|
| 53–61 | good call | |
Comment Actions
Build is green
Patch application report for D5173 (id=18508)
Rebasing onto 2477fd09c0...
Current branch diff-target is up to date.
Changes applied before test
commit de2c707eb8082b9a3d5c8f842cd3b42be72a349a
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date: Mon Mar 1 16:39:22 2021 +0100
Use CoreSWHID instead of the deprecated SWHID class.See https://jenkins.softwareheritage.org/job/DWCLI/job/tests-on-diff/39/ for more details.