Samuel Štancl
0dc8c80a02
Fix Redis scan for predis, make phpunit use multiple configs (e.g. different Redis drivers)
2019-08-04 20:04:25 +02:00
Samuel Štancl
fe6ce82045
fix .travis.yml
2019-08-04 17:45:09 +02:00
Samuel Štancl
0ff607d1d8
styleci
2019-08-04 17:43:25 +02:00
Samuel Štancl
60bfbce97b
Merge branch '1.x' of github.com:stancl/tenancy into 1.x
2019-08-04 17:42:08 +02:00
Samuel Štancl
ce9e9edbe2
remove clover.xml
2019-08-04 17:41:53 +02:00
Samuel Štancl
89990799f2
add phpunit.xml variations
2019-08-04 17:40:44 +02:00
Samuel Štancl
7c598ae2fe
wip
2019-08-03 21:25:00 +02:00
Samuel Štancl
eceacd9422
Apply fixes from StyleCI ( #80 )
2019-08-02 20:01:10 +02:00
Samuel Štancl
bd6583b6af
Create .styleci.yml
2019-08-02 19:54:10 +02:00
Samuel Štancl
2cf96423b0
Add link to website
2019-07-31 23:07:39 +02:00
Samuel Štancl
3eb6c8cc29
Mention global cache & storage in readme
2019-07-30 22:21:09 +02:00
Samuel Štancl
4d9c994c6c
update changelog for v1.6.0
2019-07-30 22:17:07 +02:00
Samuel Štancl
2757e8f76c
Fix tests
2019-07-30 22:04:10 +02:00
Samuel Štancl
f34e1e97ac
[1.6.0] [WIP] Fix cache persistence ( #79 )
...
* Add cache persistence test
* Change cache driver to redis
2019-07-30 21:27:01 +02:00
Samuel Štancl
92ebc1f01b
Add support for global cache ( #78 )
2019-07-30 21:05:30 +02:00
Samuel Štancl
d0d1f6930b
leave TOC closed by default
2019-07-30 17:47:57 +02:00
Samuel Štancl
2e51115d4e
merge
2019-07-30 17:28:46 +02:00
Samuel Štancl
debd5f365a
Add TOC ( fix #76 )
2019-07-30 17:27:47 +02:00
Samuel Štancl
cb409e4663
Add "Stay updated" section
2019-07-29 16:15:14 +02:00
Samuel Štancl
6b5f997263
update changelog for v1.5.1
2019-07-25 23:29:12 +02:00
Samuel Štancl
a3f37b7f77
Fix #71
2019-07-25 23:26:36 +02:00
Samuel Štancl
ae5527c9a9
Fix #72
2019-07-25 21:55:15 +02:00
Samuel Štancl
ea9a30a808
Merge branch '1.x' of github.com:stancl/tenancy into 1.x
2019-07-25 11:20:24 +02:00
Samuel Štancl
66a4fe9630
Fix #73
...
The domain was wrapped in "".
2019-07-25 11:19:52 +02:00
Samuel Štancl
73736a7051
update changelog for v1.5.0
2019-07-13 11:41:54 +02:00
Samuel Štancl
353f7afb82
Add tenancy()->end() ( #68 )
2019-07-13 11:38:07 +02:00
Samuel Štancl
b2e2460c34
Add PostgreSQL DB driver ( #52 )
2019-07-12 23:09:29 +02:00
Samuel Štancl
f2819adcd2
Merge branch '1.x' of github.com:stancl/tenancy into 1.x
2019-07-12 23:05:29 +02:00
Samuel Štancl
a3ff6fbd93
fix #63 (wrong return type docblock)
2019-07-12 23:05:11 +02:00
Samuel Štancl
c5b775589d
Add section about testing with docker
2019-07-12 21:51:15 +02:00
Samuel Štancl
dc30354699
Dockerize phpunit ( #66 )
2019-07-12 21:44:26 +02:00
Samuel Štancl
13cdc03103
Merge branch '1.x' of github.com:stancl/tenancy into 1.x
2019-07-03 19:19:35 +02:00
Samuel Štancl
7c7ba28391
implementation -> package
2019-07-03 19:19:19 +02:00
Samuel Štancl
83f8d15a89
Change note about tutorial
2019-07-03 18:39:58 +02:00
Samuel Štancl
4c03402601
update changelog
2019-07-03 15:42:57 +02:00
Samuel Štancl
a2ac7a25c3
Update note about predis
2019-07-03 15:41:15 +02:00
Samuel Štancl
1b6759084f
Add Predis support ( #59 )
...
* wip
* Add Predis support
* Enable phpredis extension only for some builds
* Add note about phpredis
* Fix if command
* Revert travis changes & add a version check to predis tests
2019-07-03 14:48:55 +02:00
Samuel Štancl
e7b5a77a6b
Data separation tests ( #58 )
...
* Add purge()
* Add DataSeparationTest
2019-07-01 12:28:22 +02:00
Samuel Štancl
f950265f58
Add link to the tutorial
2019-06-30 15:28:05 +02:00
Samuel Štancl
3abde1a791
Add installation requirements
2019-06-04 22:28:33 +02:00
Samuel Štancl
726d037ffd
Update CHANGELOG-1.x.md
2019-05-06 19:19:59 +02:00
Samuel Štancl
97ec172fd4
Specify namespace on global functions ( fix #35 ) ( #36 )
...
* Specify namespace on global functions (fix #35 )
* merge
* Revert some \ additions
* small fixes
2019-04-24 17:33:41 +02:00
Samuel Štancl
35abb6191d
Fix Redis scan for 5.8 ( #46 )
...
* Fix Redis scan for 5.8
* Add comments [ci skip]
2019-04-24 16:53:43 +02:00
Samuel Štancl
beb9a0a903
Move todos to issues ( #45 )
...
* Remove todo
* Remove todo
2019-04-24 09:22:12 +02:00
Samuel Štancl
5d5417cf11
Fix Jobs' docblocks ( fix #39 )
2019-04-23 18:03:40 +02:00
Samuel Štancl
c0a83e70f1
Fix classes in the Jobs namespace ( #38 )
2019-04-23 17:57:05 +02:00
Samuel Štancl
edea513edf
Test jobs' handle() ( #40 )
...
* Test jobs' handle()
* Switch (fix) method names
2019-04-23 17:56:54 +02:00
Samuel Štancl
b20f62ecfa
putMany() should return array, not put()
2019-04-23 17:11:46 +02:00
Samuel Štancl
9e4849439f
Update RedisStorageDriver with the interface change
2019-04-23 17:11:05 +02:00
Samuel Štancl
61c87ef08e
Merge branch '1.x' of github.com:stancl/tenancy into 1.x
2019-04-23 17:09:52 +02:00