Details
tox
Diff Detail
- Repository
- rDWAPPS Web applications
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 14171 Build 21772: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 21771: arc lint + arc unit
Event Timeline
Build is green
Patch application report for D3675 (id=12931)
Rebasing onto ddfb658d25...
Current branch diff-target is up to date.
Changes applied before test
commit a28dd1bd54421e7b1e317b406f3c332bdf532c9e
Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org>
Date: Fri Jul 31 16:17:53 2020 +0200
origin: Migrate use to storage.origin_list instead of origin_get_range
Related to T645See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/289/ for more details.
| swh/web/api/views/origin.py | ||
|---|---|---|
| 89 | I know, but we should change the name of origin_from because its semantics changed. | |
Adapt according to review:
- rename query parameters
- fail with a 400 and an explanatory message when old query parameters are used
- Add tests around those use cases
| swh/web/api/views/origin.py | ||
|---|---|---|
| 89 | oh yeah, said that prior to you asking me to change I agree, was unsure on how to proceed ;) | |
Build is green
Patch application report for D3675 (id=12933)
Rebasing onto ddfb658d25...
Current branch diff-target is up to date.
Changes applied before test
commit 7f930c261f4a14a813e39c49a89280e2f8b58cbf
Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org>
Date: Fri Jul 31 16:17:53 2020 +0200
origin: Migrate use to storage.origin_list instead of origin_get_range
Related to T645See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/290/ for more details.
| swh/web/api/views/origin.py | ||
|---|---|---|
| 68–72 | forgot to undo this change | |
Build is green
Patch application report for D3675 (id=12935)
Rebasing onto ddfb658d25...
Current branch diff-target is up to date.
Changes applied before test
commit de3d682e268d00c0cdc5059ff04d713b58796f63
Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org>
Date: Fri Jul 31 16:17:53 2020 +0200
origin: Migrate use to storage.origin_list instead of origin_get_range
Related to T645See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/291/ for more details.
Build has FAILED
Patch application report for D3675 (id=12936)
Rebasing onto ddfb658d25...
Current branch diff-target is up to date.
Changes applied before test
commit e543cfdf56c19755b0d82f15b9e9a154ecd10f9f
Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org>
Date: Fri Jul 31 16:17:53 2020 +0200
origin: Migrate use to storage.origin_list instead of origin_get_range
Related to T645Link to build: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/292/
See console output for more information: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/292/console
Build is green
Patch application report for D3675 (id=12936)
Rebasing onto ddfb658d25...
Current branch diff-target is up to date.
Changes applied before test
commit e543cfdf56c19755b0d82f15b9e9a154ecd10f9f
Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org>
Date: Fri Jul 31 16:17:53 2020 +0200
origin: Migrate use to storage.origin_list instead of origin_get_range
Related to T645See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/293/ for more details.
Adapt according to last good remarks:
- fix missing revert on docstring
- Explicit the 400 error message when api is misused
Build is green
Patch application report for D3675 (id=12960)
Rebasing onto ddfb658d25...
Current branch diff-target is up to date.
Changes applied before test
commit b19fb3f661fe5b4cd786dd3af68fa6e883a9a10d
Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org>
Date: Fri Jul 31 16:17:53 2020 +0200
origin: Migrate use to storage.origin_list instead of origin_get_range
Related to T645See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/294/ for more details.