Skip to content

Releases: life360-oss/itsybitsy

Bugfix: No renderer specified

04 Jan 06:08
ce133cc
Compare
Choose a tag to compare
  • fixes error when no --output option is specified

Renders are plugins!

03 Jan 22:41
01ef223
Compare
Choose a tag to compare
  • Major refactor to renderers, which are now plugins so that different distributions may create their own renderers.
  • Backwards incompatibility in the data contract between crawl strategies and the crawl core. Multi row columnar text data is now expected to have a header row instead of fields being conventionally positioned.

Upgrade Dependencies

23 Dec 00:43
7e5365e
Compare
Choose a tag to compare

No significant changes. Upgrading dependencies.

Flat Text Renderer

22 Dec 02:20
60abbd6
Compare
Choose a tag to compare

Adds render --output text for rendering a flat file with no nesting. Good for inventory!

Fix boto3 dependency conflicts

13 Dec 21:29
Compare
Choose a tag to compare
  • Upgrade boto3 due to dependency conflicts

Skip Specific protocol_mux and display error state

12 Nov 19:01
c5155b2
Compare
Choose a tag to compare

We now allow allow a protocol_mux based skip in web.yaml as well as a service_name skip. Where the service_name skip will only skip service name lookup and crawling, protocol_mux will also skip looking up the service name. An error state will be displayed as well - indicating that crawling could not happen and so here may be potentially uncrawled territory the graph.

Configurable Timeouts

08 Jul 16:35
722264d
Compare
Choose a tag to compare
  • ssh_provider bastion connect timeout is configurable and default doubled from 5 to 10 seconds
  • generic node crawl timeout is configurable and the default incremented from 30 to 45 seconds

Fix Wheel Build

03 Jul 00:24
2263d02
Compare
Choose a tag to compare
  • Fixes wheel build which was not including namespace package itsybitsy.itsybitsy_plugins

Minor Logging Bugfix

02 Jul 23:17
93bfeda
Compare
Choose a tag to compare
  • Fixes a minor logging bug in ssh_provider

Initial Release

02 Jul 05:31
b0de5a6
Compare
Choose a tag to compare

Initial Release of itsybitsy