Skip to content
Snippets Groups Projects
  1. Dec 07, 2018
  2. Dec 06, 2018
  3. Nov 19, 2018
    • Roman Azami's avatar
      Feature/patch2 rebased (#812) · d8ad87ee
      Roman Azami authored
      * Updated Patch behavior
      
      * Patch update with regenerated BUILD files
      
      * Added documentation for PATCH usage
      
      * Added some curl examples for PATCH
      d8ad87ee
    • Mayank's avatar
      Added support for more WKT (#816) · a73f992b
      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
      a73f992b
  4. Nov 17, 2018
  5. Nov 16, 2018
  6. Nov 15, 2018
  7. Nov 14, 2018
  8. Nov 13, 2018
    • Rodrigo Queiro's avatar
      Update rules_go and gazelle (#802) · a7c0cd06
      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.
      a7c0cd06
    • ch3rub1m's avatar
  9. Nov 08, 2018
    • Rodrigo Queiro's avatar
      Run buildifer on Bazel files (#797) · 3ff87af9
      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.
      3ff87af9
  10. Nov 07, 2018
    • Andrew Z Allen's avatar
      Run //:gazelle_diff in the CI · 7d429ea4
      Andrew Z Allen authored
      7d429ea4
    • Rodrigo Queiro's avatar
      Use newer Bazel repo rules (#798) · b5e23502
      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.
      b5e23502
  11. Nov 06, 2018
  12. Nov 05, 2018
  13. Nov 03, 2018
    • Wesley Spikes's avatar
      Remove http.CloseNotifier code from Go >= 1.7 builds · dfdde994
      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.
      dfdde994
  14. Oct 30, 2018
  15. Oct 19, 2018
  16. Oct 17, 2018
  17. Oct 16, 2018
  18. Oct 10, 2018
  19. Oct 02, 2018
  20. Oct 01, 2018
  21. Sep 24, 2018
    • Hong Zhang's avatar
      Update README.md · 8077515e
      Hong Zhang authored
      Point users to the proto definition instead of Service Management API documentation. Latter is generated from former, and is more likely to be out of date.
      
      Rephrase "custom options" to "google.api.http" annotation to be more straight forward.
      8077515e
  22. Sep 10, 2018
  23. Sep 09, 2018
  24. Sep 01, 2018
    • Marcus Rosén's avatar
      Added support for path param repeated primitive fields · ab0345bb
      Marcus Rosén authored
      Added conversion functions for repeated path params
      Updated bytes converter to support URL encoded base64 strings
      
      Added support for repeated primitive path params in protoc-gen-grpc-gateway
      Added support for repeated primitive path params in protoc-gen-swagger
      Added --repeated_path_param_separator cmd line param to support setting separator to `csv`, `ssv`, `pipes` and `tsv`
      
      Re-generated examples
      Added ABitOfEverythingRepeated to validate repeated path parameter functionality
      Added GetRepeatedQuery rpc endpoint
      Updated browser tests to test GetRepeatedQuery rpc endpoint
      Updated integration tests to test GetRepeatedQuery rpc endpoint
      Added GetRepeatedQuery to ABitOfEverythingServer implementation
      
      Added missing reflect.DeepEqual test
      
      Change separator type from string to rune
      Fixed slice duplication in string slice conversion method
      Reverted --allowRepeatedFieldsInBody in swagger generator
      Changed TODO of bytes slice proto2 function
      
      Corrected if-statement releated to repeated fields in resolveFieldPath function
      
      Rebase
      ab0345bb
    • Johan Brandhorst's avatar
      Add missing modules to browser example · 0e59487f
      Johan Brandhorst authored
      This was failing in CI, hopefully this fixes it.
      0e59487f
  25. Aug 29, 2018
  26. Aug 17, 2018
Loading