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

[New Resource]: OpenSearch Ingestion Pipeline #35582

Merged
merged 22 commits into from
Feb 8, 2024

Commits on Jan 31, 2024

  1. Add osis pipeline

    farhanangullia committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    75e8568 View commit details
    Browse the repository at this point in the history
  2. Add osis exports

    farhanangullia committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    2450db3 View commit details
    Browse the repository at this point in the history
  3. Update osis gen

    farhanangullia committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    1d7c5cf View commit details
    Browse the repository at this point in the history
  4. Update osis svc gen

    farhanangullia committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    0304c48 View commit details
    Browse the repository at this point in the history
  5. Add osis to names

    farhanangullia committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    8341826 View commit details
    Browse the repository at this point in the history
  6. Add osis tags gen

    farhanangullia committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    cc86df1 View commit details
    Browse the repository at this point in the history
  7. Add osis docs

    farhanangullia committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    ad6c24f View commit details
    Browse the repository at this point in the history
  8. Add osis acc tests

    farhanangullia committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    993dfa7 View commit details
    Browse the repository at this point in the history
  9. Update osis acc test

    farhanangullia committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a1220c5 View commit details
    Browse the repository at this point in the history
  10. fix osis acc test

    farhanangullia committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    3fc3fb0 View commit details
    Browse the repository at this point in the history
  11. bump timeouts to 45m

    farhanangullia committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    cff6c1d View commit details
    Browse the repository at this point in the history
  12. add changelog entry

    farhanangullia committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e18fe19 View commit details
    Browse the repository at this point in the history
  13. fix caps semgrep

    farhanangullia committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    5bd5f9f View commit details
    Browse the repository at this point in the history
  14. fix osis generate

    farhanangullia committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    905fe98 View commit details
    Browse the repository at this point in the history
  15. clean up osis pipeline

    farhanangullia committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    577f494 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    97c6c12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6ba79f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    3623934 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53a7415 View commit details
    Browse the repository at this point in the history
  3. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccOpenSearchIngestionPipeline_basic' PKG=osis
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/osis/... -v -count 1 -parallel 20  -run=TestAccOpenSearchIngestionPipeline_basic -timeout 360m
    === RUN   TestAccOpenSearchIngestionPipeline_basic
    === PAUSE TestAccOpenSearchIngestionPipeline_basic
    === CONT  TestAccOpenSearchIngestionPipeline_basic
    --- PASS: TestAccOpenSearchIngestionPipeline_basic (602.09s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/osis	630.121s
    ewbankkit committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    10a3ec3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6d99b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67b6f1e View commit details
    Browse the repository at this point in the history