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

Polled SSR Stream #2824

Merged
merged 32 commits into from Sep 10, 2022
Merged

Polled SSR Stream #2824

merged 32 commits into from Sep 10, 2022

Commits on Aug 4, 2022

  1. Switch to pinned channels.

    futursolo committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    5bf1ae8 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    fb2603e View commit details
    Browse the repository at this point in the history
  2. Fix tests.

    futursolo committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    892b759 View commit details
    Browse the repository at this point in the history
  3. Remove unused SendError.

    futursolo committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    29a46bd View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. Merge branch 'master' into pinned-channels

    # Conflicts:
    #	packages/yew/src/virtual_dom/vlist.rs
    futursolo committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    20fc4a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    8a41c3e View commit details
    Browse the repository at this point in the history
  2. Update Buffer Size.

    futursolo committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    8688045 View commit details
    Browse the repository at this point in the history
  3. Make Send renderer work.

    futursolo committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    3bd9e0a View commit details
    Browse the repository at this point in the history
  4. Remove pinned channels.

    futursolo committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    ed36760 View commit details
    Browse the repository at this point in the history
  5. Unified Naming.

    futursolo committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    2799a22 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Optimise code.

    futursolo committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    02a838d View commit details
    Browse the repository at this point in the history
  2. Restore capacity.

    futursolo committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    3de0770 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    689980e View commit details
    Browse the repository at this point in the history
  4. Remove unused profile.

    futursolo committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    cbbd765 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2045c49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a470862 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ac02fd View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Adjust API.

    futursolo committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    345b745 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1a6ab3 View commit details
    Browse the repository at this point in the history
  3. Update docs.

    futursolo committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    f0863a4 View commit details
    Browse the repository at this point in the history
  4. Remove capacity setting.

    futursolo committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    7dcaf6e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. Merge branch 'master' into polled-stream

    # Conflicts:
    #	packages/yew/src/virtual_dom/vlist.rs
    futursolo committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    ced12ac View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Merge branch 'master' into polled-stream

    # Conflicts:
    #	packages/yew/src/html/component/lifecycle.rs
    #	packages/yew/src/html/component/scope.rs
    #	packages/yew/src/platform/mod.rs
    futursolo committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    475f52e View commit details
    Browse the repository at this point in the history
  2. Unsafe?

    futursolo committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    e757d35 View commit details
    Browse the repository at this point in the history
  3. Separate files.

    futursolo committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    0a399ba View commit details
    Browse the repository at this point in the history
  4. Adjust inlining.

    futursolo committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    6ae5a65 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Merge branch 'master' into polled-stream

    # Conflicts:
    #	packages/yew/src/server_renderer.rs
    futursolo committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    f310575 View commit details
    Browse the repository at this point in the history
  2. Fix test.

    futursolo committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    e18e0fd View commit details
    Browse the repository at this point in the history
  3. Update notice.

    futursolo committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    67348d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Update documentation.

    futursolo committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    f491d6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a300fe View commit details
    Browse the repository at this point in the history
  3. Fix tests.

    futursolo committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    a78f0b3 View commit details
    Browse the repository at this point in the history