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

field: fix missing optional support #95

Merged
merged 10 commits into from
Aug 23, 2021

Commits on May 9, 2021

  1. protoc-gen-debug: add optional support

    Signed-off-by: Sarthak Gupta <signed@sarthak.sh>
    snqk committed May 9, 2021
    Configuration menu
    Copy the full SHA
    32ee6de View commit details
    Browse the repository at this point in the history
  2. field: fix missing optional support, update protoc

    Signed-off-by: Sarthak Gupta <signed@sarthak.sh>
    snqk committed May 9, 2021
    Configuration menu
    Copy the full SHA
    7424ee8 View commit details
    Browse the repository at this point in the history
  3. proto: updated notes for proto3 field presence

    Signed-off-by: Sarthak Gupta <signed@sarthak.sh>
    snqk committed May 9, 2021
    Configuration menu
    Copy the full SHA
    5232966 View commit details
    Browse the repository at this point in the history
  4. travis: revert golang version

    Signed-off-by: Sarthak Gupta <signed@sarthak.sh>
    snqk committed May 9, 2021
    Configuration menu
    Copy the full SHA
    9d6de96 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. generator: add proto3 optional init option

    Signed-off-by: Sarthak Gupta <signed@sarthak.sh>
    snqk committed May 11, 2021
    Configuration menu
    Copy the full SHA
    69f0811 View commit details
    Browse the repository at this point in the history
  2. pgs: add support for proto3 field presence

    Signed-off-by: Sarthak Gupta <signed@sarthak.sh>
    snqk committed May 11, 2021
    Configuration menu
    Copy the full SHA
    552c18e View commit details
    Browse the repository at this point in the history
  3. pgs: add support for proto3 field presence

    Signed-off-by: Sarthak Gupta <signed@sarthak.sh>
    snqk committed May 11, 2021
    Configuration menu
    Copy the full SHA
    e0bab48 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. pgs (field presence): nit/style fixes

    Signed-off-by: Sarthak Gupta <signed@sarthak.sh>
    snqk committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    2d3f0a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

  1. pgs (field presence): nit/fixes

    - revert travis coverage for older protoc versions
    - revert backwards incompatible change for isOptional
    - nit/style fixes
    
    Signed-off-by: Sarthak Gupta <signed@sarthak.sh>
    snqk committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    7af882f View commit details
    Browse the repository at this point in the history
  2. pgs (field presence): split proto3 tests

    This change splits the testing harness for proto3
    field presence, so we can retain functional test
    coverage for older protoc versions that do not
    support proto3 field presence. IE >v3.15.0
    
    Signed-off-by: Sarthak Gupta <signed@sarthak.sh>
    snqk committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    3eb9739 View commit details
    Browse the repository at this point in the history