Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/leafsphp/watcher

Monitor for any changes in your PHP application and automatically restart the server - perfect for development
https://github.com/leafsphp/watcher

Add support for --cwd (and .cwd) to run nodemon from that root

169d3fb11d5baf541bc515937db5037093236135 authored almost 11 years ago by Remy Sharp <[email protected]>
Better nodemon cli slurping.

Now (like 0.x nodemon) nodemon will look for it's arguments in all the cli args - including *aft...

727e2cc853fe6607782faf8ecc5766393dbfe4ad authored almost 11 years ago by Remy Sharp <[email protected]>
Making nodemon options consistent with CLI args

df6219c89739ef092bbf97bbeed488af4d1da2ae authored almost 11 years ago by Remy Sharp <[email protected]>
removed console message

5c24bbbf6a1369f7c5413a0be500fe4cb16e82a2 authored about 11 years ago by Remy Sharp <[email protected]>
1.0.7

0b9b32cc207b146ad7ebf97ce71a44a06ed2a5f1 authored about 11 years ago by Remy Sharp <[email protected]>
Merge pull request #240 from remy/fix/74

Use fs.watchFile in legacy mode

d852061febd3a1037fa30d2b78812e55eeb7f0cb authored about 11 years ago by Remy Sharp <[email protected]>
Fixed #260 by using watchFile.

Should also close #74 as it's a similar problem. Also clarified the system
flags.

85b6349522571635e55eb0bc9f3382dfba7fbc19 authored about 11 years ago by Remy Sharp <[email protected]>
Merge branch 'fix/74' of github.com:remy/nodemon into fix/74

Conflicts:
lib/monitor/watch.js

b35c3347b263e48c56638f51fbd4258fdabb54bd authored about 11 years ago by Remy Sharp <[email protected]>
Passes tests again

1d7de9c31f9da07e3cd64f28e374fab173fe2e22 authored about 11 years ago by Remy Sharp <[email protected]>
Attempt to use fs.watchFile when in legacy

968fee4ed0c55651ebd24c543dda9b6c4464df2c authored about 11 years ago by Remy Sharp <[email protected]>
Allow the watch test to fire *very* late. Working on #260

d922b49a45d34114482c6ae1ebaa4a01e791e036 authored about 11 years ago by Remy Sharp <[email protected]>
If user exec, then don't require script. Fixes #259.

96e78e672d944d4bcf8e395f4fea1e16c6940c4e authored about 11 years ago by Remy Sharp <[email protected]>
1.0.6

257098a3f2992572092eff3cb9ba8cdda22800d3 authored about 11 years ago by Remy Sharp <[email protected]>
Moving Mac back to `find`.

We're purposely putting Mac over to the `find` command. This is because it has a default ulimit ...

3c3b540df673f1e89c688d1aed0c979e2dbf363e authored about 11 years ago by Remy Sharp <[email protected]>
Watch lib/*.* ignores the extension check. Closes #255

589dffcc425b3ddac9aabb0362af73ebe6ff11db authored about 11 years ago by Remy Sharp <[email protected]>
lint fix

9d138df5208dba16ea6058a4c0082004b931b908 authored about 11 years ago by Remy Sharp <[email protected]>
Fixed #257 by making directory match: foo/**/*

1d049d9f7715f7a1c607c0b0d9f8fbe7e3b0d059 authored about 11 years ago by Remy Sharp <[email protected]>
Ignore all of .git directory, not just contents

d44bbf6fd53523a9b048cf72b0896c066f9c72a0 authored about 11 years ago by Remy Sharp <[email protected]>
Fixed #252. The timeout was too quick for fs.watch

I also have disabled the default assumption that watch won't work on mac (though I reserve the r...

a9212e748ef74d68478f0c8ede427045ad404222 authored about 11 years ago by Remy Sharp <[email protected]>
Link to defaults.js

b7bb663ab2689c030c8ae93fe29ec9e601402930 authored about 11 years ago by Remy Sharp <[email protected]>
Documentation of required nodemon

c78bcb9faac783d0868759789239c3e787609941 authored about 11 years ago by Remy Sharp <[email protected]>
1.0.5

fa737a3009e2f0f67d554b2ad21da4db0a3fd8ee authored about 11 years ago by Remy Sharp <[email protected]>
Fixed #243. Seriously. 90+ tests & this one keeps slipping by

4048c7566b8ed98cc11a62a47443cec64899dbde authored about 11 years ago by Remy Sharp <[email protected]>
Fixed #252. Windows needs to watchFile to trigger watch...

de13b292ec637c6c7ad341377dcbab187ae812cf authored about 11 years ago by Remy Sharp <[email protected]>
1.0.4

598dbe247109c49780c8d24c775b27be98e0a192 authored about 11 years ago by Remy Sharp <[email protected]>
unpipe added after 0.8

1cf51d81fb602f5edae1e1cb0afe172ce2a4f3d2 authored about 11 years ago by Remy Sharp <[email protected]>
1.0.3

54eaf15a6bda8da6a1ed4064e2438cbe2b1976ba authored about 11 years ago by Remy Sharp <[email protected]>
1.0.2

758d661fa151b03de8e270c550a3ca26de8ec240 authored about 11 years ago by Remy Sharp <[email protected]>
Removed the setTimeout nonsense, and manually close child.stdin

3c02191cb142fabcd46d97b235b54b40e7326443 authored about 11 years ago by Remy Sharp <[email protected]>
Fix failing test, move setTimeout to around restart point

e40240e045c2c844b4a3811a0783b744437233f6 authored about 11 years ago by Remy Sharp <[email protected]>
Merge pull request #250 from remy/fix/235

Unpipe STDIN to the child process, prevents crash.

a519c3b67269b4580e9bf1c17972b8e8507bbf68 authored about 11 years ago by Remy Sharp <[email protected]>
Merge branch 'fix/235' of github.com:remy/nodemon into fix/235

4b9de5474f83d858dbf853b6c84139c12d0bfceb authored about 11 years ago by Remy Sharp <[email protected]>
Don't connect the STDIN to the child process, prevents crash.

But currently unsure of the impact of the change. I need to create a test that will try to read ...

05671321b1c6f47a27aec55ef6b1512c208c4b0f authored about 11 years ago by Remy Sharp <[email protected]>
Unpipe stdin from child before restarting. Fixes #235

Note that I have to use setTimeout (I tried process.nextTick but it was still too soon) to delay...

3ec394be2a1af312a86ad074486b6918d6d25937 authored about 11 years ago by Remy Sharp <[email protected]>
Unpipe stdin from child before restarting. Fixes #235

Note that I have to use setTimeout (I tried process.nextTick but it was still too soon) to delay...

7e776519abbf955be28c9d11ed34c34f0eb10dfb authored about 11 years ago by Remy Sharp <[email protected]>
flattr badge

537d6dccb9e273ed0e2228eb52150832fa01cf5e authored about 11 years ago by Remy Sharp <[email protected]>
status badges

3cdd2d3177f5a9d5eb3cfb70e4cef2fde2378351 authored about 11 years ago by Remy Sharp <[email protected]>
Merge branch 'fix/74' of github.com:remy/nodemon into fix/74

Conflicts:
lib/monitor/watch.js
lib/nodemon.js
package.json

cf070d4ae37f66a8532c02af84443146aa1f005c authored about 11 years ago by Remy Sharp <[email protected]>
Attempt to use fs.watchFile when in legacy

bd978bee44a6697b64d5bb065ad3d842cd9df098 authored about 11 years ago by Remy Sharp <[email protected]>
Merge pull request #242 from remy/fix/241

Fixes for #241

cfdf2cd06c2bce790503732e95055190cedd9f33 authored about 11 years ago by Remy Sharp <[email protected]>
reverting version back for master merge

9f3cb65a3873499c0f39de9bf2bcd2698368e787 authored about 11 years ago by Remy Sharp <[email protected]>
Better specificity in match process

a610aa34368fd175aad69a8863a80f2c94be5c04 authored about 11 years ago by Remy Sharp <[email protected]>
Fixed old nodemon ignore file support

a5f81bd88303db510f7ad801d80065b38831d610 authored about 11 years ago by Remy Sharp <[email protected]>
Removed legacy config options

d990b478a17c15e217b1b36a111a888c7de05362 authored about 11 years ago by Remy Sharp <[email protected]>
Merge branch 'fix/241' of github.com:remy/nodemon into fix/241

a55ca022f8fc9f2c6e0199609b1c4b0161140240 authored about 11 years ago by Remy Sharp <[email protected]>
assert message

a41b5632e82f461e07e6a60960a312989fa0467f authored about 11 years ago by Remy Sharp <[email protected]>
All tests passing (damn race conditions)

ab549a1e85851486e354f77cb31ce9d8f868d222 authored about 11 years ago by Remy Sharp <[email protected]>
merge fixes

0945ee92cdc17be15dfaaaa5cff8400fd0daae46 authored about 11 years ago by Remy Sharp <[email protected]>
Fixed nodemon.once. Add config.run. Tests not 100% passing

Something weird is happening with required nodemon and re-running lots of times, that somehow re...

13770da9f3bd61bbd83e4372a748fb1bbe31be35 authored about 11 years ago by Remy Sharp <[email protected]>
Rule matching tested and passing

08c758f884e639816d8c7d61a9484433e8d21615 authored about 11 years ago by Remy Sharp <[email protected]>
Add new tests for match code and updated for monitor format.

8eef00b33429537f092cbf3d503e78b8c54363a6 authored about 11 years ago by Remy Sharp <[email protected]>
Don't connect the STDIN to the child process, prevents crash.

But currently unsure of the impact of the change. I need to create a test that will try to read ...

f18f3b123aaea817526ce529e7100635ec012063 authored about 11 years ago by Remy Sharp <[email protected]>
nodemon without args and no package, show usage.txt

bdcf4478c2ccbfc81118e53803d2f219f2eaa7a2 authored about 11 years ago by Remy Sharp <[email protected]>
Don't show "false" on "watching" boot up

b429f800a861ce27befc0d1e4b3338e9e7757a9b authored about 11 years ago by Remy Sharp <[email protected]>
Move defaults to use monitor format

9dcc7a805013f237e942f4239d924307bbd1bd84 authored about 11 years ago by Remy Sharp <[email protected]>
Refactor watch & ignore logic in favour of monitor

Now using minimatch to match globs to files that have changed. Logic orders the rules in order o...

7959c5bf00629d74d8b05c79d49899d56514c3ef authored about 11 years ago by Remy Sharp <[email protected]>
Documenting how the rules work

0a1a452da9619cfcdc6c0b193fec2666004f6bf4 authored about 11 years ago by Remy Sharp <[email protected]>
Tweaking how watching works

Fixed nodemon to echo out what's being watched in the regexp instead of the config.dir path.

Al...

f3e76157d2ec17b15d6379af6a499a2343db2c43 authored about 11 years ago by Remy Sharp <[email protected]>
Watched directories weren't being registered

61884e05a9829957b75a562e82e04992d55ca16e authored about 11 years ago by Remy Sharp <[email protected]>
rc version for fixes

c841beb5ea31118f35634cd7d4f5f9ac27fa6cf6 authored about 11 years ago by Remy Sharp <[email protected]>
Default ignore in options and push test delay to 20s

238acbd64bfee6730be1bf4a6e906a4f136a1585 authored about 11 years ago by Remy Sharp <[email protected]>
Fixed crash when no env.HOME

1bef643697f34b9395a3a051d72554fb92319ccb authored about 11 years ago by Remy Sharp <[email protected]>
Fixed default ignore rule overriding all

e92d29316fb411bfd44e3ba486384be575c76033 authored about 11 years ago by Remy Sharp <[email protected]>
Ask for --dump

0386ce204432cb401eb0b1e346b1f80e22f792e1 authored about 11 years ago by Remy Sharp <[email protected]>
Gimme a logo

d99b3ed48685fee3670bbe6e6f638287a4973e25 authored about 11 years ago by Remy Sharp <[email protected]>
typo

f53173cdf2b30ef92262c3252584488168f1b906 authored about 11 years ago by Remy Sharp <[email protected]>
Passes tests again

64d593b6d9e88adc0797fa74aa3d6156f8b15d2a authored about 11 years ago by Remy Sharp <[email protected]>
Attempt to use fs.watchFile when in legacy

9be0544fb6ad458f61603d24b844ac65048b1efc authored about 11 years ago by Remy Sharp <[email protected]>
Extend test time to allow for SIGINT to make it

fbc182c5fa805a8f821b1b0ce33804c4329e7674 authored about 11 years ago by Remy Sharp <[email protected]>
expand on contributing guidelines

91e9e2b82f36649ba8819393a22d45353f7a794e authored about 11 years ago by Remy Sharp <[email protected]>
1.0.1

78d75fee0e7187ddfcadfce62fd417709c9e4c5e authored about 11 years ago by Remy Sharp <[email protected]>
Merge branch 'master' of github.com:remy/nodemon

cf7dd049f4b86bc01f693359395beaef85846e96 authored about 11 years ago by Remy Sharp <[email protected]>
ignore tmp files for quick testing

25d9c33981aa79b97e6e865bc9c1f2c64ea9fc71 authored about 11 years ago by Remy Sharp <[email protected]>
Merge pull request #238 from sainaen/master

Add support of --harmony* flags passing to node

445127fca813533f3bf59f897281593155c7576a authored about 11 years ago by Remy Sharp <[email protected]>
Add support of --harmony* flags passing to node

65a313d1b684ca7d692a29fce48b987a85fbcd05 authored about 11 years ago by sainaen <[email protected]>
1.0.0

55a4f4b464713e24c1929ba24be421e1de35f8e3 authored about 11 years ago by Remy Sharp <[email protected]>
revert version down to bump again using npm

6e6823a5dc4c0bfd2fad6e4c765894e002970869 authored about 11 years ago by Remy Sharp <[email protected]>
Merge branch 'master' into feature/json-config

80379a7f84597515c639f839c86d97be991d73ae authored about 11 years ago by Remy Sharp <[email protected]>
Use update-notifier to keep nodemon up to date

9673b849ac39e4c448229ee21724750ed1d6cef8 authored about 11 years ago by Remy Sharp <[email protected]>
Docs and 1.0.0 release. Whoop whoop!

30a4a192f5be55704b7b8134980fc765b7fbce87 authored about 11 years ago by Remy Sharp <[email protected]>
show which config is loaded

0735109bbd14902156e8747905fa8222ddef599f authored about 11 years ago by Remy Sharp <[email protected]>
78 tests passing on mac.

ab464021dfd18811020e45f5e8844a00e9a1ddc8 authored about 11 years ago by Remy Sharp <[email protected]>
Tweak procfile

14be08a3e660d13d3800283ea771929df4c8d76c authored about 11 years ago by Remy Sharp <[email protected]>
Adding website for nodemon.io

52e8a70426691ada5192e02028997bc0eabb27a1 authored about 11 years ago by Remy Sharp <[email protected]>
fixed watching multiple extensions

2dc197acb7bf738dce36fe65d744da1b961f98f6 authored about 11 years ago by Remy Sharp <[email protected]>
0.9.17

a0e7a5773ec4c27360982a3440c2bffa02d3eb36 authored about 11 years ago by Remy Sharp <[email protected]>
Windows support, note to self: path.sep

96cd53cc94ac739ebadeb6ecd5fdcf06e0d70b6c authored about 11 years ago by Remy Sharp <[email protected]>
more coffeescript windows support

9ef2ccdd455334c9fa126e5159809f460ca71fde authored about 11 years ago by Remy Sharp <[email protected]>
More coffeescript tests passing on windows

c5ca0253befd41d93147c320bfaa3c2af937e157 authored about 11 years ago by Remy Sharp <[email protected]>
Fixing coffeescript tests for windows

1fcc30d272999ac718a3b7077fb980c03d1b7218 authored about 11 years ago by Remy Sharp <[email protected]>
Passing all tests on linux

86d32281cec3be828d6ec483d09b71c920e9e4dd authored about 11 years ago by Remy Sharp <[email protected]>
cleanly remove rules.test

713950a054a19cd923ba14b78740449184c4b075 authored about 11 years ago by Remy Sharp <[email protected]>
Removed rules.test as it wasn't used

996d9ae726262a743d54c2fd6d6013447289adbf authored about 11 years ago by Remy Sharp <[email protected]>
More tests. 79% code coverage + more docs

- Events documented
- Require working nicely
- If nodemon is required, nodemon message are emitt...

5c7af6bfc427841556bafa9e9c5ad95fcc5e9cdd authored about 11 years ago by Remy Sharp <[email protected]>
restart is both a state and command

6a574469fcc3ed25911c28131070cd9b6278fb75 authored about 11 years ago by Remy Sharp <[email protected]>
Documenting the event system in nodemon for require & spawn

f5a568b2e943e76215683882be21d95975edb6e3 authored about 11 years ago by Remy Sharp <[email protected]>
fixed merge cockup

8d5214c12e87b2c337d18b06319b42eeeb58f513 authored about 11 years ago by Remy Sharp <[email protected]>
fixed watchable tweak

bf8c20c2e8f4e878a7a158f094b75539a9850216 authored about 11 years ago by Remy Sharp <[email protected]>
MOAR test coverage. 71% - good enough for 1.0.0 release

21acd841d620c257b7b575da878506a68d0f6623 authored about 11 years ago by Remy Sharp <[email protected]>
Fix require test. Reset event state after complete

c7d18c01f96b2eebc64406681334290ab981b134 authored about 11 years ago by Remy Sharp <[email protected]>