• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

stores-com / petty-cache / 24945751484

Builds Branch Commit Type Ran Committer Via Coverage
24945751484 feat/throttle feat: add throttle — distributed throttle primitive Coalesces calls for the same key across multiple processes via Redis so that fn runs at most once per ttl window. The first caller in a window wins the claim and fn runs to completion; subsequen... Pull #63 26 Apr 2026 01:57AM UTC freshlogic github
99.81
24942513116 feat/debounce feat: add debounce — distributed debounce primitive Coalesces calls for the same key across multiple processes via Redis so that the callback runs at most once per `wait` window. Uses a single SETNX with PX TTL for atomicity. Cleans up state on c... Pull #62 25 Apr 2026 10:48PM UTC freshlogic github
99.75
24942495114 feat/debounce feat: add debounce — distributed debounce primitive Coalesces calls for the same key across multiple processes via Redis so that the callback runs at most once per `wait` window. Uses a single SETNX with PX TTL for atomicity. Cleans up state on c... Pull #62 25 Apr 2026 10:47PM UTC freshlogic github
99.75
24942414827 feat/debounce feat: add debounce — distributed first-signal-fires debounce primitive Coordinates "first signal in a quiet window does the work; subsequent signals are absorbed" across processes via Redis. Uses a single SETNX with PX TTL for atomicity. Cleans u... Pull #62 25 Apr 2026 10:42PM UTC freshlogic github
99.75
24942391608 feat/debounce feat: add debounce — distributed first-signal-fires debounce primitive Coordinates "first signal in a quiet window does the work; subsequent signals are absorbed" across processes via Redis. Uses a single SETNX with PX TTL for atomicity. Cleans u... push 25 Apr 2026 10:41PM UTC freshlogic github
99.45
23544633964 main Merge pull request #59 from stores-com/dependabot/github_actions/docker/login-action-4 Bump docker/login-action from 3 to 4 push 25 Mar 2026 01:54PM UTC web-flow github
100.0
23494344630 main Fix Docker Hub login step (preserve original formatting) push 24 Mar 2026 02:20PM UTC freshlogic github
100.0
23026747775 main Fix flaky memory-cache TTL expiry tests Increase TTL from 100ms to 200ms and wait from 101ms to 500ms to give more headroom on loaded CI machines. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> push 12 Mar 2026 10:23PM UTC freshlogic github
100.0
23026485522 v3.7.0 Add promise support to bulkGet, bulkSet, and bulkFetch - Convert bulkGet, bulkSet, and bulkFetch to executor pattern so they support both callbacks and async/await - Add JSDoc to all public and private functions - Replace `options = options || {}... Pull #58 12 Mar 2026 10:15PM UTC freshlogic github
100.0
22679709717 main Add cache buster to Coveralls badge push 04 Mar 2026 04:53PM UTC freshlogic github
100.0
22651850306 main Add npm version and license badges to README Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> push 04 Mar 2026 02:08AM UTC freshlogic github
100.0
22565371376 main Add npm version and license badges to README push 02 Mar 2026 07:13AM UTC Shawn Miller github
100.0
#19 main Merge pull request #56 from stores-com/dependabot/github_actions/supercharge/redis-github-action-2 Bump supercharge/redis-github-action from 1.8.1 to 2 push 16 Feb 2026 06:33PM UTC web-flow
100.0
#18 main Add test:only script and remove default --test-concurrency=true Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> push 14 Feb 2026 12:25AM UTC Shawn Miller
100.0
#17 main Update package.json push 13 Feb 2026 04:20AM UTC Shawn Miller
100.0
  • ← Previous
  • 1
  • 2
  • 3
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc