- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Mar 11 2021
Make sure extid_get_from_target() is immune to murmur3 collisions
Mar 10 2021
get rid of the OBJECT_TYPE_MAP_SHORT map, as requested
Add missing support for extid in the replayer
In D4807#132570, @olasd wrote:I wonder if the TEST_OBJECTS addition will break the tests of swh.storage until D4698 lands.
Remove extid_by_extid in cassandre
Apply vlorentz and olasd's suggestions
forgot sql migration script
ExtID.target is now a CoreSWHID
Mar 9 2021
All tests should now pass (with D4807)
Mar 8 2021
Rebase, make ExtID a HashableObject, and remove hypothesis strategies for ExtID
rebase, rework to use new SWHID classes/model
Mar 5 2021
superseeded by new SWHID classes
adapted to nes SWHID classes
Mar 2 2021
blank, to fire jenkins
In D5172#131088, @ardumont wrote:looks like it's doing the job ;)
I was wondering if it would not be clearer to alter the schema at the end of the file
(or in a subsequent file). Kinda what's done for indexes.\if :dbflavor_with_path alter table content_early_in_rev add column loc bigint not null; -- location of the content relative to the revision root directory comment on column content_early_in_rev.loc is 'Location of content in revision'; ... \endBut that would split the reading so let's keep it that way
¯\_(ツ)_/¯
Mar 1 2021
Feb 19 2021
Feb 18 2021
rebase
rebase
Rebase + better commit message + add a docstring
rebased
rebase + default to with_path=True as asked by @aeviso
The swh_storage_with_objects fixtures returns a (postgresal-based) storage with some objects in it (only a few of each type). The test that given storage do indeed have at least a content, a directory and a revision. I'll improve the commit message a bit.
In D5072#128933, @vlorentz wrote:I'm not convinced by the flavor thing. Why not a single schema, but with empty values in loc when it's disabled?
Feb 17 2021
(as mentioned on IRC): Since we are doing big works, I see no reason to keep the 'qualifiers' a schema-less dict-like attribute. I'd rather have them as attributes.
Feb 16 2021
rebase
rebase
ad forgotten isorts (after proper config in pyproject.toml)
rebase and fix db initialization in tests
rebase and fix tests
add missing isort config in pyproject.toml
rebase and fix tests
Fix tests and properly initialize the db using swh.core.db in the pytest fixture
moslty rebase on D5080
Feb 15 2021
In T3034#58665, @zack wrote:Who needs to reference REMs in the first place?