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

test: bump pstree for node 4 support

github.com/leafsphp/watcher - 770c90dcdd87b63d31b16f9d36080a3d90f6f02f authored about 7 years ago
fix: if no ps, walk /proc to kill child fully

Originally used ps-tree which relied on `ps` on *nix. But if the system
didn't have `ps` at all,...

github.com/leafsphp/watcher - bf9b7a6876610bfe9031fa27f7fdba26b44e649c authored about 7 years ago
fix: fixed an issue where we tried to resolve null as path

github.com/leafsphp/watcher - 10ded94cd71a7db719cf454e9eb3ed8409eda8ea authored about 7 years ago
docs: update issue template

[skip ci]

github.com/leafsphp/watcher - 14fcf944042600d18974ebe911ae26fef09a2238 authored about 7 years ago
feat: watch script regardless of extension

Fixes the issue where express is a js based project, but the executable
is `www`, so it misses o...

github.com/leafsphp/watcher - f8a5abe258ae3a224cb0a0566e70aa8cf5bfe19e authored about 7 years ago
feat: support SIGHUP to restart nodemon

Also small linting tweaks and typos in comments.

Fixes #393

github.com/leafsphp/watcher - 30f999a06cac8252180ee6df46a9d22659163ea1 authored about 7 years ago
fix: support nodemon index to expand to index.js

With support for custom extensions (picking only the first).

Fixes #1165

github.com/leafsphp/watcher - a282afbbe3f0d5bbcf45c934945d91dc960973a1 authored about 7 years ago
fix: defensive check on accessing cmd.args

github.com/leafsphp/watcher - fd961d605305805fe3b6df414339a2774a27239a authored about 7 years ago
docs: reduce CLI output and add --help options

Also restore missing -L CLI options.

Fixes #1160

github.com/leafsphp/watcher - fa64cdcc8a8542d82117e6bce70f8ae44c2678f3 authored about 7 years ago
fix: support node arguments again

If node is being passed any arguments (before the script) then use
spawn instead of fork.

Fixes...

github.com/leafsphp/watcher - d9e93ad367865cf07cc6572d2827d3698d360101 authored about 7 years ago
Merge pull request #555 from staabm/patch-1

best practice: removed php end-tags

github.com/leafsphp/exceptions - 76cf278a3e511f4276a651ee82041ed3ec1fea73 authored about 7 years ago
best practice: removed php-end tags

github.com/leafsphp/exceptions - 3bb4be38c1863d4dc596eb0dc25b5d592b537023 authored about 7 years ago
best practice: removed php end-tags

github.com/leafsphp/exceptions - 247b753dec7c6ef274892c73d235877747986f76 authored about 7 years ago
docs: :add syntax highlight + contributors

Closes #1155

[skip]

github.com/leafsphp/watcher - 9f8defc089ff725c15905d3208b91848e96f6a7b authored about 7 years ago
fix: only use fork if node>4

github.com/leafsphp/watcher - f52615c0f7cd0e76fe1970e8071d414496960b08 authored about 7 years ago
docs: update faq on issue #1124

github.com/leafsphp/watcher - 2d4ce033bb609942d43b526cfed11d812af7d981 authored about 7 years ago
fix: use fork child node processes

* heisian-master:
fix: get tests to pass
fix: travis CI build before-install
test: fork ch...

github.com/leafsphp/watcher - 62a361cfdb48720b03e57a892c77893b6f2f6a59 authored about 7 years ago
chore: merge heisian-master

* 'master' of https://github.com/heisian/nodemon:
fix: get tests to pass
fix: travis CI buil...

github.com/leafsphp/watcher - 0628f263d3b2644fc2cb2c35704add386befcc81 authored about 7 years ago
fix: restore node 4 min support

* node 4 min
* add node 4 to travis

github.com/leafsphp/watcher - 6d760f4f81e6133c098d1834c81e1753a3319ebb authored about 7 years ago
test: only use .npmrc if a non-PR

github.com/leafsphp/watcher - 8967c02301cbc4f1f0cecab2e192e0ede82463cf authored about 7 years ago
Merge pull request #554 from carusogabriel/refactoring-tests

Refactoring tests

github.com/leafsphp/exceptions - 1c0e4b9ecd9ab5200cce282c5103101a56515446 authored about 7 years ago
Refactoring tests

github.com/leafsphp/exceptions - 891f80083d1495ac43eed66af8f56777d14956f6 authored about 7 years ago
fix: get tests to pass

github.com/leafsphp/watcher - cf923a8a771c40b60ad468d84ccabfe8c0432532 authored about 7 years ago
fix: travis CI build before-install

github.com/leafsphp/watcher - 3a6b8df9ae3a0f1eb33316d5d0201c76c8a458a1 authored about 7 years ago
test: fork child node processes

github.com/leafsphp/watcher - f711fb7889dab324c43d8300d04f3d22d1695a4a authored about 7 years ago
test: fix typo in before_install

github.com/leafsphp/watcher - 183add9166507ffbd0b704a13c0a136307a2afc3 authored about 7 years ago
test: only add npmrc on master (#1147)

github.com/leafsphp/watcher - 57c14a2b5867905247442e657f0942cebab35c6d authored about 7 years ago
fix: pass through execArgs from config (#1142)

* fix: pass through execArgs from config

Also updating some deps and linting tweaks

* chor...

github.com/leafsphp/watcher - 6a4fb226028b43ff502cbf70dd586c47a6e3b6f7 authored about 7 years ago
chore: bump dev deps

github.com/leafsphp/watcher - 18c03f90e838dbec63397f6c4517c9a3a24b4eb1 authored about 7 years ago
chore: update stale bot config

github.com/leafsphp/watcher - 7dcea48ff400b23765a39e1e3cf67b7847f4d7a1 authored about 7 years ago
docs: include .github templates

github.com/leafsphp/watcher - 17ad4b9f1adcb6578236299dc0de0a1bb2bbab04 authored about 7 years ago
fix: reduce help output (a teeny bit)

github.com/leafsphp/watcher - 2e1b496fa372c2a71c754d0d9a47c1a865979d05 authored about 7 years ago
fix: require node 6 or above in engines

github.com/leafsphp/watcher - 71eab1aeebef204bdadcb60ed0af60d964e85c34 authored about 7 years ago
chore: update semantic release process

github.com/leafsphp/watcher - 2bb587ce0ab91f5c6d5457fb9e1e7484bee027bf authored about 7 years ago
feat: disable chokidar globbing on windows (#1140)

Fixes a range of issues, including:

Fixes #1115

* refactor: use Object.assign in place of ...

github.com/leafsphp/watcher - 24a4b84717f1a5b37c0399b0ec8a3b174c30a021 authored about 7 years ago
fix: bump deps and fix tests for local dev (#1139)

Upgraded tests for node 8

github.com/leafsphp/watcher - 6d57dac0eeebeacb039b7a498d6a9c371ed16efa authored about 7 years ago
fix: Support for .mjs es6 modules (#1138)

github.com/leafsphp/watcher - 5a89df6471fff13aaed50dd80b8cc5f3e029bed7 authored about 7 years ago
fix: sync help.txt to available options

github.com/leafsphp/watcher - 9b6c786fd124210a0a1224dff4f14c8072d5a826 authored about 7 years ago
docs: update faq for -c option

Add quotations for -c option

Otherwise the terminal cannot tell whether `--exitcrash` is an o...

github.com/leafsphp/watcher - 0b1bf131a52ef218fe0bc89519cad09309cd958e authored about 7 years ago
fix: read config file before defaulting script parameter (#1110)

If I have a nodemon.json config file with an `exec` property, then this is automatically appende...

github.com/leafsphp/watcher - f3e0c29f15b614962aa16478577d44d282fd2b91 authored about 7 years ago
chore: Merge branch 'AverageMarcus-fix/810'

* AverageMarcus-fix/810:
fix: Add support for multi-level filenames
test: Test support for m...

github.com/leafsphp/watcher - d0c515a6806eda4817a0316cfb15ff22073764e2 authored about 7 years ago
chore: merge branch 'fix/810'

* 'fix/810' of https://github.com/AverageMarcus/nodemon:
fix: Add support for multi-level file...

github.com/leafsphp/watcher - 5b990b2830c9070940ca37f1d671a090679c9fd2 authored about 7 years ago
Merge pull request #552 from staabm/patch-2

added php 7.2 to the travis testmatrix

github.com/leafsphp/exceptions - c882aac6d0fcdf53127978031a70b826d6d38c15 authored about 7 years ago
Merge branch 'master' into patch-2

github.com/leafsphp/exceptions - 3e15ca5f2115caab29995c71515c662815fb174d authored about 7 years ago
Merge pull request #551 from staabm/patch-1

allow symfony 4.x components

github.com/leafsphp/exceptions - 87fa3fb4194df4b4cc053ec9933e67fe55bc2f01 authored about 7 years ago
fixed errors in asser() expression

hmm why did this work in the first place?

github.com/leafsphp/exceptions - 8a97669b275a21079ac006fdfb88abfcdad76068 authored about 7 years ago
fixed 'Calling assert() with a string argument is deprecated' warning with php 7.2

github.com/leafsphp/exceptions - f39a563afcc99f5a21f7bb647d5af9b6d2d3a0b0 authored about 7 years ago
use a closure instead of create_function().

github.com/leafsphp/exceptions - 86eee8872b2093d81a75edc7d18226b2dbac7731 authored about 7 years ago
update mockery dependency

github.com/leafsphp/exceptions - 2618f1174e8446eaec193aa9fed2c60638183d17 authored about 7 years ago
added php 7.2 to the travis testmatrix

github.com/leafsphp/exceptions - 5836335fcbdc9fdba038eb795c52f29e92ce488a authored about 7 years ago
allow symfony 4.x components

github.com/leafsphp/exceptions - 7c3c68d75ec2dd6938e9924d419c841eb8051514 authored about 7 years ago
FrameCollection: fix array_filter mutating the array to be assoc, close #550

github.com/leafsphp/exceptions - c6081b8838686aa04f1e83ba7e91f78b7b2a23e6 authored about 7 years ago
Merge pull request #548 from DanielSiepmann/hotfix/fix-application-frame

BUGFIX: Make application frame selectable

github.com/leafsphp/exceptions - e9cb04d487c1d147006e401d0e881eff37ef1174 authored about 7 years ago
BUGFIX: Make application frame selectable

It was not possible to activate application frame.
Now the condition is fixed and also css class...

github.com/leafsphp/exceptions - e3ddc1b1b2dcb4fa8d2b66b87361d9b9fb43df42 authored about 7 years ago
PrettyPageHandler: remove height limitation from frame arguments, close #530

github.com/leafsphp/exceptions - 9f640a4f129e57d3537887f840380109a4dd182b authored about 7 years ago
TemplateHelper: fix XSS if Symfony dumper is not available

github.com/leafsphp/exceptions - c16791d28d1ca3139e398145f0c6565c523c291a authored about 7 years ago
Merge pull request #525 from staabm/staabm-patch-2

added docs for Handler constants

github.com/leafsphp/exceptions - 1ae2243c0cc959a9a60eefdf0796f6608850402f authored about 7 years ago
Merge pull request #546 from mostertb/spelling

Improve Spelling in Documentation

github.com/leafsphp/exceptions - 9dbee8b108a4dfa249e986e34345554d00cc11c0 authored about 7 years ago
Merge pull request #528 from MarioBlazek/phpunit_forward_compatibility_layer

Use namespaced version of PHPUnit's TestCase

github.com/leafsphp/exceptions - 80e1be87b6a70966d6652a2be77a98e411392981 authored over 7 years ago
docs: trying a new position

Will track over the next 30-60 days.

github.com/leafsphp/watcher - af54f6408c716c36c7f359975c9458f8ac348476 authored over 7 years ago
Improve spelling in documentation

github.com/leafsphp/exceptions - e38baa131a26b3dd71af8f85ca43e7c87a0b4811 authored over 7 years ago
Merge branch 'prettify'

github.com/leafsphp/exceptions - 141494232ff7d5c565ce2a9cea2be0958243708c authored over 7 years ago
Readme: clearly document Prettify inclusion

github.com/leafsphp/exceptions - 3fe8c9b2bf5a1701696f6965e63f14f81469ca85 authored over 7 years ago
Remove padding around highlighted lines

This is strange, text editors and IDEs don't do this.
Now the code before and after `prettify` h...

github.com/leafsphp/exceptions - b58f6a9b78e9ee1c209d66e1a607f0c46336b9fc authored over 7 years ago
Align code before and after `prettify`.

Prettify adds line numbers, and hence shifts the code.
By adding left-padding, we prevent the co...

github.com/leafsphp/exceptions - 84c99d0064af0159ae0718f93e47344f9e6557f2 authored over 7 years ago
Include prettify.js

This makes sure whoops still works without internet.

github.com/leafsphp/exceptions - ad2bd7d6d428b42cf495354e48c164c6025da24d authored over 7 years ago
Prevent possible XSS via target="_blank" urls (#533)

github.com/leafsphp/exceptions - 9e7c2ea58c056240ba10768916972db82ea758ca authored over 7 years ago
Merge pull request #527 from albercik700/master

Robots - noindex,nofollow

github.com/leafsphp/exceptions - a50d24d81a88f781488ab8c83b73a39123970afc authored over 7 years ago
Merge pull request #532 from staabm/patch-1

Updated keywords

github.com/leafsphp/exceptions - a33b55b8558d65c21b6bb63191dfbf4b900f4a43 authored over 7 years ago
Merge pull request #538 from luismulinari/code-cleaning

Fix some FQNs, typehints and unused code/vars

github.com/leafsphp/exceptions - c381a879a1f07dce026f486fb40e645f97de077a authored over 7 years ago
Merge pull request #537 from luismulinari/psr2-fix

Fix coding standards (PSR-2)

github.com/leafsphp/exceptions - 71ba35dc7e365efc28aaecbf3e8982f2be90172a authored over 7 years ago
Fix some FQNs, typehints and unused code/vars

github.com/leafsphp/exceptions - 06bdb879d3c38668f76f879981e73e3d89bc2a0b authored over 7 years ago
Fix coding standards (PSR-2)

github.com/leafsphp/exceptions - 56ca64e30b4b9883a39742923e719afc430831a0 authored over 7 years ago
fix: Add support for multi-level filenames

github.com/leafsphp/watcher - 29a9a449d5b2011bb704f1a80d786f57455f036c authored over 7 years ago
test: Test support for multi-level filenames

github.com/leafsphp/watcher - ff935cae7f92a205b465328d9c0583445f9c8b80 authored over 7 years ago
Updated keywords

github.com/leafsphp/exceptions - 1b7b34db31c5e9b7e8a2a19c852770e514e255e6 authored over 7 years ago
Robots - noindex,nofollow

github.com/leafsphp/exceptions - c5f0d00bb308a64b4889bea36d2cdcb2e5662e51 authored over 7 years ago
Use namespaced version of PHPUnit's TestCase

github.com/leafsphp/exceptions - 4028b3baf5073194a466f9f6d8a0151cfbc55822 authored over 7 years ago
Merge pull request #526 from hailwood/patch-1

Add laravel 5.5 note.

github.com/leafsphp/exceptions - fa28f0c6378fd3103cd6365c22001e3b3438e409 authored over 7 years ago
docs: update FAQ with added platform documentation

The changes i proposed isworks fine with linux and mac

github.com/leafsphp/watcher - 07e55cc35d45cf0f863031b3eabeed9fd58361bd authored over 7 years ago
docs: Reposition Code Sponsor (#1090)

By having the sponsor embed code at the bottom, it ends up being more effective to help fund the...

github.com/leafsphp/watcher - 4391edebc62f905e6912c81d4bf802f88e0c92e3 authored over 7 years ago
fix: crash when passing argument to node (windows)

Fixes #1095

github.com/leafsphp/watcher - 469fa80aa748041faf97b583728060c1bd482a8e authored over 7 years ago
Add laravel 5.5 note.

https://twitter.com/taylorotwell/status/870389070559461376?lang=en

github.com/leafsphp/exceptions - ba8406960482705cda1afe040769a3db683eeefd authored over 7 years ago
test: skip a test

github.com/leafsphp/watcher - 6a4803d7b66e8907a67c0f8c853c9ffd68c9b638 authored over 7 years ago
chore: linting errors

github.com/leafsphp/watcher - 32aed42f7f49f2b46bde6b371455100c353b22c5 authored over 7 years ago
fix: add commit lint

github.com/leafsphp/watcher - 2af639102dc1a9d225073ead887e031313d09fc0 authored over 7 years ago
chore: update test envs

github.com/leafsphp/watcher - f6a8b3d1e45ef1c741d1077281aa92748faf73bb authored over 7 years ago
docs: update small formatting issue

github.com/leafsphp/watcher - 8cf51286e8eac7618961c1a9103177fb82ee84b7 authored over 7 years ago
chore: tidy commit lint rules

github.com/leafsphp/watcher - 205ba1ba0201a17a7b13db03239e319e781f45c0 authored over 7 years ago
Fix: nodemon can't read config files encoded with BOM e.g. UTF-8-BOM #1031

github.com/leafsphp/watcher - 0e4b310c1c27b5783a1d61f373a95110e21d8ee8 authored over 7 years ago
feat: nodemonConfig support in package.json

* feat: support using β€˜nodemonConfig’ in package.json

Implements loading configuration option...

github.com/leafsphp/watcher - fb5da380c8d2b72cd3da59fb7b5c174ff071be89 authored over 7 years ago
fix: exit when fail to parse the config file (#921)

Fixes #651

github.com/leafsphp/watcher - 63e8606748200837016145f69799568e746e9e70 authored over 7 years ago
fix: exit with code 1 on crash if --exitcrash (#946)

I'm using nodemon in a docker container with a restart policy configured to restart the containe...

github.com/leafsphp/watcher - facc8cb2c708babc8b62f6d569d8cb38a1c243f0 authored over 7 years ago
fix: executable path handling under windows (#962)

- If the user configured a *nix compatible npm script where the path contained a forward slash, ...

github.com/leafsphp/watcher - 481dc8f8effe90beb6d8c05ff20c9cf7a1c57164 authored over 7 years ago
fix: support signal on CLI (#1061)

github.com/leafsphp/watcher - 3c352f2f27b151e84537220f3bb4e6fdbb521806 authored over 7 years ago
fix: help truncation on node 6.2 (#842) (#843)

github.com/leafsphp/watcher - abc138f570a284fe6c1636b0a00e391c2f40b025 authored over 7 years ago
docs: process.exit() hint (#976)

I kept getting this annoying problem after following this tutorial which is best described in th...

github.com/leafsphp/watcher - f6eff97b87fa83380bde8bd6c6f3576f206c31d7 authored over 7 years ago
docs: npx to run dev dependencies (#1071)

github.com/leafsphp/watcher - f7d8a2ba2c07814138761fa18ba0f7d03980a09f authored over 7 years ago
docs: updated an error condition in FAQ (#1048)

github.com/leafsphp/watcher - 9f6a47d7196d8d0e02b8845f41316b6667100bc4 authored over 7 years ago