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

H-3413: harpc implement tower-based server #5320

Merged
merged 17 commits into from
Oct 7, 2024
Merged

H-3413: harpc implement tower-based server #5320

merged 17 commits into from
Oct 7, 2024

Commits on Oct 2, 2024

  1. feat: server

    indietyp committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    51f346f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fabcf5 View commit details
    Browse the repository at this point in the history
  3. feat: delegate service

    indietyp committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2600154 View commit details
    Browse the repository at this point in the history
  4. fix: clippy

    indietyp committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d26832f View commit details
    Browse the repository at this point in the history
  5. feat: boxed response

    indietyp committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e4b608f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. feat: finish route

    indietyp committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7fef6ce View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. feat: tower implementation

    indietyp committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    f7e393c View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. feat: relax clone bound on session, wrap in Arc

    this makes working with the item a lot easier, because it allows for `AsRef`
    indietyp committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    74f7f3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7163604 View commit details
    Browse the repository at this point in the history
  3. feat: restricted codec

    indietyp committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    c60d400 View commit details
    Browse the repository at this point in the history
  4. chore: turborepo

    indietyp committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    4129093 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    1e966ef View commit details
    Browse the repository at this point in the history
  2. feat: track tasks

    indietyp committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e876238 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1ff468 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Tim Diekmann <[email protected]>
    indietyp and TimDiekmann authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d5628dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16e985c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c582278 View commit details
    Browse the repository at this point in the history