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

53 commits

Author SHA1 Message Date
Samuel Štancl
fefe12dab4 Fix issues caused by loadMigrationsFrom 2019-08-16 12:00:30 +02:00
Samuel Štancl
9cdf3dcab6 Merge branch 'db-storage-driver' of github.com:stancl/tenancy into db-storage-driver 2019-08-16 00:35:29 +02:00
Samuel Štancl
68e0922444 wip 2019-08-16 00:35:22 +02:00
stancl
10cf366cab Apply fixes from StyleCI 2019-08-15 22:07:33 +00:00
Samuel Štancl
71e1c170bb wip 2019-08-15 23:57:54 +02:00
Samuel Štancl
3036980ea2 tearDown() no such table migrations 2019-08-15 23:53:02 +02:00
Samuel Štancl
f7ca2937fd finally fixed the migrations issue 2019-08-15 21:37:46 +02:00
Samuel Štancl
170392f15f wip 2019-08-15 19:56:55 +02:00
Samuel Štancl
db5cf1eb77 Merge branch 'db-storage-driver' of github.com:stancl/tenancy into db-storage-driver 2019-08-15 16:13:26 +02:00
Samuel Štancl
e950515654 wip 2019-08-15 15:46:47 +02:00
stancl
b1b5c6062a Apply fixes from StyleCI 2019-08-15 12:07:08 +00:00
Samuel Štancl
19409d7723 fix ./test 2019-08-15 14:06:54 +02:00
Samuel Štancl
f183235992 merge 2019-08-15 12:13:26 +02:00
Samuel Štancl
4aa35322da Add event prevents, Tenant facade 2019-08-14 22:16:51 +02:00
Samuel Štancl
6c3f86a611 change migration path 2019-08-10 14:31:05 +02:00
stancl
6d5a536c68 Apply fixes from StyleCI 2019-08-10 11:19:31 +00:00
Samuel Štancl
c8ba47a662 wip 2019-08-10 13:19:21 +02:00
Samuel Štancl
63f19ff72d wip 2019-08-10 13:11:45 +02:00
Samuel Štancl
7a5ed865e7 wip 2019-08-10 13:11:30 +02:00
stancl
7fd274d2ce Apply fixes from StyleCI 2019-08-10 09:01:51 +00:00
Samuel Štancl
c38dd1bb9a wip 2019-08-10 11:01:41 +02:00
Samuel Štancl
d77d05e620 Use env vars instead of a python script for ./test 2019-08-10 10:59:23 +02:00
Samuel Štancl
de30f375a6 wip 2019-08-10 10:53:08 +02:00
Samuel Štancl
03f233b975 wip 2019-08-10 10:20:53 +02:00
Samuel Štancl
299437a3c3 set the storage driver 2019-08-10 09:47:48 +02:00
Samuel Štancl
70234e1123 add storage driver assertion 2019-08-10 09:43:34 +02:00
Samuel Štancl
de025a6a4d Set public key on model 2019-08-09 23:17:10 +02:00
Samuel Štancl
b8baeac662 add test variant 2019-08-09 23:05:46 +02:00
Samuel Štancl
15f09e59df
[1.7.0] Add tenants:run (#81)
* wip

* Apply fixes from StyleCI

* first implementation

* Apply fixes from StyleCI

* Add support for arguments and options

* Apply fixes from StyleCI

* Write docs, add support for = in arg/opt value

* Apply fixes from StyleCI

* add $ [ci skip]
2019-08-09 19:06:00 +02:00
Samuel Štancl
13048002ef remove loadDotEnv() 2019-08-04 20:42:50 +02:00
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
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
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
2757e8f76c Fix tests 2019-07-30 22:04:10 +02:00
Samuel Štancl
92ebc1f01b
Add support for global cache (#78) 2019-07-30 21:05:30 +02:00
Samuel Štancl
dc30354699
Dockerize phpunit (#66) 2019-07-12 21:44:26 +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
e1c4dc8934 Register the facade in TestCase 2019-02-27 22:22:09 +01:00
Samuel Štancl
78fd7d43f6
Add 5.8 support (#33) 2019-02-27 18:22:34 +01:00
Samuel Štancl
e1def355f9 Add command tests 2019-02-09 11:53:48 +01:00
Samuel Štancl
2c69c37032 Write more tests, fix filesystem support for s3 2019-02-08 23:59:27 +01:00
Samuel Štancl
22fc843ce3 Fix a lot of bugs, fix #23 2019-02-08 22:44:46 +01:00
Samuel Štancl
f05a4bca41 Add tests, fix bugs 2019-02-08 15:28:32 +01:00
Samuel Štancl
3857c4a27d Add TestCase@initTenancy 2019-02-07 22:28:41 +01:00
Samuel Štancl
fceddb8c4d Add more tests 2019-02-07 21:44:47 +01:00
Samuel Štancl
c53a05cff4
Make database creation queueable (#17)
* SOLIDify database creation

* Return the result of fclose in SQLiteDBCreator

* Make database creation queueable

* Add DatabaseCreationTest

* Make comment more descriptive [ci skip]

* Add composer script to copy .env.example to .env

* Minor tweaks

* Fix env section

* Fix DB_PASSWORD for Travis
2019-02-07 18:12:24 +01:00