aboutsummaryrefslogtreecommitdiff
path: root/src/storage
Commit message (Collapse)AuthorAgeFilesLines
* fix metadataQuentin Dufour2023-12-271-1/+6
|
* debug implementationin-memoryQuentin Dufour2023-12-271-2/+16
|
* cargo formatQuentin Dufour2023-12-273-132/+232
|
* implemente garage storageQuentin Dufour2023-12-273-38/+93
|
* implement pollQuentin Dufour2023-12-261-1/+30
|
* insert logicQuentin Dufour2023-12-261-24/+58
|
* WIP k2vQuentin Dufour2023-12-221-20/+98
|
* s3 is now implementedQuentin Dufour2023-12-223-7/+80
|
* implemented blob_fetchQuentin Dufour2023-12-211-3/+40
|
* initialize aws sdk with our infoQuentin Dufour2023-12-213-5/+25
|
* move storage logic into the storage moduleQuentin Dufour2023-12-211-0/+16
|
* working in memory storageQuentin Dufour2023-12-201-0/+1
|
* better handle non existing keysQuentin Dufour2023-12-192-8/+37
|
* wip in mem storage bug fixesQuentin Dufour2023-12-191-7/+13
|
* implemented an in memory storageQuentin Dufour2023-12-193-64/+195
|
* Storage trait new implementationQuentin Dufour2023-12-183-144/+130
|
* new new new storage interfaceQuentin Dufour2023-12-163-190/+200
|
* it compiles!Quentin Dufour2023-11-231-1/+8
|
* fix login modQuentin Dufour2023-11-213-10/+3
|
* rewrite CryptoKeys with Storage abstractionQuentin Dufour2023-11-213-3/+12
|
* WIP provider configQuentin Dufour2023-11-171-1/+1
|
* no more error on baiyouQuentin Dufour2023-11-173-3/+3
|
* fix orphan storage compatibilityQuentin Dufour2023-11-173-3/+4
|
* incoming has been fully portedQuentin Dufour2023-11-173-1/+14
|
* introduce an "orphan" enumQuentin Dufour2023-11-173-9/+29
|
* not very clear how we pass data across channelQuentin Dufour2023-11-163-6/+25
|
* WIP refactor storage (new timestamp.rs file)Quentin Dufour2023-11-153-2/+17
|
* converted incoming mailQuentin Dufour2023-11-021-5/+9
|
* WIP rewrite mail/incomingQuentin Dufour2023-11-023-6/+24
|
* make all our objects send+syncQuentin Dufour2023-11-023-7/+7
|
* implement equality+cmp for builders based on urlQuentin Dufour2023-11-023-22/+37
|
* gradually implement our interfaceQuentin Dufour2023-11-023-20/+59
|
* start replacing engineQuentin Dufour2023-11-023-4/+4
|
* example usage of boxed futuresQuentin Dufour2023-11-021-1/+4
|
* try dynamic dispatchQuentin Dufour2023-11-023-21/+41
|
* sadly switch to dynamic dispatchQuentin Dufour2023-11-023-56/+24
|
* we are doomed with static typesQuentin Dufour2023-11-021-3/+3
|
* mask implementation to the rest of the codeQuentin Dufour2023-11-011-1/+19
|
* implement an AnyCredentialsQuentin Dufour2023-11-013-10/+10
|
* integration to login with an enumQuentin Dufour2023-11-011-2/+5
|
* v2 api storageQuentin Dufour2023-11-013-46/+178
|
* rework interfaceQuentin Dufour2023-11-011-8/+6
|
* a first naive version of the storage interfaceQuentin Dufour2023-11-013-17/+68
|
* WIP traits for the storageQuentin Dufour2023-10-301-0/+32