- Apr 04, 2019
-
-
Adphi authored
- Apr 01, 2019
-
-
Adphi authored
-
- Feb 22, 2019
-
- Feb 20, 2019
-
- Jan 10, 2019
- Dec 26, 2018
- Dec 21, 2018
-
-
Johan Brandhorst authored
-
Johan Brandhorst authored
-
Johan Brandhorst authored
-
- Dec 20, 2018
-
-
Sam Batschelet authored
Signed-off-by:
Sam Batschelet <sbatsche@redhat.com>
-
Sam Batschelet authored
Signed-off-by:
Sam Batschelet <sbatsche@redhat.com>
-
Sam Batschelet authored
Signed-off-by:
Sam Batschelet <sbatsche@redhat.com>
-
- Dec 15, 2018
-
-
Johannes Brüderl authored
- swaggerSchemaObject.Properties is now optional (pointer), because google.protobuf.Empty requires us to set Properties{} instead of nil, because this equals in Swagger to an empty JSON object (which is exactly what Empty represents and how the gateway treats it). If it's not a pointer, we can't distinguish between "not set" (in most cases, we don't want Properties to be set, instead usually just .Ref is set), and "set to an empty value e.g. Properties{} with length 0). We don't want Properties{} to occur except for specific cases, e.g. for Empty. - Wrappers and Empty are not rendered as definitions, now also for RPC Method input/output. instead, all necessary schema information is provided "in-line" via schema.type and schema.properties. - Empty is now omitted as well if it's input/output of a RPC Method.
-
- Dec 08, 2018
-
-
Andrew Z Allen authored
-
- Dec 07, 2018
-
-
Johan Brandhorst authored
-
Johan Brandhorst authored
-
Johan Brandhorst authored
-
- Dec 06, 2018
-
-
Kelly Campbell authored
This allows other projects to generate proto code for other languages, e.g. py_proto_library
-
- Nov 19, 2018
-
-
Roman Azami authored
* Updated Patch behavior * Patch update with regenerated BUILD files * Added documentation for PATCH usage * Added some curl examples for PATCH
-
Mayank authored
* Added support for more WKT * Lint fix: added comments on exported functions * Lint fix: added comments on exported functions * Added end to end example to show support of StringValue in url option template * updated more example protos; removed server and proxy for now * Updated convert.go to fix float and other wkt * brazel build fix
-
- Nov 17, 2018
-
-
micnncim authored
-
- Nov 16, 2018
-
-
Johan Brandhorst authored
* Revert "Adding support for more well known types in descriptor (#809)" This reverts commit 16598315.
-
- Nov 15, 2018
-
-
Johan Brandhorst authored
Fixes #808
-
- Nov 14, 2018
-
-
Mayank authored
-
Rodrigo Queiro authored
* Make Bazel CI failures clearer - don't try to run tests if the BUILD files are out-of-date - run buildifier even if the tests fail, as it may still be useful - use a parameter to hold Bazel config to simplify config.yml - ignore the vendor/ directory when running Gazelle (otherwise it will fail if you've used `dep` to create vendor/) * Add Bazel invocation to CONTRIBUTING.md
-
- Nov 13, 2018
-
-
Rodrigo Queiro authored
* Update rules_go and gazelle This requires/allows the following changes: - rerun Gazelle to regenerate the build files - fix marshal_jsonpb_test to assert correct behavior when EnumsAsInts == false - remove `repositories.bzl` (replaced by @go_googleapis) Also, enforce up-to-date build files in the CI check. Note: this version of the commit includes an out-of-date BUILD file to test the CI check. * Update Gopkg.toml and Gopkg.lock * Update generated proto code The generated code changed with the updated dependencies. * Fix node_test Enum values inside maps are now supported.
-
ch3rub1m authored
-
- Nov 08, 2018
-
-
Rodrigo Queiro authored
buildifier autoformats the files to give a consistent style. This makes edits easier for contributors that have their editor set to autoformat-on-save. buildifier has been added to the Bazel workspace so that the same version can be used by contributors and CI. You can run `bazel run :buildifier_check` to check for necessary changes and `bazel run :buildifier` to apply them. `bazel test //...` also builds all targets. These changes should make the CI steps run a little faster.
-
- Nov 07, 2018
-
-
Andrew Z Allen authored
-
Rodrigo Queiro authored
This uses the new go_repository and http_archive rules. Using the former avoids a warning: DEPRECATED: the rules_go version of go_repository is deprecated. Migrate to the new version in @bazel_gazelle//def.bzl instead. The latter will avoid breakage when the native http_archive rule is disabled by default in a future version of Bazel.
-
- Nov 06, 2018
-
-
Ivan Vučica authored
-
- Nov 05, 2018
-
-
Stefan Sauer authored
-
Stefan Sauer authored
This information is used by the default html doc generator and so it is nice to be able to provide it. Add the message to openapiv2.proto and extend template.go to handle it. Tested via: bazel build //examples/proto/examplepb:expamplepb_protoc_gen_swagger more bazel-bin/examples/proto/examplepb/a_bit_of_everything.swagger.json
-
- Nov 03, 2018
-
-
Wesley Spikes authored
http.CloseNotifier is deprecated as of Go 1.11, with a note that "the CloseNotifier interface predates Go's context package. New code should use Request.Context instead." Seeing as Request.Context has been around since 1.7, it seems likely safe to adjust our template to omit this block whenever Request.Context is in use.
-
- Oct 30, 2018
-
-
Johan Brandhorst authored
This will trigger a build of a linux, darwin and windows build of protoc-gen-grpc-gateway and protoc-gen-swagger on every new tag matching the semver regex.
-
Ricardo Vegas authored
-