-
- Downloads
Add endpoints {directory,snapshot}_get_partition_sha1_git and {revision,release}_get_partition
Similar to content_get_partition, but for these extra object types. For directory and snapshot, we only return ids instead of whole objects because they are usually quite big and need to be paginated using other endpoints.
Showing
- swh/storage/cassandra/cql.py 41 additions, 1 deletionswh/storage/cassandra/cql.py
- swh/storage/cassandra/storage.py 140 additions, 31 deletionsswh/storage/cassandra/storage.py
- swh/storage/in_memory.py 45 additions, 8 deletionsswh/storage/in_memory.py
- swh/storage/interface.py 102 additions, 1 deletionswh/storage/interface.py
- swh/storage/postgresql/db.py 80 additions, 10 deletionsswh/storage/postgresql/db.py
- swh/storage/postgresql/storage.py 160 additions, 23 deletionsswh/storage/postgresql/storage.py
- swh/storage/tests/storage_tests.py 150 additions, 4 deletionsswh/storage/tests/storage_tests.py
Loading
Please register or sign in to comment