Skip to content

Releases: deckarep/tips

v0.0.8

15 Jan 23:00
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release

Changelog

  • 389b452 finally got around to fixing the SelfView fake info
  • 8ae6534 Added a PrefixFilter.Query() function which shows it back to the user
  • 41264a0 Note about how to use the command-line tool in general
  • 818e969 check spacing on README.md
  • b49f409 Missing Header title: authorized and clearing up README.md about --columns flag
  • c03735e Pretty robust unit-test for respository_cached, asserts that a remote call happens when it should, and that the db caches the results when it should
  • 4fa071f More robust testing on ParseColumns logic for include/exclude sets

v0.0.7

15 Jan 03:37
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

Changelog

  • b490968 Bump github.com/brianvoe/gofakeit/v6 from 6.26.3 to 6.26.4
  • 72701e5 Make fetching an address a little more robust, just in case
  • ff8ec6c Making the columns logic more robust, ensure that duplicate headers aren't added and that headers can get added as well
  • 575afb1 on our way to dynamic columns, and being able to config/control this
  • a206cef Adding a missed test case on the PrimaryFilter Stringer method
  • 9c482ea Adding a test case for ParseColumns
  • 0f8c121 remove accidently redundant ebnf syntax
  • eb61692 Updating README.md with clarity around the power of the prefix search. Additionally, removing a dead comment
  • 2179ef9 Fixed the prefix parser/compiler to parse more accurately and removed the hackyness

v0.0.6

14 Jan 00:03
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

Changelog

  • c29dfbe Removing commented out code which no longer applies
  • 2d1de38 Integrate the new prefix compiler which handles (*, @, word list, and slice syntax)
  • 4217ba5 Adding yet another parser, the Primary Prefix filter parser
  • 209fe0f adding a helpful stats command in the Makefile
  • 9e94ee3 Additional slice use case in the README.md documentation
  • ea5d944 A true slice syntax parser, why the fuck not?
  • 33feef1 fix the name from DB2 -> Db from the previous refactor
  • 05a10a4 Adding the testmode/devices.json file
  • 7877b00 More unit tests for dumping the ast, and for the mocked device repo
  • 9e618a4 Additional edge case unit-tests
  • 95eb886 Adding a simplee wrapped_device_test.go file to test the key
  • 96b3ab0 Adding executeFilters unit test
  • e9adae9 adding unit-tests for ast structure. Also tweaking comments and removing some comments that no longer apply.
  • c2cc38e Updating DumpAST
  • d89f0db And just like that we now support negated, expressions. It does need some testing implemented
  • 7215f2f cleaning up code somewhat
  • 9242fd9 Adding +exit node status filter
  • 283b65a break build on ineffassign, and fixed a few cases
  • 984b7b2 Adding a more comprehensive ParseFilter function which handles the cli parsing
  • bd62cef adding more complete testing to the filtercompiler: parser/tokenizer

v0.0.5

12 Jan 01:20
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

Changelog

  • c40776a Adding an table of contents
  • d72d43f Filtering --filter docs added to the README.md complete with examples
  • a8674f4 New: filtercomp package for supporting complex filter expressions - big update that is almost there

v0.0.4

08 Jan 23:09
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Changelog

  • fbf19e8 Updating README.md with new prefix OR matching
  • 3c550b9 Support prefix filtering with multiple OR prefixes such as: ./tips "foo | bar"
  • 2e512a4 adding processors_test.go file and stubbing out a test that applies slicing and sorting
  • 54ae886 Use RunE vs Run for better error handling and error propagation for the Cobra commands
  • 4f05d12 adding a cmd/utility.go, cmd/utility_test.go fileset and adding TestPackageCfg unit-test
  • 820ced9 TestGetHosts test is completed under --test flag and under regular user mode
  • 233a54b Adding cmd/version_test.go file, handles when we can and can't get the version
  • faed538 Stubbed out RenderJson unit-test for renderer
  • 4f0f0f6 Adding TestRenderLogLine unit-test
  • 28a5aac Adding TestRenderIPs unit-test
  • d48c38a Stubbing out renderers_test.go file
  • cc2af11 Updating with more robust sorting tests
  • a3f4602 Stubbing in testing of dynamic sort
  • 6953b12 more complete Makefile
  • 62fe188 introducing -ldflags to set version
  • 33d32ba Clean up dead comments, adds a TODO to investigate a test case, and runs Go Test on CI with -race flag
  • 8e9f0a4 One last effort
  • d84e016 Updating test to find infos
  • ec73433 changing to lowercase python
  • b41b0ec changing to Python3
  • 09ca5d6 Attempt to fix unit-test on CI
  • 64d1d59 Unit-tests oh joy! Adding some much needed tests. These will get better and more robust
  • 6002e37 Start adding unit-tests but I know this will be breaking on Linux
  • 24e8f73 Adding a Dockerfile and helper Makefile commands
  • 355fd13 Adding Go Report Card badge and GoDoc.org badge

v0.0.3

05 Jan 06:23
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Changelog

  • 2b12011 fixing go.mod once and for all
  • 4221288 fixing go.mod file...had a relative path instead of absolute
  • 2087bd1 Clarifications to README.md file and better explanation
  • e3c32f8 just use sh for shell related blocks
  • ab072a4 fix README.md email in the minimal JSON config block
  • cd6d2af Updating README.md with directions on minimal required config settings
  • 5326594 Remove copyright years as its not needed
  • 25b2f29 Removing old commented out code block
  • 16a2ea3 Cleaning up flags parsing, removing Prefilter regex

v0.0.2

04 Jan 20:40
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

What's Changed

  • Fixed remote command deadlock - oops!
  • Documentation polish on the README.md file
  • Moved to Viper config to support config files and env vars in addition to flags

Full Changelog

v0.0.1...v0.0.2

v0.0.1 - tips - is born

02 Jan 05:11
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Initial Commit all the way to early working prototype
  • CI is in place, linting
  • GoReleaser in place with builds
  • MVP is starting to take shape, README.MD is incomplete and needs work

Full Changelog

37edf5e...v0.0.1