Commit Graph

870 Commits

Author SHA1 Message Date
Remy Sharp
3b44f669ff chore: merge
Merge branch 'patch-2' of https://github.com/pensierinmusica/nodemon into pensierinmusica-patch-2
2015-10-25 07:12:35 +00:00
Remy Sharp
ae164eab67 chore: Merge branch 'faergeek-fix-watch-init-restarts' 2015-10-25 07:12:19 +00:00
Remy Sharp
68cbf47d6a chore: merge branch
Merge branch 'fix-watch-init-restarts' of https://github.com/faergeek/nodemon into faergeek-fix-watch-init-restarts
2015-10-25 07:12:02 +00:00
Remy Sharp
6052fec8ed chore: Merge branch 'mattlyons0-master' 2015-10-25 07:11:40 +00:00
Remy Sharp
95db896bc1 chore: Merge branch 'master'
Conflicts:
	lib/config/exec.js
2015-10-25 07:11:07 +00:00
Sergey Slipchenko
7e7dc0402e Save readiness state on a per-watcher basis 2015-10-22 22:24:06 +03:00
Matt Lyons
f62c0d55ee refactor: remove deprecated util.error
Replace with console.error
Replace util.log with console.log to be consistent with _log
2015-10-21 23:34:39 -07:00
Alessandro Zanardi
4c195df510 fix: JSON extension not watched when "scriptExt" is defined
Fix a bug that caused ".json" files to not be watched by default.

closes #643
2015-10-20 15:38:50 +02:00
Remy Sharp
e9d85b2afd Merge pull request #694 from timruffles/patch-2
[docs] note on unix globs and --watch
2015-10-20 10:45:57 +01:00
Tim Ruffles
782b74dd3e [docs] note on unix globs and --watch
I tried to use globbing with `--watch` and spent some frustrating time working out that I was being an idiot. Just popped a line in docs to help others.
2015-10-20 10:17:50 +01:00
Remy Sharp
e6708d220c Merge pull request #693 from pensierinmusica/patch-1
fix: JSON extension not watched outside of coffeescript
v1.7.3
2015-10-20 06:55:25 +01:00
Alessandro Zanardi
ceb1515ec0 fix: JSON extension not watched outside of coffeescript
Fix a bug that caused `.json` file to not be watched outside of a coffeescript environment,
and improves the extension formatting regex.

Closes #643
2015-10-19 19:17:49 +02:00
Remy Sharp
2f19ffb5a7 fix: restart on new files added to watched dir
Fixes #664

Also includes tests and quietens the force crash test (though unchanged).
v1.7.2
2015-10-19 12:34:38 +01:00
Sebastiaan Deckers
880fa52ae9 fix: bump ps-tree dependency
Solves toolchain warning about missing SPDX license in outdated
dependency ps-tree@0.0.3 -> event-stream@0.5.3 -> optimist@0.2.8.
2015-10-19 12:34:31 +01:00
Remy Sharp
d68a2fcd3d fix: dep bumps 2015-10-19 12:34:22 +01:00
Remy Sharp
4903925545 test: fix bad runOnChangeOnly test 2015-10-19 12:34:10 +01:00
Danny Guo
241e316dad docs: fix faq typo
Apparently, spelling supersede as supercede is [regarded as an error](http://www.merriam-webster.com/dictionary/supercede).
2015-10-19 12:33:54 +01:00
Remy Sharp
e4412268c4 fix: restart on new files added to watched dir
Fixes #664

Also includes tests and quietens the force crash test (though unchanged).
2015-10-19 12:27:54 +01:00
Sebastiaan Deckers
ef916f62b0 fix: bump ps-tree dependency
Solves toolchain warning about missing SPDX license in outdated
dependency ps-tree@0.0.3 -> event-stream@0.5.3 -> optimist@0.2.8.
2015-10-19 12:27:54 +01:00
Remy Sharp
3eea9ec675 fix: dep bumps 2015-10-19 12:27:54 +01:00
Remy Sharp
3265e92b62 test: fix bad runOnChangeOnly test 2015-10-19 12:27:54 +01:00
Danny Guo
4271be4ef0 docs: fix faq typo
Apparently, spelling supersede as supercede is [regarded as an error](http://www.merriam-webster.com/dictionary/supercede).
2015-10-19 12:27:53 +01:00
greenkeeperio-bot
50de43b3bc chore(package): pinned dependencies
http://greenkeeper.io/
2015-10-19 12:27:53 +01:00
Remy Sharp
b875ffc9c0 test: clean string for trigger check 2015-10-19 12:27:53 +01:00
Remy Sharp
8a0ce0941f fix: rs to restart
Always unhook the process.stdin when the child has exited, this allows the `rs` command to be read - otherwise it's ignored.

Fixes #648
2015-10-19 12:27:53 +01:00
Remy Sharp
0b13116551 refactor: allow dev use of nodemon to show githash
Rather than an arbitrary version string - this will only happen when cloned from git, rather than an npm install. This is entirely for debugging.
2015-10-19 12:27:53 +01:00
Alessandro Zanardi
370d778dff feat: add JSON to default watched extensions
Since in a server environment JSON files often contain settings,
nodemon should restart by default when the content of a JSON file is changed.

Closes #643
2015-10-19 12:27:53 +01:00
Remy Sharp
a3b6c3ec26 fix: allows user to not watch
Fixes #516
2015-10-19 12:27:53 +01:00
Remy Sharp
526811d9b0 fix: make control over ignoreRoot easier
And add documentation and tests
2015-10-19 12:27:53 +01:00
Remy Sharp
29cf71e979 fix: stdin was closed after crashed child
Fixes #601
2015-10-19 12:27:53 +01:00
Remy Sharp
72acf9b957 docs: add legacy-watch info
[skip ci]
2015-10-19 12:27:53 +01:00
Remy Sharp
fb8580c806 test: fix searching for nodemon message 2015-10-19 12:27:53 +01:00
Remy Sharp
37755457b6 chore: travis faff 2015-10-19 12:27:52 +01:00
Remy Sharp
099496ab61 chore: cleanup stupid merge mess 2015-10-19 12:27:52 +01:00
Remy Sharp
f1684b2b8a chore: better handle errors from chokidar 2015-10-19 12:27:52 +01:00
Remy Sharp
c606ad507d Merge pull request #654 from remy/greenkeeper-pin
chore: Pinned all dependencies
v1.7.1
2015-09-25 13:33:47 +01:00
greenkeeperio-bot
35fec79625 chore(package): pinned dependencies
http://greenkeeper.io/
2015-09-24 20:40:36 +01:00
Remy Sharp
77babba0fa test: clean string for trigger check 2015-09-23 09:00:52 +01:00
Remy Sharp
931d50050d fix: rs to restart
Always unhook the process.stdin when the child has exited, this allows the `rs` command to be read - otherwise it's ignored.

Fixes #648
2015-09-23 08:34:38 +01:00
Remy Sharp
725a409c69 refactor: allow dev use of nodemon to show githash
Rather than an arbitrary version string - this will only happen when cloned from git, rather than an npm install. This is entirely for debugging.
2015-09-21 14:24:39 +01:00
Alessandro Zanardi
cd4201afa6 feat: add JSON to default watched extensions
Since in a server environment JSON files often contain settings,
nodemon should restart by default when the content of a JSON file is changed.

Closes #643
v1.7.0
2015-09-21 11:25:17 +01:00
Remy Sharp
6a5397e166 fix: allows user to not watch
Fixes #516
2015-09-21 11:24:16 +01:00
Remy Sharp
8af4b4bc81 fix: make control over ignoreRoot easier
And add documentation and tests
2015-09-21 10:23:19 +01:00
Remy Sharp
d817866eab fix: stdin was closed after crashed child
Fixes #601
v1.6.1
2015-09-19 16:15:03 +01:00
Remy Sharp
bb170600e0 docs: add legacy-watch info
[skip ci]
2015-09-19 15:53:18 +01:00
Remy Sharp
1ce6de9c36 test: fix searching for nodemon message v1.6.0 2015-09-19 11:52:39 +01:00
Remy Sharp
36a70a551d chore: travis faff 2015-09-19 11:44:06 +01:00
Remy Sharp
16147fe7ec chore: cleanup stupid merge mess 2015-09-19 11:01:31 +01:00
Remy Sharp
a3c9356de7 chore: Merge branch 'feature/better-error-on-watch-bork' 2015-09-19 10:47:37 +01:00
Remy Sharp
d98301d436 chore: Merge branch 'feature/legacy-polling-mode'
Conflicts:
	test/cli/parse.test.js
2015-09-19 10:43:08 +01:00