Details
Details
- Reviewers
vlorentz - Group Reviewers
Reviewers - Maniphest Tasks
- T1532: Cleanup deprecated configuration code in swh modules
- Commits
- rDCORE66ac6ed3aa31: swh.core.config: Drop support for ini configuration file
tox
Diff Detail
Diff Detail
- Repository
- rDCORE Foundations and core functionalities
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 15165 Build 23379: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 23378: arc lint + arc unit
Event Timeline
Comment Actions
Build is green
Patch application report for D3964 (id=13953)
Rebasing onto 60c535ddee...
Current branch diff-target is up to date.
Changes applied before test
commit a7dec76d7139ee6c3398c47d4215b2cbbd19d07f Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Sep 16 14:32:19 2020 +0200 swh.core.config: Drop support for ini configuration file This is no longer used. This also adds some types on impacted changed functions. Related to T1532
See https://jenkins.softwareheritage.org/job/DCORE/job/tests-on-diff/42/ for more details.
swh/core/config.py | ||
---|---|---|
131 | Should be return conf. |
Comment Actions
Build is green
Patch application report for D3964 (id=13955)
Rebasing onto 60c535ddee...
Current branch diff-target is up to date.
Changes applied before test
commit 5efe22dec6debdcd27fe10abaef3094b9fbdf69a Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Sep 16 14:32:19 2020 +0200 swh.core.config: Drop support for ini configuration file This is no longer used. This also adds some types on impacted changed functions. Related to T1532
See https://jenkins.softwareheritage.org/job/DCORE/job/tests-on-diff/43/ for more details.
swh/core/config.py | ||
---|---|---|
28 | This needs to get dropped as well indeed! [1] D3963#97708 |
Comment Actions
Build is green
Patch application report for D3964 (id=13956)
Rebasing onto 60c535ddee...
Current branch diff-target is up to date.
Changes applied before test
commit 66ac6ed3aa31a63da3226f2857755f7398721d31 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Sep 16 14:32:19 2020 +0200 swh.core.config: Drop support for ini configuration file This is no longer used. This also adds some types on impacted changed functions. Related to T1532
See https://jenkins.softwareheritage.org/job/DCORE/job/tests-on-diff/44/ for more details.