Alex Renoki
|
e6cfa85472
|
Replaced blocking Redis instance with non-blocking I/O client
|
2020-09-04 17:50:49 +03:00 |
Alex Renoki
|
fadb3fc123
|
Added redis connection counter.
|
2020-09-03 16:31:19 +03:00 |
Alex Renoki
|
0dfa682c97
|
Revert "Moved all websockets testing related stuff into a concern"
This reverts commit aa014add21.
|
2020-08-31 11:06:14 +03:00 |
Alex Renoki
|
bb5599f6cd
|
Revert "Fixed tests"
This reverts commit 6ddf5900e2.
|
2020-08-31 11:05:41 +03:00 |
Alex Renoki
|
6ddf5900e2
|
Fixed tests
|
2020-08-31 10:22:41 +03:00 |
Alex Renoki
|
aa014add21
|
Moved all websockets testing related stuff into a concern
|
2020-08-30 20:01:08 +03:00 |
rennokki
|
08110b652e
|
Apply fixes from StyleCI (#493)
|
2020-08-28 18:45:18 +02:00 |
Alex Renoki
|
5b6bdf49e4
|
Added configurable client for each replication driver.
|
2020-08-28 19:44:54 +03:00 |
rennokki
|
edcc2f9582
|
Apply fixes from StyleCI (#491)
|
2020-08-27 21:13:50 +02:00 |
Alex Renoki
|
0c8c5c0d9b
|
Moved the mocks statistics loggers to Mocks/
|
2020-08-27 22:13:30 +03:00 |
Alex Renoki
|
a897ce2cd3
|
Fixed backend streaming
|
2020-08-27 14:13:17 +03: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
|
2a6d91aaf7
|
Added tests for statistics loggers drivers
|
2020-08-23 13:40:18 +03:00 |
Alex Renoki
|
ce652bbbcb
|
Mocked message expects array
|
2020-08-22 20:53:33 +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
|
a36d3366f1
|
Enforce DNS lookup on testing
|
2020-08-18 23:22:10 +03:00 |
Alex Renoki
|
0b412cd98e
|
added docblocks
|
2020-08-18 20:21:22 +03:00 |
Alex Renoki
|
11727e684f
|
Added cors setting outside the app
|
2020-08-18 16:04:52 +03:00 |
Alex Renoki
|
13978cb824
|
Added extension for the websocket handler
|
2020-08-17 13:25:01 +03:00 |
Alex Renoki
|
92dd8f4f30
|
skipped some tests until further addo
|
2020-08-14 19:53:30 +03:00 |
Alex Renoki
|
25694c7146
|
wip
|
2020-08-14 15:35:36 +03:00 |
Alex Renoki
|
22fcddb050
|
docblocks
|
2020-08-14 13:53:14 +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
|
00b3edf55a
|
Added Illuminate\Broadcasting\BroadcastServiceProvider
|
2020-08-13 21:51:16 +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
|
d76d7bbe67
|
Merge branch 'master' of github.com:beyondcode/laravel-websockets into 2.x
|
2020-08-13 20:02:29 +03:00 |
Alex Renoki
|
65ae998aed
|
Renamed the migration file on publish & loadMigrationsFrom()
|
2020-08-13 19:51:09 +03:00 |
Alex Renoki
|
51f84e3c40
|
set up tests
|
2020-08-13 16:18:14 +03:00 |
rennokki
|
aa1c11e149
|
Merge branch 'master' into redis-replication
|
2020-08-13 09:59:01 +03:00 |
Freek Van der Herten
|
fa0bd1c9ef
|
Apply fixes from StyleCI (#329)
|
2020-03-04 10:58:39 +01:00 |
Francis Lavoie
|
db5837831b
|
Fix test warnings due to usage of deprecated assertArraySubset()
Also changed app_id to strings where appropriate, in real apps they should be strings when read from environment, not ints.
|
2019-09-23 15:51:43 -04:00 |
Francis Lavoie
|
b7ae9bac4a
|
Add tests for replication, fix bugs in the implementation
|
2019-09-23 15:35:12 -04:00 |
Ahmed Al-Shahawi
|
aecbfeebe7
|
Add the ability to limit the maximum concurrent connections per appli… (#143)
* Add the ability to limit the maximum concurrent connections per application
Co-Authored-By: AlShahawi <alshahawi@outlook.com>
|
2019-05-11 08:48:33 +02:00 |
Alex Bouma
|
5e84ef1ddc
|
Fix connection counting (#74)
* Fix connection counting
* Remove unused method from FakeStatisticsLogger
* Add tests for testing the connection counting
* StyleCI fixes
* Do not use Laravel 5.7.10 testing helper
* CS
|
2019-05-11 08:40:45 +02:00 |
Francis Lavoie
|
3ec6c0ade3
|
Add support for Laravel 5.8 (#122)
* Fix Laravel 5.8 compatibility
* Use Arr:: and Str:: instead of global helpers
* Remove testbench-core dependency, release was tagged
|
2019-02-27 15:27:21 +01:00 |
Marcel Pociot
|
9ce2cc3ff7
|
Apply fixes from StyleCI (#3)
|
2018-12-04 22:22:33 +01:00 |
freek
|
4aab3d441f
|
wip
|
2018-12-04 10:06:26 +01:00 |
freek
|
e993457a80
|
wip
|
2018-12-04 09:40:45 +01:00 |
freek
|
cb29ac896b
|
fix tests
|
2018-12-04 09:40:26 +01:00 |
freek
|
2a23f2b6fb
|
fix tests
|
2018-12-03 14:44:26 +01:00 |
freek
|
3d94b97158
|
wip
|
2018-12-03 14:35:00 +01:00 |
freek
|
cbf8cbf1dc
|
wip
|
2018-12-03 13:49:56 +01:00 |
freek
|
082a631cdc
|
wip
|
2018-12-03 13:33:00 +01:00 |
freek
|
62d9dff008
|
wip
|
2018-12-03 11:58:42 +01:00 |
Marcel Pociot
|
9c2ac54322
|
More tests
|
2018-12-03 10:21:35 +01:00 |
freek
|
89ace08139
|
disable client messages by default
|
2018-12-01 16:24:36 +01:00 |
freek
|
ebd07e6bdb
|
use clientMessagesEnabled
|
2018-12-01 15:59:46 +01:00 |