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

Improvement: better ruby from_* support in well_known_types.rb #8254

Commits on Feb 3, 2021

  1. Improvement: better ruby from_* support in well_known_types.rb

    * Added capability to support from_* requests properly by adding class methods and returning self for instance methods
        * `Timestamp.from_time`
        * `Value.from_ruby`
    jufemaiz committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    ef70acb View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

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

Commits on Oct 19, 2021

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

Commits on Oct 26, 2021

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

Commits on Oct 27, 2021

  1. Fixed: incorrect tests

    jufemaiz committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    4d94a7c View commit details
    Browse the repository at this point in the history
  2. Remove lib from require

    jufemaiz committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    bbdcea8 View commit details
    Browse the repository at this point in the history