github esrlabs/chipmunk 2.6.1

latest releases: 3.12.6, 3.12.5, 3.12.4...
3 years ago

[2.6.1] - 08/19/2020

Features

Disable/enable: filters, charts, time ranges

If filter (chart or time range definition) is disabled it would be still stored, but any colorizing would be off. It's handy if you would like to save the filter, but wouldn't apply its colors.

To disable the filter or any other entity, just select it and call the context menu.

Screenshot from 2020-08-19 22-04-26

Chipmunk will remember the type of entity and with selecting Enable from the context menu, it would be restored.

Screenshot from 2020-08-19 22-05-51

Take into account: multiple selections in lists are supported via ctrl/command + click and shift + click.

After section Disable became visible, you can just drag & drop something there.

Quick single search

Double click (or selecting Show Matches) on filters/charts will make chipmunk show matches for selected filter only.

Time range definitions

Now you can select at least two filters and create a time range definition. The first filter would be used as the beginning of time range; the last - as the end; any filters in a middle would be used as nested ranges (as result would be built stacked bar).

Screenshot from 2020-08-19 22-05-23

Note. Open Time Measurement view in Tool Sidebar to detect the format of DateTime.

You can change colors, which would be used to build charts and bars.

Screenshot from 2020-08-19 22-05-37

Command Line Tool

You can install a command-line tool (it would require root/admin rights).

Screenshot from 2020-08-19 22-06-27

After installation, you will be able to start chipmunk using alias cm.

Screenshot from 2020-08-19 22-09-37

To open one or more files:

$> cm filename1 filename2 ... filenameN

Chipmunk will create symbolic link /usr/local/bin/cm -> path/chipmunk or %windir%\System32\cm.exe -> path\chipmunk.exe for windows.

Changelog

  • [#879] Support timestamp highlighting on DLT row
  • [#216] Update app menu on state change
  • [#216] Fix pwd declaration way via args of cmd
  • [#216] Fix launcher and CLI caller (linux)
  • [#216] Fix launcher for windows
  • [#216] Fix loggin for CLI app
  • [#875] Get rid of using "::" in args of execution line
  • [#216] Move cli caller to apps folder
  • [#206] Js lint fixes
  • [#216] Open files on CLI call
  • [#216] Update build workflow
  • [#216] Add cli executor
  • #860 Fix circular dependencies
  • [#867] Using control-key instead cmd-key on mac (to switch tabs)
  • [#867] Switch tabs using hot keys
  • Remove unnecessary output
  • Fix windows compilation
  • Fix compile error under windows
  • Take care that the log-config file is correct avoid writing to a folder named $HOME_DIR (fixes #802) format rust code add raketask to format rust code and to check with clippy introdude anyhow instead of failure
  • #735 Remove Timeout
  • #735 Ignore click when doubleclick
  • #736 Fix search for disabled components
  • #736 Create service for toolbar
  • #860 Ignore Shift/Ctrl button on shortcut
  • #736 Change private methods to public
  • #860 Ignore Ctrl button when saving
  • #736 Apply requested changes
  • #735 doubleclick show matches new structure
  • #736 Create service for common functions
  • #736 Switch tab on "Show Matches"
  • #739 Promise cleanup
  • #739 OS detection to seperate service
  • #739 Add tooltips to shortkey descr.
  • #739 Switch to tab "search"
  • #739 Add shortcuts to save filter/chart
  • #735 Remove Timeout
  • #735 Ignore click when doubleclick
  • #736 Fix search for disabled components
  • #736 Create service for toolbar
  • #860 Ignore Shift/Ctrl button on shortcut
  • #736 Change private methods to public
  • #860 Ignore Ctrl button when saving
  • #736 Apply requested changes
  • #735 doubleclick show matches new structure
  • #736 Create service for common functions
  • #736 Switch tab on "Show Matches"
  • #739 Promise cleanup
  • #739 OS detection to seperate service
  • #739 Add tooltips to shortkey descr.
  • #739 Switch to tab "search"
  • #739 Add shortcuts to save filter/chart
  • Lint js errors correction
  • [#866] Add files writing queue.
  • Fix switching to edit-mode (search manager)
  • Remove unused items from context menu (search manager)
  • Use "scaled" move for time measurement as default
  • [#865] Support key SHIFT for multiple selection
  • [#863] Correct lint js errors
  • [#863] Implemented 2 states of render: inited and ready
  • [#861] Add release notes tab
  • Apply updated npm resolutions list
  • Update resolutions list
  • [#857] Show full filename on hover of tab
  • [#853] Autosaving of entities (filters/charts/ranges/disabled)
  • [#853] Fix keyboard-navigation across entities lists
  • Correct dropping charts/filters/ranges on load data from file
  • [#834] Add back compatibility to load filters/charts
  • Fix row parser. Using UTF control codes for match-placeholders
  • [#834] Fix drag & drop along disabled items bug
  • [#834] Upgrade save/load controller (for filters/charts/ranges/disabled)
  • [#834] Support drag & drop from disabled to charts/filters/ranges
  • [#834] Disable entity (filter/chart/range) on drag & drop
  • [#834] Basic support of disabling filters/requests/ranges
  • Resolve npm security issues
  • Fix update error on tab's content controller (chipmunk.client.components)
  • [#853] Add support of multiple time range filters
  • [#853] Remove active/deactive state from time-range
  • [#853] Use scrict oreder of providers in the scope of search manager
  • [#853] Select just created entity as default
  • [#853] Drop details view on removing of entity
  • [#853] Use command instead control on OSX
  • [#853] Fix style of ranges in scope of row
  • [#853] Support scrict and not-strict modes for time ranges search
  • Fix JSLint warnings/errors
  • [#853] Add support multiple points in scope of the time range
  • [#853] Fix cursor position for timemeasure charts
  • [#853] Add posibility to change a color of time ranges
  • [#853] Update context menu of time ranges
  • [#853] Insert multiple ranges
  • [#853] Resolutions for npm modules
  • [#853] Update clhipmunk.client.toolkit 1.2.15 -> 1.2.16
  • [#853] Add processor of time range searches
  • [#853] Lint js corrections
  • [#853] Add UI in search manager for time ranges
  • [#853] Added basic views for time ranges in search manager
  • [#853] Add basic controllers for time ranges (hooks)
  • [#853] clean up context menu of search manger
  • [#853] added context menu support via provider of search-manager-data
  • [#853] select in search manger a filter/chart/others on keyboard event
  • Fix bug with dynamic component update
  • [#853] refactoring search manager (render)

Don't miss a new chipmunk release

NewReleases is sending notifications on new releases.