1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-27 08:31:20 +02:00
focalboard/server/integrationtests
Miguel de la Cruz 3ae821d2e8
Refactor websockets state and lifecycle (#3315)
* Refactor websockets state and lifecycle

This PR moves the state of the authentication and subscriptions to the
websockets client, allowing for multiple components to communicate
with it and request subscriptions independently. With this change, the
lifecycle of the websockets client is now managed on a component, and
a hook is provided for easy access to it from individual components.

* Fix linter

* Integrating the new websockets in channels integration with the RHS and board selector

* Some small fixes around boards-channels relationship

* Make the boards unfurl to always use the current team

* Fixing weird behaviors in websockets and other small data related bugs in channel-board relationship

* Only warn if withWebSockets is used without a base connection

* Fix tests

* Fix linter

* Update snapshot

* Fixing plugin tests

Co-authored-by: Jesús Espino <jespinog@gmail.com>
2022-07-14 12:31:51 +02:00
..
blocks_test.go Merge pull request #2756 from wiggin77/add_remove_unit_tests 2022-04-09 08:43:31 -06:00
board_test.go Refactor websockets state and lifecycle (#3315) 2022-07-14 12:31:51 +02:00
boards_and_blocks_test.go GH-3050 - Fix deleting empty property (#3249) 2022-06-20 14:16:02 -06:00
clienttestlib.go Initial Boards+Channels implementation (#3110) 2022-07-07 16:46:53 +02:00
export_test.go unit test for export board 2022-04-12 23:41:32 -04:00
file_test.go Adding integration tests for the file size limit 2022-03-29 15:56:57 +02:00
permissions_test.go Initial Boards+Channels implementation (#3110) 2022-07-07 16:46:53 +02:00
pluginteststore.go Initial Boards+Channels implementation (#3110) 2022-07-07 16:46:53 +02:00
sharing_test.go GH-2808: fix some logging issues with share board. (#2827) 2022-04-18 08:57:42 -06:00
subscriptions_test.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
teststore.go GetBoardMetadata API (#2569) 2022-03-29 14:47:49 -07:00
user_test.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00