Derrick Hammer
|
c9fe8a0819
|
feat: implement new kv database package starting with bbolt
|
2024-03-09 06:46:48 -05:00 |
Derrick Hammer
|
cc2964e80f
|
feat: split off meta parsing to ParseMetadata
|
2024-03-07 16:53:55 -05:00 |
Derrick Hammer
|
5fcf99d97e
|
fix: if we dont get a 200, increase the retry count to prevent a possible infinite loop
|
2024-03-05 13:11:56 -05:00 |
Derrick Hammer
|
73dc22a71e
|
refactor: add a local param to StorageService.GetCachedStorageLocations so we don't spam the local provider store on every poll
|
2024-03-03 09:28:33 -05:00 |
Derrick Hammer
|
a059980ff0
|
fix: check local 1st and add it to locations, then return locations in len(locationMap) check
|
2024-03-02 05:53:54 -05:00 |
Derrick Hammer
|
b75c8cd3fe
|
refactor: move local check inside GetCachedStorageLocations to be more transparent
|
2024-03-02 05:46:18 -05:00 |
Derrick Hammer
|
eb4e4a9f37
|
refactor: use static error object
|
2024-03-01 20:54:16 -05:00 |
Derrick Hammer
|
1584c38641
|
fix: check status code, and switch to more light weight http library
|
2024-02-29 12:25:21 -05:00 |
Derrick Hammer
|
ddde672b3c
|
refactor: add ctx to all services
|
2024-02-27 03:30:45 -05:00 |
Derrick Hammer
|
af3cb367bb
|
fix: need to provide embedded ServiceParams struct
|
2024-02-27 02:52:27 -05:00 |
Derrick Hammer
|
bd08d75da4
|
refactoring: more refactoring to break import cycles
|
2024-01-29 21:38:29 -05:00 |