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

Copy across fix #228

github.com/leafsphp/watcher - ccb050b2277eba5a63a79911abc757c8fb36fd3f authored about 11 years ago by Remy Sharp <[email protected]>
Merge pull request #228 from davedoesdev/master

Fix wrong detection when run in background in shell script

github.com/leafsphp/watcher - c34f08c58ad98bee96761f6d61dab15a8d186b7d authored about 11 years ago by Remy Sharp <[email protected]>
0.9.10

github.com/leafsphp/watcher - 306eb6cd1756cdb69daf6b87f4e116156dee1837 authored about 11 years ago by Remy Sharp <[email protected]>
More test off of lib

github.com/leafsphp/watcher - 59e0135eb5ae82a7ee32a5c7d511e0cc15a33324 authored about 11 years ago by Remy Sharp <[email protected]>
Refactoring.

* userScript => script
* simplified exec library
* removed dead code in config loading
* nodemon...

github.com/leafsphp/watcher - c503222f30661495a3d4543adfed1f59d300dc47 authored about 11 years ago by Remy Sharp <[email protected]>
Fix wrong detection when run in background in shell script

github.com/leafsphp/watcher - d9aa343b208125dd8f150166a074a2f2086ebd4c authored about 11 years ago by David Halls <[email protected]>
merge up

github.com/leafsphp/watcher - bbe66320c54809ecded84fc95d2177d61e52cdea authored about 11 years ago by Remy Sharp <[email protected]>
Using event bus for tests and requirable nodmeon

TODO: remove stdout inside tests

github.com/leafsphp/watcher - d7c36474058229a186f63682d2a6693dc87ce382 authored about 11 years ago by Remy Sharp <[email protected]>
trying to get nodemon start tests to pass on linux - problems with fs.watch + touch

github.com/leafsphp/watcher - 21ba61476bbee74761816fc724cf501e7f2c66a4 authored about 11 years ago by Remy Sharp <[email protected]>
Legacy mode working again and Vagrant working ok

github.com/leafsphp/watcher - a7fe84f12b96f99cb73acbac345ecb12523158fe authored about 11 years ago by Remy Sharp <[email protected]>
Capture error on simple running

github.com/leafsphp/watcher - eef9efc7df357b09dc3ae96a77a43e712338a00b authored about 11 years ago by Remy Sharp <[email protected]>
Fix #112: pass exception handling on fatal errors properly

github.com/leafsphp/exceptions - 63b136a2c44e50f9da0d98ac1722c8536de740d5 authored about 11 years ago by Denis Sokolov <[email protected]>
Run: isLevelFatal helper

github.com/leafsphp/exceptions - ab1b5b8848afb2946ce35d7593e02ca1907441be authored about 11 years ago by Denis Sokolov <[email protected]>
XmlResponseHandler: make toXml private

github.com/leafsphp/exceptions - 720648a588dc27c2baa73dea31dc78b616320d18 authored about 11 years ago by Denis Sokolov <[email protected]>
XmlResponseHandler::toXml: refactor

github.com/leafsphp/exceptions - d45823aae6eb44edc46f750f9f8c9c2412ba2fa0 authored about 11 years ago by Denis Sokolov <[email protected]>
XmlResponseHandler: revert ze1 compatibility mode

github.com/leafsphp/exceptions - 6cbd1a1ef2ef8cd07cfddd7f9350ae27e7831aa5 authored about 11 years ago by Denis Sokolov <[email protected]>
XmlResponseHandlerTest: more thorough and correct

github.com/leafsphp/exceptions - c4c172318ec0a302e1ee2226a788ad5d731eacec authored about 11 years ago by Denis Sokolov <[email protected]>
Allowing 5sec for mocha to run. Also better clean up on test exit

github.com/leafsphp/watcher - ed480b624c38f2b19d5fb503a03f9e2010731bee authored about 11 years ago by Remy Sharp <[email protected]>
First tests to ensure nodemon is actually restarting correctly

github.com/leafsphp/watcher - 2909a17a8ff357878c1fa558de1f5c37b9c911a9 authored about 11 years ago by Remy Sharp <[email protected]>
Merge branch 'feature/json-config' of github.com:remy/nodemon into feature/json-config

github.com/leafsphp/watcher - 31eeeeed34a32c2af99bc3e62614550dc8ea503a authored about 11 years ago by Remy Sharp <[email protected]>
making main based off the module, not the "binary"

github.com/leafsphp/watcher - f6887c9f31d8cfe770771034391520ce9ba602f9 authored about 11 years ago by Remy Sharp <[email protected]>
Merge pull request #219 from matthew-andrews/feature/json-config

Implement Istanbul for code coverage metrics

github.com/leafsphp/watcher - 9063479f5faad74585b74d3388705e903e5be05c authored about 11 years ago by Remy Sharp <[email protected]>
Merge pull request #110 from Itrulia/master

Updated PHPDoc of Run#pushHandler

github.com/leafsphp/exceptions - b9332e1f6688436e2d25e2921190bf6876a5660d authored about 11 years ago by Denis <[email protected]>
Updated PHPDoc of Run#pushHandler

Updated the PHPDoc of Run#pushHandler so IDE's won't give an error if callable is used.

github.com/leafsphp/exceptions - a7b9a3157e45920aa228509eaf60a04812b0c0d2 authored about 11 years ago by Karl Merkli <[email protected]>
Merge pull request #221 from pauloadaoag/patch-1

Removed /r and /n from nodemonignore lines

github.com/leafsphp/watcher - 11d5a64e7789a241091ed33de0e584dd21a81974 authored about 11 years ago by Remy Sharp <[email protected]>
Removed /r and /n from nodemonignore lines

Fixed bug in windows wherein lines in nodemonignore with comments are not processed correctly.
...

github.com/leafsphp/watcher - c4053f5ccd4a24386e1148c0617375e48f58a334 authored about 11 years ago by Paulo <[email protected]>
minor wordfixes

github.com/leafsphp/watcher - aea9b7460dcd1f4511ac26543edd39b458fcf7f0 authored about 11 years ago by rps <[email protected]>
Document why testing the register method does not work

github.com/leafsphp/exceptions - adb0b515425d6ece457d335a01d2049bec73e57e authored about 11 years ago by Denis Sokolov <[email protected]>
Merge branch 'feature/error-control-operator-support'

github.com/leafsphp/exceptions - 966d2ed1c6e867c8a30372a39fdd3a4c406d189b authored about 11 years ago by Denis Sokolov <[email protected]>
Remove an exception for strict errors in Run.php

There is no indication why that special handling is necessary,
as it should be picked up by the ...

github.com/leafsphp/exceptions - ed0674f94273207205e5aad9e660c1d72706c5c1 authored about 11 years ago by Denis Sokolov <[email protected]>
Add a simple XmlResponseHandlerTest

github.com/leafsphp/exceptions - 3c19676d3c9dde707b283646f53232b3a66b838a authored about 11 years ago by Denis Sokolov <[email protected]>
Clean up XmlResponseHandler whitespace and comments

github.com/leafsphp/exceptions - a5aef6e620c977b8efab8d798db2a5e906123ab2 authored about 11 years ago by Denis Sokolov <[email protected]>
Add the XmlResponseHandler

github.com/leafsphp/exceptions - f5b68062b3403004520e477bfa550560fb48bd10 authored about 11 years ago by Joao Gilberto Magalhaes <[email protected]>
Merge pull request #108 from pborreli/patch-1

Fixed typo

github.com/leafsphp/exceptions - aa19c2c2e7d6a9b59790aff2328326b6fa395f06 authored about 11 years ago by Denis <[email protected]>
Fixed typo

github.com/leafsphp/exceptions - 3542daa07376de01b75f587804f1208aee87c183 authored about 11 years ago by Pascal Borreli <[email protected]>
Add code coverage metrics

github.com/leafsphp/watcher - b56e4d26a85aa78263c33fed1a2be3d00f9c6085 authored about 11 years ago by Matthew Andrews <[email protected]>
Windows friendly slash

github.com/leafsphp/watcher - 71df2ceac146b88f8661e6e3ccc3cf83f4a6e919 authored about 11 years ago by Remy Sharp <[email protected]>
Beginning of more docs

github.com/leafsphp/watcher - d25228c51d0adc817f0cc8ea1d9265a21853c86d authored about 11 years ago by Remy Sharp <[email protected]>
Only reset search time /after/ file changes detected

github.com/leafsphp/watcher - c7f50160e29cb4982ea4cea2d840f80270104f77 authored about 11 years ago by Remy Sharp <[email protected]>
Got the logic in reverse with config merge

github.com/leafsphp/watcher - 0b0d31c37baa084508cf0812587cceb542a7c3bb authored about 11 years ago by Remy Sharp <[email protected]>
Fixed extension watching and fixed perf bug in check

Needs careful testing in linux and windows.

Also fixed #204 but requires config file to set `re...

github.com/leafsphp/watcher - cc44b58641035c609893e9d9c7729d963615a598 authored about 11 years ago by Remy Sharp <[email protected]>
Test confirming fix for #212

github.com/leafsphp/watcher - fcc843cd8841c61256fb02e2dc9c9f4bd224e24c authored about 11 years ago by Remy Sharp <[email protected]>
Fixed `nodemnon .` and nodemon.json loaded before flags set

github.com/leafsphp/watcher - 81eb5effa586ae706f080986cd6ba2bfdf750755 authored about 11 years ago by Remy Sharp <[email protected]>
Custom merge with tests

Also fixes missing values in config

github.com/leafsphp/watcher - 817e2269dcc43691a595438631de9b835c7e7e31 authored about 11 years ago by Remy Sharp <[email protected]>
Fixed #216. If --exec is used, don't try to detect userScript

Also simplified the exec and arguments logic

github.com/leafsphp/watcher - aceee649f314f1c4363c69ae913876af6e8b53a5 authored about 11 years ago by Remy Sharp <[email protected]>
node 0.6 compat

github.com/leafsphp/watcher - ed040edceec5dc73d07aabf844a97431146afd26 authored about 11 years ago by Remy Sharp <[email protected]>
removed colors dep

github.com/leafsphp/watcher - 69c71473a8d5d22c6a0480580e109a8f843320fa authored about 11 years ago by Remy Sharp <[email protected]>
Updated tests to read new options location

github.com/leafsphp/watcher - c5aa3680efc0a6315e935672ade04c5998e8155f authored about 11 years ago by Remy Sharp <[email protected]>
Fixed cli parser so that it add watch, ignore, etc

github.com/leafsphp/watcher - 9a86e7bfff01df928898c90998086c4bd3288026 authored about 11 years ago by Remy Sharp <[email protected]>
Loading .json files, parsing cli & detailed output

- Loads $HOME/nodemon.json
- Then ./nodemon.json
- Then overwrites with cli (or module) settings...

github.com/leafsphp/watcher - d90fee7a4ca71e10b380cee07dea3c34b8f605ac authored about 11 years ago by Remy Sharp <[email protected]>
Merge pull request #107 from GrahamCampbell/master

Minor punctuation fixes

github.com/leafsphp/exceptions - 6de5a6fbb675c091ee4ee40fd01b2e3df4f200af authored about 11 years ago by Denis <[email protected]>
Minor punctuation fixes

github.com/leafsphp/exceptions - fbe4d8450d1a5e7f827104c0fca7f42d0b386730 authored about 11 years ago by Graham Campbell <[email protected]>
Merge pull request #209 from mvasilkov/patch-1

Fix typo

github.com/leafsphp/watcher - 674f70304369668f8b69c033a0d05d9cf11c2d9d authored about 11 years ago by Remy Sharp <[email protected]>
Using odd version to flag dev release

github.com/leafsphp/watcher - b2a43283eea1fa6843aff0527375a323bf4796fb authored about 11 years ago by Remy Sharp <[email protected]>
Add node 0.6 to tests

github.com/leafsphp/watcher - 9cb84a8951d09cc95c1b5c9de47199c3b7b0c2ef authored about 11 years ago by Remy Sharp <[email protected]>
Merge pull request #105 from stephandesouza/master

Not always an Event Error need to throw an Exception.

github.com/leafsphp/exceptions - ce3b1cbceb67e836f2e2949a50df68145e98c070 authored about 11 years ago by Denis <[email protected]>
Not always an Event Error need to throw an Exception.

github.com/leafsphp/exceptions - 560ff95f5278cd39358d954193dbc15fed5614d5 authored about 11 years ago by Stephan de Souza <[email protected]>
Fix #103: header call would hang php development server before

github.com/leafsphp/exceptions - df45025378709d79dbee8fb553441574476a755b authored about 11 years ago by Denis <[email protected]>
sendHttpCode: avoid a hard-coded protocol version as well as reliance on fixed status codes

github.com/leafsphp/exceptions - 32597004f72227668067794aa9bebd5b85413663 authored about 11 years ago by Denis Sokolov <[email protected]>
Fix #88: xdebug file links do not depend on the extension being loaded

github.com/leafsphp/exceptions - 0f0649fe0ea2b0490027d1c402d5b77d1316016d authored about 11 years ago by Denis Sokolov <[email protected]>
Merge pull request #98 from SlikNL/catch-errors

Allow catching PHP errors

github.com/leafsphp/exceptions - 475f090c4f205415c19961dc5231c918293ba31d authored about 11 years ago by Denis <[email protected]>
Composer: let version be determined by git tags

As per http://getcomposer.org/doc/02-libraries.md#specifying-the-version,
it is recommended to n...

github.com/leafsphp/exceptions - a6b032c091ab5dcda26279629664b443d833395b authored about 11 years ago by Denis Sokolov <[email protected]>
Fix typo

github.com/leafsphp/watcher - 07513909c053793316573f943d0b31f94ee349b2 authored about 11 years ago by mvasilkov <[email protected]>
Allow catching PHP errors

github.com/leafsphp/exceptions - 8a5a7bd3c2390a26da949759de28a11d27fc5ac1 authored about 11 years ago by Denis Sokolov <[email protected]>
Merge pull request #95 from funkjedi/patch-1

Adding JsonResponseHandler to Phalcon provider

github.com/leafsphp/exceptions - bc58800db2a74f6630d54d20adcee166cb2626ef authored over 11 years ago by Filipe Dobreira <[email protected]>
Adding JsonResponseHandler to Phalcon provider

github.com/leafsphp/exceptions - fb366ae22fe3fac4bf2dadb07632a1f8b2e15e17 authored over 11 years ago by Tim Robertson <[email protected]>
Add a Bitdeli badge to README

github.com/leafsphp/exceptions - c7da4cf39ff0d191667a5b7a58d6493d603cec0b authored over 11 years ago by Bitdeli Chef <[email protected]>
Merge pull request #94 from bitdeli-chef/master

Add a Bitdeli Badge to README

github.com/leafsphp/exceptions - aa782a8174208d2a0cc47511d59e2d65c06f2d5e authored over 11 years ago by Filipe Dobreira <[email protected]>
On shutdown do not handle errors that can be handled by the registered error handler.

We do this, because we are not able to inspect the error control operator examining
the output o...

github.com/leafsphp/exceptions - 6ac0e7ad17f3d75b27a1c8589d573f9a8373b374 authored over 11 years ago by Gerhard Haffelt <[email protected]>
Basic running and restarting working

Also config static module is used by the parts of nodemon to run the thing.

Ignore rules, on th...

github.com/leafsphp/watcher - 84a461f713827120e28b5b42cf3f5931dc4c42d3 authored over 11 years ago by Remy Sharp <[email protected]>
Tests pass. Using process.emit('nodemon:*'), nodemon starts and triggered restart

github.com/leafsphp/watcher - 9fd778e355093c974a215d3d808fb97490315e56 authored over 11 years ago by Remy Sharp <[email protected]>
still in progress - lots of file laying out

github.com/leafsphp/watcher - 5d44ebb68550c8f46f7fb757711c62558bc83e0d authored over 11 years ago by Remy Sharp <[email protected]>
fixed parse test expectation

github.com/leafsphp/watcher - 5293f08740716fcaf224f393e17b0d547c9156ed authored over 11 years ago by Remy Sharp <[email protected]>
reporter: dot => spec for better visibility on travis

github.com/leafsphp/watcher - 30fb32161ec38061bbccc5fcf1419ec10612b1f1 authored over 11 years ago by Remy Sharp <[email protected]>
Trying to simplify the chain of nodemon process

Making it so lib/cli/ can just spew out options, and make it easier to test against too.

github.com/leafsphp/watcher - 56663f5ab45c5faa889b70607ed12080831e8521 authored over 11 years ago by Remy Sharp <[email protected]>
Return correct http status code & message, fix #87

github.com/leafsphp/exceptions - 8bdce7398640c94cd1eef7dcd35417d63f1db2f4 authored over 11 years ago by filp <[email protected]>
Merge branch 'SlikNL-autoload-strict'

github.com/leafsphp/exceptions - 04b37797559d560bda190faa3d0ccd425ee8d2ec authored over 11 years ago by filp <[email protected]>
Testing the exec rules and the parser

Still lots to do, but taking a very code, test, code, test, test, test, code, test cycle.

github.com/leafsphp/watcher - c5f2bee160c66e91b46ac1e6b63a1467fd4a494c authored over 11 years ago by Remy Sharp <[email protected]>
Argument parsing, and executable support and tests

Includes simple passing tests, the exec.js has not been tested in detail yet.

github.com/leafsphp/watcher - 3efca971fddfce8451991de3e3a5760441ae0ce4 authored over 11 years ago by Remy Sharp <[email protected]>
Merge pull request #199 from ChrisWren/master

Added support for coffee and litcoffee extension watching without .

github.com/leafsphp/watcher - e4049fad53a45918b79da10c0f6e53eefa0f6f09 authored over 11 years ago by Remy Sharp <[email protected]>
Merge pull request #84 from pinepain/master

Add PhpStormOpener to editors README section

github.com/leafsphp/exceptions - e74defdd23c72d9473045958e7487603897db446 authored over 11 years ago by Filipe Dobreira <[email protected]>
Add PhpStormOpener to editors README section

github.com/leafsphp/exceptions - 11ea831c3a0990ea9409c29e1b522d3973e52ef8 authored over 11 years ago by Bogdan Padalko <[email protected]>
Merge branch 'master' of github.com:remy/nodemon

github.com/leafsphp/watcher - b08e8a6c6ebd1d0c8fc8bab7b871924c11000943 authored over 11 years ago by Remy Sharp <[email protected]>
initial tests for rules

github.com/leafsphp/watcher - 1708d14a7949944ac97eaa3740f4d1ca58614d19 authored over 11 years ago by Remy Sharp <[email protected]>
Fix docblock in FrameTest

github.com/leafsphp/exceptions - d4985c88b33756be68c14418071c24dc970d2056 authored over 11 years ago by filp <[email protected]>
Frame - handle eval()'d code (initial solution)

github.com/leafsphp/exceptions - d250756d444e9a46c2e1d4c89d611892a06e62d2 authored over 11 years ago by filp <[email protected]>
starting the complete rewrite of nodemon in to tiny testable modules

github.com/leafsphp/watcher - 5da131dc03a94ff565b09e40a3eca6e12c6d44d8 authored over 11 years ago by Remy Sharp <[email protected]>
Added support for coffee and litcoffee extension watching without .

github.com/leafsphp/watcher - f4fb68180f8b0db51dca2c6d3b73a5400f3ee4be authored over 11 years ago by ChrisWren <[email protected]>