Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core: Integrate serverChannel into channel #22940

Merged
merged 23 commits into from
Jun 13, 2023

Commits on Jun 2, 2023

  1. Add an API for sending messages to the serverChannel from manager-api

    Add listening capability to serverChannel on node's side
    Fix data/args handling from serverChannel
    ndelangen committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    bd812b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. wrap using a Channel class

    ndelangen committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    16bad71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    518c764 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91f632e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    c3ec2bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a3f92f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e73539f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c64ac7 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'next' into norbert/server-channel-for-addons

    # Conflicts:
    #	code/lib/core-server/package.json
    #	code/yarn.lock
    ndelangen committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    513fe67 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e21dab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5625cac View commit details
    Browse the repository at this point in the history
  8. stop connecting twice, just use main channel for everything, it conne…

    …cts to both.
    
    leave serverChannel to point to main channel for backwards compatibility
    ndelangen committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    0fa6639 View commit details
    Browse the repository at this point in the history
  9. cleanup && fix tests

    ndelangen committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    348a9b0 View commit details
    Browse the repository at this point in the history
  10. simplify

    ndelangen committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    55acaf9 View commit details
    Browse the repository at this point in the history
  11. fixes

    ndelangen committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    422703b View commit details
    Browse the repository at this point in the history
  12. Merge pull request #22939 from storybookjs/norbert/experiment-merged-…

    …channels
    
    experiment with universal channel
    ndelangen authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    9101c11 View commit details
    Browse the repository at this point in the history
  13. add deprecations & cleanup

    ndelangen committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    860663f View commit details
    Browse the repository at this point in the history
  14. more cleanup

    ndelangen committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    7c415f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. add context/explanation, add experimental prefix, add same logic to r…

    …eact-native (websocket, without duplicating the storybook-server-channel transport
    ndelangen committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    782ec33 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    abf05e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    004e6da View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    9f97490 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd08096 View commit details
    Browse the repository at this point in the history