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

Generate custom type and value types and to/from methods for primitives #59

Merged
merged 23 commits into from
Oct 19, 2023

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    8d8a351 View commit details
    Browse the repository at this point in the history
  2. Moving schema.gotmpl

    bendbennett committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    9120230 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5eb6acb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c75a95c View commit details
    Browse the repository at this point in the history
  5. Renaming method

    bendbennett committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    5ab1e98 View commit details
    Browse the repository at this point in the history
  6. Renaming methods

    bendbennett committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    e70ff49 View commit details
    Browse the repository at this point in the history
  7. Inline function

    bendbennett committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    2c7e56c View commit details
    Browse the repository at this point in the history
  8. Renaming

    bendbennett committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    c94153c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6993ad3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    67961ef View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Adding initial implementation of custom type and value types for data…

    … source bool attribute along with To/From method generation
    bendbennett committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    29e5374 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    670b7cb View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

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

Commits on Oct 17, 2023

  1. Updating data source attributes to use generated type and value type …

    …in schema and models if associated external type is defined
    bendbennett committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    c0e4690 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cee417 View commit details
    Browse the repository at this point in the history
  3. Setting up generation of custom type and value types and to/from func…

    …tions for data source float64, int64, number, and string attributes
    bendbennett committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    48c9613 View commit details
    Browse the repository at this point in the history
  4. Setting up generation of custom type and value types and to/from func…

    …tions for provider and resource bool, float64, int64, number, and string attributes
    bendbennett committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    ac34c1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    422cfb4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8dff65 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc6db53 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Adding changelog (#70)

    bendbennett committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    82297af View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    71f0603 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    480283b View commit details
    Browse the repository at this point in the history