Commit graph

57 commits

Author SHA1 Message Date
Anton Babenko
9300d0f194 Updated CHANGELOG 2019-06-17 12:47:58 +02:00
Anton Babenko
8cddce38b0
Added support for terraform_docs for Terraform 0.12 (#45) 2019-06-17 12:47:06 +02:00
Anton Babenko
dbf91086f3 Updated CHANGELOG 2019-05-27 09:34:00 -07:00
Anton Babenko
5725b11b55
Added note about incompatibility of terraform-docs with Terraform 0.12 (#41) 2019-05-27 09:33:32 -07:00
Anton Babenko
418a5ec782
Fixed broken "maintained badge" 2019-04-06 21:19:39 +02:00
Guido Dobboletta
249c02bb64 Update README.md (#36) 2019-03-05 09:16:55 +01:00
Anton Babenko
7eb9ca3f2f Updated changelog 2019-03-01 09:49:34 +01:00
Tyler Christiansen
a3771b5119 fix check for errors at the end (#35) 2019-03-01 09:48:50 +01:00
Anton Babenko
2c842d9461 Bump new version 2019-02-21 09:43:31 +01:00
Josiah Halme
beb4a67753 Add exit code for 'terraform validate' so pre-commit check fails (#34) 2019-02-21 09:38:50 +01:00
Anton Babenko
66214dcc4b Added CHANGELOG.md 2019-02-18 18:52:46 +01:00
Anton Babenko
bc0e68bfd3 Added chglog (hi @robinbowes :)) 2019-02-18 18:52:10 +01:00
Anton Babenko
175000320b
Merge pull request #33 from chrisgilmerproj/run_terraform_docs_in_serial
Require terraform-docs runs in serial
2019-02-18 18:38:45 +01:00
Chris Gilmer
57d924d5d4 Require terraform-docs runs in serial to avoid pre-commit doing parallel operations on similar file paths 2019-02-08 15:24:06 -08:00
Anton Babenko
3cdf8ecd62
Merge pull request #30 from RothAndrew/feature/fix_issue_29
Fix bug not letting terraform_docs_replace work in the root directory…
2018-12-15 09:40:31 +01:00
rothandrew
15c9f394d3 Fix bug not letting terraform_docs_replace work in the root directory of a repo 2018-12-14 17:13:34 -05:00
Anton Babenko
a52b507a18
Merge pull request #27 from RothAndrew/feature/new_hook
Add new hook for running terraform-docs which will replace content of README.md (using Python)
2018-12-14 22:24:41 +01:00
rothandrew
fe3ba02d25 fix typo 2018-12-14 16:19:54 -05:00
rothandrew
d3fe87daea Address requested changes 2018-12-14 16:16:42 -05:00
rothandrew
cbd26b20c7 Add --dest argument 2018-12-14 13:40:54 -05:00
rothandrew
debe93a82b Address requested changes 2018-12-14 09:23:54 -05:00
rothandrew
9aa971c069 Add new hook for running terraform-docs with replacing README.md from doc in main.tf 2018-12-13 22:29:59 -05:00
Anton Babenko
7acd99eeb7 Merge remote-tracking branch 'origin/master' into pr25 2018-12-11 20:22:07 +01:00
Anton Babenko
e2760caf8d Added followup after #25 2018-12-11 20:21:49 +01:00
Anton Babenko
2b71d4b3bb
Merge pull request #25 from getcloudnative/feat-pass-terraform-docs-opts
Add feature to pass options to terraform-docs.
2018-12-11 20:21:40 +01:00
Martin Etmajer
fbdd40ac8f Add feature to pass options to terraform-docs. 2018-11-13 12:30:06 +01:00
Anton Babenko
b7c50947b0 Added license file (fixed #21) 2018-07-10 11:28:43 +02:00
Anton Babenko
8dd603be09 Updated README 2018-05-24 22:12:04 +02:00
Robin Bowes
69039c3a8c Only run validate if .tf files exist in the directory. (#20)
* Only run validate if .tf files exist in the directory.

* Same fix, different script :)
2018-05-24 22:10:49 +02:00
jeremy avnet
2d3782cefa Replace terraform_docs use of GNU sed with perl (#15)
* Fix ShellCheck warning 2219

https://github.com/koalaman/shellcheck/wiki/SC2219

* Replace GNU sed commands with perl

This replaces the sed commands which required GNU sed be installed with
perl versions. This should make this script more universally usable
(e.g., on macOS) without installing additional tools.
2018-05-20 12:10:28 +02:00
jeremy avnet
6b06683c0d Fixes use of md5 for tempfile name (#16) 2018-05-20 10:00:34 +02:00
Anton Babenko
091f8b15d7 Run terraform_docs only if README.md is present 2018-05-16 21:58:40 +02:00
Anton Babenko
8e03aec3d5 Run terraform_docs only if README.md is present 2018-05-16 21:57:49 +02:00
Anton Babenko
97a668640d
Added terraform-docs integration (#13)
* Add hook to create readme

* Updated README
2018-05-16 20:04:48 +02:00
Anton Babenko
41d4951aff
Allow to have spaces in directories (#11) 2018-04-21 11:22:47 +02:00
Anton Babenko
e6267fd150 Bump new version 2018-03-06 13:59:22 +01:00
Anton Babenko
b0d43204ca
Format tfvars files explicitely, because terraform fmt ignores them (#9) 2018-03-06 13:58:03 +01:00
Anton Babenko
c6f81e3730 Updated readme 2018-01-24 15:46:37 +01:00
Anton Babenko
b9a885160a Show failed path 2018-01-24 14:03:15 +01:00
Anton Babenko
93394c482a Show failed path 2018-01-24 13:57:41 +01:00
Anton Babenko
97769abeb3 Show failed path 2018-01-24 13:48:44 +01:00
Anton Babenko
e220e169ca Updated scripts 2018-01-24 13:34:34 +01:00
Anton Babenko
5f3ac96d44 Added scripts to validate terraform files 2018-01-24 12:13:51 +01:00
Anton Babenko
70b77dcf32 Added badges 2018-01-15 16:27:01 +01:00
Anton Babenko
bd50003bd7
Added formatting for tfvars (fixes #4) (#6) 2018-01-15 16:12:51 +01:00
Anton Babenko
37dfe9ab4b
Merge pull request #5 from schneems/schneems/codetriage-badge
[ci skip] Get more Open Source Helpers
2018-01-04 13:12:07 +01:00
schneems
4c7ea0417d [ci skip] Get more Open Source Helpers
[CodeTriage](https://www.codetriage.com/) is an app I have maintained
for the past 4-5 years with the goal of getting people involved in
Open Source projects like this one. The app sends subscribers a random
open issue for them to help "triage". For some languages you can also
suggested areas to add documentation.

The initial approach was inspired by seeing the work of the small
core team spending countless hours asking "what version was
this in" and "can you give us an example app". The idea is to
outsource these small interactions to a huge team of volunteers
and let the core team focus on their work.

I want to add a badge to the README of this project. The idea is to
provide an easy link for people to get started contributing to this
project. A badge indicates the number of people currently subscribed
to help the repo. The color is based off of open issues in the project.

Here are some examples of other projects that have a badge in their
README:

- https://github.com/crystal-lang/crystal
- https://github.com/rails/rails
- https://github.com/codetriage/codetriage

Thanks for building open source software, I would love to help you find some helpers.
2018-01-03 22:26:39 -06:00
Anton Babenko
42cd6c44f6 Renamed shell script file to the correct one 2017-06-08 11:02:21 +02:00
Anton Babenko
837203f7b8 Updated .pre-commit-hooks.yaml 2017-06-08 10:31:58 +02:00
Anton Babenko
2a81bb52c8 Updated sha in README 2017-06-08 10:30:39 +02:00