Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tighten debounce patterns #899

Merged
merged 3 commits into from
Jun 25, 2022
Merged

Tighten debounce patterns #899

merged 3 commits into from
Jun 25, 2022

Conversation

fmarier
Copy link
Member

@fmarier fmarier commented Jun 24, 2022

There are three different things going on in this PR (see the three individual commits for a short description).

The patterns that were tightened are based on all of the samples I could find in my investigation.

Sample URLs that were either missing from GitHub paper trail or where the URLs we had no longer worked:

@fmarier fmarier added the Debounce Debouncing list related label Jun 24, 2022
@fmarier fmarier requested a review from ryanbr June 24, 2022 18:33
@fmarier fmarier self-assigned this Jun 24, 2022
@fmarier fmarier force-pushed the tighten-debounce-patterns branch 2 times, most recently from d314b74 to fc1033e Compare June 25, 2022 00:28
fmarier added 3 commits June 24, 2022 17:29
The query string is not likely to be as stable as the rest of the
URL and as long as it contains the required param then we can
debounce.
@fmarier fmarier force-pushed the tighten-debounce-patterns branch from fc1033e to 4af91ef Compare June 25, 2022 00:29
@ryanbr ryanbr merged commit 5eb7054 into master Jun 25, 2022
@ryanbr ryanbr deleted the tighten-debounce-patterns branch June 25, 2022 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Debounce Debouncing list related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants