HomeSoftware Heritage

interface: Add origin_snapshot_get_all method

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

interface: Add origin_snapshot_get_all method

It enables to return in an efficient way the list of unique snapshot
identifiers resulting from the visits of an origin.

Previously it was required to query all visits of an origin then query
all visit statuses for each visit to extract such information.

Introduced method enables to extract origin snaphots information in
a single datase query.

Related to T3631

Commit No Longer Exists

This commit no longer exists in the repository.