Commit graph

17 commits

Author SHA1 Message Date
Martin
cf2cb85e4c
fix: Switch to proper go tools mechanism to fix website-* workflows. (#399)
* fix: Switch to proper go tools mechanism.

* fix: Add missing changes of website-lint github action.

* fix: Re-add some commands to make setup.

* docs: Fix service markdown file.

* fix(deps): Update golangci-lint version to match the one used in github action.

* fix: Add missing entry to go.sum
2022-07-11 14:55:15 +02:00
renovate[bot]
6714c98298
fix(deps): update module github.com/golangci/golangci-lint to v1.46.2 (#341)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-27 15:46:35 +02:00
renovate[bot]
7fc945d01b
fix(deps): update module github.com/golangci/golangci-lint to v1.43.0 (#306)
* fix(deps): update module github.com/golangci/golangci-lint to v1.43.0
* chore(ci): bump golangci-lint version
* fix: linter issues
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Manuel Vogel <mavogel@posteo.de>
2021-12-02 10:58:17 +01:00
renovate[bot]
642037a5ad
fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.5.1 (#311)
* fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.5.1
* fix: go get for tfplugindocs

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Manuel Vogel <mavogel@posteo.de>
2021-12-01 15:41:13 +01:00
renovate[bot]
412d25a0cb
fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.5.0 (#286)
* fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.5.0
* chore(deps): update terraform-plugin-docs to v0.5.0
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Manuel Vogel <mavogel@posteo.de>
2021-09-13 13:57:34 +02:00
Manuel Vogel
9035765015
fix: fmt of go files for go 1.17 2021-09-07 16:17:26 +02:00
Manuel Vogel
328ce72308
chore(deps): unify require sections in go.mod files 2021-09-07 15:23:47 +02:00
renovate[bot]
5fb3f23792
chore(deps): update golang to v1.17 (#272)
* chore(deps): update golang docker tag to v1.17
* chore: update to golang 1.17

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Manuel Vogel <mavogel@posteo.de>
2021-09-07 14:13:40 +02:00
renovate[bot]
34eb926352
fix(deps): update module github.com/golangci/golangci-lint to v1.42.1 (#284)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-07 08:54:11 +02:00
renovate[bot]
013f0b119f
fix(deps): update module github.com/golangci/golangci-lint to v1.42.0 (#274)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-31 12:29:50 +02:00
renovate[bot]
eaee1edf91
fix(deps): update module github.com/golangci/golangci-lint to v1.41.1 (#226)
* fix(deps): update module github.com/golangci/golangci-lint to v1.41.1
* fix(ci): update action golangci-lint to v1.41.1

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Manuel Vogel <mavogel@posteo.de>
2021-06-21 09:28:25 +02:00
renovate[bot]
e1630b2281
fix(deps): update module github.com/golangci/golangci-lint to v1.40.1 (#194)
* chore: bump tools golang version to 1.16

* fix(deps): update module github.com/golangci/golangci-lint to v1.40.1

* chore(ci): bump golangci-lint to use v1.40.1

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Manuel Vogel <mavogel@posteo.de>
2021-05-31 13:27:46 +02:00
Manuel Vogel
6c796e15a5
feat/doc generation (#193)
* chore: add tfplugindocs tool

* feat: add tfplugin doc dependency and make target

* chore: apply documentation generation

* docs(contributing): update for documentation generation

* fix: adapt website-lint target to new do folder

* docs(network): update ds descriptions

* docs: add template for index.md

* docs: add network resource generation

* chore(ci): updates paths for website checks

* docs: add plugin data source generation

* docs: add import cmd for network resource

* docs: add plugin resource generation

* feat: outlines remaining resources with example and import cmd

* feat: add descriptions to docs

* chore: add DevSkim ignores and fix capitalized errors

* docs: complete ds registry image

* docs: add container resource generation

* docs: add lables description to missing resources

* docs: remove computed:true from network data

so the list is rendered in the description

* Revert "docs: remove computed:true from network data"

This reverts commit dce9b7a5a2.

* docs: add docker image descriptions to generate the docs

* docs: add docker registry image descriptions to generate the docs

* docs: add docker service descriptions to generate the docs

* docs: add docker volume descriptions to generate the docs

* docs(index): clarifies description

so more docker resources are mentioned

* docs(network): fixes required and read-only attributes

so the ds can only be read by-name

* docs(plugin): clarifies the ds docs attributes

* docs: fix typo registry image ds

* docs(config): clarifies attributes and enhances examples

Provide a long example and import command

* fix(config): make data non-sensitive

Because only secrets data is

* docs(containter): clarifies attributes

and enhances examples with import

* docs(config): fix typo

* docs(image): clarifies attributes and remove import

* docs(network): clarifies attributes and adapts import

* docs(plugin): clarifies attributes and import

* docs(registry_image): clarifies attributes and removes import

* chore(secret): remove typo

* docs(service): clarifies attributes and import

* docs(volume): clarifies attributes and import

* fix: correct md linter rules after doc gen

* docs(volume): regenerated

* docs: add config custom template

* docs: add templates for all resources

* docs(config): templates all sections and examples

for better redability and structure

* docs(config): fix md linter

* docs(container): templates all sections and examples

* docs(image): templates all sections and examples

* docs(image): fix import resource by renaming

* docs(network): templates all sections and examples

* docs(service): templates all sections and examples

* docs(volume): templates all sections and examples

* fix(lint): replace website with doc directory

* fix(ci): link check file extension check

* fix: markdown links

* chore: remove old website folder

* chore: fix website-lint terrafmr dir and pattern

* fix: lint fix target website folder

* fix: website links

* docs(provider): update examples

with templates on auth and certs

* docs(provider): add tf-plugin-docs line

* docs(contributing): split doc generation section

* docs: final brush up for readability and structure

* chore(ci): add website-generation job

to see if files changed and it should run locally again

* chore(ci): remove explicit docker setup

from website lint because it's installed by default
2021-05-21 21:30:56 +09:00
renovate[bot]
696739b47c
fix(deps): update module github.com/golangci/golangci-lint to v1.40.0 (#191)
* fix(deps): update module github.com/golangci/golangci-lint to v1.40.0

* chore: bump tools golang version to 1.16

* chore: tidy tools

* chore(ci): bump golangci-lint to v1.40

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Manuel Vogel <mavogel@posteo.de>
2021-05-11 09:30:35 +02:00
renovate[bot]
3ff287d7cf
fix(deps): update module github.com/katbyte/terrafmt to v0.3.0 (#168) 2021-04-09 13:19:13 +02:00
renovate[bot]
42ea663ee6
fix(deps): update module github.com/golangci/golangci-lint to v1.39.0 (#166)
* fix(deps): update module github.com/golangci/golangci-lint to v1.39.0
* chore: bump version of lint action as well
* chore: fix linter
* fix: remove before hooks for releasing
* fix: remove unneeded declaration
2021-04-09 11:56:56 +02:00
Manuel Vogel
30f2238e0b
feat: add ability to lint/check of links in documentation locally (#98)
* build: adds local check for website links
* build(make): adds website lint and setup target
* docs: fix spellings and hcl blocks
* fix(make): phony cmd for missing targets
* chore: renames website link check workflow
* fix: missing workflow path
* build(make): adds golangci-lint target and tool
* ci: adds website lint workflow
* docs(contributing): adds linter runs
* chore: improves naming of workflow jobs
* ci: moves website lint job
* chore: switches markdown checker imagee to ghcr.io/tcort/markdown-link-check:stable
2020-12-27 19:02:34 +09:00