-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
1 parent
99e29f8
commit 9a65837
Showing
33 changed files
with
1,567 additions
and
738 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.