Skip to content

Releases: JonasGLund99/TimeTrace

TimeTrace v2.0

22 Apr 12:46
b18c049

Choose a tag to compare

How to access TimeTrace

Instructions in README

  1. Establish SSH connection
  2. Access TimeTrace online (hosted on Vercel)

Features

  • Search for event in original log file using RegEx
  • Map events that match a regex
  • "Implement z such that AzB ->
  • A(A|B|C|....Z|a|b|.....y)*B. z basically means "match whatever"
  • Toggle logtable to show unmapped, mapped or all events
  • Support units in TRE time constraint %(2s, 10s) %(3h, 4h)
  • Parsing/validation on TRE (are symbols valid, is first timestamp before last timestamp etc.)
  • Drag and drop logfiles
  • Notifications about user actions (e.g. file uploaded, handling search, file removed...)
  • Support for logfiles in .log format
  • Support for additional date formats
  • Predefined TREs
  • Homepage guide
  • Additional testing of models
  • Optimize binary search
  • Go to specific match
  • Optimize the amount of lines shown when viewing a match
  • Tooltips
  • Optimize scrolling on LogTable

What's Changed

Full Changelog: v1.0...v2.0

TimeTrace v1.0

03 Apr 13:12
d6d4a38

Choose a tag to compare

Features

  • Map events to a-zA-Z
  • Upload log file (.txt)
  • Support for timestamp format (2024-02-26T08:22:34.000645Z)
  • Timestamps must be in the start of a fileline and be ascending
  • Search using TRE and mapped values
  • Overview of mapped events
  • Error handling + warnings/errors in front end
  • Loading animation
  • Search for event in log file
  • Highlighting of TRE matched lines
  • Shows one match at a time (switch between them)
  • Logtable to display the log file, show line numbers and create/view mappings + highlighting
  • Hosted on Vercel (https://time-trace.vercel.app/)
  • SSH connection to Ubuntu server (130.225.37.239) is required for utilizing MONAA
  • Tests for models

What's Changed

New Contributors

Full Changelog: https://github.com/JonasGLund99/TimeTrace/commits/v1.0