Skip to content

v0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@elwinar elwinar released this 29 Mar 21:50
· 64 commits to master since this release

Added

  • /about endpoint with build information
  • Version of the webapp in the webapp's header
  • ForwarderVersion and IndexerVersion in the indexed fields
  • Metric for the size of the received coredumps, and options to control the exposed buckets
  • Coredump.AnalyzedAt field with the date the coredump was anayzed (updated upon analysis)
  • Coredump.Executable field with the name of the executable

Changed

  • The c.analyzer and go.analyzer options now take the gdb or delve commands to execute on the coredump, instead of full shell commands (#27)
  • Design & Interface overhaul:
    • Better table readability and usage by changing padding and making the whole row clickable
    • Rework the searchbar to remove useless options and optimize the sorting
    • Reorganization of the detail view and table heading for better readability
    • Design adjustments for better compliance with WCAG 2.0
  • The sort and sort order parameters are now separate options because it's simpler
  • Limit the sort options to date and hostname because the executable one isn't working as intended anymore
  • Compute the core and executable sizes during indexation instead of analysis
  • Rename Coredump.Date to Coredump.DumpedAt for consistency with Coredump.AnalyzedAt

Fixed

  • Case of the fields for sorting is back to lowercase