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

contributte / datagrid / 22669718824 / 1
51%
master: 51%

Build:
DEFAULT BRANCH: master
Ran 04 Mar 2026 12:39PM UTC
Files 98
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 Mar 2026 12:39PM UTC coverage: 48.875%. Remained the same
22669718824.1

push

github

web-flow
Fix: abort previous filter request on new keystroke (#1263)

The autosubmit filter had two issues:

1. The debounce() utility used a blockedByPromise mechanism that
   silently discarded keystrokes while a request was in flight.
   When the server was slow, the user could type "abc" but only
   get results for "a" because "b" and "c" were dropped.
   Removed blockedByPromise so debounce always resets the timer.

2. When typing slowly (>200ms between keystrokes), each keystroke
   triggered a separate AJAX request, but previous requests were
   never aborted. Added data-naja-unique attribute to the filter
   form so Naja's built-in UniqueExtension automatically aborts
   the previous request when a new one starts.

1369 of 2801 relevant lines covered (48.88%)

0.49 hits per line

Source Files on job 22669718824.1
  • Tree
  • List 98
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 22669718824
  • 336a767c on github
  • Prev Job for on master (#22597132194.1)
  • Next Job for on master (#22771376664.1)
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