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

[AWS SDK for Go Migration] ECR (Elastic Container Registry) Service #36493

Merged
merged 37 commits into from
Mar 29, 2024

Commits on Oct 12, 2018

  1. Configuration menu
    Copy the full SHA
    08da208 View commit details
    Browse the repository at this point in the history
  2. adding documentation

    slapula committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    8d96c00 View commit details
    Browse the repository at this point in the history
  3. fixing acc test

    slapula committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    c3c906d View commit details
    Browse the repository at this point in the history
  4. fixing docs

    slapula committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    d3995af View commit details
    Browse the repository at this point in the history
  5. removing unneeded out

    slapula committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    819b1d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

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

Commits on Mar 20, 2024

  1. migrated ecr

    alexknez committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a92b240 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    9250dc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81e819c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    629764d View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    71031c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1b5e84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5562b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    496f3f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b864d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3baa67c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    55d7b33 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    90019f6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0ee6295 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    004b82b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7f14b5c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e73f2ef View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3ca47bc View commit details
    Browse the repository at this point in the history
  14. Revert "removing unneeded out"

    This reverts commit 819b1d6.
    ewbankkit committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    5aee543 View commit details
    Browse the repository at this point in the history
  15. Revert "fixing docs"

    This reverts commit d3995af.
    ewbankkit committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c2221b7 View commit details
    Browse the repository at this point in the history
  16. Revert "fixing acc test"

    This reverts commit c3c906d.
    ewbankkit committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b2f1060 View commit details
    Browse the repository at this point in the history
  17. Revert "adding documentation"

    This reverts commit 8d96c00.
    ewbankkit committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    3f25cfc View commit details
    Browse the repository at this point in the history
  18. Revert "data_source/ecr_lifecycle_policy_document: adding new data so…

    …urce for ECR"
    
    This reverts commit 08da208.
    ewbankkit committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    99cc2c2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    585d9e1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a35a8c3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a31db27 View commit details
    Browse the repository at this point in the history
  22. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccECRLifecyclePolicy_' PKG=ecr ACCTEST_PARALLELISM=3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go1.21.8 test ./internal/service/ecr/... -v -count 1 -parallel 3  -run=TestAccECRLifecyclePolicy_ -timeout 360m
    === RUN   TestAccECRLifecyclePolicy_basic
    === PAUSE TestAccECRLifecyclePolicy_basic
    === RUN   TestAccECRLifecyclePolicy_disappears
    === PAUSE TestAccECRLifecyclePolicy_disappears
    === RUN   TestAccECRLifecyclePolicy_ignoreEquivalent
    === PAUSE TestAccECRLifecyclePolicy_ignoreEquivalent
    === RUN   TestAccECRLifecyclePolicy_detectDiff
    === PAUSE TestAccECRLifecyclePolicy_detectDiff
    === RUN   TestAccECRLifecyclePolicy_detectTagPatternListDiff
    === PAUSE TestAccECRLifecyclePolicy_detectTagPatternListDiff
    === CONT  TestAccECRLifecyclePolicy_basic
    === CONT  TestAccECRLifecyclePolicy_detectDiff
    === CONT  TestAccECRLifecyclePolicy_ignoreEquivalent
    --- PASS: TestAccECRLifecyclePolicy_basic (26.42s)
    === CONT  TestAccECRLifecyclePolicy_detectTagPatternListDiff
    --- PASS: TestAccECRLifecyclePolicy_ignoreEquivalent (29.57s)
    === CONT  TestAccECRLifecyclePolicy_disappears
    --- PASS: TestAccECRLifecyclePolicy_detectDiff (30.88s)
    --- PASS: TestAccECRLifecyclePolicy_disappears (17.91s)
    --- PASS: TestAccECRLifecyclePolicy_detectTagPatternListDiff (24.89s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ecr	62.278s
    ewbankkit committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    e182c8b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0d1571f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    cc1947c View commit details
    Browse the repository at this point in the history
  25. Fix markdown-lint errors.

    ewbankkit committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    90aef9c View commit details
    Browse the repository at this point in the history
  26. Fix terrafmt errors.

    ewbankkit committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    0e76860 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    97148c2 View commit details
    Browse the repository at this point in the history