This project is mirrored from https://gitee.com/NQL886/packer.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 29 Sep, 2021 1 commit
  2. 28 Sep, 2021 7 commits
  3. 24 Sep, 2021 1 commit
  4. 19 Sep, 2021 1 commit
  5. 15 Sep, 2021 2 commits
  6. 14 Sep, 2021 10 commits
  7. 08 Sep, 2021 2 commits
    • Megan Marsh's avatar
      update changelog · d9a76809
      Megan Marsh authored
      d9a76809
    • Wilken Rivera's avatar
      Add environment variable precheck for datasource acceptance tests (#11254) · 7aa6b699
      Wilken Rivera authored
      Before change
      ```
      === Failed
      === FAIL: datasource/hcp-packer-iteration TestAccDatasource_HCPPackerIteration (1.97s)
          pluginacc.go:143: Error running plugin acceptance tests: Bad exit code. Logfile: packer_log_hcp_packer_iteration_datasource_basic_test.txt
              Logs can be found at /Users/wilkenrivera/Development/packer/datasource/hcp-packer-iteration/packer_log_hcp_packer_iteration_datasource_basic_test.txt
              and the acceptance test template can be found at /Users/wilkenrivera/Development/packer/datasource/hcp-packer-iteration/hcp_packer_iteration_datasource_basic_test.pkr.hcl
      
      DONE 690 tests, 5 skipped, 1 failure in 387.912s
      ```
      
      After change
      ```
      === SKIP: datasource/hcp-packer-iteration TestAccDatasource_HCPPackerIteration (0.00s)
          data_acc_test.go:35: Acceptance tests skipped unless envs "HCP_CLIENT_ID" and "HCP_CLIENT_SECRET" are set
      ```
      7aa6b699
  8. 07 Sep, 2021 8 commits
  9. 03 Sep, 2021 3 commits
    • Megan Marsh's avatar
      allow datasources to use other datasources · 48de1fc7
      Megan Marsh authored
      create a null data source for testing. We can choose to document if we want to, but it's a convenience for us
      
      add a test to catch cyclic datasource dependency, update tests to include out of order data sources, and update the code to clean up the returned diagnostics generated from the recursive evaluation
      
      PR review comments
      48de1fc7
    • Megan Marsh's avatar
      tidied modfile · 9cab1840
      Megan Marsh authored
      9cab1840
    • Megan Marsh's avatar
      Add two new data sources -- hcp-packer-iteration and hcp-packer-image. These... · fd80f8da
      Megan Marsh authored
      Add two new data sources -- hcp-packer-iteration and hcp-packer-image. These data sources together will allow users to query hcp_packer for the image_ids they need to use as source images to their builds, with a simple UI and clear outputs.
      add quick and dirty acceptance test for hcp packer image iteration and hcp packer image data sources
      PR review
      linting
      fd80f8da
  10. 02 Sep, 2021 1 commit
  11. 01 Sep, 2021 1 commit
  12. 31 Aug, 2021 3 commits