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

Simple http pipeline with aggregation #7

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from

Commits on Feb 10, 2021

  1. temporarily mute scala 3

    Michael Mienko committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    489c6b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. WIP: Example Http server with websockets

    Michael Mienko committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    0d92b83 View commit details
    Browse the repository at this point in the history
  2. Make socket generic;compile project

    Michael Mienko committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    4d15028 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. WIP

    Create a Netty pipeline with default ByteBuf handling.
    Create an Fs2NettyEmbeddedChannel.
    "Fix" generic read message handling in SocketHandler.
    Michael Mienko committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    c9193ac View commit details
    Browse the repository at this point in the history
  2. Test pipeline exceptions

    Michael Mienko committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    1ebacc2 View commit details
    Browse the repository at this point in the history
  3. WIP

    Pipeline mutations
    Fix echo pipe test
    Michael Mienko committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    74c2da6 View commit details
    Browse the repository at this point in the history
  4. Clean up

    Michael Mienko committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    55600f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Test pipeline mutations with different handlers and types

    Michael Mienko committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    843a2f5 View commit details
    Browse the repository at this point in the history
  2. Clean up spec

    Michael Mienko committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    169e8e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Create a BytePipeline

    Michael Mienko committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    4486a97 View commit details
    Browse the repository at this point in the history
  2. Create alternative byte pipeline

    Michael Mienko committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    5cfc196 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Eval creation of handlers for pipeline

    Michael Mienko committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    3f7ea3a View commit details
    Browse the repository at this point in the history
  2. clean up comment

    Michael Mienko committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    c1df879 View commit details
    Browse the repository at this point in the history
  3. Return to calling unsafeRunAndForget

    Michael Mienko committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    903566e View commit details
    Browse the repository at this point in the history
  4. More notes

    Michael Mienko committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    1f34082 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Test events stream

    Michael Mienko committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    b425b7d View commit details
    Browse the repository at this point in the history
  2. Create PorFunctor instance for Socket

    Michael Mienko committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    92bc54c View commit details
    Browse the repository at this point in the history
  3. Document trying to use profunctor

    Michael Mienko committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    19992fe View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Reorg packages

    Michael Mienko committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    c9661f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. WIP: Start using NettyPipeline

    Michael Mienko committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    d25eb8a View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

  1. WIP: Pass echo test

    Michael Mienko committed May 2, 2021
    Configuration menu
    Copy the full SHA
    b7e8f10 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. Fix test

    Michael Mienko committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    a3e408f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Clean up tests around basic pipeline

    Michael Mienko committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    7ba73c2 View commit details
    Browse the repository at this point in the history