Commit Graph

686 Commits

Author SHA1 Message Date
Alex Renoki d6b6135d7c Removed $this->connection from RedisPusherBroadcaster 2020-08-24 12:42:01 +03:00
Alex Renoki e67fe3828d Avoid taking null into consideration. 2020-08-24 11:50:02 +03:00
rennokki 793dc24c24
Merge pull request #482 from beyondcode/code-coverage
[2.x] Code coverage fixes
2020-08-24 09:46:26 +03:00
Alex Renoki f3b706de52 wip 2020-08-24 09:39:05 +03:00
Alex Renoki cf40ec57f4 Merge branch 'code-coverage' of github.com:beyondcode/laravel-websockets into code-coverage 2020-08-24 09:10:54 +03:00
Alex Renoki 4bfed3310c removed trailing comma 2020-08-24 09:10:50 +03:00
rennokki cd8e53c69d
Apply fixes from StyleCI (#486) 2020-08-24 08:04:14 +02:00
Alex Renoki f742981729 Merge branch 'code-coverage' of github.com:beyondcode/laravel-websockets into code-coverage 2020-08-24 09:03:55 +03:00
Alex Renoki afa8af5ddc Added tests for send message 2020-08-24 09:03:52 +03:00
rennokki 3ce7eff44d
Apply fixes from StyleCI (#484) 2020-08-23 19:41:38 +02:00
Alex Renoki c6b3c07510 Merge branch 'code-coverage' of github.com:beyondcode/laravel-websockets into code-coverage 2020-08-23 20:41:20 +03:00
Alex Renoki 499a153a0a wip 2020-08-23 20:41:17 +03:00
rennokki 82aacc7c4d
Apply fixes from StyleCI (#483) 2020-08-23 18:12:46 +02:00
Alex Renoki f62ac8fd56 wip 2020-08-23 19:12:22 +03:00
Alex Renoki b46cfadaa2 wip 2020-08-23 18:34:29 +03:00
Alex Renoki 96c0eb98d6 Addded .codecov.yml 2020-08-23 13:54:22 +03:00
Alex Renoki 3fcfe1bb39 Added test for app_id 2020-08-23 13:44:09 +03:00
Alex Renoki 2a6d91aaf7 Added tests for statistics loggers drivers 2020-08-23 13:40:18 +03:00
Alex Renoki 108a717c0a Fixed inconsistency by not passing $appId to all methods 2020-08-23 13:39:59 +03:00
Alex Renoki 714cc5b22d The get() method accepts Request or nuill 2020-08-23 13:38:56 +03:00
Alex Renoki c8c66c9b88 Merge branch 'code-coverage' of github.com:beyondcode/laravel-websockets into code-coverage 2020-08-22 22:22:49 +03:00
Alex Renoki b00e19e7af wip 2020-08-22 22:22:45 +03:00
rennokki 94d13b4877
Apply fixes from StyleCI (#481) 2020-08-22 20:55:09 +02:00
Alex Renoki 92870c088a wip 2020-08-22 21:54:48 +03:00
Alex Renoki ce652bbbcb Mocked message expects array 2020-08-22 20:53:33 +03:00
Alex Renoki b5f081c537 typo 2020-08-22 20:37:00 +03:00
rennokki a08eee60e1
Merge pull request #475 from beyondcode/fix/memory-leaks
[fix] Memory Leaks
2020-08-21 15:27:10 +03:00
rennokki b4c7f341d5
Merge pull request #477 from lionslair/2.x
Add some extra ENV variables for the config file
2020-08-21 07:51:13 +03:00
Nathan Rzepecki 28d9c23d7d Merge branch '2.x' of github.com:lionslair/laravel-websockets into 2.x 2020-08-21 10:40:23 +08:00
Nathan Rzepecki 91c24c30e8 Add some extra ENV variables for the config file 2020-08-21 10:39:58 +08:00
Nathan Rzepecki e30b147b3a Not sure why the formatting changed 2020-08-21 10:32:44 +08:00
Nathan Rzepecki f1c04d3192 Fix some of the formatting 2020-08-21 10:31:54 +08:00
Nathan Rzepecki 8f9b58a625 Add some extra ENV variables for the config file 2020-08-21 10:27:36 +08:00
Alex Renoki 70ce44e635 Replacing event with continously statistics polling 2020-08-20 11:27:55 +03:00
Alex Renoki f9cf723c0e Disabled broadcast() 2020-08-20 08:50:42 +03:00
Alex Renoki 8b5cd7657b Reverted statistics reset. 2020-08-20 08:50:22 +03:00
rennokki b1597bb836
Apply fixes from StyleCI (#476) 2020-08-19 21:40:02 +02:00
Alex Renoki 99b55411c1 Removed controller that sends out the statistics 2020-08-19 22:39:38 +03:00
Alex Renoki ed96e24f6a Resetting statistics after processing them 2020-08-19 20:55:20 +03:00
Alex Renoki da7fe0cf60 Typo 2020-08-19 19:56:34 +03:00
Alex Renoki 0902d43244 Added missing tap() 2020-08-19 19:49:56 +03:00
Alex Renoki ca8fb5355b Merge branch 'master' of github.com:beyondcode/laravel-websockets into 2.x 2020-08-19 09:41:38 +03:00
rennokki bbd48d3c72
Merge pull request #414 from Tofandel/master
Fix multiple routes not working when Logger enabled beyondcode#412
2020-08-19 09:40:55 +03:00
Alex Renoki 3123f25cbc Renamed HttpStatisticsLogger with MemoryStatisticsLogger (because it stores it in-memory) 2020-08-19 09:00:53 +03:00
rennokki 850ebe57dc
Apply fixes from StyleCI (#474) 2020-08-18 23:02:25 +02:00
Alex Renoki e34c7e8db1 Added a redis driver test 2020-08-19 00:02:02 +03:00
Alex Renoki a36d3366f1 Enforce DNS lookup on testing 2020-08-18 23:22:10 +03:00
Alex Renoki fd82904a9e Updated test for the start command 2020-08-18 23:09:12 +03:00
rennokki a2fc559e0b
Merge pull request #473 from beyondcode/refactor/custom-statistics-drivers
[2.x] Custom statistics drivers
2020-08-18 21:39:53 +03:00
rennokki 85648964d2
Apply fixes from StyleCI (#472) 2020-08-18 20:22:52 +02:00