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

Generic Plugin Framework flattener/expander functions PoC - Phase 2 #32356

Merged
merged 117 commits into from
Aug 17, 2023

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    abb7940 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c946ae4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f03499b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50b8dfd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eeb492f View commit details
    Browse the repository at this point in the history
  6. Additional comments.

    ewbankkit committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    08c2a8a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65ed228 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a0ad52c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    24a2c5e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f0bcb55 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e4957bb View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

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

Commits on Jul 3, 2023

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

Commits on Jul 4, 2023

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

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    035b414 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    195bc4a View commit details
    Browse the repository at this point in the history
  3. Add 'TestListTypeOfEqual'.

    ewbankkit committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    738af62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    200976f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b34565c View commit details
    Browse the repository at this point in the history
  6. Additional checks.

    ewbankkit committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    db94869 View commit details
    Browse the repository at this point in the history
  7. Add 'ValueAsPtr'.

    ewbankkit committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    e62431c View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    84e2997 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bd7507 View commit details
    Browse the repository at this point in the history
  3. Add 'expandVisitor.bool'.

    ewbankkit committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    0c2864d View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    39e6c3f View commit details
    Browse the repository at this point in the history
  2. Add 'expandVisitor.int64'.

    ewbankkit committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    d59a73d View commit details
    Browse the repository at this point in the history
  3. Add 'expandVisitor.string'.

    ewbankkit committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    84511cd View commit details
    Browse the repository at this point in the history
  4. Add 'expandVisitor.list'.

    ewbankkit committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    b400de6 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    930dd79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5591410 View commit details
    Browse the repository at this point in the history
  3. Add 'expandVisitor.map'.

    ewbankkit committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    476f882 View commit details
    Browse the repository at this point in the history
  4. Add 'expandVisitor.set'.

    ewbankkit committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    23ca7c0 View commit details
    Browse the repository at this point in the history
  5. Add 'flattenVisitor.bool'.

    ewbankkit committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    37165e9 View commit details
    Browse the repository at this point in the history
  6. Add 'flattenVisitor.float'.

    ewbankkit committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    8289e3a View commit details
    Browse the repository at this point in the history
  7. Add 'flattenVisitor.int'.

    ewbankkit committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    561daab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    18b177f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3335791 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    487c5ec View commit details
    Browse the repository at this point in the history
  11. Add 'flattenVisitor.slice'.

    ewbankkit committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    a3752fa View commit details
    Browse the repository at this point in the history
  12. Add 'flattenVisitor.map'.

    ewbankkit committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    e892b4a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1456c29 View commit details
    Browse the repository at this point in the history
  14. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccEC2InstanceConnectEndpoint_' PKG=ec2 ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 2  -run=TestAccEC2InstanceConnectEndpoint_ -timeout 180m
    === RUN   TestAccEC2InstanceConnectEndpoint_basic
    === PAUSE TestAccEC2InstanceConnectEndpoint_basic
    === RUN   TestAccEC2InstanceConnectEndpoint_disappears
    === PAUSE TestAccEC2InstanceConnectEndpoint_disappears
    === RUN   TestAccEC2InstanceConnectEndpoint_tags
    === PAUSE TestAccEC2InstanceConnectEndpoint_tags
    === RUN   TestAccEC2InstanceConnectEndpoint_securityGroupIDs
    === PAUSE TestAccEC2InstanceConnectEndpoint_securityGroupIDs
    === CONT  TestAccEC2InstanceConnectEndpoint_basic
    === CONT  TestAccEC2InstanceConnectEndpoint_tags
    --- PASS: TestAccEC2InstanceConnectEndpoint_basic (377.09s)
    === CONT  TestAccEC2InstanceConnectEndpoint_disappears
    --- PASS: TestAccEC2InstanceConnectEndpoint_disappears (357.76s)
    === CONT  TestAccEC2InstanceConnectEndpoint_securityGroupIDs
    --- PASS: TestAccEC2InstanceConnectEndpoint_tags (1079.70s)
    --- PASS: TestAccEC2InstanceConnectEndpoint_securityGroupIDs (364.41s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	1104.413s
    ewbankkit committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    8f6da70 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    132d622 View commit details
    Browse the repository at this point in the history
  2. Add comments.

    ewbankkit committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    451dfe4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca12bb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd56c5b View commit details
    Browse the repository at this point in the history
  5. Correct source file names.

    ewbankkit committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    05c07e1 View commit details
    Browse the repository at this point in the history
  6. Add 'valueas.go'.

    ewbankkit committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d596962 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3991459 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cbef86c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cdaea2f View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Rename source file.

    ewbankkit committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    5619278 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    551974b View commit details
    Browse the repository at this point in the history
  3. Add 'TypeWithValueFromPtr'.

    ewbankkit committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    9c6780b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f021e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2dab39d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9da881 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    b2b6997 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    571a8a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7174eca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6b843c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48c8dad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    403a0b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d91623 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c2009e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    bccc12f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e389015 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdbbc71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2da801a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    edfe2cb View commit details
    Browse the repository at this point in the history
  6. Run 'make fmt'.

    ewbankkit committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    ff50f43 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Configuration menu
    Copy the full SHA
    dfda33f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f644193 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7fc476 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f902f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    322cb9a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e816888 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e83b5a View commit details
    Browse the repository at this point in the history
  8. Add TODOs.

    ewbankkit committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    47ed2fa View commit details
    Browse the repository at this point in the history
  9. Run 'make fmt'.

    ewbankkit committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    7f47ccb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8fd9816 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ec5b5fd View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    75f4fdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70ed664 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7b4147 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4773db3 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    4ac2070 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e1efd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00cfcee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4685ad2 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    7947f1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    603de5d View commit details
    Browse the repository at this point in the history
  3. Use 'fwtypes' alias.

    ewbankkit committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    0da40a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97a3a6c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    382d286 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e286f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    f786e5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bc70e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fa9e1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ff132f View commit details
    Browse the repository at this point in the history
  5. Remove 'withLegacyMode'.

    ewbankkit committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    209cd98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66eff23 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a1a241 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3948826 View commit details
    Browse the repository at this point in the history
  9. AutoFlex: Replace use of 'FlattenFrameworkStringValueList' and 'Flatt…

    …enFrameworkStringList'.
    ewbankkit committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    54eea8e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a4b831e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0255218 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    85c8c5c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    485754d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d3a6ef0 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    d2e777c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25e8220 View commit details
    Browse the repository at this point in the history
  3. Additional test.

    ewbankkit committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4a29a39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a85a6eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2619b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98dc0f5 View commit details
    Browse the repository at this point in the history
  7. Update comments.

    ewbankkit committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    7f2baad View commit details
    Browse the repository at this point in the history