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

Created Procedural Macros For Pub Sub #87

Merged
merged 27 commits into from
Mar 20, 2024
Merged

Commits on Mar 17, 2024

  1. chore(ci): add fossa workflow and badge (dapr#72) (dapr#79)

    Signed-off-by: NickLarsenNZ <nick@aptiv.co.nz>
    
    Signed-off-by: NickLarsenNZ <nick@aptiv.co.nz>
    Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
    NickLarsenNZ authored and zedgell committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    648669e View commit details
    Browse the repository at this point in the history
  2. small doc fix (dapr#53)

    Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
    dwhiteddsoft authored and zedgell committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    e100e56 View commit details
    Browse the repository at this point in the history
  3. Created Procedural Macros For Pub Sub

    Signed-off-by: zachary <zacharyedgell@gmail.com>
    Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
    zedgell committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    0d06646 View commit details
    Browse the repository at this point in the history
  4. Invoke examples (dapr#85)

    * Update dependencies
    
    Signed-off-by: Hauke Jung <hauke.jung@outlook.de>
    
    * Add grpc invoke examples
    
    Signed-off-by: Hauke Jung <hauke.jung@outlook.de>
    
    * Fix fmt errors
    
    Signed-off-by: Hauke Jung <hauke.jung@outlook.de>
    
    * Install protoc on github workflow
    
    Signed-off-by: Hauke Jung <hauke.jung@outlook.de>
    
    ---------
    
    Signed-off-by: Hauke Jung <hauke.jung@outlook.de>
    Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
    hauju authored and zedgell committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    baa7146 View commit details
    Browse the repository at this point in the history
  5. Workflow - Install protoc (dapr#89)

    * workflow - install protoc
    
    Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
    
    * pinning protoc version to 3.21.12
    
    Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
    
    * trying a new version
    
    Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
    
    * workflow - fixes rust toolchain and protoc installs
    
    Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
    
    ---------
    
    Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
    Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
    robertojrojas authored and zedgell committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    9780a90 View commit details
    Browse the repository at this point in the history
  6. Updates gRPC proto - dapr v1.10 release (dapr#88)

    * updates grpc proto for dapr v1.10 release
    
    Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
    
    * updates dependencies to most recent
    
    Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
    
    ---------
    
    Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
    Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
    robertojrojas authored and zedgell committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    94a278a View commit details
    Browse the repository at this point in the history
  7. Update README to reelase 0.11

    Signed-off-by: Artur Souza <asouza.pro@gmail.com>
    Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
    artursouza authored and zedgell committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    3617a9e View commit details
    Browse the repository at this point in the history
  8. Update protos to dapr/dapr master (dapr#96)

    Signed-off-by: joshvanl <me@joshvanl.dev>
    Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
    JoshVanL authored and zedgell committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    e1b6191 View commit details
    Browse the repository at this point in the history
  9. Set update-protos.sh hashbang to #!/usr/bin/env bash (dapr#95)

    Signed-off-by: joshvanl <me@joshvanl.dev>
    Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
    JoshVanL authored and zedgell committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    1eab56e View commit details
    Browse the repository at this point in the history
  10. Update version to 0.12

    Signed-off-by: Artur Souza <asouza.pro@gmail.com>
    Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
    artursouza authored and zedgell committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    a1671cd View commit details
    Browse the repository at this point in the history
  11. Update Cargo to vnext: 0.13 (dapr#98)

    Signed-off-by: Artur Souza <asouza.pro@gmail.com>
    Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
    artursouza authored and zedgell committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    0203647 View commit details
    Browse the repository at this point in the history
  12. Updating protos for Dapr 1.12 (dapr#102)

    * Updating to dapr runtime - master
    
    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    
    * Updates the sdk version in the README. Gives the rest of the instructions in the file some love.
    
    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    
    * Fixes typo
    
    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    
    ---------
    
    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
    elena-kolevska authored and zedgell committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    0933656 View commit details
    Browse the repository at this point in the history
  13. Update proto 1.12.4 (dapr#114)

    * Update proto
    
    Signed-off-by: Cyril Scetbon <cscetbon@gmail.com>
    
    * Use v1.12.4 instead of master for now
    
    Signed-off-by: Cyril Scetbon <cscetbon@gmail.com>
    
    ---------
    
    Signed-off-by: Cyril Scetbon <cscetbon@gmail.com>
    Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
    cscetbon authored and zedgell committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    b613923 View commit details
    Browse the repository at this point in the history
  14. Updates protos from release-1.13.0 (dapr#120)

    * Updates protos from release-1.13.0
    
    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    
    * Now from the correct version
    
    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    
    * uses GetMetadataRequest
    
    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    
    ---------
    
    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
    elena-kolevska authored and zedgell committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    24e3310 View commit details
    Browse the repository at this point in the history
  15. implement codeowners (dapr#130)

    Signed-off-by: mikeee <hey@mike.ee>
    Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
    mikeee authored and zedgell committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    3527b9a View commit details
    Browse the repository at this point in the history
  16. add a PR github template (dapr#129)

    Signed-off-by: mikeee <hey@mike.ee>
    Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
    mikeee authored and zedgell committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    08d6691 View commit details
    Browse the repository at this point in the history
  17. add issue templates (dapr#128)

    Signed-off-by: mikeee <hey@mike.ee>
    Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
    mikeee authored and zedgell committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    dae08cf View commit details
    Browse the repository at this point in the history
  18. update license in toml (dapr#134)

    Signed-off-by: yaron2 <schneider.yaron@live.com>
    Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
    yaron2 authored and zedgell committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    d97063d View commit details
    Browse the repository at this point in the history
  19. Add holopin.yml config

    Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
    Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
    marcduiker authored and zedgell committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    dba4f0b View commit details
    Browse the repository at this point in the history
  20. docs: add protoc to prereqs

    Signed-off-by: Caleb Cartwright <caleb.cartwright@outlook.com>
    Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
    calebcartwright authored and zedgell committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    50b1ac6 View commit details
    Browse the repository at this point in the history
  21. docs: remove Go modules vendor reference

    Signed-off-by: Caleb Cartwright <caleb.cartwright@outlook.com>
    Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
    calebcartwright authored and zedgell committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    781b70d View commit details
    Browse the repository at this point in the history
  22. Merge remote-tracking branch 'origin/master' into feature/pubsub-macro

    # Conflicts:
    #	.github/workflows/ci.yml
    #	Cargo.toml
    #	examples/pubsub/README.md
    #	examples/pubsub/subscriber.rs
    #	src/client.rs
    #	src/lib.rs
    zedgell committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    a4e9a96 View commit details
    Browse the repository at this point in the history
  23. Moved to proc_macros folder to macros folder

    Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
    zedgell committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    1134f8a View commit details
    Browse the repository at this point in the history
  24. Fixed formatting issues

    Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
    zedgell committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    bcbb586 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Merge branch 'main' into feature/pubsub-macro

    Signed-off-by: Zachary K Edgell <zacharyedgell@gmail.com>
    zedgell authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    075526b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cfdc8f View commit details
    Browse the repository at this point in the history
  3. fix: improve readability

    Signed-off-by: Mike Nguyen <hey@mike.ee>
    mikeee authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d21290e View commit details
    Browse the repository at this point in the history