1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 19:34:04 +00:00
Commit graph

1290 commits

Author SHA1 Message Date
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
Samuel Štancl
9bc9b92d8d [breaking fix] Add array return types to StorageDriver interface 2019-04-23 17:09:32 +02:00
Samuel Štancl
ddc0e6fb1e
Remove support for onFail without arguments to improve performance 2019-03-04 22:19:38 +01:00
Samuel Štancl
4c7e6c0e06
Make snippet syntactically correct 2019-03-03 17:04:17 +01:00
Samuel Štancl
e1c4dc8934 Register the facade in TestCase 2019-02-27 22:22:09 +01:00
Samuel Štancl
337a622fcb
Use php 7.2 instead of 7.1 2019-02-27 20:25:02 +01:00
Samuel Štancl
9590727df4
Update CHANGELOG-1.x.md 2019-02-27 18:26:09 +01:00
Samuel Štancl
78fd7d43f6
Add 5.8 support (#33) 2019-02-27 18:22:34 +01:00
Samuel Štancl
725b43ce8c 1.x supports only 5.7 2019-02-26 21:27:15 +01:00
Samuel Štancl
1578a196c9
Laravel 5.8 2019-02-26 19:44:38 +01:00
Samuel Štancl
4d9681da65
Add note about Laravel versions [ci skip] 2019-02-26 17:16:02 +01:00
Samuel Štancl
1b6688b1f2
Laravel 5.8 2019-02-26 17:10:17 +01:00
Samuel Štancl
aea9bb1b03
prefix -> suffix [ci skip] 2019-02-20 14:48:36 +01:00
Samuel Štancl
e17f8d6cd7 update changelog [ci skip] 2019-02-15 21:06:52 +01:00
Samuel Štancl
06764452e0 update changelog 2019-02-15 21:03:51 +01:00
Samuel Štancl
987c54f04e Fix #29 add Tenancy facade 2019-02-15 21:00:11 +01:00
Samuel Štancl
88d4e67516 move a few lines [ci skip] 2019-02-13 18:21:48 +01:00
Samuel Štancl
08f6db4ffe Make tenancy()->init() statements more specific 2019-02-13 18:15:22 +01:00
Samuel Štancl
0c724ca2a0 Add more CacheManager tests 2019-02-13 18:13:17 +01:00
Samuel Štancl
4b1dca41e5 update changelog 2019-02-13 17:15:26 +01:00
Samuel Štancl
a2d68b1261 Fix #31 CacheManager didn't merge tags properly; write tests for CacheManager 2019-02-13 17:13:01 +01:00
Samuel Štancl
e463829e53 update changelog 2019-02-13 16:49:22 +01:00
Samuel Štancl
d4d4119754 Fix small bug in CacheManager 2019-02-13 16:46:35 +01:00
Samuel Štancl
13bc3da9da rename test [ci skip] 2019-02-13 16:26:45 +01:00
Samuel Štancl
d2ec7f171d Fix #25 better error handling 2019-02-13 16:26:00 +01:00
Samuel Štancl
fa5334f83e
Add a use statement 2019-02-13 13:23:09 +01:00
Samuel Štancl
62e3781542 Fix #30 remove namespace statement from helpers.php 2019-02-13 13:12:12 +01:00
Samuel Štancl
268075cb03
Mention that values can be of arbitrary data types 2019-02-11 19:42:27 +01:00
Samuel Štancl
43a9525bff
Update CHANGELOG-1.x.md 2019-02-11 19:36:48 +01:00
Samuel Štancl
7fc89271f3 Fix #28 associative arrays being converted into objects 2019-02-11 19:34:52 +01:00
Samuel Štancl
0bb18bb11a Merge db creation & deletion tests 2019-02-10 23:25:00 +01:00
Samuel Štancl
9417e0acf2 Add changelog 2019-02-10 21:53:40 +01:00
Samuel Štancl
83d272007d
Add array support to the storage. (#27)
* Add array support to the storage.
(Existing tests have been modified, but only in a way that makes them more correct than they were, making this a backwards compatible feature.)
2019-02-10 21:45:36 +01:00
Samuel Štancl
cd803cbb47 Merge branch '1.0' of https://github.com/stancl/tenancy into 1.0 2019-02-10 21:38:45 +01:00