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

Make file watching compatible with node version 6.x (runs on 0.10 too) #12647

Merged
merged 37 commits into from
Aug 25, 2016

Commits on Aug 24, 2016

  1. Use chokidar instead of the fsevents/fsevents_win combo

    Use chokidar 1.6.0 installed with npm@3 and npm install --production
    ficristo authored and zaggino committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    cc1d350 View commit details
    Browse the repository at this point in the history
  2. Add 'depth' parameter

    Remove depth, add ignore
    ficristo authored and zaggino committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    c0aa471 View commit details
    Browse the repository at this point in the history
  3. Add some logs

    ficristo authored and zaggino committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    61888e6 View commit details
    Browse the repository at this point in the history
  4. Use the stats from chokidar

    ficristo authored and zaggino committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    2e3210b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    adfd64d View commit details
    Browse the repository at this point in the history
  6. Make tests pass

    ficristo authored and zaggino committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    68f6c37 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a34d926 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63f58f8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7733f4a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2dc6a70 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c9758b4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7163ff7 View commit details
    Browse the repository at this point in the history
  13. fix project switching blocker

    cleaning the code a bit
    zaggino committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    b59f7b8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0d5c9dc View commit details
    Browse the repository at this point in the history
  15. correctly transfer stats from watcher domain

    update travis node_js
    zaggino committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    49c82fb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e8117a0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    412e5ed View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    26301f5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3fe4876 View commit details
    Browse the repository at this point in the history
  20. exclude node_modules too

    usePolling on windows
    zaggino committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    65bc4f8 View commit details
    Browse the repository at this point in the history
  21. added npm-shrinkwrap

    zaggino committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    c9b9dbb View commit details
    Browse the repository at this point in the history
  22. more readable condition

    add note to a FileSystemStats constructor
    zaggino committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    b54781a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9a6d16e View commit details
    Browse the repository at this point in the history
  24. explain better

    forgotten arg name in jsdoc
    
    jsdoc comment
    
    do a bit of renaming
    
    remove unnecessary export
    
    refactor FileWatcherDomain
    zaggino committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    be4c7c8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b431042 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c4a226f View commit details
    Browse the repository at this point in the history
  27. add glob

    zaggino committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    2b2bfc1 View commit details
    Browse the repository at this point in the history
  28. refactoring

    zaggino committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    48c200e View commit details
    Browse the repository at this point in the history
  29. implement CSharpWatcher

    reverted node in travis
    
    update coment
    
    forgotten export
    zaggino committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    8b7c0b1 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    23f687e View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    68fe2f1 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    1096f74 View commit details
    Browse the repository at this point in the history
  33. ensure _hash is present in file system stats

    refactor, fix stats bug
    zaggino committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    3cf15ea View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    9c78e36 View commit details
    Browse the repository at this point in the history
  35. add MS license for CodeHelper.exe

    fix jsdoc
    
    rename fwm to FileWatcherManager
    
    remove tabs
    
    update comment
    
    add missed param to jsdoc
    zaggino committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    84b5fa7 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    9077970 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    4e17c98 View commit details
    Browse the repository at this point in the history