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

1303 commits

Author SHA1 Message Date
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
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