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/grpc transcoding #1834

Open
wants to merge 54 commits into
base: main
Choose a base branch
from
Open

Commits on Feb 19, 2024

  1. feat: support grpc http transcoding

    WayneWang12 authored and GreyPlane committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c94b8f5 View commit details
    Browse the repository at this point in the history
  2. use new proto API

    GreyPlane committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5388d51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e2b0de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe20925 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e07e8b View commit details
    Browse the repository at this point in the history
  6. narrow exception type

    GreyPlane committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e1a288c View commit details
    Browse the repository at this point in the history
  7. code cleanup

    GreyPlane committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    8a9702a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    69a6e4c View commit details
    Browse the repository at this point in the history
  9. format code

    GreyPlane committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    7d49930 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b226bee View commit details
    Browse the repository at this point in the history
  11. fix typo

    GreyPlane committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    340a35e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c0a298f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a264cb3 View commit details
    Browse the repository at this point in the history
  14. improve error handling

    GreyPlane committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ebb03b7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9b85dfb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d45c0c1 View commit details
    Browse the repository at this point in the history
  17. add basic test

    GreyPlane committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    40efab1 View commit details
    Browse the repository at this point in the history
  18. fix typo

    GreyPlane committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    38c8367 View commit details
    Browse the repository at this point in the history
  19. fix wrong proto package

    GreyPlane committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c63b5c6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    88af2fe View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9f709ec View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    57ddff9 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a9cb820 View commit details
    Browse the repository at this point in the history
  24. add javadsl tester test

    GreyPlane committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    1bc6f85 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    99af29b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6d65d5d View commit details
    Browse the repository at this point in the history
  27. cleanup

    GreyPlane committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    3904f92 View commit details
    Browse the repository at this point in the history
  28. print after server running

    GreyPlane committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    49ab068 View commit details
    Browse the repository at this point in the history
  29. cleanup code

    GreyPlane committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    b7e76cc View commit details
    Browse the repository at this point in the history
  30. improve comment

    GreyPlane committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    32a2971 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    f566dd3 View commit details
    Browse the repository at this point in the history
  32. improve error mapping

    GreyPlane committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    3d7ec28 View commit details
    Browse the repository at this point in the history
  33. refactoring code

    GreyPlane committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    19d2a01 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    8600697 View commit details
    Browse the repository at this point in the history
  35. add basic API test

    GreyPlane committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    1f4a52d View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    89f10d1 View commit details
    Browse the repository at this point in the history
  37. rename test

    GreyPlane committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c5322c0 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    829fbd2 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    7b4494f View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    369ac39 View commit details
    Browse the repository at this point in the history
  41. add headers

    GreyPlane committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    2a38a7d View commit details
    Browse the repository at this point in the history
  42. fix typo

    GreyPlane committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    43c105f View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    c29b0c0 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    f90c232 View commit details
    Browse the repository at this point in the history
  45. fix 2.13 build issues

    GreyPlane committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    8f69a14 View commit details
    Browse the repository at this point in the history
  46. fix 3 build issues

    GreyPlane committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    d281040 View commit details
    Browse the repository at this point in the history
  47. fix 2.13 build issues

    GreyPlane committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    79d6df0 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    e6a64d0 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    2b083d7 View commit details
    Browse the repository at this point in the history
  50. bump: grpc 1.58.0 (akka#1856)

    * guava dependency to 32.0.1 to address CVE-2023-2976
    * protobuf-java 3.24.0, which is what grpc-protobuf:1.58.0 brings in
    * plugin-tester-java wasn't setting protoc version when inside sbt
    * workaround for ScalaPB EnumType issue, because of ScalaPB issue 1557
    * not sure, but parallelExecution false
    * tests with invalid endpoints not working
    * Don't use assert
    * bump: sbt-paradox-dependencies 0.2.4
      * cycle between grpc-core and grpc-util
    patriknw authored and GreyPlane committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    6617462 View commit details
    Browse the repository at this point in the history
  51. bump: Akka 2.9.0 (akka#1863)

    * and Akka HTTP 10.6.0
    patriknw authored and GreyPlane committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    783255d View commit details
    Browse the repository at this point in the history
  52. docs: gradle config that works from quickstarts (akka#1867)

    * docs: gradle config that works from quickstarts
    * Simplify plugin tester gradle setup
    johanandren authored and GreyPlane committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    59b632e View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    1d1d772 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    63bf370 View commit details
    Browse the repository at this point in the history