- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jan 8 2023
Oct 15 2018
Nov 10 2017
Nov 8 2017
Nov 6 2017
Oct 24 2017
Oct 6 2017
Oct 4 2017
Sep 4 2017
Jul 28 2017
Jul 27 2017
Updating D233: to run click with multiple args
New day.. new question:
added CodeRepository to translated_metadata for revision_metadata
Refactor fetch content_metadata procedure in RevisionMetadataIndexer
Yes but i tried a first version with filter (which is a bad idea globaly, i think it takes more time)
so now i'm updating new version, where first i try and get all sha1s and for the one i don't find i use the ContentMetadataIndexer
which keeps the results it computes and i get the result after computation. As you can see in the chart bellow:
Jul 26 2017
Changed usage of storage for filter and get content_metadata
Hello, i've added some more comments.
Working on storage part today, I hope I'll have a diff ready this afternoon..
Updating D233: Added level of abstraction in indexers to use BaseIndexer for revisions
Jul 25 2017
Updating D233: Added level of abstraction in indexers to use BaseIndexer for revisions
Added tests for RevisionMetadataIndexer with Mockstorage
I'm not done yet, but here are some tiny remarks :)
Jul 18 2017
Jul 17 2017
Closing task due to change of plan.
Jul 13 2017
Merge
Jul 12 2017
Updating D219: Added content_metadata logic to the storage
Jul 11 2017
For the discussion tomorrow about the entity table vs origin_metadata table.
I also added a draft for the external_metadata table to have it in mind as well.
update D219 to keep only content_metadata modifications
Jul 10 2017
Except for tidbits (cf. comments inline), this sounds good.
Jul 7 2017
Updating D219: Added content_metadata logic to the storage with tests