1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 18:54:03 +00:00
Commit graph

161 commits

Author SHA1 Message Date
Samuel Štancl
11b4591cbc
Merge branch '1.x' into postgres 2019-07-12 23:03:37 +02:00
Samuel Štancl
4e26118fac Fix bugs 2019-07-12 23:01:01 +02:00
Samuel Štancl
acdf39d15b add docker [wip] 2019-07-12 22:25:45 +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
43c9b02d30 fix travis.yml 2019-07-12 21:39:04 +02:00
Samuel Štancl
87a207b70c Add docker 2019-07-12 21:35:36 +02:00
Samuel Štancl
73c818f975 wip 2019-07-05 15:02:20 +02:00
Samuel Štancl
49b8b06c6a Add more assertions 2019-07-05 10:32:48 +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
c73a67b9a5 Update pgsql db select 2019-06-29 14:26:53 +02:00
Samuel Štancl
4d6cc2d8f0 debug 2019-06-29 14:19:29 +02:00
Samuel Štancl
5e45c310a4 Remove single quotes 2019-06-29 14:16:05 +02:00
Samuel Štancl
90d0ff5b9a backtick -> single quote 2019-06-29 14:13:11 +02:00
Samuel Štancl
c3dee2bce0 Change DB name to travis_tenancy 2019-06-29 14:08:51 +02:00
Samuel Štancl
32ebf892ba default -> travis_ci_default 2019-06-29 14:07:20 +02:00
Samuel Štancl
fb57845dd2 Create default postgres db 2019-06-29 14:03:55 +02:00
Samuel Štancl
6ecf3777fa Try setting pgsql db to null 2019-06-29 14:00:10 +02:00
Samuel Štancl
657e9784a5 Add PGSQL username to test env setup 2019-06-29 13:46:18 +02:00
Samuel Štancl
7a98f0874b Add PostgreSQL DB driver 2019-06-29 13:40:28 +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