- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jan 8 2023
Aug 18 2022
Apr 15 2021
Apr 8 2021
In T3226#62710, @vlorentz wrote:You should install swh.model[cli] instead of swh.model. I added a better error message in D5466 so it's clearer.
And I'm also updating the documentation at https://docs.softwareheritage.org/devel/swh-model/persistent-identifiers.html#computing
You should install swh.model[cli] instead of swh.model. I added a better error message in D5466 so it's clearer.
Resolved by D5460; thanks again for the report
Nov 3 2020
Oct 30 2020
Oct 29 2020
Dec 6 2019
Build is green
See https://jenkins.softwareheritage.org/job/DLDBASE/job/tox/269/ for more details.
Migrate last test with mocker fixture (missed)
Build is green
See https://jenkins.softwareheritage.org/job/DLDBASE/job/tox/268/ for more details.
Plug to master branch
Build is green
See https://jenkins.softwareheritage.org/job/DLDBASE/job/tox/267/ for more details.
- Fix test on cli (forgot to amend the test after changing the cli's help message)
- Use pytest-mock's mocker fixture in tests needing to patch behavior
Build has FAILED
Adapt according to review (i missed one)
Build is green
See https://jenkins.softwareheritage.org/job/DLDBASE/job/tox/265/ for more details.
Adapt according to review
Looks good to me !
Dec 5 2019
Build is green
See https://jenkins.softwareheritage.org/job/DLDBASE/job/tox/263/ for more details.
Rebase on latest master
Build is green
See https://jenkins.softwareheritage.org/job/DLDBASE/job/tox/262/ for more details.
- requirements-test: Add missing test dependency
Build has FAILED
- loader.cli: Reference new loader cli
- package.npm: Align loader instantiation
- loader.cli: Add tests around cli
Build is green
See https://jenkins.softwareheritage.org/job/DLDBASE/job/tox/260/ for more details.
Diff against origin/master and plug to master branch
Build has FAILED
- package.npm: Move npm loader to its own namespace
- package.pypi: Move pypi loader to its own namespace
- loader.package: Remove dead code
LGTM
Build has FAILED
- loader.cli: Add tests around cli
Dec 4 2019
Build is green
See https://jenkins.softwareheritage.org/job/DLDBASE/job/tox/256/ for more details.
Adapt setup.py accordingly
Sep 20 2019
Build is green
See https://jenkins.softwareheritage.org/job/DLS/job/tox/375/ for more details.
In the end, kill the deprecated and unused command
Build is green
See https://jenkins.softwareheritage.org/job/DLS/job/tox/374/ for more details.
Aug 27 2019
May 25 2019
looks like this is done now, as you're deep in the implementation already! closing
May 7 2019
This won't be done as a separate project, but rather from swh.core directly. see D1426
May 6 2019
Apr 19 2019
This also requires we can install only a very light base version of swh.core (typically without db or aiohttp/flask dependencies).
A possible way of doing such a thing is to have a master swh command declared in this package as the main entry point: the swh command group (using click) which defines a few very command command line options (like --log-level), and a mechanism to load installed SWH cli plugins via setuptools' pkg_resources
Apr 18 2019
This generic swh cli should be done so that is minimal dependency installed especially for "pure client" commands (e.g. swh.deposit's deposit or swh.model's identify tools).
Currently, we have: