Commit Graph

  • 21db4b3252 Using the concatenated string for the config retrieve Alex Renoki 2020-09-03 16:50:55 +0300
  • d5a90d8440 Using the built-in Redis cache connection to handle non-pubsub features. Alex Renoki 2020-09-03 16:50:37 +0300
  • fadb3fc123 Added redis connection counter. Alex Renoki 2020-09-03 16:31:19 +0300
  • e9b85bbfc7 Fixed tests Alex Renoki 2020-09-03 07:33:45 +0300
  • ebfab2efd0 Fixed wrong keys names. Alex Renoki 2020-09-03 07:04:05 +0300
  • 9938cf6ae2 Moved the statistics logger to the replication driver Alex Renoki 2020-09-03 06:59:01 +0300
  • fd46b0cb0b
    Apply fixes from StyleCI (#496) rennokki 2020-09-02 17:16:57 +0300
  • 545501d575 Added events for sub/unsub/messages sent Alex Renoki 2020-09-02 17:16:34 +0300
  • 0596d1ad48 Revert "Making channels easily extendable by replacing contents with traits." Alex Renoki 2020-09-02 15:06:28 +0300
  • 204f6cb90c Fix typo Alex Renoki 2020-09-02 14:49:58 +0300
  • a8764bd293
    Apply fixes from StyleCI (#494) rennokki 2020-09-02 14:45:10 +0300
  • 97e215b68e Making channels easily extendable by replacing contents with traits. Alex Renoki 2020-09-02 14:44:44 +0300
  • 1de554e3cf Updated readme configuration for default http scheme Alex Renoki 2020-09-02 14:00:22 +0300
  • 3e239a0728 Added custom handlers for all registered routes. Alex Renoki 2020-09-02 11:57:52 +0300
  • 0dfa682c97 Revert "Moved all websockets testing related stuff into a concern" Alex Renoki 2020-08-31 11:06:14 +0300
  • bb5599f6cd Revert "Fixed tests" Alex Renoki 2020-08-31 11:05:41 +0300
  • 6ddf5900e2 Fixed tests Alex Renoki 2020-08-31 10:22:41 +0300
  • f1a14fbd1d Passing $appId on createRecord() Alex Renoki 2020-08-30 21:23:06 +0300
  • c6c3877cf7 app() Alex Renoki 2020-08-30 21:22:07 +0300
  • 1923ceedea Moved the create record into a separate method. Alex Renoki 2020-08-30 20:07:24 +0300
  • aa014add21 Moved all websockets testing related stuff into a concern Alex Renoki 2020-08-30 20:01:08 +0300
  • e099c46a0d docblocks Alex Renoki 2020-08-30 20:00:45 +0300
  • 08110b652e
    Apply fixes from StyleCI (#493) rennokki 2020-08-28 19:45:18 +0300
  • 5b6bdf49e4 Added configurable client for each replication driver. Alex Renoki 2020-08-28 19:44:54 +0300
  • 00faff7f04 Setting defaults to current connection count Alex Renoki 2020-08-28 14:11:09 +0300
  • f3b0608595
    Merge pull request #492 from beyondcode/feature/redis-statistics-driver rennokki 2020-08-27 23:21:35 +0300
  • a5af8b5afa Fixed tests Alex Renoki 2020-08-27 23:04:22 +0300
  • 62fc523cfc Fixed tests Alex Renoki 2020-08-27 22:40:10 +0300
  • ee8681a459 Use a RedisLock to avoid race conditions. Alex Renoki 2020-08-27 22:28:22 +0300
  • 0f4928f93a Merge branch 'feature/redis-statistics-driver' of github.com:beyondcode/laravel-websockets into feature/redis-statistics-driver Alex Renoki 2020-08-27 22:18:32 +0300
  • 68a3a74dfa Added docs Alex Renoki 2020-08-27 22:18:27 +0300
  • edcc2f9582
    Apply fixes from StyleCI (#491) rennokki 2020-08-27 22:13:50 +0300
  • 0c8c5c0d9b Moved the mocks statistics loggers to Mocks/ Alex Renoki 2020-08-27 22:13:30 +0300
  • 70eeb005ef Added redis logger Alex Renoki 2020-08-27 22:13:19 +0300
  • 66252c1294 Renamed path to Concerns Alex Renoki 2020-08-27 21:57:58 +0300
  • 1616321d44 Fixed double broadcasting. Alex Renoki 2020-08-27 14:35:29 +0300
  • b39b33ce4f
    Merge pull request #490 from beyondcode/fix/backend-streaming rennokki 2020-08-27 14:31:45 +0300
  • fe01abd5c1 Fixed tests Alex Renoki 2020-08-27 14:26:14 +0300
  • 4aec422ea9
    Apply fixes from StyleCI (#489) rennokki 2020-08-27 14:13:37 +0300
  • a897ce2cd3 Fixed backend streaming Alex Renoki 2020-08-27 14:13:17 +0300
  • 1877819edc Form no longer gets cleared out Alex Renoki 2020-08-27 13:39:52 +0300
  • 8baf2345bc Updated docs to contain env variables Alex Renoki 2020-08-27 11:26:07 +0300
  • d410c0264f Fixed tests Alex Renoki 2020-08-24 14:16:21 +0300
  • c79bac07c4 Fixed the subscribed topic names Alex Renoki 2020-08-24 14:06:58 +0300
  • 3f8bb62291 Enforce stdclass typehint Alex Renoki 2020-08-24 13:40:01 +0300
  • 8e3a86d2ed Spacing Alex Renoki 2020-08-24 12:43:59 +0300
  • d6b6135d7c Removed $this->connection from RedisPusherBroadcaster Alex Renoki 2020-08-24 12:42:01 +0300
  • e67fe3828d Avoid taking null into consideration. Alex Renoki 2020-08-24 11:50:02 +0300
  • 793dc24c24
    Merge pull request #482 from beyondcode/code-coverage rennokki 2020-08-24 09:46:26 +0300
  • f3b706de52 wip Alex Renoki 2020-08-24 09:39:05 +0300
  • cf40ec57f4 Merge branch 'code-coverage' of github.com:beyondcode/laravel-websockets into code-coverage Alex Renoki 2020-08-24 09:10:54 +0300
  • 4bfed3310c removed trailing comma Alex Renoki 2020-08-24 09:10:50 +0300
  • cd8e53c69d
    Apply fixes from StyleCI (#486) rennokki 2020-08-24 09:04:14 +0300
  • f742981729 Merge branch 'code-coverage' of github.com:beyondcode/laravel-websockets into code-coverage Alex Renoki 2020-08-24 09:03:55 +0300
  • afa8af5ddc Added tests for send message Alex Renoki 2020-08-24 09:03:52 +0300
  • 41e3f5a737 Merge remote-tracking branch 'upstream/2.x' into 2.x Nathan Rzepecki 2020-08-24 10:16:53 +0800
  • 3ce7eff44d
    Apply fixes from StyleCI (#484) rennokki 2020-08-23 20:41:38 +0300
  • c6b3c07510 Merge branch 'code-coverage' of github.com:beyondcode/laravel-websockets into code-coverage Alex Renoki 2020-08-23 20:41:20 +0300
  • 499a153a0a wip Alex Renoki 2020-08-23 20:41:17 +0300
  • 82aacc7c4d
    Apply fixes from StyleCI (#483) rennokki 2020-08-23 19:12:46 +0300
  • f62ac8fd56 wip Alex Renoki 2020-08-23 19:12:22 +0300
  • b46cfadaa2 wip Alex Renoki 2020-08-23 18:34:29 +0300
  • 96c0eb98d6 Addded .codecov.yml Alex Renoki 2020-08-23 13:54:22 +0300
  • 3fcfe1bb39 Added test for app_id Alex Renoki 2020-08-23 13:44:09 +0300
  • 2a6d91aaf7 Added tests for statistics loggers drivers Alex Renoki 2020-08-23 13:40:18 +0300
  • 108a717c0a Fixed inconsistency by not passing $appId to all methods Alex Renoki 2020-08-23 13:39:59 +0300
  • 714cc5b22d The get() method accepts Request or nuill Alex Renoki 2020-08-23 13:38:56 +0300
  • c8c66c9b88 Merge branch 'code-coverage' of github.com:beyondcode/laravel-websockets into code-coverage Alex Renoki 2020-08-22 22:22:49 +0300
  • b00e19e7af wip Alex Renoki 2020-08-22 22:22:45 +0300
  • 94d13b4877
    Apply fixes from StyleCI (#481) rennokki 2020-08-22 21:55:09 +0300
  • 92870c088a wip Alex Renoki 2020-08-22 21:54:48 +0300
  • ce652bbbcb Mocked message expects array Alex Renoki 2020-08-22 20:53:33 +0300
  • b5f081c537 typo Alex Renoki 2020-08-22 20:37:00 +0300
  • a08eee60e1
    Merge pull request #475 from beyondcode/fix/memory-leaks rennokki 2020-08-21 15:27:10 +0300
  • 75c46e1da8 Undo changes must be the redist broadcaster Nathan Rzepecki 2020-08-21 19:55:23 +0800
  • 1cd35b190b Update the local class and the interface Nathan Rzepecki 2020-08-21 19:45:52 +0800
  • a490f78f09 Do not json encode it when it is being encoded within the publish class Nathan Rzepecki 2020-08-21 19:38:59 +0800
  • 0a7864a54d Appears to receive an array not a class so update the type cast Nathan Rzepecki 2020-08-21 19:12:50 +0800
  • b4c7f341d5
    Merge pull request #477 from lionslair/2.x rennokki 2020-08-21 07:51:13 +0300
  • 28d9c23d7d Merge branch '2.x' of github.com:lionslair/laravel-websockets into 2.x Nathan Rzepecki 2020-08-21 10:40:23 +0800
  • 91c24c30e8 Add some extra ENV variables for the config file Nathan Rzepecki 2020-08-21 10:27:36 +0800
  • e30b147b3a Not sure why the formatting changed Nathan Rzepecki 2020-08-21 10:32:36 +0800
  • f1c04d3192 Fix some of the formatting Nathan Rzepecki 2020-08-21 10:31:54 +0800
  • 8f9b58a625 Add some extra ENV variables for the config file Nathan Rzepecki 2020-08-21 10:27:36 +0800
  • 70ce44e635 Replacing event with continously statistics polling Alex Renoki 2020-08-20 11:27:55 +0300
  • f9cf723c0e Disabled broadcast() Alex Renoki 2020-08-20 08:50:42 +0300
  • 8b5cd7657b Reverted statistics reset. Alex Renoki 2020-08-20 08:50:22 +0300
  • b1597bb836
    Apply fixes from StyleCI (#476) rennokki 2020-08-19 22:40:02 +0300
  • 99b55411c1 Removed controller that sends out the statistics Alex Renoki 2020-08-19 22:39:38 +0300
  • ed96e24f6a Resetting statistics after processing them Alex Renoki 2020-08-19 20:55:20 +0300
  • da7fe0cf60 Typo Alex Renoki 2020-08-19 19:56:34 +0300
  • 0902d43244 Added missing tap() Alex Renoki 2020-08-19 19:49:56 +0300
  • ca8fb5355b Merge branch 'master' of github.com:beyondcode/laravel-websockets into 2.x Alex Renoki 2020-08-19 09:41:38 +0300
  • bbd48d3c72
    Merge pull request #414 from Tofandel/master rennokki 2020-08-19 09:40:55 +0300
  • 3123f25cbc Renamed HttpStatisticsLogger with MemoryStatisticsLogger (because it stores it in-memory) Alex Renoki 2020-08-19 09:00:53 +0300
  • 850ebe57dc
    Apply fixes from StyleCI (#474) rennokki 2020-08-19 00:02:25 +0300
  • e34c7e8db1 Added a redis driver test Alex Renoki 2020-08-19 00:02:02 +0300
  • a36d3366f1 Enforce DNS lookup on testing Alex Renoki 2020-08-18 23:22:10 +0300
  • fd82904a9e Updated test for the start command Alex Renoki 2020-08-18 23:09:12 +0300
  • a2fc559e0b
    Merge pull request #473 from beyondcode/refactor/custom-statistics-drivers rennokki 2020-08-18 21:39:53 +0300