storj/certificate/authorization
Egon Elbre b8c7dcbf7b certificate: improve gob migration
`storage.KeyValueStore` requires ordered iteration, which redis
doesn't support natively. This would require loading all the keys
into memory and then processing them, rather than iterating over them
one-by-one.

This adds a temporary `IterateUnordered` to handle the migrations
more gracefully.

Change-Id: I55b763500523077c7ab8fdfad175c32cc7788e47
2023-02-01 10:21:48 +00:00
..
authorizations_test.go certificate/authorization: add encode as pb 2023-01-25 10:28:36 +02:00
authorizations.go certificate/authorization: implement gob to pb migration 2023-01-25 11:09:05 +02:00
db_test.go certificate/authorization: implement gob to pb migration 2023-01-25 11:09:05 +02:00
db.go certificate: improve gob migration 2023-02-01 10:21:48 +00:00
doc.go pkg/certificates: move certificate package to root (#3107) 2019-09-26 09:11:05 -07:00
endpoint_test.go all: fix deprecated ioutil commands 2022-10-11 15:27:29 +00:00
endpoint.go all: fix mon.Task leak 2021-08-05 14:07:45 +03:00
service_test.go common: separate repository 2019-12-27 14:11:15 +02:00
service.go all: fix linting errors 2022-03-30 18:45:23 +03:00