Commit Graph

1008 Commits

Author SHA1 Message Date
rennokki f08e4f287a
Merge pull request #583 from beyondcode/fix/1.x-buzz-react-fix
[fix/1.x] Replace react-buzz with react-http
2020-10-18 10:20:20 +03:00
rennokki 90f1eb12d7
Merge pull request #582 from beyondcode/fix/deprecated-buzz
[fix/2.x] Remove deprecated buzz-react
2020-10-18 10:13:03 +03:00
Alex Renoki a087cb9b6d Replaced react-buzz with react-http 2020-10-18 10:12:19 +03:00
Alex Renoki 330151e2cf Removed buzz-react 2020-10-18 10:04:06 +03:00
Alex Renoki 6a04f9ce4c Removed replicator-message-published 2020-10-07 23:28:38 +03:00
Alex Renoki 0ca6355aa6 Fixed constant 2020-10-07 22:56:38 +03:00
Alex Renoki a2dd552805 Added missing logs 2020-10-05 09:25:20 +03:00
Alex Renoki 2839d4cbd8 fixed mc 2020-10-05 09:01:52 +03:00
rennokki 35d875093d
Merge pull request #563 from lionslair/2.x
2.x Spelling fixes
2020-09-30 09:12:48 +03:00
Nathan Rzepecki 8f2ec97d16 Fix spelling mistake 2020-09-30 11:33:46 +08:00
Nathan Rzepecki b6f2ce0f7c Fix spelling mistake 2020-09-30 11:33:16 +08:00
Nathan Rzepecki 9782bd2a6a Merge remote-tracking branch 'upstream/2.x' into 2.x 2020-09-30 11:29:05 +08:00
rennokki 604357afae
Merge pull request #560 from RinorDreshaj/patch-2
Update ssl.md
2020-09-29 08:58:47 +00:00
Rinor Dreshaj 84fc958142
Update ssl.md
FIX: correct double local_key on the ssl documentation
2020-09-29 10:57:09 +02:00
rennokki a7c505e683
[2.x] Dispatch events on actions (#556)
* Dispatching events
2020-09-26 22:01:58 +03:00
rennokki 9cb83dccfd
Merge pull request #552 from beyondcode/feature/async-queue
[2.x] Async Redis queue driver
2020-09-26 12:37:25 +00:00
Alex Renoki 391c5f7799 wip coverage & namings 2020-09-26 10:59:49 +03:00
Alex Renoki d0b4f46aec Fixed tests 2020-09-26 10:51:36 +03:00
Alex Renoki f39fa98f4d Merge branch 'feature/async-queue' of github.com:beyondcode/laravel-websockets into feature/async-queue 2020-09-26 10:47:53 +03:00
Alex Renoki a370e64cd5 renamed test 2020-09-26 10:47:50 +03:00
rennokki dea681703b
Apply fixes from StyleCI (#554) 2020-09-26 09:31:16 +02:00
Alex Renoki fd1a459047 Added integrations for Redis 2020-09-26 10:30:53 +03:00
rennokki 6c8c748b58
Apply fixes from StyleCI (#553) 2020-09-25 21:36:01 +02:00
Alex Renoki eb7161421f Merge branch 'feature/async-queue' of github.com:beyondcode/laravel-websockets into feature/async-queue 2020-09-25 22:35:42 +03:00
Alex Renoki 3aaecc8c3e fixed tests 2020-09-25 22:35:38 +03:00
rennokki 2880610bf6
Apply fixes from StyleCI (#551) 2020-09-25 21:16:30 +02:00
Alex Renoki c1bef4db5b Added async redis connection 2020-09-25 22:16:06 +03:00
rennokki 40ee5fb805
Merge pull request #547 from beyondcode/feature/remove-obsolete-connections-after-120-seconds
[2.x] Remove obsolete connections older than 120 seconds for local channel manager
2020-09-19 16:13:39 +00:00
Alex Renoki 2c57668ca6 Enforcing ^6.3 for ArrayLock 2020-09-19 19:08:37 +03:00
Alex Renoki 29d109668c Merge branch 'feature/remove-obsolete-connections-after-120-seconds' of github.com:beyondcode/laravel-websockets into feature/remove-obsolete-connections-after-120-seconds 2020-09-19 18:46:16 +03:00
Alex Renoki 4b484aad48 Fixed store 2020-09-19 18:46:13 +03:00
rennokki a9f87dbf95
Apply fixes from StyleCI (#546) 2020-09-19 17:41:47 +02:00
Alex Renoki 53a6d0f875 Added tests 2020-09-19 18:41:25 +03:00
Alex Renoki 223a789b0d Added local removal for obsolete connections. 2020-09-19 18:38:08 +03:00
rennokki 1f6e714873
Merge pull request #544 from beyondcode/feature/promises
[2.x] Ensure promises run one-after-another
2020-09-19 12:42:19 +00:00
rennokki 60c21f3f7b
Apply fixes from StyleCI (#543) 2020-09-19 13:16:46 +02:00
Alex Renoki 5cb2ee9fce Run promises one-after-another 2020-09-19 14:16:26 +03:00
rennokki c85ec38452
Added getName() to channels 2020-09-19 08:50:04 +00:00
rennokki bf47275c9b
Merge branch 'master' into 2.x 2020-09-18 19:20:17 +00:00
rennokki 8a3e892280
Merge pull request #542 from authanram/master
Update docs
2020-09-18 19:17:57 +00:00
Daniel Seuffer 0310d8885e
Update docs 2020-09-18 21:07:47 +02:00
rennokki 265c80d414
Apply fixes from StyleCI (#541) 2020-09-18 20:01:35 +02:00
Alex Renoki 2066e803b8 Fixed tests to make sure the message is broadcasted properly both locally and across servers. 2020-09-18 21:01:11 +03:00
Alex Renoki 546c4fd0ef Broadcast both locally and across servers on dashboard logger. 2020-09-18 20:27:12 +03:00
Alex Renoki 7519da4a08 Force broadcastAcrossAllServers even if the channel exists locally 2020-09-18 17:04:16 +03:00
Alex Renoki 7f6b8fa2c8 Fixed health handler 2020-09-18 16:18:58 +03:00
Alex Renoki 9c19546faf Reduced the number of lines 2020-09-18 13:10:44 +03:00
Alex Renoki ed41ad5ca0 Moved tests across classes 2020-09-18 12:53:36 +03:00
Alex Renoki 14a79447f5 Added $processCollection to the getForGraph method 2020-09-18 12:44:07 +03:00
Alex Renoki 9a6e8e3dc1 Swapped order for mapWithKeys 2020-09-18 12:31:51 +03:00