Jonatan Kłosko
4334e8a58e
Add access control to apps ( #1715 )
...
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-02-18 01:16:42 +01:00
Jonatan Kłosko
218bce5a63
Use binary ids for session clients ( #1333 )
2022-08-05 14:43:41 +02:00
Jonatan Kłosko
c68df08849
Handle direct event messages in JS view channel ( #1332 )
2022-08-04 23:01:09 +02:00
Jonatan Kłosko
6853bbd9a1
Fix error recovery when serializing unknown structs in JS view payload
2022-08-04 01:14:00 +02:00
Jonatan Kłosko
9a016e439d
Synchronize smart cell source before evaluation ( #1164 )
...
* Synchronize smart cell source before evaluation
* Sync JS view only if present
* Synchronize with smart cell only when started
* Update references to kino packages
* Update the Smart cells notebook
* Rename add dependnecy to add package
* Update changelog
2022-05-03 15:09:37 +02:00
Jonatan Kłosko
8b17365bf9
Don't show output init timeout message on serialization error ( #1096 )
2022-04-09 15:48:44 +02:00
Jonatan Kłosko
ac5a71bf85
Show a message when JS view data is not available ( #1067 )
...
* Multiplex initialization of JS views
* Show timeout message when JS view data fails to load
* Refactor JS view channel
* Update tests
2022-03-22 18:25:42 +01:00
Jonatan Kłosko
9d7fe44253
Introduce smart cells ( #1029 )
...
* Introduce smart cells
* Apply review comments
2022-02-28 13:53:33 +01:00
Jonatan Kłosko
7f19afe7af
Fastlane JS channel events ( #993 )
...
* Fastlane JS channel events
* Abstract fastlaning to separate concerns
2022-02-09 23:15:03 +01:00
Jonatan Kłosko
ccc64876a8
Add support for widget binary payloads ( #982 )
...
* Add support for widget binary payloads
* Migrate LV auth to a separate hook
* Properly set user buffer when encoding
2022-02-07 21:03:25 +01:00
Jonatan Kłosko
118cf05d0a
Introduce broadcast communication from runtime ( #845 )
...
* Introduce broadcast communication from runtime
* Return broadcast target from group leader
* Increase timeout
* Make the channel test async
* Decouple base topic and ref
2022-01-10 18:38:08 +01:00
Jonatan Kłosko
19baf013d5
Introduce a dedicated channel for JS widget communication ( #843 )
...
* Introduce a dedicated channel for JS widget communication
* Handle payload serialization errors
* Tie channel lifetime to the session
* Catch serialization errors instead of encoding twice
* Merge JS static and dynamic outputs
* Authenticate socket connection from session
* Update JS output format
* Remove unused helper
* Apply review comments
2022-01-06 16:31:26 +01:00