Skip to content

Releases: karvounis/terraform-provider-forem

v1.0.2

16 Apr 12:57
b7634be
Compare
Choose a tag to compare
Improve update article (#9)

* create and update article now call article.GetArticleBodySchemaFromResourceData

* add hasChange check for canonical_url and recreates listing if manually
deleted

* add a few more checks in data source article

* move GetListingBodySchemaFromResourceData and GetArticleBodySchemaFromResourceData

v1.0.1

14 Apr 06:19
Compare
Choose a tag to compare
add example for listing resource

v1.0.0

13 Apr 19:17
892c5ff
Compare
Choose a tag to compare
Implement forem_listing resource (#7)

* add forem_listing resource schema

* add golint in pre-commit

* add read and create functionality to forem_listing resource

* Add test for create draft listing

Also, make changes based on golint suggestions

* add test for listing resource to publish

Tests now test the successful publish of a listing

* Improve SchemaDescriptionBuilder

Logs AtLeastOneOf, ConflictsWith, RequiredWith, MinItems and MaxItems

* add dev-client-go 1.1.3 dependency

* keep myself dry

TestAccListing_draft now reuses the getListingBodySchemaToPublish method
to create a ListingBodySchema

* upgrade to dev-client-go 1.2.0

* Add golangci-lint to pre-commit

* simpify tags section

* update listing now works like a charm

* add update listing tests

v0.1.1

09 Apr 16:04
8d90e41
Compare
Choose a tag to compare
Add the ability to forem_article data source to query an article by p…

…ath (#6)

* fix: fix description

* add data source forem_article functionality by username and slug

v0.1.0

04 Apr 10:18
Compare
Choose a tag to compare
Add go 1.17 to GH workflow