Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/hapijs/catbox

Multi-strategy object caching service
https://github.com/hapijs/catbox

Issue with generateFunc and TS

jaclas opened this issue 12 months ago
chore: change CI target for next

Marsup opened this pull request about 1 year ago
chore: bump hoek

Marsup opened this pull request about 2 years ago
Add typescript types

hueniverse opened this pull request about 2 years ago
Use more specific validation for engine objects

jonathansamines opened this pull request over 2 years ago
Validate engines to detect legacy adaptor modules

devinivy opened this issue over 2 years ago
Support node v18 and drop node v12

devinivy opened this pull request over 2 years ago
add dispatcher and use shared config

lloydbenson opened this pull request about 3 years ago
add IDE linting

lloydbenson opened this pull request over 3 years ago
Expose policies segment. Add support for optional client name

jonathansamines opened this pull request about 4 years ago
Create ci-module.yml

Nargonath opened this pull request about 4 years ago
upgrade lab to v24

lloydbenson opened this pull request over 4 years ago
update to travis templates and test on node 14

cjihrig opened this pull request over 4 years ago
Test on node 14

geek opened this pull request over 4 years ago
Replace joi with validate

hueniverse opened this pull request over 4 years ago
Expose cache client in policy

hueniverse opened this issue almost 5 years ago
pendingGenerateTimeout causes weird timing situation

rburgst opened this issue about 5 years ago
Ability to flush/invalidate the cache (by segment or in full)

PizzaBrandon opened this issue over 9 years ago
Adding stale on error in addition to stale on timeout

nathanmesserbbc opened this pull request about 10 years ago
Adjust test timing to be deterministic.

jardakotesovec opened this pull request over 10 years ago
StaleIn can be function.

jardakotesovec opened this pull request over 10 years ago
Adding ability to retain a stale value when generate function fails

nathanmesserbbc opened this pull request over 10 years ago
Dynamic staleIn, initial idea

jardakotesovec opened this pull request over 10 years ago
Rarely cache can serve old value having slower backend

jardakotesovec opened this pull request over 10 years ago
Fixed typo

arb opened this pull request over 10 years ago
Add catbox-s3 adapter

fhemberger opened this pull request over 10 years ago
Cleaned up tests.

arb opened this pull request over 10 years ago
Fix concurrent getOrGenerate bug. Closes #85

hueniverse opened this pull request over 10 years ago
Problems with concurrent invocation of getOrGenerate.

cgc opened this pull request over 10 years ago
Errors thrown in get() block pending queue

hueniverse opened this issue over 10 years ago
Allow setting cache with default expiresIn 0 (no cache)

hueniverse opened this issue over 10 years ago
Allow setting policy without expiration when server side disabled

hueniverse opened this issue over 10 years ago
Queue get requests

hueniverse opened this pull request over 10 years ago
Incomplete coverage when testing at 23:00

hueniverse opened this issue over 10 years ago
expiredAt fails to zero milliseconds

hueniverse opened this issue over 10 years ago
expiredAt returns negative ttl on created < expired < now

hueniverse opened this issue over 10 years ago
Move generate method to policy config

hueniverse opened this issue over 10 years ago
Chain concurrent gets

kpdecker opened this issue over 10 years ago
Update to Lab 4

nvcexploder opened this pull request over 10 years ago
Error fails to clear cache is error arrives before stale timeout

hueniverse opened this issue over 10 years ago
Remove internal require() call

hueniverse opened this issue over 10 years ago
Remove large ttl check

jnordberg opened this pull request over 10 years ago
Move 32bit ttl restriction to catbox-memory

hueniverse opened this issue over 10 years ago
Use catbox specific domain for clients and timeout

kpdecker opened this pull request over 10 years ago
Catbox timeout runs under current domain

kpdecker opened this issue over 10 years ago
Bring coverage back to 100%

hueniverse opened this issue over 10 years ago
Allow undefined values in expires assertion

jholland918 opened this pull request almost 11 years ago
Allow falsey values to be cached

Rowno opened this pull request almost 11 years ago
Unclear on lifetime of cache objects

kpdecker opened this issue almost 11 years ago
Policy.getOrGenerate returns content in two different formats

kpdecker opened this issue almost 11 years ago
riak test race condition fix

dacbd opened this pull request almost 11 years ago
fix possible missing coverage

dacbd opened this pull request almost 11 years ago
fix errors in test and code coverage for riak client

nlf opened this pull request almost 11 years ago
Add ability to pass the Redis client to the Redis store

LoicMahieu opened this pull request almost 11 years ago
Add Riak

dacbd opened this pull request almost 11 years ago
Close the redis connection on error

PaulMougel opened this pull request about 11 years ago
catbox breaks with 'use strict';

joshua-mcginnis opened this issue about 11 years ago
[fix] Making callbacks real async and avoiding exception errors -> #46

cayasso opened this pull request over 11 years ago
Make callbacks in memory store real async

cayasso opened this issue over 11 years ago
Can you share why the memory backend is not production ready?

vanthome opened this issue over 11 years ago
Intermittent Issue with Policy code

chapel opened this issue over 11 years ago
Add Memcached Engine and Support

chapel opened this pull request over 11 years ago
Upping version to 1.0.0

geek opened this pull request over 11 years ago
Fixing failing test

geek opened this pull request over 11 years ago
Remove lowercase restriction on mongo database names

philbooth opened this pull request over 11 years ago
add a few details to redis.js example

paullang opened this pull request over 11 years ago
document Redis password option in README.md

paullang opened this pull request over 11 years ago
updated default redis port in README.md to 6379

paullang opened this pull request over 11 years ago
Improved Windows support for `npm test`

mcandre opened this pull request over 11 years ago
Refactor client and policy file structure

hueniverse opened this issue almost 12 years ago
Migrate to lab (from mocha)

hueniverse opened this issue almost 12 years ago
Fixing failing mongo authentication test

geek opened this pull request almost 12 years ago
Clients are no longer started automatically

geek opened this pull request almost 12 years ago
Adding support for redis auth

geek opened this pull request almost 12 years ago
Added auth support for Redis client

speier opened this pull request almost 12 years ago
Updating travis to run redis and mongodb

geek opened this pull request almost 12 years ago
Random test fails: Mongo Cache caches non-error responses

hueniverse opened this issue almost 12 years ago
Update LICENSE

hueniverse opened this pull request almost 12 years ago
0.1.2

hueniverse opened this pull request almost 12 years ago
Random test fails: Mongo #start connects with authentication

hueniverse opened this issue almost 12 years ago
Readme

hueniverse opened this pull request almost 12 years ago
0.1.1 Minor code cleanup

hueniverse opened this pull request almost 12 years ago
Fix hoek version

hueniverse opened this pull request almost 12 years ago
Fix typo

hueniverse opened this pull request almost 12 years ago
0.1.0

hueniverse opened this pull request almost 12 years ago
Removing dependency on redis and mongodb modules

geek opened this pull request about 12 years ago
Removed hapi dependency in tests

geek opened this pull request about 12 years ago
Rearranging the readme config options

geek opened this pull request about 12 years ago
Remove redis and mongodb dependencies (and move to devdeps)

hueniverse opened this issue about 12 years ago
Remove hapi dependencies

hueniverse opened this issue about 12 years ago
Need to better organize config options

hueniverse opened this issue about 12 years ago
Adding more detailed readme

geek opened this pull request about 12 years ago
Adding examples

geek opened this pull request about 12 years ago
Adding tests to get coverage to 100%

geek opened this pull request about 12 years ago
0.0.3

hueniverse opened this pull request about 12 years ago
Memory cache now factors in the key size

geek opened this pull request about 12 years ago
Document interfaces, features

hueniverse opened this issue about 12 years ago
Bring test coverage to 100%

hueniverse opened this issue about 12 years ago
Adding more tests and fixing a couple of small bugs

geek opened this pull request about 12 years ago