v1.3.0-pre.0
github-actions
released this
08 Jul 12:09
·
385 commits
to main
since this release
Changelog
- 6712aaa Accept a trailing slash in the token url
- 8464d4b Add acceptance tests for channel resource
- ba871ca Add descriptions to the type fields
- a2fe6fa Add examples for enum and set
- 677a8d8 Add product type validation tests
- 95d4d7d Add support for custom fields on
commercetools_channel
resource - 20282b8 Add support for custom fields on
commercetools_store
resource. - 7c32d7a Add support for custom fields on category resource
- b207faa Add support for custom fields on discount code
- a00a51b Add support for custom fields on shipping methods
- 30dc2b0 Add test for product types in combination with enums
- 52c0a6a Add tests for custom fields on store resource
- aa13c94 Add the
tools/tools.go
from the terraform scaffolding example - 9b45e35 Add the failing attribute order updates test
- 024e088 Add type schema v1 fixes in tests
- 8e0f25c Add validation to type names in product_type / type
- 5154cc3 Add valueElement
- 4845dbb Check enum type name before upgrading
- 464139f Delete unused utility function
- 4801ab8 Duplicate type.field validation in product_type.attribute
- e3826ea Expand product type attribute type
- 5acd900 Feat: update logic to set the user-agent string used by the provider
- c8254a2 Fix casting of UpdateActions
- c0d58f1 Fix indentation
- 5738ac9 Fix minor typo
- 35c1164 Fix predicate handling in shipping_method resource
- d426c7d Fix product type test data
- 7528768 Fix product_type tests
- 17386f0 Fix range error while setting product type attributes
- 4ee0428 Fix test
- 58cc841 Fix tests
- 00d6f4d Fix tests for provider implementation
- a14e6e1 Fix the test case for attribute enum values
- c5b013b Fix typo
- 015707b Fix unterminated quoted string error
- 59a0f26 Fixing some typos and issues
- 1cde624 Fixing some typos and issues
- b2d8ae2 Fixing some typos and issues
- 0d067e2 Flatten product type attributes
- 42277d0 Implement all fields of the channel resource
- e2a6092 Implement the removeEnumValue action for product_type
- 15a65b8 Improve acceptance tests for custom types
- ad1c256 Improve test case by checking created resource
- cc1eb97 Improve test logic for stores as proof-of-concept
- 8691a4e Improve tests for stores
- 28a43bb Improve the acceptance tests
- 4ff4f29 Improve the error handling
- 38b2296 Include remote product type test in each steps
- 174f0b6 Minor
- f5e820e Naming
- a6451da Naming
- 0ab5860 Naming
- 59c4169 Naming
- 852effb Re-format test
- 8411d76 Regenerate docs
- f2436a7 Regenerate the docs
- 4729197 Remove duplicated
project_key
from example - f82ef3e Remove some logging
- ddf599a Remove temporary test for product_type
- bf0f5c9 Remove unused
update-sdk
target - 9d75ddf Remove unused script
- ade6dd7 Remove useless print statements for debugging
- 588b8ee Rename file to helpers_test.go to satisfy staticcheck
- 7b4b399 Replace all interface{}s with any
- 592bebb Replace word field with attr
- dd31cf2 Rewrite the resource_product_type update logic
- b92d1c6 Rewrite the resource_type update logic
- 340cf5f Small feedback items
- 621772b Update CHANGELOG.md
- b8660d5 Update changelog
- 1d96198 Update changelog for enum change
- 104caf7 Update docker syntax in example
- 4ae353f Update docs
- e6b52d9 Update staticcheck
- 5347aa9 Update test formatting (no functional changes)
- 0c813f6 Use TF_LOG=INFO for testing
- ff3b182 Use generics for the CustomFieldUpdateActions
- dcb8d64 Use list for defining attribute enum values in product type
- 4e598dd Write the custom fields to the state when reading resources
- fab51fb add support for customer-group custom fields
- 26ba20d add vscode configuration files to ease development
- 3180f2a fix(404): expand 404 cases
- 8ec5878 fix(shipping_method): tax_category_id is a required attribute
- 991fa2b type: Use list for defining field enum values