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
6050bf4cd0bacff3396cdbee595ef3fa6ab063fb authored about 1 year ago
Prepare package name
752ba55551217b17965cdc3365646b4045712928 authored about 1 year ago
752ba55551217b17965cdc3365646b4045712928 authored about 1 year ago
feat: ci
6f1787827218d753d2eb5dc26e38387b8ebbb558 authored about 1 year ago
6f1787827218d753d2eb5dc26e38387b8ebbb558 authored about 1 year ago
feat: add 8.2 & 8.3
1166fd22fa090933b614ff272971f6131e7c40b1 authored about 1 year ago
1166fd22fa090933b614ff272971f6131e7c40b1 authored about 1 year ago
fix: remove unsupported versions
9f9b900d4e7f3b522619910e7c20d29f078deff5 authored over 2 years ago
9f9b900d4e7f3b522619910e7c20d29f078deff5 authored over 2 years ago
fix: appendToFile does not exist on symfony/filesystem:2.7
2d8ccfb36e042217b88b62b6a4e80cb88c9c8c21 authored about 3 years ago
2d8ccfb36e042217b88b62b6a4e80cb88c9c8c21 authored about 3 years ago
feat: compatibility with symfony 6 and php 8
78a02d99844bbac41e5dfb44255ed0a823d3f788 authored about 3 years ago
78a02d99844bbac41e5dfb44255ed0a823d3f788 authored about 3 years ago
Merge pull request #10 from prudloff-insite/patch-2
Fix exception if the constructor is called twice with the same file
fda1c5333360d89b537677fe3d856b0480dea81c authored over 4 years ago
Update ResourceCachePhpFile.php
Fix exception if the constructor is called twice with the same file
d4186a40ed6e11bf0b1f30c48574f902f6f1a4fb authored over 4 years ago
Preparing version 3.0.0
2f197cee0231c06db865d4ad2d8d7cd3faead2f8 authored over 4 years ago
2f197cee0231c06db865d4ad2d8d7cd3faead2f8 authored over 4 years ago
Merge pull request #9 from pecuchet/master
Added file meta data hashing for large files
9f8048975ca75b2ba56f7c657ad871015e3d78de authored over 4 years ago
Use /tmp files for tests
424976dfa574e85e6e2aab77dfd58f6f074e27e6 authored over 4 years ago
424976dfa574e85e6e2aab77dfd58f6f074e27e6 authored over 4 years ago
Fix test portability
0b55a055ea1b3e732467508724cad5c459f2a3a1 authored over 4 years ago
0b55a055ea1b3e732467508724cad5c459f2a3a1 authored over 4 years ago
Added file size and mode to trach changes
564e8114e22910a49fc59adc5d90f1413620072f authored over 4 years ago
564e8114e22910a49fc59adc5d90f1413620072f authored over 4 years ago
Implemented file meta data hashing
f0ae53a90647603d7b17fb53ed7337530e89ecc6 authored over 4 years ago
f0ae53a90647603d7b17fb53ed7337530e89ecc6 authored over 4 years ago
Added a composer script to test the code
a8c34f704e6bd4f786c97f3c0ba65bd86cb2bd73 authored about 5 years ago
a8c34f704e6bd4f786c97f3c0ba65bd86cb2bd73 authored about 5 years ago
Updated travis file. Updated changelog file
557795d025f6524d907c5cc98101776380f6517e authored about 5 years ago
557795d025f6524d907c5cc98101776380f6517e authored about 5 years ago
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
4b51e1589d6598af1be94bad8fb8965ed982a109 authored about 5 years ago
Merge pull request #8 from seregazhuk/add-symfony-5-support
Add Symfony 5 compatibility
3120cd01e8d13828388377ba68b3ad760a88a65c authored about 5 years ago
Add Symfony 5 compatibility
ef7d05fcd5b70816ceee9ee1a8f5b6906ebde69c authored about 5 years ago
ef7d05fcd5b70816ceee9ee1a8f5b6906ebde69c authored about 5 years ago
CHANGELOG updated
4b47d92606b52e7ef2b3ce647e2ae97b1921db63 authored almost 7 years ago
4b47d92606b52e7ef2b3ce647e2ae97b1921db63 authored almost 7 years ago
Fixed filename
937ec60269f9d6e092357a9e1948f97a738dc0dc authored almost 7 years ago
937ec60269f9d6e092357a9e1948f97a738dc0dc authored almost 7 years ago
Fixed the "Unit tests" section
b2e819616e72474c7bbc5df38f349065ce37160b authored almost 7 years ago
b2e819616e72474c7bbc5df38f349065ce37160b authored almost 7 years ago
README file updated
d08cbce47dbe9740437ad3e00051021389b892cc authored almost 7 years ago
d08cbce47dbe9740437ad3e00051021389b892cc authored almost 7 years ago
PhpUnit minimum version has been updated to 5.7
987dcd307ce2806667658aa61f47e459b119fecf authored almost 7 years ago
987dcd307ce2806667658aa61f47e459b119fecf authored almost 7 years ago
Refactored the file ResourceCachePhpFile
b8fd433971c86ed745e2bf8e7f5b27744e225d8a authored almost 7 years ago
b8fd433971c86ed745e2bf8e7f5b27744e225d8a authored almost 7 years ago
Refactored the test file: ResourceCachePhpFileTest.php
5e41f226f8cb5099b330726d0b54c079ff923db1 authored almost 7 years ago
5e41f226f8cb5099b330726d0b54c079ff923db1 authored almost 7 years ago
If the method `enableRelativePathWithCache` from the class `ResourceWatcher` is invoked,
the resource cache will receive relative paths instead of absolute paths.
1992d638ef9864b82308320784edc593f929bd2f authored almost 7 years ago
In the interface `ResourceCacheInterface` the method `getResources` has been renamed to `getAll`
402fab202998bed85ec5dd3d60cb056d837ec2a1 authored almost 7 years ago
402fab202998bed85ec5dd3d60cb056d837ec2a1 authored almost 7 years ago
The class `ResourceCacheFile` has been renamed to `ResourceCachePhpFile` to improve the readability
ea907474228f965080e1b6c0fd2e9acf3d56794e authored almost 7 years ago
ea907474228f965080e1b6c0fd2e9acf3d56794e authored almost 7 years ago
Added tests for the class ResourceWatcherResult
ab32d200b3217f241edde4b522a35229090f0a8d authored almost 7 years ago
ab32d200b3217f241edde4b522a35229090f0a8d authored almost 7 years ago
Added a new method `initialize` to the class `ResourceWatcher`. This method warm up the cache just in case
1e3417619dbd78174a5233c365deee2e2a3e0a6e authored almost 7 years ago
1e3417619dbd78174a5233c365deee2e2a3e0a6e authored almost 7 years ago
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 almost 7 years ago
Fixed the version to 2.0-dev and dropped support for PHP 5.5
6ae9a61fd9b8bba0c806b7b3d337106e636bde9e authored almost 7 years ago
6ae9a61fd9b8bba0c806b7b3d337106e636bde9e authored almost 7 years ago
Excluded the file .php_cs.cache
53062a0d97a897995ebdd68e42263febb27f3b37 authored almost 7 years ago
53062a0d97a897995ebdd68e42263febb27f3b37 authored almost 7 years ago
CS fixes
8a8c8c21515eaec0b3f8fc2b5aa15c6f8bd8ca98 authored almost 7 years ago
8a8c8c21515eaec0b3f8fc2b5aa15c6f8bd8ca98 authored almost 7 years ago
Fixed the installation section
060f22fa0d4587dd6902acbe8052816a395e41b1 authored about 7 years ago
060f22fa0d4587dd6902acbe8052816a395e41b1 authored about 7 years ago
Merge pull request #5 from erikgaal/master
Add Symfony 4 compatibility
72310e883397922a65c7424a83d863de22b537ef authored about 7 years ago
Add Symfony 4 compatibility
f3e8ff39184f18e6513dbcc84069a12c03b99c38 authored about 7 years ago
f3e8ff39184f18e6513dbcc84069a12c03b99c38 authored about 7 years ago
Support for Symfony 3
c20a2cf2b90579d9804ec63dc3991ebe140f0d18 authored about 8 years ago
c20a2cf2b90579d9804ec63dc3991ebe140f0d18 authored about 8 years ago
Updated year
b3c09e7f77dbaa2055a7eb11752b14217ec48d01 authored about 8 years ago
b3c09e7f77dbaa2055a7eb11752b14217ec48d01 authored about 8 years ago
Dropped the support for PHP 5.4
37be9a6353a16235c8dd66f7c9ff925239f58f00 authored about 8 years ago
37be9a6353a16235c8dd66f7c9ff925239f58f00 authored about 8 years ago
Minor fixes
c20006a4e3f3aebaaf34397cd2241ec547d889b2 authored over 9 years ago
c20006a4e3f3aebaaf34397cd2241ec547d889b2 authored over 9 years ago
Added PHP 7.0
e9906c872d8ecc6a7a7229e572b742892a34b36c authored over 9 years ago
e9906c872d8ecc6a7a7229e572b742892a34b36c authored over 9 years ago
Changed to Symfony 2.7
add6071b1c25fcdc5fba30c84171c77a35f5dfff authored over 9 years ago
add6071b1c25fcdc5fba30c84171c77a35f5dfff authored over 9 years ago
Merge pull request #2 from Narno/patch-1
Update README.md
780161dc02d4ea03889b3d6b98d6516ad8a74fc6 authored about 10 years ago
Update README.md
Typo: "getDeteledResources()" instead of "getDeletedResources()"
1e77c3980e42d6353eb92da59ef4cdc1ad0c8883 authored about 10 years ago
Merge pull request #1 from Narno/patch-1
Fixing a tiny typo in README
c08a7813d0a0e92107611d83f40384189d00804b authored about 10 years ago
Fixing a tiny typo in README
bbcd6e29cb7d46f5698e0a70346a290e3dda3a59 authored about 10 years ago
bbcd6e29cb7d46f5698e0a70346a290e3dda3a59 authored about 10 years ago
Updated to Symfony 2.6
b5a05aad24d6e6d40f4bc6e1dbe31e5dc529534e authored about 10 years ago
b5a05aad24d6e6d40f4bc6e1dbe31e5dc529534e authored about 10 years ago
New method: isSearching
de440d1ebaa207a76e7c0484eeef294b966263fa authored over 10 years ago
de440d1ebaa207a76e7c0484eeef294b966263fa authored over 10 years ago
Fix variable name
50c2f89e1f6d9e0aa6730aaee88a62fc30a27bec authored over 10 years ago
50c2f89e1f6d9e0aa6730aaee88a62fc30a27bec authored over 10 years ago
Documentation updated
b7bf56c2cc6646050d6b50f76c95f58b848b7ff2 authored over 10 years ago
b7bf56c2cc6646050d6b50f76c95f58b848b7ff2 authored over 10 years ago
Fix variable name
a0ca5cb7b3a03cc160a6f9cdcc1fd8805e919662 authored over 10 years ago
a0ca5cb7b3a03cc160a6f9cdcc1fd8805e919662 authored over 10 years ago
Added installation section
385e52ba957f42ba7490f653502aba927d26a04d authored over 10 years ago
385e52ba957f42ba7490f653502aba927d26a04d authored over 10 years ago
Fixed assert
8def2ab15b3e686d29dd88b01ee0c3b3cda689aa authored over 10 years ago
8def2ab15b3e686d29dd88b01ee0c3b3cda689aa authored over 10 years ago
Fix documentation
477774a1fc5d54f22f837a64acafbb0922b540a5 authored over 10 years ago
477774a1fc5d54f22f837a64acafbb0922b540a5 authored over 10 years ago
Initial commit
f2093cff0035cd5317d2aad08e6b47ce1677b650 authored over 10 years ago
f2093cff0035cd5317d2aad08e6b47ce1677b650 authored over 10 years ago