Ecosyste.ms: OpenCollective

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

Leaf PHP 🍁

We're building simple but powerful software that powers apps and APIs from all over the world 🚀
Collective - Host: opensource - https://opencollective.com/leaf - Website: https://leafphp.dev/ - Code: https://github.com/leafsphp

Merge branch 'master' into vadimi-master

github.com/leafsphp/watcher - 3b166740826577afc01b10b1226677c5b7ef516c authored almost 12 years ago by Remy Sharp <[email protected]>
Merge branch 'master' of github.com:remy/nodemon

github.com/leafsphp/watcher - 7630127f777ff7d3d6fac5d33ce5c17252380f88 authored almost 12 years ago by Remy Sharp <[email protected]>
commiting merge, but how it got in there, I have no idea

github.com/leafsphp/watcher - 0fac25666084e5dc68ed954ff8d3afe70bfb6c9e authored almost 12 years ago by Remy Sharp <[email protected]>
initial simple test server

github.com/leafsphp/watcher - 64c1b9f92442a0e0b32c49a67a5ed7f34013a36c authored almost 12 years ago by Remy Sharp <[email protected]>
Update README.md

Extending on the extensions feature.

github.com/leafsphp/watcher - ac9a6c7c81258fbfe72c2545f60c85338e030d5a authored almost 12 years ago by Remy Sharp <[email protected]>
Merge pull request #137 from shawncplus/master

Update README for new extension watchlist parameter

github.com/leafsphp/watcher - ce0c2a4c0e9b2ec00435d8b5d368a76c29c773c2 authored almost 12 years ago by Remy Sharp <[email protected]>
fixed merge conflict - and restored lastStarted

github.com/leafsphp/watcher - 516357e145cd481d655a73c307d398e3ea683f2a authored almost 12 years ago by Remy Sharp <[email protected]>
Update README for new -e parameter

github.com/leafsphp/watcher - 3764053d43d99c3b6a0fc27cb571d53375666bce authored almost 12 years ago by Shawn Biddle <[email protected]>
Merge pull request #133 from coen-hyde/noescape-ignore

added ability to have unescaped lines in .nodemonignore

github.com/leafsphp/watcher - 81f21233ec027c06ccd1336a332d9c3ede04f0c4 authored almost 12 years ago by Remy Sharp <[email protected]>
perms changed due to npm link testing

github.com/leafsphp/watcher - 415801057d5b0ac9f68d29297d0831ff49e7b995 authored almost 12 years ago by Remy Sharp <[email protected]>
-e on the command line doesn't get overridden by the automatic switch to coffeescript, and support -e js,jade,etc'

github.com/leafsphp/watcher - c052a301a9a763644cb8bb8f0a7907f84bd34bb8 authored almost 12 years ago by Remy Sharp <[email protected]>
jshint was pissing me off, so I cleaned a few bits up

github.com/leafsphp/watcher - fc25511ca5333ef898d8fce447cdb3b111e24dc4 authored almost 12 years ago by Remy Sharp <[email protected]>
Merge branch 'master' of git://github.com/shawncplus/nodemon into shawncplus-master

github.com/leafsphp/watcher - 1705f7093db324c7baa957819c2439ccfcea6e90 authored almost 12 years ago by Remy Sharp <[email protected]>
added missing semicolon

github.com/leafsphp/watcher - 73f07d0d6f1e90461b6474839baa76e4d7161e97 authored about 12 years ago by Coen Hyde <[email protected]>
added ability to have unescaped lines in .nodemonignore

github.com/leafsphp/watcher - 06c1841af7519e7f234bad0b9c1153881c185e49 authored about 12 years ago by Coen Hyde <[email protected]>
Revert "Merge pull request #119 from haircuttedfreak/master"

This reverts commit 91d99c8b8bea383cb70d1c28cbae147accabe40d, reversing
changes made to 0b7bd878...

github.com/leafsphp/watcher - 4b8deb4b10febbd460b14e0f3f6444f8660cfbd6 authored about 12 years ago by Remy Sharp <[email protected]>
Replace subprocess events for directly stdout and stderr.

github.com/leafsphp/watcher - 4c755d39790c00570a6499996355fdad224e8d3a authored about 12 years ago by Everton Ribeiro <[email protected]>
Whoops, forgot this important bit...

github.com/leafsphp/watcher - 0b0be4f28c132a15309121c25caa6719576cfa42 authored about 12 years ago by Shawn Biddle <[email protected]>
Actually use the ext option to be able to watch for more than .js/.coffee

github.com/leafsphp/watcher - fc9661eb9cb4043b77c61db95807c985811b1c48 authored about 12 years ago by Shawn Biddle <[email protected]>
Merge pull request #119 from haircuttedfreak/master

Fix for Issue #118

Will give this a test - sorry it's been sitting here! Once in npm, I'll co...

github.com/leafsphp/watcher - 91d99c8b8bea383cb70d1c28cbae147accabe40d authored about 12 years ago by Remy Sharp <[email protected]>
handle cases where there is no child prcess

github.com/leafsphp/watcher - 4cc05ee77cb9a665b207742a864fb912c61f954f authored over 12 years ago by Jason Griffin <[email protected]>
kill all child processes when restarting. needed because debugging with coffee actually creates two processes, one of which holds the debugging port open

github.com/leafsphp/watcher - a1556971d7ad0780b65b836f413f2169829875af authored over 12 years ago by Jason Griffin <[email protected]>
Fix for issue #112

Added .nodemonignore changes handling for Windows and Linux

github.com/leafsphp/watcher - d8373d417e31f4e97bb981f5b59f785bcdb1ba66 authored over 12 years ago by Vadim <[email protected]>
Merge pull request #114 from dylanmcd/patch-5

Prevent fs.watch from starting node twice if it gets triggered multiple times.

github.com/leafsphp/watcher - 0b7bd87843f3b1e6b5b1243b3919a11cfb1b61c9 authored over 12 years ago by Remy Sharp <[email protected]>
Prevent fs.watch from starting node twice if it gets triggered multiple times.

github.com/leafsphp/watcher - b3e3b07ca3b5a258bb9913cbe181a311e82ed1f1 authored over 12 years ago by dylanmcd <[email protected]>
Merge pull request #108 from vadimi/master

The fix for issue #107

github.com/leafsphp/watcher - 904b224135ce3b04cabfb15929695e6c9b223732 authored over 12 years ago by Remy Sharp <[email protected]>
Fix for issue #107

Also fixes issue with node restart on Windows after file change.

github.com/leafsphp/watcher - 08e5aa1ed1629f8c2c82b1f4b58be7474611868f authored over 12 years ago by Vadim <[email protected]>
Merge pull request #106 from dylanmcd/master

Fix #104 and #105, move the tests and starting process to it's own function that starts at the e...

github.com/leafsphp/watcher - 2d9b9761f23c80e1a2558d5b4fddfb4503f0d6ef authored over 12 years ago by Remy Sharp <[email protected]>
Fix #104 and #105, move the tests and starting process to it's own function that starts at the end of the file to avoid calling undefined variables

github.com/leafsphp/watcher - fc50eaa16709194079303f63c627bf651bf8fe57 authored over 12 years ago by Dylan McDiarmid <[email protected]>
version bump for npm release +@dylanmcd

github.com/leafsphp/watcher - e982057512c9ca4b5815a212c3639b2b962d5d63 authored over 12 years ago by Remy Sharp <[email protected]>
Merge branch 'master' of github.com:remy/nodemon

github.com/leafsphp/watcher - 06f4f53ab0e7d6fb4bda16295824fee7bc973d23 authored over 12 years ago by Remy Sharp <[email protected]>
moved commas and SC

github.com/leafsphp/watcher - ee4ef25770c82b7f645eca33a89510f2ae532a47 authored over 12 years ago by Remy Sharp <[email protected]>
Merge pull request #103 from dylanmcd/patch-3

Add documentation about how nodemon looks for changes.

github.com/leafsphp/watcher - a452fb5a4da58d1dfcf03d23be44e2761cfcf693 authored over 12 years ago by Remy Sharp <[email protected]>
Add documentation about how nodemon looks for changes.

github.com/leafsphp/watcher - 236f23eb989a1bcd9a5086c18b8d4093657de7e3 authored over 12 years ago by dylanmcd <[email protected]>
Merge pull request #102 from botker/master

Reduction to open file counts

github.com/leafsphp/watcher - d0ba3642824e600126904147115d7c40d67fde74 authored over 12 years ago by Remy Sharp <[email protected]>
Reduction to open file counts: No longer fs.watch()ing ignored files, no longer attempting to watch the same files multiple times, and outputing error when ulimit is too low.

github.com/leafsphp/watcher - 469c7d210277efc8f3a89d5b9e11dd9eb7b1f4b6 authored over 12 years ago by Bryan Kaplan <[email protected]>
fixed merge conflict

github.com/leafsphp/watcher - 0447ff53e21ae9edcd8252c57a958dfcfe026ce8 authored over 12 years ago by Remy Sharp <[email protected]>
fixed conflicts

github.com/leafsphp/watcher - 0d7768ef76fac92135bd3653232bff3a343fccf1 authored over 12 years ago by Remy Sharp <[email protected]>
Removed debug messages, updated help text, and changed the --force-legacy-watch switch to --legacy-watch

github.com/leafsphp/watcher - 94a8a28020f8ca5761dacc50ab0236172c6cd257 authored over 12 years ago by Dylan McDiarmid <[email protected]>
Added switch for legacy file watch mode

github.com/leafsphp/watcher - b8583b26a95441c2765cd9fb5a72cb92ac4e5282 authored over 12 years ago by dylanmcd <[email protected]>
Debug text fix

github.com/leafsphp/watcher - 4ce926d802365b2e4aefddfecd8ab282ab7d6c46 authored over 12 years ago by dylanmcd <[email protected]>
Adding debug statements for troubleshooting.

github.com/leafsphp/watcher - 76163bb5a6a6cc6f434e8ea8d718eb46c7f74af6 authored over 12 years ago by dylanmcd <[email protected]>
Fixed CoffeeScript compatibility under Windows

github.com/leafsphp/watcher - 4d13be8eef7d3eff59cc9d26b50020b20906af2b authored over 12 years ago by Dennis Kehrig <[email protected]>
Support for a third method of change detection, for when both find and fs.watch don't work

github.com/leafsphp/watcher - cc1470096106348b97ec6adfa41683d7f69d2a84 authored over 12 years ago by dylanmcd <[email protected]>
fucking console crap!

github.com/leafsphp/watcher - 6350fdae4e107bb907d0034bfb5adb4f09fdc21e authored over 12 years ago by Remy Sharp <[email protected]>
verion bump for windows path fix

github.com/leafsphp/watcher - ced0d3f61989a13ce36cc52d1bfa1c8295c557a3 authored over 12 years ago by Remy Sharp <[email protected]>
Merge pull request #91 from twolfson/d1609cce759bb347716d7b6678fb3fb270ff8590

Added coercion of Windows paths to Unix paths

github.com/leafsphp/watcher - 711e69ff259d11e267754cdb28fd77f02959f760 authored over 12 years ago by Remy Sharp <[email protected]>
Coerce Windows paths to Unix paths

github.com/leafsphp/watcher - d1609cce759bb347716d7b6678fb3fb270ff8590 authored over 12 years ago by Todd Wolfson <[email protected]>
dep use of watchFile - but leave it on mac... ::sigh::

github.com/leafsphp/watcher - 54379825084a7c5cb07e28d70d6a5c6b936482fc authored over 12 years ago by Remy Sharp <[email protected]>
native watch was not passing through directory, so it was failing to match ignore rules. Fixes #83

github.com/leafsphp/watcher - ae1255e61b5480a78e5b454b339723eba8138347 authored over 12 years ago by Remy Sharp <[email protected]>
version bump for recent pull requests

github.com/leafsphp/watcher - 079682c909c795052b629da260be1696c4a05a63 authored over 12 years ago by Remy Sharp <[email protected]>
Merge pull request #84 from dylanmcd/patch-1

Fixes error formatting, eliminating extra newlines caused by using util.error

github.com/leafsphp/watcher - f4d28dd73b0ae7f434de8ec48f2a53fb208ef5ba authored over 12 years ago by Remy Sharp <[email protected]>
Merge pull request #85 from dylanmcd/patch-2

Fix for #82, while maintaining compatibility with #72. Uses fs.watch as a fallback.

github.com/leafsphp/watcher - c4a057e28f89d9cebf9c3a50122ba9ed20f976c9 authored over 12 years ago by Remy Sharp <[email protected]>
Merge pull request #81 from jaredhanson/full-path

Resolve paths, rather than appending to cwd, for full path support.

github.com/leafsphp/watcher - 76420d3386aa33f7b5d8bb03a1650826646c0eec authored over 12 years ago by Remy Sharp <[email protected]>
Fix for #82, while maintaining compatibility with #72. Uses fs.watch as a fallback.

github.com/leafsphp/watcher - e43df19b7ff6a2de8adb02fcb70e0d43dfa692ca authored over 12 years ago by dylanmcd <[email protected]>
Fixes error formatting, eliminating extra newlines caused by using util.error

github.com/leafsphp/watcher - dc0fb6aeb92bb7952e770d3027b226a3fd2948ef authored over 12 years ago by dylanmcd <[email protected]>
Resolve paths, rather than appending to cwd, for full path support.

github.com/leafsphp/watcher - 3f48373c7cc9cfce643c2e103258c766f63af793 authored over 12 years ago by Jared Hanson <[email protected]>
fixed #77. need to giggle around program arguments if we are in coffee mode AND reading from package.json

github.com/leafsphp/watcher - 15a98031341c9b9ca5c37b63c68ae788416c0e91 authored almost 13 years ago by Remy Sharp <[email protected]>
fixed #77. need to giggle around program arguments if we are in coffee mode AND reading from package.json

github.com/leafsphp/watcher - 55f43387e808cc1bd7221814ea0d9f67782f7e69 authored almost 13 years ago by Remy Sharp <[email protected]>
fixed #78 - allow full paths

github.com/leafsphp/watcher - c61cb7d0a29af7f0bf9221f4de5830745f363a5d authored almost 13 years ago by Remy Sharp <[email protected]>
fixed nodemon so it defaults to *.js|*.coffee if running app implicitly via index.js

github.com/leafsphp/watcher - 6dc7f44dd6bd1299feb28455fdd0b20bb18388cc authored almost 13 years ago by Remy Sharp <[email protected]>
bump - bunch of decent fixes for windows

github.com/leafsphp/watcher - 540a7bd832a4ec82a634751ad59fe3823c8223eb authored almost 13 years ago by Remy Sharp <[email protected]>
detect where to get exists from. Fixes #67

github.com/leafsphp/watcher - 15f0259696fb2a7092445200d1fd2720cc401eda authored almost 13 years ago by Remy Sharp <[email protected]>
Nested sub-directory search was broken in Windows - so I fixed it :) Also fixed #57 - turns out `coffee` is actually `coffee.cmd` on windows!

github.com/leafsphp/watcher - 3c885ff3a8333075b4d8965e904ea48438ae63c4 authored almost 13 years ago by Remy Sharp <[email protected]>
bump version

github.com/leafsphp/watcher - 6ce8670560f187108e47e7f72fc89339c8996200 authored almost 13 years ago by Remy Sharp <[email protected]>
tidied up white space, wrap dir search as directories with spaces were breaking, detect use of fs.watch (fixes #69) and revert to manual watch for unix (fixes #66)

github.com/leafsphp/watcher - b76166cb46d070eda9700fe83d6cc2a06ba82518 authored almost 13 years ago by Remy Sharp <[email protected]>
version bump

github.com/leafsphp/watcher - bc39430e11bb77c5a291c51501236c0604576b7f authored almost 13 years ago by Remy Sharp <[email protected]>
add no-stdin to help

github.com/leafsphp/watcher - 95c0cdba74c215a5071f3fd6b5de1d8d57ae7438 authored almost 13 years ago by Remy Sharp <[email protected]>
Merge pull request #65 from kurakin/master

add option to disable reading from stdin

github.com/leafsphp/watcher - fb0bed5a856ce852b04d4bc1934283219014b535 authored almost 13 years ago by Remy Sharp <[email protected]>
add option to disable stdin

github.com/leafsphp/watcher - 60ebbdce7356f0ffb40b809030b5f59ae61709c2 authored almost 13 years ago by Wil Asche <[email protected]>
version bump

github.com/leafsphp/watcher - 449175f542a8b3aa0c3040e167affaca6e3111c9 authored almost 13 years ago by Remy Sharp <[email protected]>
Fixed high CPU when appearing to be idle. It was doing the directory check manually, so I have reinstated find command for mac only. Fixes #63

github.com/leafsphp/watcher - 657c54e05e958c2d762e90db419f9cf6d3ec8779 authored almost 13 years ago by Remy Sharp <[email protected]>
Add code to detect a drifting modified time in fs.stat - actually a filed bug in node.js, but I am able to work around it and fix windows support. Fixes #59

github.com/leafsphp/watcher - e035629cacfb2a743ac8053a9ca031918cb46915 authored almost 13 years ago by Remy Sharp <[email protected]>
dec the todo if there is an error reading directory

github.com/leafsphp/watcher - 3a7b0fe4b626d7bd88203c6b50637753ae2f369c authored almost 13 years ago by Remy Sharp <[email protected]>
I am a fool - I keep reverting support for coffeescript by accident! Fixes #56

github.com/leafsphp/watcher - 91e18a93ae8a91f7ca6e39ef10e7db85bbe68ff4 authored almost 13 years ago by Remy Sharp <[email protected]>
+license in package

github.com/leafsphp/watcher - 00995f8216b9038b0d18b3ddcddeab063d365027 authored almost 13 years ago by Remy Sharp <[email protected]>
+license in package

github.com/leafsphp/watcher - 3caba7b1d98e059747b14fa09025e5556ef9e2f2 authored almost 13 years ago by Remy Sharp <[email protected]>
fixed param parsing and now reading correctly exec args - ideally quote the args, but order now counts (again!). Fixes #54

github.com/leafsphp/watcher - e299e56a4acf0082cd8355b2513dd04b668801d8 authored almost 13 years ago by Remy Sharp <[email protected]>
add ref to issue

github.com/leafsphp/watcher - daf7be1e3b7909565181e152c717dd8b73573539 authored almost 13 years ago by Remy Sharp <[email protected]>
directions on using nodemon with forever

github.com/leafsphp/watcher - 8b5f1e3d6aaf89c45e22fff982eba1ff281d1f68 authored almost 13 years ago by Remy Sharp <[email protected]>
set the coffee exec to the proper program.options.exec property. Fixes #53

github.com/leafsphp/watcher - f74f2af725b6e42515f2b3a2a4c7e3fb5ab104e6 authored almost 13 years ago by Remy Sharp <[email protected]>
details on how to handle your own shutdown

github.com/leafsphp/watcher - 4208c11a92fdba7cf642e3f4c7661151b81d6a32 authored almost 13 years ago by Remy Sharp <[email protected]>
add exitcrash flag, and cleaned up output

github.com/leafsphp/watcher - 4e50dbcd6ba7c0aa406074ec63a67d52b83c0da9 authored almost 13 years ago by Remy Sharp <[email protected]>
auto reading the "main" script from package.json broke - fixed up

github.com/leafsphp/watcher - 156865c11d17af198a7f101245657fbbaf749796 authored almost 13 years ago by Remy Sharp <[email protected]>
windows support

github.com/leafsphp/watcher - ea68db7b6fd69fa6654e7e3a9247a48270ee4e28 authored almost 13 years ago by Remy Sharp <[email protected]>
fixing windows support by removing reliance on signals on windows

github.com/leafsphp/watcher - c29081d86b8a40ea5015533e942edda0618b2000 authored almost 13 years ago by Remy Sharp <[email protected]>
updated package to remove commander dep

github.com/leafsphp/watcher - a6e6e208b6eb364854ad440502285e4b49c27fa9 authored almost 13 years ago by Remy Sharp <[email protected]>
removed find prerequisite

github.com/leafsphp/watcher - 07e66e24866c3862e81418facfddcdfd7f92d9d8 authored almost 13 years ago by Remy Sharp <[email protected]>
removed blocking IO calls - thus reducing CPU hungry calls

github.com/leafsphp/watcher - 9562d2a24204d95d347407632f9cfd59a4a04245 authored almost 13 years ago by Remy Sharp <[email protected]>
updated readme with some of the new features

github.com/leafsphp/watcher - d2415d98eada51dbfc2d9cb8450b29d223b7646b authored almost 13 years ago by Remy Sharp <[email protected]>
version update

github.com/leafsphp/watcher - 605044f00c3ad915e564ec93c807a2d5f2317a6b authored almost 13 years ago by Remy Sharp <[email protected]>
Massive rewrite of nodemon logic, including fixes for option parsing

and support for custom executables in addition to node. Also removed
the dependancy on unix find ...

github.com/leafsphp/watcher - 9583d2a57e1055541e5499a7dd7936c543e8ec53 authored almost 13 years ago by Remy Sharp <[email protected]>
put the multi-directory change back in - DOH!

github.com/leafsphp/watcher - 5e38341aaa754cf64ccffa6c0e28c99654bca7b7 authored about 13 years ago by Remy Sharp <[email protected]>
Fixed #28 - support --debug-brk, fixed #44 - ignore .coffee files by default without a nodemonignore file

github.com/leafsphp/watcher - b0b0f8a816fd8d7796f3efeec71affadc75d5cff authored about 13 years ago by Remy Sharp <[email protected]>
Merge pull request #46 from chrisklaiber/opt_watch

--watch option for watching multiple folders

github.com/leafsphp/watcher - 38c881f03ef4ba24b2f5aa7f7d2a8ce7d575299b authored about 13 years ago by Remy Sharp <[email protected]>
--watch option for watching multiple folders

Useful when things that should trigger a restart don't live in the same
tree or span a large tre...

github.com/leafsphp/watcher - f600811eebc4a9d29d23e16ecf41ef4873123ed1 authored about 13 years ago by Chris Klaiber <[email protected]>
version bump

github.com/leafsphp/watcher - 990c8826d4810d2c6e959f328f128d8e38c4ddc2 authored about 13 years ago by Remy Sharp <[email protected]>
Merge pull request #40 from SlexAxton/patch-1

Super quick update for 0.5.10 support of using `util` instead of `sys`

github.com/leafsphp/watcher - 678de06fe9a0ab96e0ec48bb694034f01f5868bb authored about 13 years ago by Remy Sharp <[email protected]>