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

Feature/implement response headers v2 #1841

Commits on Oct 10, 2020

  1. Update v1 renovate config (grpc-ecosystem#1738)

    Not even sure if renovate cares to check this branch
    but it can't hurt.
    johanbrandhorst committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    384bafa View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Configuration menu
    Copy the full SHA
    f6391fc View commit details
    Browse the repository at this point in the history
  2. feat: protoc-gen-swagger: Implement Response Header(s) object, Implem…

    …ent Field Enum,Example&Format attributes grpc-ecosystem#1729
    elijah-roberts committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    2831fda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a0e115 View commit details
    Browse the repository at this point in the history
  4. fix: running per CI

    elijah-roberts committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    cfa0455 View commit details
    Browse the repository at this point in the history
  5. fix: Resolve PR requests

    * a bunch of whitespace/format changes... have since added this to my IDE
    * remove any.Any objects, and convert them to string
    * move runtime regex strings to global variables
    * update examples
    * update tests
    elijah-roberts committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    dfa5c22 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4ed5a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. fix: Resolving PR comments

    * remove regex logic, and update functions to use simple booleans
    * cleanup example proto
    * enforce CanonicalMIMEHeaderKey for header name
    elijah-roberts committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    e615b55 View commit details
    Browse the repository at this point in the history
  2. Update protoc-gen-swagger/genswagger/template.go

    simplifying string check
    
    Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
    elijah-roberts and johanbrandhorst committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    c943e16 View commit details
    Browse the repository at this point in the history
  3. Update protoc-gen-swagger/genswagger/template.go

    fix: remove string comparisons
    
    Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
    elijah-roberts and johanbrandhorst committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    7672f81 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Configuration menu
    Copy the full SHA
    1cea661 View commit details
    Browse the repository at this point in the history
  2. fix: unqouting error

    elijah-roberts committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    5ef99d0 View commit details
    Browse the repository at this point in the history
  3. Update protoc-gen-swagger/genswagger/template.go

    Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
    elijah-roberts and johanbrandhorst committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    23275bf View commit details
    Browse the repository at this point in the history
  4. Update protoc-gen-swagger/genswagger/template.go

    Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
    elijah-roberts and johanbrandhorst committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    89d01c9 View commit details
    Browse the repository at this point in the history
  5. fix: adding requested changes

    * parse unsigned ints with strconv.ParseUint
    * update unqoute logic
    elijah-roberts committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    9b22951 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Configuration menu
    Copy the full SHA
    968e362 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Minor nits

    johanbrandhorst committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    bbb50e6 View commit details
    Browse the repository at this point in the history
  2. Remove extra newlines

    johanbrandhorst committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    9e9c879 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Updating for v2

    elijah-roberts committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    2079fa9 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Configuration menu
    Copy the full SHA
    05b3e74 View commit details
    Browse the repository at this point in the history