Ecosyste.ms: OpenCollective

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

github.com/Cecilapp/resource-watcher

A resource watcher for getting changes of your filesystem using Symfony Finder
https://github.com/Cecilapp/resource-watcher

v 4.x ?

6050bf4cd0bacff3396cdbee595ef3fa6ab063fb authored about 1 year ago by Arnaud Ligny <[email protected]>
Prepare package name

752ba55551217b17965cdc3365646b4045712928 authored about 1 year ago by Arnaud Ligny <[email protected]>
feat: ci

6f1787827218d753d2eb5dc26e38387b8ebbb558 authored about 1 year ago by Lucas dos Santos Abreu <[email protected]>
feat: add 8.2 & 8.3

1166fd22fa090933b614ff272971f6131e7c40b1 authored about 1 year ago by Lucas dos Santos Abreu <[email protected]>
fix: remove unsupported versions

9f9b900d4e7f3b522619910e7c20d29f078deff5 authored over 2 years ago by Lucas dos Santos Abreu <[email protected]>
fix: appendToFile does not exist on symfony/filesystem:2.7

2d8ccfb36e042217b88b62b6a4e80cb88c9c8c21 authored almost 3 years ago by Lucas dos Santos Abreu <[email protected]>
feat: compatibility with symfony 6 and php 8

78a02d99844bbac41e5dfb44255ed0a823d3f788 authored almost 3 years ago by Lucas dos Santos Abreu <[email protected]>
Merge pull request #10 from prudloff-insite/patch-2

Fix exception if the constructor is called twice with the same file

fda1c5333360d89b537677fe3d856b0480dea81c authored about 4 years ago by Yo! Symfony <[email protected]>
Update ResourceCachePhpFile.php

Fix exception if the constructor is called twice with the same file

d4186a40ed6e11bf0b1f30c48574f902f6f1a4fb authored about 4 years ago by Pierre Rudloff <[email protected]>
Preparing version 3.0.0

2f197cee0231c06db865d4ad2d8d7cd3faead2f8 authored over 4 years ago by yosymfony <[email protected]>
Merge pull request #9 from pecuchet/master

Added file meta data hashing for large files

9f8048975ca75b2ba56f7c657ad871015e3d78de authored over 4 years ago by Yo! Symfony <[email protected]>
Use /tmp files for tests

424976dfa574e85e6e2aab77dfd58f6f074e27e6 authored over 4 years ago by Arnaud Coolsaet <[email protected]>
Fix test portability

0b55a055ea1b3e732467508724cad5c459f2a3a1 authored over 4 years ago by Arnaud Coolsaet <[email protected]>
Added file size and mode to trach changes

564e8114e22910a49fc59adc5d90f1413620072f authored over 4 years ago by Arnaud Coolsaet <[email protected]>
Implemented file meta data hashing

f0ae53a90647603d7b17fb53ed7337530e89ecc6 authored over 4 years ago by Arnaud Coolsaet <[email protected]>
Added a composer script to test the code

a8c34f704e6bd4f786c97f3c0ba65bd86cb2bd73 authored about 5 years ago by yosymfony <[email protected]>
Updated travis file. Updated changelog file

557795d025f6524d907c5cc98101776380f6517e authored about 5 years ago by yosymfony <[email protected]>
Fixed an error calculating the hash of a directory. If the filename is a directory, the hash is calculated using the filename instead of the content

4b51e1589d6598af1be94bad8fb8965ed982a109 authored about 5 years ago by yosymfony <[email protected]>
Merge pull request #8 from seregazhuk/add-symfony-5-support

Add Symfony 5 compatibility

3120cd01e8d13828388377ba68b3ad760a88a65c authored about 5 years ago by Yo! Symfony <[email protected]>
Add Symfony 5 compatibility

ef7d05fcd5b70816ceee9ee1a8f5b6906ebde69c authored about 5 years ago by Zhuk Sergey <[email protected]>
CHANGELOG updated

4b47d92606b52e7ef2b3ce647e2ae97b1921db63 authored over 6 years ago by yosymfony <[email protected]>
Fixed filename

937ec60269f9d6e092357a9e1948f97a738dc0dc authored over 6 years ago by yosymfony <[email protected]>
Fixed the "Unit tests" section

b2e819616e72474c7bbc5df38f349065ce37160b authored over 6 years ago by yosymfony <[email protected]>
README file updated

d08cbce47dbe9740437ad3e00051021389b892cc authored over 6 years ago by yosymfony <[email protected]>
PhpUnit minimum version has been updated to 5.7

987dcd307ce2806667658aa61f47e459b119fecf authored over 6 years ago by yosymfony <[email protected]>
Refactored the file ResourceCachePhpFile

b8fd433971c86ed745e2bf8e7f5b27744e225d8a authored over 6 years ago by yosymfony <[email protected]>
Refactored the test file: ResourceCachePhpFileTest.php

5e41f226f8cb5099b330726d0b54c079ff923db1 authored over 6 years ago by yosymfony <[email protected]>
If the method `enableRelativePathWithCache` from the class `ResourceWatcher` is invoked,

the resource cache will receive relative paths instead of absolute paths.

1992d638ef9864b82308320784edc593f929bd2f authored over 6 years ago by yosymfony <[email protected]>
In the interface `ResourceCacheInterface` the method `getResources` has been renamed to `getAll`

402fab202998bed85ec5dd3d60cb056d837ec2a1 authored over 6 years ago by yosymfony <[email protected]>
The class `ResourceCacheFile` has been renamed to `ResourceCachePhpFile` to improve the readability

ea907474228f965080e1b6c0fd2e9acf3d56794e authored over 6 years ago by yosymfony <[email protected]>
Added tests for the class ResourceWatcherResult

ab32d200b3217f241edde4b522a35229090f0a8d authored over 6 years ago by yosymfony <[email protected]>
Added a new method `initialize` to the class `ResourceWatcher`. This method warm up the cache just in case

1e3417619dbd78174a5233c365deee2e2a3e0a6e authored over 6 years ago by yosymfony <[email protected]>
Deleted the methods `isSearching` and `setFinder` from the class `ResourceWatcher`.

The class `ResourceWatcher` accepts two new arguments: the finder and class that makes the conten...

72ce81d89b540afd1294d983607a93639bba5d00 authored over 6 years ago by yosymfony <[email protected]>
Fixed the version to 2.0-dev and dropped support for PHP 5.5

6ae9a61fd9b8bba0c806b7b3d337106e636bde9e authored over 6 years ago by yosymfony <[email protected]>
Excluded the file .php_cs.cache

53062a0d97a897995ebdd68e42263febb27f3b37 authored over 6 years ago by yosymfony <[email protected]>
CS fixes

8a8c8c21515eaec0b3f8fc2b5aa15c6f8bd8ca98 authored almost 7 years ago by yosymfony <[email protected]>
Fixed the installation section

060f22fa0d4587dd6902acbe8052816a395e41b1 authored almost 7 years ago by Yo! Symfony <[email protected]>
Merge pull request #5 from erikgaal/master

Add Symfony 4 compatibility

72310e883397922a65c7424a83d863de22b537ef authored almost 7 years ago by Yo! Symfony <[email protected]>
Add Symfony 4 compatibility

f3e8ff39184f18e6513dbcc84069a12c03b99c38 authored almost 7 years ago by Erik Gaal <[email protected]>
Support for Symfony 3

c20a2cf2b90579d9804ec63dc3991ebe140f0d18 authored almost 8 years ago by yosymfony <[email protected]>
Updated year

b3c09e7f77dbaa2055a7eb11752b14217ec48d01 authored almost 8 years ago by yosymfony <[email protected]>
Dropped the support for PHP 5.4

37be9a6353a16235c8dd66f7c9ff925239f58f00 authored almost 8 years ago by yosymfony <[email protected]>
Minor fixes

c20006a4e3f3aebaaf34397cd2241ec547d889b2 authored over 9 years ago by Yo! Symfony <[email protected]>
Added PHP 7.0

e9906c872d8ecc6a7a7229e572b742892a34b36c authored over 9 years ago by Yo! Symfony <[email protected]>
Changed to Symfony 2.7

add6071b1c25fcdc5fba30c84171c77a35f5dfff authored over 9 years ago by Yo! Symfony <[email protected]>
Merge pull request #2 from Narno/patch-1

Update README.md

780161dc02d4ea03889b3d6b98d6516ad8a74fc6 authored almost 10 years ago by Yo! Symfony <[email protected]>
Update README.md

Typo: "getDeteledResources()" instead of "getDeletedResources()"

1e77c3980e42d6353eb92da59ef4cdc1ad0c8883 authored almost 10 years ago by Arnaud Ligny <[email protected]>
Merge pull request #1 from Narno/patch-1

Fixing a tiny typo in README

c08a7813d0a0e92107611d83f40384189d00804b authored almost 10 years ago by Yo! Symfony <[email protected]>
Fixing a tiny typo in README

bbcd6e29cb7d46f5698e0a70346a290e3dda3a59 authored almost 10 years ago by Arnaud Ligny <[email protected]>
Updated to Symfony 2.6

b5a05aad24d6e6d40f4bc6e1dbe31e5dc529534e authored about 10 years ago by Yo! Symfony <[email protected]>
New method: isSearching

de440d1ebaa207a76e7c0484eeef294b966263fa authored over 10 years ago by yosymfony <[email protected]>
Fix variable name

50c2f89e1f6d9e0aa6730aaee88a62fc30a27bec authored over 10 years ago by yosymfony <[email protected]>
Documentation updated

b7bf56c2cc6646050d6b50f76c95f58b848b7ff2 authored over 10 years ago by yosymfony <[email protected]>
Fix variable name

a0ca5cb7b3a03cc160a6f9cdcc1fd8805e919662 authored over 10 years ago by yosymfony <[email protected]>
Added installation section

385e52ba957f42ba7490f653502aba927d26a04d authored over 10 years ago by yosymfony <[email protected]>
Fixed assert

8def2ab15b3e686d29dd88b01ee0c3b3cda689aa authored over 10 years ago by yosymfony <[email protected]>
Fix documentation

477774a1fc5d54f22f837a64acafbb0922b540a5 authored over 10 years ago by yosymfony <[email protected]>
Initial commit

f2093cff0035cd5317d2aad08e6b47ce1677b650 authored over 10 years ago by yosymfony <[email protected]>