User Details
- User Since
- Sep 23 2019, 3:10 PM (273 w, 3 d)
Aug 24 2021
fix docstring
Aug 23 2021
commit message
requested changes
Aug 22 2021
fix 'get_origin' response
Aug 21 2021
missing unit test
Aug 19 2021
extra info description
Aug 18 2021
Aug 10 2021
missing occurrence
Aug 9 2021
requested changes
Aug 6 2021
requested changes
Jul 29 2021
policies description in CLI
Jul 28 2021
- docstring for each policy
- remove redundant variables
- test auto policy for a "big" source tree
Jul 27 2021
Jul 21 2021
commit message
better comment wording
Jul 20 2021
make CI pass
make CI pass
test scan policies SWHIDs request to the backend
Jul 19 2021
Jul 15 2021
Jul 8 2021
rebase
commit message
Jul 7 2021
make pytest pass
requested changes
Jul 5 2021
Jul 2 2021
rebase
requested changes
Jun 30 2021
Jun 25 2021
Jun 22 2021
Jun 21 2021
requested changes
unit test
Jun 18 2021
requested changes
Jun 15 2021
commit message
Jun 11 2021
closed by https://forge.softwareheritage.org/D5825
requested changes
- missing incompatibility checks
- ignore --recursive if the input object is not a directory
- print only the swhid if using --no-filename
It seems it's still missing incompatibility checks with --no-dereference, --no-filename, and --type
Actually, --no-filename could be compatible (and implemented in this diff); should i include it?
Jun 10 2021
- requested changes
- get the object path based on the data contained in the node object
Jun 9 2021
Jun 8 2021
It will show only the SWHID of the given directory, basically the same process as before is applied
But what was the process before? Did it ignore directory entries?
It checks only the given directories generating a from_disk.Directory object for each directory. Should it uses the same logic used for the recursive option?
- What happens if one runs it on a directory and --recursive isn't given?
It will show only the SWHID of the given directory, basically the same process as before is applied
Apr 29 2021
- minimum required version for swh-model
- treat algo_min in the same way as other cases