Commit Graph

557 Commits

Author SHA1 Message Date
rennokki 942f492bf6
Merge pull request #453 from beyondcode/refactor/pubsub-replication-tests
[refactor/tests] Added tests for Redis PubSub replication
2020-08-14 20:35:20 +03:00
Alex Renoki b7a00baaaa wip incomplete tests 2020-08-14 20:26:55 +03:00
Alex Renoki c543bbc910 Updated command 2020-08-14 20:11:07 +03:00
Alex Renoki b140d1f182 Updated command run for windows envs 2020-08-14 20:01:31 +03:00
Alex Renoki 92dd8f4f30 skipped some tests until further addo 2020-08-14 19:53:30 +03:00
Alex Renoki 4ae3d81675 assert publish 2020-08-14 16:18:01 +03:00
Alex Renoki 04cc2e7366 missing class 2020-08-14 16:03:12 +03:00
rennokki 939ae17604
Apply fixes from StyleCI (#462) 2020-08-14 14:52:42 +02:00
Alex Renoki 0fdc0bc752 Merge branch 'refactor/pubsub-replication-tests' of github.com:beyondcode/laravel-websockets into refactor/pubsub-replication-tests 2020-08-14 15:52:15 +03:00
Alex Renoki 50f0b70e64 wip 2020-08-14 15:51:57 +03:00
rennokki 5c3e87ecca
Apply fixes from StyleCI (#461) 2020-08-14 14:36:00 +02:00
Alex Renoki 25694c7146 wip 2020-08-14 15:35:36 +03:00
Alex Renoki 4c64493bc1 Improved loggin display 2020-08-14 14:14:08 +03:00
Alex Renoki 22fcddb050 docblocks 2020-08-14 13:53:14 +03:00
Alex Renoki 7458c3e09b Emptied tests for replication 2020-08-14 09:43:47 +03:00
Alex Renoki 4c23363c14 wip dashboard logger 2020-08-14 09:14:14 +03:00
Alex Renoki 5997dd4df8 wip docblocks 2020-08-14 08:42:17 +03:00
Alex Renoki 5838acad30 Set up config for broadcasting 2020-08-13 22:52:12 +03:00
Alex Renoki 14f54dac62 $this->app->make 2020-08-13 22:05:57 +03:00
Alex Renoki 8f52393ec6 Using only Redis 6.x 2020-08-13 21:56:43 +03:00
Alex Renoki ca9e90d14e Setup redis only on ubuntu-latest 2020-08-13 21:55:47 +03:00
Alex Renoki 00b3edf55a Added Illuminate\Broadcasting\BroadcastServiceProvider 2020-08-13 21:51:16 +03:00
Alex Renoki b1d29d0eff swap to xdebug 2020-08-13 20:52:39 +03:00
Alex Renoki 7053600ed0 Merge branch 'refactor/tests' of github.com:beyondcode/laravel-websockets into refactor/pubsub-replication-tests 2020-08-13 20:03:30 +03:00
Alex Renoki 4c676cba8a Merge branch '2.x' of github.com:beyondcode/laravel-websockets into refactor/tests 2020-08-13 20:02:46 +03:00
Alex Renoki d76d7bbe67 Merge branch 'master' of github.com:beyondcode/laravel-websockets into 2.x 2020-08-13 20:02:29 +03:00
Alex Renoki 20d45e8201 Merge branch 'master' of github.com:beyondcode/laravel-websockets into master 2020-08-13 19:54:43 +03:00
Alex Renoki 1f7cbebbe6 csfixing 2020-08-13 19:54:39 +03:00
rennokki f5a11acf6d
Apply fixes from StyleCI (#458) 2020-08-13 18:51:31 +02:00
Alex Renoki 65ae998aed Renamed the migration file on publish & loadMigrationsFrom() 2020-08-13 19:51:09 +03:00
rennokki 1227bc80d3
Merge pull request #454 from RohanSakhale/schema-check-breaks
Schema check breaks
2020-08-13 19:43:30 +03:00
rennokki a18ef0c6c6
wip naming 2020-08-13 19:35:37 +03:00
rennokki bce93adc00
Merge pull request #457 from beyondcode/fix/allow-missing-user-info-on-presence-channels
[fix] Allow missing user_info on Presence channels
2020-08-13 19:30:07 +03:00
Chaitali Sakhale aced9114cc Force migration to a fixed path 2020-08-13 21:58:57 +05:30
Alex Renoki 0ebf223584 Renamed the prop to replicator 2020-08-13 19:27:24 +03:00
Alex Renoki 4389fd1360 Added soft default to replication driver check 2020-08-13 19:20:29 +03:00
Alex Renoki 8b15897f63 Allow missing user_info on presence channels 2020-08-13 19:17:06 +03:00
Chaitali Sakhale d2feddd7a6 StyleCI fixed again 2020-08-13 21:09:14 +05:30
Chaitali Sakhale 94f24be368 StyleCI fixed 2020-08-13 21:07:38 +05:30
Chaitali Sakhale 84ef4ce14e Breaking fix for composer update 2020-08-13 21:02:31 +05:30
Chaitali Sakhale 37719bf77a Merge branch 'master' into schema-check-breaks 2020-08-13 21:00:33 +05:30
Alex Renoki 1446cf8610 Running redis driver tests only on linux 2020-08-13 16:39:48 +03:00
Alex Renoki 64d11c4457 Added redis as service 2020-08-13 16:32:46 +03:00
Alex Renoki d7038ed1a1 Added Redis setup at run 2020-08-13 16:26:24 +03:00
Alex Renoki 51f84e3c40 set up tests 2020-08-13 16:18:14 +03:00
Alex Renoki 64b0fa8382 Removed the setupReplication trait 2020-08-13 16:16:39 +03:00
Alex Renoki 279dd62a31 Merge branch '2.x' of github.com:beyondcode/laravel-websockets into refactor/tests 2020-08-13 15:46:11 +03:00
rennokki 8e6ca73780
Merge pull request #452 from beyondcode/update/deprecate-5.8
[2.x] Remove support for Laravel 5.8
2020-08-13 15:45:12 +03:00
Alex Renoki 4bd5273d47 Removed Larave 5.8 2020-08-13 15:29:34 +03:00
rennokki edcecff9af
Merge branch 'master' into 2.x 2020-08-13 15:25:03 +03:00