-
Notifications
You must be signed in to change notification settings - Fork 542
Comparing changes
Open a pull request
base repository: fullstorydev/grpcurl
base: v1.9.1
head repository: fullstorydev/grpcurl
compare: v1.9.2
- 12 commits
- 10 files changed
- 9 contributors
Commits on Apr 19, 2024
-
Bump golang.org/x/net from 0.22.0 to 0.23.0 (#458)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0. - [Commits](golang/net@v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6fccd77 - Browse repository at this point
Copy the full SHA 6fccd77View commit details
Commits on May 7, 2024
-
Bump google.golang.org/protobuf (#460)
Bumps google.golang.org/protobuf from 1.33.1-0.20240408130810-98873a205002 to 1.34.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 80e833a - Browse repository at this point
Copy the full SHA 80e833aView commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 239dde4 - Browse repository at this point
Copy the full SHA 239dde4View commit details
Commits on May 13, 2024
-
Bump google.golang.org/protobuf from 1.34.0 to 1.34.1 (#465)
Bumps google.golang.org/protobuf from 1.34.0 to 1.34.1. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e14d9f7 - Browse repository at this point
Copy the full SHA e14d9f7View commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fc63514 - Browse repository at this point
Copy the full SHA fc63514View commit details -
Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (#470)
Bumps google.golang.org/protobuf from 1.34.1 to 1.34.2. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a05d48d - Browse repository at this point
Copy the full SHA a05d48dView commit details
Commits on Jul 12, 2024
-
feat: Add functionality to export proto files (#475)
* Add functionality to export proto files Added a new function, `WriteProtoFiles` in `desc_source.go` which is used to generate .proto files. The process involves resolving symbols from the descriptor source and writing their definitions to a designated output directory. The corresponding flag `--proto-out` has been included in `grpcurl.go` to allow users to specify the directory path. * Refactor file creation error handling The code for file creation and error handling in desc_source.go has been refactored. Previously, the file closure operation was executed irrespective of whether the file was created successfully or not. Now, the file will only be closed if it was successfully created, improving error handling. * Update 'proto-out' command to 'proto-out-dir' The command for exporting proto files and setting the output directory has been updated from 'proto-out' to 'proto-out-dir'. This change has been made both in the README and the grpcurl go file. This makes the command name more descriptive, accurately reflecting its functionality. * fix import sort * Reorder file close operation in error handling The file close operation has been moved within the error handling of the 'PrintProtoFile' function. Previously, it was being executed before this function, now it's executed immediately after. Moreover, an additional close operation has been added after the function success ensuring the file is properly closed in all scenarios. * Update grpcurl commands in README The grpcurl commands for exporting proto files and protoset files in the README are updated. The IP address has been changed to localhost and port number to '8787'. Also, the service name is adjusted to 'my.custom.server.Service'. Instructions for use of specific command options are added for enhanced clarity. * Refactor error handling in file creation The code responsible for error handling during file creation in the desc_source.go file has been streamlined. This modification simplifies the code by reducing unnecessary condition checks and redundant file closure action after an error has occurred. * Refactor proto file writing into separate function The file writing process for protobuf files has been extracted into a new function called writeProtoFile(). This refactoring simplifies the main function. The code is cleaner and more manageable this way, improving maintainability and readability. * Refactor writeProtoFile function for better error handling Streamlined the writeProtoFile function in desc_source.go file. Simplified path calculations and improved error messages for file-creation functions, making it easier to trace the exact point of failure and enhance the debugging process.
Configuration menu - View commit details
-
Copy full SHA for 46c38b3 - Browse repository at this point
Copy the full SHA 46c38b3View commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 56181ba - Browse repository at this point
Copy the full SHA 56181baView commit details
Commits on Oct 3, 2024
-
Remove custom dialer in order to use the default grpc-go dialer, whic…
…h supports proxies. (#480)
Configuration menu - View commit details
-
Copy full SHA for cdb43b0 - Browse repository at this point
Copy the full SHA cdb43b0View commit details
Commits on Oct 11, 2024
-
Updating README to add information about the usage of headers/metadata in the rpc request.
Configuration menu - View commit details
-
Copy full SHA for fb49f04 - Browse repository at this point
Copy the full SHA fb49f04View commit details
Commits on Oct 25, 2024
-
chore: update to Golang 1.23 (#485)
* chore: update to Golang 1.23 * chore: configure cci to build with 1.23 Signed-off-by: Or Shachar <orchoock@gmail.com> * Update config.yml --------- Signed-off-by: Or Shachar <orchoock@gmail.com> Co-authored-by: Scott Blum <dragonsinth@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bc5cf81 - Browse repository at this point
Copy the full SHA bc5cf81View commit details
Commits on Nov 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b9a11e9 - Browse repository at this point
Copy the full SHA b9a11e9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.9.1...v1.9.2