Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Apply exclude filter when handling fs events. #10304

Merged
merged 10 commits into from
Jul 24, 2015

Commits on Jan 3, 2015

  1. Configuration menu
    Copy the full SHA
    5d181f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2015

  1. Do not add entry to an index if it's filtered out.

    This will prevent calls to FileSystem.resolve on excluded entries to add them
    to FileSystem index, thus avoiding generating fs events on these.
    busykai committed Jan 4, 2015
    Configuration menu
    Copy the full SHA
    6514f20 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2015

  1. Revert "Do not add entry to an index if it's filtered out."

    This reverts commit 6514f20.
    busykai committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    c798cea View commit details
    Browse the repository at this point in the history
  2. Revert "Apply exclude filter when handling fs events."

    This reverts commit 5d181f5.
    busykai committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    4595b56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eda5909 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d30f53 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2015

  1. Partial fix: ensure entry is watched.

    Make sure entry is watched before handling any external change related to it.
    busykai committed Jan 11, 2015
    Configuration menu
    Copy the full SHA
    36e0f1e View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2015

  1. Fix the test to use DOM lookup instead of API.

    ProjectManager.showInTree() does not reject the promise if not found.
    busykai committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    2a3ba2c View commit details
    Browse the repository at this point in the history
  2. Improve the test.

    busykai committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    9794a65 View commit details
    Browse the repository at this point in the history
  3. Check if the parent entry is watched.

    Do not fire synthetic events if the directory is not watched.
    busykai committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    97e6849 View commit details
    Browse the repository at this point in the history