Skip to content

Tags: datarootsio/tf-profile

Tags

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update version to match with the release (#36)

Signed-off-by: Rui Chen <rui@chenrui.dev>

v0.4.0

Toggle v0.4.0's commit message
chore: Updated coverage badge.

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Mark roadmap item as done

v0.2.1

Toggle v0.2.1's commit message
* modifying the build-release-artifact.yml file to have new artifacts…

… with different cominations of OS and Arch

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/improve parser (#16)

* Restructure pkg/ folder in preparation of new parser

* Implement Setters for ParsedLog

* Rework parser to have uniform interface for parse functions

* Remove test that doesn't apply anymore

* Rework Staus to Created/NotCreated/Failed

* Implement correct parsing of Modify/Destroy

* Add tests for new parsers

* Remove legend and make only Failed red

* Fix go vet issues

* Make Created the default for BeforeStatus

* Parse refreshes as well

* Add more State stats to the stats command

* Only export the necessary functions for other packages

* Adapt docs for new parser

* Various small docs changes after review

* Remove redundant command

* Small improvements to README

* Small improvements to docs

* Small improvements to docs

* Rewrite outdated comment

* Improve comments and clean up

* go fmt

release/0.2.0

Toggle release/0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/improve parser (#16)

* Restructure pkg/ folder in preparation of new parser

* Implement Setters for ParsedLog

* Rework parser to have uniform interface for parse functions

* Remove test that doesn't apply anymore

* Rework Staus to Created/NotCreated/Failed

* Implement correct parsing of Modify/Destroy

* Add tests for new parsers

* Remove legend and make only Failed red

* Fix go vet issues

* Make Created the default for BeforeStatus

* Parse refreshes as well

* Add more State stats to the stats command

* Only export the necessary functions for other packages

* Adapt docs for new parser

* Various small docs changes after review

* Remove redundant command

* Small improvements to README

* Small improvements to docs

* Small improvements to docs

* Rewrite outdated comment

* Improve comments and clean up

* go fmt

release/0.1.0

Toggle release/0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

release/0.0.1

Toggle release/0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/add docker build (#11)

* Add basic Dockerfile and actions workflow
* Add workflow that releases binaries