1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 21:14:03 +00:00
Commit graph

828 commits

Author SHA1 Message Date
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
Samuel Štancl
1ec7807fbf Add more tests 2019-02-10 21:38:30 +01:00
Samuel Štancl
bc873d4402
Add note about second level domains 2019-02-10 14:30:48 +01:00
Samuel Štancl
4c9d1939dd
Fix typo [ci skip] 2019-02-09 23:16:05 +01:00
Samuel Štancl
f9f71ec49f Merge branch '1.0' of https://github.com/stancl/tenancy into 1.0 2019-02-09 16:31:36 +01:00
Samuel Štancl
3ebae91605 Remove branches from .travis.yml 2019-02-09 16:31:22 +01:00
Samuel Štancl
20b7eb7841
Syntax highlighting [ci skip] 2019-02-09 16:30:46 +01:00
Samuel Štancl
6797d180c8 Replace experimental badge with latest stable version 2019-02-09 16:18:01 +01:00
Samuel Štancl
734cc3c06b Fix link to semver 2019-02-09 16:12:56 +01:00
Samuel Štancl
5028e587dc Add note about versioning [ci skip] 2019-02-09 15:53:54 +01:00
Samuel Štancl
ef1e93bf96 Remove migrations_directory from config 2019-02-09 12:15:18 +01:00
Samuel Štancl
e1def355f9 Add command tests 2019-02-09 11:53:48 +01:00
Samuel Štancl
33fcb8a936 Cleanup commands 2019-02-09 00:40:52 +01:00