nuke/lib/store
Henri Vasserman 6c8629e3ac
test: Valkey test improvements for testcontainers (#1280)
* test: testcontainers improvements

Use the endpoint feature to get the connection URL for the container.

There are cases where localhost is not the correct one, for example when DOCKER_HOST is set to another machine.

Also, don't specify the external port for the mapping so a random unused port is used, in cases when there is already Valkey/Redis running as a container and port mapped externally on 6379.

* also remove this hack, doesn't seem necessary.
2025-11-15 14:32:37 -05:00
..
all feat(lib/store): add s3api storage backend (#1089) 2025-09-07 09:24:14 -04:00
bbolt fix(store/bbolt): remove actorify (#1215) 2025-10-24 19:28:58 +00:00
memory feat: Warn on missing signing keys when persisting challenges (#1088) 2025-09-07 15:43:58 -04:00
s3api feat(lib/store): add s3api storage backend (#1089) 2025-09-07 09:24:14 -04:00
storetest fix(lib/store/bbolt): use a multi-bucket flow instead of a single bucket flow (#761) 2025-07-06 01:16:11 +00:00
valkey test: Valkey test improvements for testcontainers (#1280) 2025-11-15 14:32:37 -05:00
actorifiedstore.go feat(store/bbolt): implement actor pattern (#1107) 2025-09-12 18:35:22 +00:00
interface.go feat: Warn on missing signing keys when persisting challenges (#1088) 2025-09-07 15:43:58 -04:00
json_test.go fix: make ogtags and dnsbl use the Store instead of memory (#760) 2025-07-05 16:17:46 -04:00
registry.go feat(lib): use new challenge creation flow (#749) 2025-07-04 20:42:28 +00:00