Ecosyste.ms: OpenCollective

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

github.com/yiisoft/cache

PSR-16 compatible cache library
https://github.com/yiisoft/cache

Fix readme typos [skip ci]

0ed3d64080505754aecbe27afae240587a00c958 authored about 4 years ago by Alexander Kartavenko <[email protected]>
Ensure clear state in tests

2a2038af3c5c99cce187f7729c0a2525228e139c authored about 4 years ago by Alexander Makarov <[email protected]>
Remove unnecessary tests.

16e8b00ae43cf244747b504baae2a5b9d66b1e61 authored about 4 years ago by Alexander Kartavenko <[email protected]>
Remove base test classes

16b60ba982ce8844a86659d087fb9c79b947e342 authored about 4 years ago by Alexander Kartavenko <[email protected]>
Add FileCache

56a617d193d45888c610c328f2715f70a87b5f29 authored about 4 years ago by Alexander Kartavenko <[email protected]>
Add tests

70a33f142c61bbe717855b90175f2b9a61877694 authored about 4 years ago by Alexander Kartavenko <[email protected]>
Make constants private

85e1a2203955ace97e9b25e582053352118471b1 authored about 4 years ago by Alexander Kartavenko <[email protected]>
Fix method visibility

895bd38b9e6d1df8e4d30cea614bd9bcb6b8e888 authored about 4 years ago by Alexander Makarov <[email protected]>
Reorganize

afaef8b6d2ca4266c813dce49898f31e4e576f51 authored about 4 years ago by Alexander Kartavenko <[email protected]>
Refactoring

bba0dfac0eb0f5698900470bc77d24f121674b2f authored about 4 years ago by Alexander Kartavenko <[email protected]>
Rename TestNullCache -> NullCacheTest

d071badacd0985a4cd3f35148bffe5a7fbfc7f29 authored about 4 years ago by Alexander Makarov <[email protected]>
Add ability to implement optimal multi-key deletion to SimpleCache and implement it for WinCache, Memcached and apcu. Fix type hints

dc5418fe5a47f133550fc782a79a58c603f398ea authored about 4 years ago by Alexander Makarov <[email protected]>
Inject/use PSR log interface instead of Yii:: reference

de2a21de1cc5f1fe89c9dd09ec5129ccc8ddd11d authored about 4 years ago by Alexander Makarov <[email protected]>
Fix namespace

e362afc5ecac18e7eb027ed17f09bbb212d5b286 authored about 4 years ago by Alexander Kartavenko <[email protected]>
Added has() checks to ArrayCacheTest

eee53b525d16982d1fe76446ff772443580478c4 authored about 4 years ago by Alexander Makarov <[email protected]>
Run tests in random order

Helps not to rely on side effects

f28a32dbc424aeadf3769ad766deb32f586ee755 authored about 4 years ago by Alexander Makarov <[email protected]>
Remove MemcachedServer

f65987e4ecc628b6174be42a286602ccf5f99965 authored about 4 years ago by Alexander Kartavenko <[email protected]>
Add missing setter for FileCache::$directoryLevel, cleanup

0148f628f88644299c3765a0cb77caf3b782317f authored about 4 years ago by Alexander Makarov <[email protected]>
Remove BaseCache

107155a686c70264307f4f978cb8565706e012e7 authored about 4 years ago by Alexander Kartavenko <[email protected]>
Update composer.json (#24)

move php-mock-phpunit to dev dependency

10b7a46cec5c0422ed0a5a16df3b73dace1e5baa authored about 4 years ago by Philip <[email protected]>
Extract constant

1cb006b03f7f0f3b2a4cb0b96c2054d68e9c6bda authored about 4 years ago by Alexander Kartavenko <[email protected]>
phpdoc cleanup

224f5035a055d5d4ddb4fcb8c882651433f11373 authored about 4 years ago by Alexander Makarov <[email protected]>
Add docs

253c2ec068a3cf769d017763cbd5f42727d350fe authored about 4 years ago by Alexander Makarov <[email protected]>
Apply fixes from StyleCI

375c6658f0b27700bec194e528d10dc6dea85b07 authored about 4 years ago by Alexander Makarov <[email protected]>
Fix typo

398f00baddc22274dc81b629410f715c529e3d5a authored about 4 years ago by Alexander Makarov <[email protected]>
Remove unnecessary type-casting

fbaeeccf5fd68278104763827bcfdfda79664df5 authored about 4 years ago by Alexander Makarov <[email protected]>
Fix #16: Improve test environment

- Use newer phpunit
- Use mocks instead of sudo
- Use hirak/prestissimo
- Use phpdbg -qrr ins...

020a952eb538be889a5b57c5c17f2731843f6c9c authored about 4 years ago by Alexander Makarov <[email protected]>
Fix typo

fd2c001782ae9537b5977f41df9c6d9f4a5020af authored about 4 years ago by Alexander Makarov <[email protected]>
More cleanup

6afe4b40d87fb91e51d2ad906803cbc3fc404851 authored about 4 years ago by Alexander Makarov <[email protected]>
Fix TagDependency types

d046908c73dcbb85f84a23338e6e35b8592a7cdf authored about 4 years ago by Alexander Makarov <[email protected]>
Clean up phpdoc and method signautres

111916db72e62080500cb59b82a2a26447df442a authored about 4 years ago by Alexander Makarov <[email protected]>
Add mbstring to requirements

823d9c0a829eb03e839c07771cc015f63d474923 authored about 4 years ago by Alexander Makarov <[email protected]>
Minor cleanup

26a943685fbbf2406ffb23d70d77d58ac355abea authored about 4 years ago by Alexander Makarov <[email protected]>
Add code quality badges

2c5a81ad4eec0342cfabfe4f1f87f8dac593702c authored about 4 years ago by Alexander Makarov <[email protected]>
Fix tests

7ef8899f59591537bdcab8f1a71449366f86644f authored about 4 years ago by Alexander Makarov <[email protected]>
Fix tests

b2646ed1e87c1b9617c5f22df1dcd1868c22af4c authored about 4 years ago by Alexander Makarov <[email protected]>
Finalize classes that aren't meant for extension

ddb2400f31b8232bb34dfe05d5c95410b9d7656c authored about 4 years ago by Alexander Makarov <[email protected]>
Add extra type hints in tests

b85e277d48144f92355c36500869ab8502ea9a4d authored about 4 years ago by Alexander Makarov <[email protected]>
Re-introduce logging for file cache

8d9a388fe6ce67bec5580de9fc66b480b0ca7c14 authored about 4 years ago by Alexander Makarov <[email protected]>
Correct implementations for all drivers

- Remove yiisoft/strings dependency.
- Add compliance to PSR default values expected behavior.
-...

cff0e2b8bb1eb0376d2b2cd71f93db447bda0bb9 authored about 4 years ago by Alexander Makarov <[email protected]>
Rename DummyCache to NullCache to match NullLogger

5e5638f4c600c89cf7adac09fc088def0d66c912 authored about 4 years ago by Alexander Makarov <[email protected]>
Add more type hints

eee3b6e1356c4256db52270c78c240fd02645675 authored about 4 years ago by Alexander Makarov <[email protected]>
Do not use data providers in tests

090c56c09cebe17a846230a68ab9088c6d3c110d authored about 4 years ago by Alexander Makarov <[email protected]>
Make apcu cache setMultiple() return false in case one of the keys failed

9deeb33acc0f4eaed47111f41007dede165852b7 authored about 4 years ago by Alexander Makarov <[email protected]>
Apply fixes from StyleCI

172d6fc1ae733af8cf69fdca18bbc85c98a84da4 authored about 4 years ago by Alexander Makarov <[email protected]>
Improve SimpleCache usability

Previously you had to normalize key when implementing has() yourself

6ef6b24c1207f5fdbc6d654e51dc527bb58345cc authored about 4 years ago by Alexander Makarov <[email protected]>
Partially fix WinCache

5e2ecd2a7529f3f9e098ed3285b1667de8251dd3 authored about 4 years ago by Alexander Makarov <[email protected]>
Remove array access, more type hints and fixes

- Add more type hints.
- Fix implementation of NullCache to implement library interface instead ...

2981184d1a66c21684adeffd1a956c55df068d41 authored about 4 years ago by Alexander Makarov <[email protected]>
Fix MemCachedTest

9eb330ba8bb80e249248e2e753dcca22c8b0ad6c authored about 4 years ago by Alexander Makarov <[email protected]>
Fix DependencyTest

669283abfe88066fc091ead261a203ca069f17ff authored about 4 years ago by Alexander Makarov <[email protected]>
Simplify tests

f80434216f9c88fd7e484225a93ecf2cf8cf7c76 authored about 4 years ago by Alexander Makarov <[email protected]>
Remove rector dependency

0cf2c85b5384cf49c18bf052cce3a16f3b304bd1 authored about 4 years ago by Alexander Makarov <[email protected]>
Fix PhpSerializer

58102bda55046da0831095365173f55533484b47 authored about 4 years ago by Alexander Makarov <[email protected]>
Clean up serializer and its tests

d45c8eb6270e87c7dec1a5c559301b526561aa43 authored about 4 years ago by Alexander Makarov <[email protected]>
Apply fixes from StyleCI

800ef1bc86c1bbdea68979a55b766f1fbeefc2aa authored about 4 years ago by Alexander Makarov <[email protected]>
Apply fixes from StyleCI

fd40c7138ed991637e418f7893de8c504b658286 authored about 4 years ago by Alexander Makarov <[email protected]>
Remove unnecessary test

d405d5b89925ac2c9bd908861f16f0f33075160b authored about 4 years ago by Alexander Makarov <[email protected]>
Apply ideas from #13

Co-authored-by: Viktor <[email protected]>

ad2e94d938246ad9607582f78745b64ae9d98d5b authored about 4 years ago by Alexander Makarov <[email protected]>
Pass NullLogger to cache constructor in tests

72ccd5a98442faf79b200d63a188febfb837e511 authored about 4 years ago by Alexander Makarov <[email protected]>
Remove logger dependency since there is no need for it in unit tests

88325a68f5049f68d25f2ee4af78ccce20c9ec3b authored about 4 years ago by Alexander Makarov <[email protected]>
Fix private variable name

8013f50d0ef797b8531437481d93c6d08ea3bcf1 authored about 4 years ago by Alexander Makarov <[email protected]>
Fix issues from PR review

c8e6cd4bfb4e7efca7839911065cacc2d19dcf94 authored about 4 years ago by Alexander Makarov <[email protected]>
Add ApcuCache

5b134d283ba5a4ace25faae9b5d13ce5f43969c7 authored about 4 years ago by Alexander Kartavenko <[email protected]>
Add WinCache

fd26571a1bbac2dee1164d6aff6e428ddd4ecdcf authored about 4 years ago by Alexander Kartavenko <[email protected]>
travis

0f80c0fe817129b95ff93cf9d4a59c94ac19e015 authored about 4 years ago by Alexander Kartavenko <[email protected]>
travis

6018377e24204722866528853cad1418cb6a3b64 authored about 4 years ago by Alexander Kartavenko <[email protected]>
travis

7561ef6264b8819e9a12ac8fd747f3ebbe719b60 authored about 4 years ago by Alexander Kartavenko <[email protected]>
Apply fixes from StyleCI

9fb152931280b93cd7a2592dea59361ffcd43877 authored about 4 years ago by Alexander Makarov <[email protected]>
travis

be4178d39dd5e6bd7e12a91bddc0e681045e8a11 authored about 4 years ago by Alexander Kartavenko <[email protected]>
travis

2a2e66143bbeffdc75e54c4df714af87fe199052 authored about 4 years ago by Alexander Kartavenko <[email protected]>
Apply changes from code review

d8ff0445bc13f41c9315587f1e04787f4f315fd2 authored about 4 years ago by Alexander Kartavenko <[email protected]>
Fix styleci issues

1071a4dda68cf1ebefc89745ae69d771b2275ac9 authored about 4 years ago by Alexander Kartavenko <[email protected]>
Remove extracted components (#31)

9c6b9008c52a99fb0e40c4490a0ff6bb74f99faf authored about 4 years ago by Alexander Kartavenko <[email protected]>
Update TagDependency.php

69b54e5629e6514a5bd0b13ef37696592d901dd4 authored about 4 years ago by Alexander Makarov <[email protected]>
Minor fixes and refactoring (#32)

90b1bad8605be8f1f05bc39a066b9ef12865d01b authored about 4 years ago by Alexander Kartavenko <[email protected]>
Add tests, refactoring (#33)

f03d608da2be3cec7926e399dffa711bada6499e authored about 4 years ago by Alexander Kartavenko <[email protected]>
Fix the case when the key is the string representation of an integer (#34)

43f6b98b3c112b8d78579dbcebe22bfa69d6add8 authored about 4 years ago by Alexander Kartavenko <[email protected]>
Add cache backend suggstions

cb6e4742361f2f2bd8269114ffcdfc73bfd85ab2 authored about 4 years ago by Alexander Makarov <[email protected]>
Fix Phan issues (#36)

066a5f460f2b9db442b288bcfc9d9b85a5fd0929 authored about 4 years ago by Alexander Kartavenko <[email protected]>
Add Phan to Travis (#37)

* Add Phan analysis to Travis
* Refactor MockHelper

bf7df1994020f8d28ce4b583c4aefcb1c7fc74b6 authored about 4 years ago by Alexander Kartavenko <[email protected]>
Run Phan only on PHP 7.3 (#38)

e5ea776c3f1344b959e1b6e6ef13c50fe30baa0c authored about 4 years ago by Alexander Kartavenko <[email protected]>
Run code coverage only on PHP 7.2 (#39)

64e66bb0bd1a3bcc449da86cf6ceef6bf0b63e54 authored about 4 years ago by Alexander Kartavenko <[email protected]>
Run travis on 7.4 instead of 8

538c74e9abfa19195ae94efa58371c42ef539d38 authored about 4 years ago by Mehdi Achour <[email protected]>
Update meta files

9c6d2558e3097358d97e13928e3d8b148a89f4e4 authored about 4 years ago by Alexander Makarov <[email protected]>
Add sort-packages to composer.json

854818209aa18071bd3cb379d758f15dc85f2f3d authored about 4 years ago by Alexander Makarov <[email protected]>
Add Slack notifications config

cdc8b68c79258efd0bcfe356b1085fa467e69ce7 authored about 4 years ago by Alexander Makarov <[email protected]>
Add editorconfig, add github as a way to contribute financially

9cb84ca4f6d977830b2dcd1c247b1bedd10af610 authored about 4 years ago by Alexander Makarov <[email protected]>
Update PHP, PHPUnit and Travis config

5773b3edd4e83e02497ba7c2969164f70e35862c authored about 4 years ago by Alexander Makarov <[email protected]>
Migrate Travis from .org to .com

73bc18d6a08d6898f153ee2f38f5a1f2ec4b5b36 authored about 4 years ago by Alexander Makarov <[email protected]>
Import from yii2

ec890ca9d8feab15d218e1a8509186bdb19f19cd authored about 4 years ago by devanych <[email protected]>