- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
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
In D6027#155638, @vlorentz wrote:This diff touched the part of the code that needs to be documented, so it's fine to document it in the same diff
In D6027#155615, @vlorentz wrote:Could you document the scan policies?
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
In D5899#150867, @zack wrote:LGTM in general, but needs unit tests (in addition to the two nitpicks above about docstrings)
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
In D5825#148519, @zack wrote:In D5825#148516, @DanSeraf wrote:
- If relevant, could you implement --verify too?
Sure, if it is useful i could open another diff for it
This is not going to be easy, because one would need to pass a set of SWHIDs, mapped to individual paths, which is much harder to do on a CLI than passing a single SWHID (as in the current implementation of --verify).
The only easy way to do this would be passing a filename pointing to, e.g., a JSON formatted manifest, to be compared with computed SWHIDs, but I don't see much the point of doing that.I'm fine with --verify being incompatible with --recursive for the time being (maybe with an appropriate error message).
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