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

Don't reload on watchdog 'opened' events #552

Merged
merged 4 commits into from Jun 3, 2023

Commits on Jun 1, 2023

  1. Don't reload on watchdog 'opened' events

    As of watchdog >= 2.3, file open events on certain platforms are causing
    an 'opened' event to be delivered.  We should not be restarting the
    server on these changes, as they can be spammy and disruptive.
    
    I was able to confirm the behaviour by running the tests within a
    debian-like environment (python slim bullseye); without the fix, the
    `tests/test_watch.py` would fail for the first test case (the evented observer)
    seanpile committed Jun 1, 2023
    Copy the full SHA
    4bf7441 View commit details
    Browse the repository at this point in the history
  2. Lint fix

    seanpile committed Jun 1, 2023
    Copy the full SHA
    c91af0f View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. build: ignore another lint

    Bogdanp committed Jun 3, 2023
    Copy the full SHA
    05aa2cc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    de28cc2 View commit details
    Browse the repository at this point in the history