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: Experimental gRPC web support #449

Merged
merged 79 commits into from
Apr 4, 2024
Merged

feat: Experimental gRPC web support #449

merged 79 commits into from
Apr 4, 2024

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    f56fe0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f34ce1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a68399 View commit details
    Browse the repository at this point in the history
  4. use correct branch name

    MarquessV authored and jselig-rigetti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3420764 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68da765 View commit details
    Browse the repository at this point in the history
  6. remove unneeded optional

    MarquessV authored and jselig-rigetti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1476374 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1062c4c View commit details
    Browse the repository at this point in the history
  8. test workflow

    MarquessV authored and jselig-rigetti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3b0741d View commit details
    Browse the repository at this point in the history
  9. add ppc64le to linux archs

    MarquessV authored and jselig-rigetti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    affd8d7 View commit details
    Browse the repository at this point in the history
  10. fix python invocation

    MarquessV authored and jselig-rigetti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3156008 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    729c2b2 View commit details
    Browse the repository at this point in the history
  12. actually add script

    MarquessV authored and jselig-rigetti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    fa120cc View commit details
    Browse the repository at this point in the history
  13. update path

    MarquessV authored and jselig-rigetti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5b33121 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    db15da7 View commit details
    Browse the repository at this point in the history
  15. try newer version of ring

    MarquessV authored and jselig-rigetti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ade9f16 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3d9b10a View commit details
    Browse the repository at this point in the history
  17. enable extension-module

    MarquessV authored and jselig-rigetti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    555b6ee View commit details
    Browse the repository at this point in the history
  18. use maturin container

    MarquessV authored and jselig-rigetti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b4463d8 View commit details
    Browse the repository at this point in the history
  19. no interpreter flag

    MarquessV authored and jselig-rigetti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c0c6b25 View commit details
    Browse the repository at this point in the history
  20. back to older ring version

    MarquessV authored and jselig-rigetti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    dc875be View commit details
    Browse the repository at this point in the history
  21. update lockfile

    MarquessV authored and jselig-rigetti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    77a7f9a View commit details
    Browse the repository at this point in the history
  22. try adding deps

    MarquessV authored and jselig-rigetti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c762991 View commit details
    Browse the repository at this point in the history
  23. syntax

    MarquessV authored and jselig-rigetti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    59238ab View commit details
    Browse the repository at this point in the history
  24. different approach

    MarquessV authored and jselig-rigetti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    dd62505 View commit details
    Browse the repository at this point in the history
  25. try maturin container

    MarquessV authored and jselig-rigetti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a62f989 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9c6af8c View commit details
    Browse the repository at this point in the history
  27. diff container?

    MarquessV authored and jselig-rigetti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7a283eb View commit details
    Browse the repository at this point in the history
  28. wrong key

    MarquessV authored and jselig-rigetti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    fb67a00 View commit details
    Browse the repository at this point in the history
  29. no container

    MarquessV authored and jselig-rigetti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a1cc316 View commit details
    Browse the repository at this point in the history
  30. try setting cc

    MarquessV authored and jselig-rigetti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8a7b697 View commit details
    Browse the repository at this point in the history
  31. cc needs to be dynamic

    MarquessV authored and jselig-rigetti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ea9082b View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ebd115f View commit details
    Browse the repository at this point in the history
  33. use manylinux 2_28

    MarquessV authored and jselig-rigetti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d654696 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b1d7f5f View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    b676b30 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    e1efab3 View commit details
    Browse the repository at this point in the history
  37. try again without gcc stuff

    MarquessV authored and jselig-rigetti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    97b5d4f View commit details
    Browse the repository at this point in the history
  38. enable wf

    MarquessV authored and jselig-rigetti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    be7d44c View commit details
    Browse the repository at this point in the history
  39. bump to latest grpc-web branch

    MarquessV authored and jselig-rigetti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    025e73c View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    b6af9e8 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    d256373 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    0b82df4 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    b7904af View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    4eada05 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    a0e6fb7 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    2a2b54b View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    776c8cc View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    5d60178 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    c9681be View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    0d543ea View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    0ea3331 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    2318424 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    0935507 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    df614e4 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    4592a4d View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    2422a39 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    769b0da View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    a623d1e View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    ba84300 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    2768a02 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    2e49362 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    1f77812 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    e939e26 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    953210a View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    f21b27b View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    4bbb511 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    dfca7d3 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    e426963 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    75269e4 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    c31aaf3 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    5545bc3 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    f832b26 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    4387f7f View commit details
    Browse the repository at this point in the history
  74. chore: fix action

    jselig-rigetti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    4b64a99 View commit details
    Browse the repository at this point in the history
  75. chore: use manylinux

    jselig-rigetti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e24e05d View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    7eed4c7 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    57217f1 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    dae8381 View commit details
    Browse the repository at this point in the history
  79. Apply suggestions from code review

    Co-authored-by: Michael Bryant <mbryant@rigetti.com>
    jselig-rigetti and Shadow53 authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8a0f2a4 View commit details
    Browse the repository at this point in the history