Skip to content

v0.6.0

Compare
Choose a tag to compare
@dikhan dikhan released this 04 Dec 21:00
· 1831 commits to master since this release

What's new?

Changelog

c729086 fix broken links
d3807e6 comment out externall configuration so example container does not break
46e51fe quick doc update regarding plugin configuration
c7fa22b update minor version
ece0db7 Merge pull request #77 from dikhan/feature/array-of-objects-support
718cb9b add more explicit error message
0696aaf be explicit about case string
22acdd7 add unit tests for convertPayloadToLocalStateDataValue
7a8437f better description for what is expected
227879b better descriptio nfor what is expected
2e71d56 fix typo
3e9ba36 update use case description
7559902 fix typos comments
26b174f rearrange type int check within the float reflect case
cede465 update floatToString to not use decimals when dealing with zero float values
8232394 update integration tests with object type support
633e301 update example adding object example
e36b5bb [BIG CHANGE] this is the alternative change using TypeMaps as expected
d8b3221 [BIG CHANGE] this change introduces major changes in properties of type typeObject
ff67ab3 update ObjectProperty example to include more fields with different types
d5ec8d4 add unit test for TestGetPropertyPayload
22d1878 beter to return the error handle it as desired outside
51f1a2f add better logging for getPropertyPayload
6cc707e add more unit tests
40ae3af quick code rearrangement
6745e5d fix doc typo and add info about supported aray item definitions
894f5c5 add units tests for:
5d0a25b fix isObjectProperty issue
ac35d3d add units tests for:
f7a249b fix integration tests
a4d584c add support for other use cases in the example cdn
bfb2e5d better logging when finding properties
673bd1f add support for getPropertyPayload and convertPayloadToLocalStateDataValue
3c71b53 create helper method to get property based on its terraform name
c1155ca add a helper method to check if the def property is a list of objects
799c86b add case for array reflection
98b5eff add test coverage for nested and ref external schemas when using array types
5e20733 reuse isObjectProperty method to make sure both nested and ref schemas are supported
92123d5 update main tf config example
554086d update documentation adding info for arrays of objects/primitives
f269a22 add integration tests covering the arrays of objects use casse
5a369e3 autogenerate the swaggercodegen example code
bef1bfc update swaggercodegen example yaml including array of objects property
114b00c ensure type and elems are the right configuration
6d167bc move helper functions to tests
30daa75 update unit tests with array ob objects
c154177 add support for arrays of different types in the specSchemaDefinitionProperty
2335f28 Merge pull request #75 from dikhan/feabure/enable-provider-schema-properties-config-from-external-sources
8f0a809 stop instantiating the providing in the init functions
d284388 add more clear info
fcd07e3 update file location info
09c2031 remove redundant column
24ab55e remove typo
01c8350 add documentation about Schema Configuration Object
6d38e17 add integration tests
f8803d1 add helper createPluginConfigFile function
4dfc850 add support for being able to set plugin config file path from an env varialbe
e4db9be integrate support for properties with default values in the provider schema
e696711 add support for schema property configuration
3c675a2 dep ensure -add github.com/oliveagle/jsonpath
7c6aa51 Merge pull request #74 from dikhan/feature/enable_provider_configuraiton_via_env_variables
36260f3 add documentation about how to configure the openapi provider
820ca9d add integration tests
19e05cc add unit tests
58c0dbf add support for env variables to set provider configuration values