Tags: datarootsio/tf-profile
Tags
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
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