Commit Graph

989 Commits

Author SHA1 Message Date
Alex Renoki 544b0a120d wip 2020-09-10 23:20:19 +03:00
Alex Renoki 7a77445122 wip 2020-09-10 23:16:17 +03:00
Alex Renoki c9c3a37bfd Merge branch 'master' of github.com:beyondcode/laravel-websockets into 2.x 2020-09-10 23:13:04 +03:00
rennokki cf4aaea5a3
Merge pull request #519 from beyondcode/rewrite-from-scratch
[rewrite] Rewrite 2.x from scratch
2020-09-10 23:07:17 +03:00
rennokki 341eb9604f
Apply fixes from StyleCI (#518) 2020-09-10 21:59:49 +02:00
Alex Renoki 6f32b89459 wip 2020-09-10 22:59:26 +03:00
rennokki 00dd9b0b25
Merge pull request #506 from faustbrian/patch-1
support laravel 8
2020-09-10 16:44:10 +03:00
rennokki 4fb318a56b
Update run-tests.yml 2020-09-10 09:24:14 +03:00
rennokki 21f1349bef
Update run-tests.yml 2020-09-10 08:53:12 +03:00
rennokki bf0986bcda
updated constraints 2020-09-10 08:48:46 +03:00
rennokki c85b925c9d
Updated CI for 8.0 2020-09-10 08:35:39 +03:00
rennokki d85ba70e58
Deprecated 5.8.* 2020-09-10 08:34:39 +03:00
Alex Renoki de6b1b28ba Reverted more __call() to direct calls 2020-09-07 09:34:06 +03:00
Alex Renoki 3555b471cd Fixed bug for non-int values 2020-09-06 20:29:33 +03:00
Alex Renoki 3ce55575a0 Fixed possible errors with null values 2020-09-06 19:44:35 +03:00
Alex Renoki 4fea039855 Added missing $replicator 2020-09-06 13:18:41 +03:00
Alex Renoki bd3aa90b65 Replaced __call with direct function call 2020-09-06 13:13:03 +03:00
rennokki c078e5a2b7
Merge pull request #497 from beyondcode/fix/app-connections-count
[fix] Redis connection counter didn't work properly
2020-09-06 11:02:11 +03:00
Alex Renoki 5ba24cb80c Fixed tests for stats metrics 2020-09-06 10:53:03 +03:00
Brian Faust 16f87e6d4f
support laravel 8 2020-09-06 05:15:00 +03:00
Alex Renoki 1c889beff9 Merge branch 'fix/app-connections-count' of github.com:beyondcode/laravel-websockets into fix/app-connections-count 2020-09-05 22:51:15 +03:00
Alex Renoki b2263dc334 Forcing ^2.0 on react/promise 2020-09-05 22:51:12 +03:00
rennokki dd33a33815
Apply fixes from StyleCI (#505) 2020-09-05 21:41:55 +02:00
Alex Renoki 593c48f8c2 Fixed statistics logger 2020-09-05 22:41:02 +03:00
Alex Renoki ca4a9a180e Running then() closures as block in tests 2020-09-05 22:40:52 +03:00
Alex Renoki b45d786bfd Merge branch '2.x' of github.com:beyondcode/laravel-websockets into fix/app-connections-count 2020-09-05 10:29:08 +03:00
Alex Renoki 7e9d3cdc77 Fixed tests 2020-09-04 22:38:01 +03:00
Alex Renoki cadd2602cb Merge branch 'fix/app-connections-count' of github.com:beyondcode/laravel-websockets into fix/app-connections-count 2020-09-04 22:35:38 +03:00
Alex Renoki 7a629cfcb0 Fixed typo 2020-09-04 22:35:35 +03:00
rennokki b2ac9090cc
Apply fixes from StyleCI (#503) 2020-09-04 21:28:42 +02:00
Alex Renoki 1e2672d9e0 Updated tests 2020-09-04 22:26:46 +03:00
Alex Renoki 1dfe14a517 Merge branch 'fix/app-connections-count' of github.com:beyondcode/laravel-websockets into fix/app-connections-count 2020-09-04 21:50:41 +03:00
Alex Renoki ea9741072b Fixed tests 2020-09-04 21:50:38 +03:00
rennokki d20adcd2c0
Apply fixes from StyleCI (#502) 2020-09-04 16:51:12 +02:00
Alex Renoki e6cfa85472 Replaced blocking Redis instance with non-blocking I/O client 2020-09-04 17:50:49 +03:00
rennokki 06c898a005
Merge pull request #499 from francislavoie/patch-2
Fix docblocks in App
2020-09-04 16:54:29 +03:00
rennokki a391f5afb2
formatting 2020-09-04 16:53:42 +03:00
Francis Lavoie f2a30bcb6f
Update ConfigAppManager.php 2020-09-04 09:23:43 -04:00
Francis Lavoie 5cb398f672
Update AppManager.php 2020-09-04 09:23:24 -04:00
Francis Lavoie c51a9806cb
Update App.php 2020-09-04 09:23:03 -04:00
Alex Renoki 0cb0e6c3b7 Added local driver as default 2020-09-04 12:00:04 +03:00
Alex Renoki 037500004d Remove duplicated method. 2020-09-04 11:58:01 +03:00
Alex Renoki b9dfecab68 Using separate connection counts for global & local. 2020-09-04 11:34:33 +03:00
rennokki 4067432b93
Merge pull request #498 from francislavoie/patch-1
Update Caddy example for Caddy v2
2020-09-04 10:45:44 +03:00
Alex Renoki 4e11355172 Merge branch 'fix/app-connections-count' of github.com:beyondcode/laravel-websockets into fix/app-connections-count 2020-09-04 09:49:17 +03:00
Alex Renoki e9ec650010 Removed $redis from RedisClient 2020-09-04 09:49:14 +03:00
rennokki 855646a5a7
Apply fixes from StyleCI (#500) 2020-09-04 08:47:46 +02:00
Alex Renoki a45c0bf9cc Using the Redis non-blocking client. 2020-09-04 09:47:23 +03:00
Francis Lavoie 1389b6ca0a
Update ConfigAppManager.php 2020-09-03 21:11:45 -04:00
Francis Lavoie 349fb54ae6
Update AppManager.php 2020-09-03 21:10:50 -04:00