Skip to content

Releases: embracesbs/terraform-provider-squidex

v0.7.6

12 Jan 13:16
40d0975
Compare
Choose a tag to compare
  • Added support to create a rule
  • In more detail the rule options are bound to the webhook option

v0.7.5

09 Jan 13:58
Compare
Choose a tag to compare
go tidy

v0.7.4

09 Jan 13:36
Compare
Choose a tag to compare
add to terraform registry

v0.7.2

27 Oct 07:20
b5a91e4
Compare
Choose a tag to compare

Fixes:

  • Removing a client from squidex failed, this has been resolved.
  • Switching a contributors role failed, this has been resolved.
  • Removing an app didn't work because it would remove the app and all the underlying resources while terraform still trying to delete those after that. This has been fixed by allowing not found results when deleting resources. When something is not found we now assume it is already gone.

Fix self-reference issue

15 Feb 10:19
2776579
Compare
Choose a tag to compare
Fix: Self referencial fields are not possible on squidex fields (#14)

* - Add commented code to be used for debug purpose
- Added IsSelfReference field to squidex dto for initial creation
- Added check for fields that enabled the self_reference option
- Updates the field with current schema id to fix the self reference
- Update required version of terraform to 1.1.1
- Replaced niksa with admin user in test setup
- Added self-reference scenario in test setup

* - Added func updateSelfReferences

Co-authored-by: Ritseart Oord <ritseart.oord@embracecloud.nl>

v0.6.5

03 Feb 10:36
Compare
Choose a tag to compare
allow 204 as OK response

v0.6.4

01 Feb 15:31
Compare
Choose a tag to compare
remove zipped folder

v0.6.3

01 Feb 15:02
9174173
Compare
Choose a tag to compare
Features/0.6.3 (#8)

* add url, method & code to error message

* test package multiple binaries

* fix checksum

* remove folders

* reset pipeline trigger

Co-authored-by: Michiel van Klinken <michiel@qvision.nl>

v0.6.2

01 Feb 10:01
1777adb
Compare
Choose a tag to compare
Features/resource schema (#7)

* add all schema fields

* fix invariant string compare & str arr conversion

* schema create create & example

* validation

* finish create & update

* set defaults

* log bad request response bodies

* field_properties_dto extended fields

* first with all properties

* add all schema fields

* add vscode golang launchers

* make scipt fix missing folder

* correct error message handling

* docker compose for local squidex

* fields name allow caps

* invalidate errored state & contributor invite static

* allow field name caps

* schema, sync delete & recreate booleans

* merge

Co-authored-by: Michiel van Klinken <michiel@qvision.nl>

v0.6.1

18 Jan 13:58
e79d0da
Compare
Choose a tag to compare

all schema fields properties