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

feat(subscriber): support grpc-web and add grpc-web feature #498

Merged
merged 17 commits into from
Feb 16, 2024

Commits on Feb 10, 2024

  1. feat: add new API to support grpc-web

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    2cbd34c View commit details
    Browse the repository at this point in the history
  2. feat: add cors layer

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    884f153 View commit details
    Browse the repository at this point in the history
  3. refactor: reuse code

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    1f6c951 View commit details
    Browse the repository at this point in the history
  4. fix: do not change server_with

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    37acf97 View commit details
    Browse the repository at this point in the history
  5. docs: update desc

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    54642d4 View commit details
    Browse the repository at this point in the history
  6. fix: do not depend on cors

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    6dde803 View commit details
    Browse the repository at this point in the history
  7. chore: remove new line

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    9b7c210 View commit details
    Browse the repository at this point in the history
  8. docs: add docs for enable_grpc_web

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    96e5c0d View commit details
    Browse the repository at this point in the history
  9. docs: add examples for serve_with_grpc_web

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    fa50b4c View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Update console-subscriber/src/builder.rs

    Co-authored-by: Hayden Stainsby <hds@caffeineconcepts.com>
    Rustin170506 and hds authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a5a741c View commit details
    Browse the repository at this point in the history
  2. Update console-subscriber/src/builder.rs

    Co-authored-by: Hayden Stainsby <hds@caffeineconcepts.com>
    Rustin170506 and hds authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    8246b95 View commit details
    Browse the repository at this point in the history
  3. fix: move feature flag below comments

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    22cc8f5 View commit details
    Browse the repository at this point in the history
  4. docs: add comments about default port

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    95ba1ca View commit details
    Browse the repository at this point in the history
  5. fix: remove duplication

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a6e881a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e887798 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0fd9df4 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    a904b25 View commit details
    Browse the repository at this point in the history