TimeTrace v1.0
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
- Logfile by @AsbjoernJC in #1
- Uppaal model by @JonasGLund99 in #7
- Updated logfiles and the scripts for creating the logfiles by @AsbjoernJC in #8
- Created vue project with vite and tailwind. by @AsbjoernJC in #9
- Changed readme by @AsbjoernJC in #10
- Added a css file that a component imports by @AsbjoernJC in #11
- Added recommended extensions for VSCode by @AsbjoernJC in #12
- Architecture by @KORFITZ1DEV in #24
- Implemented the TREBuilder + children and update readme by @KORFITZ1DEV in #26
- .tsx file setup by @JonasGLund99 in #30
- 25 queryhandler should be able to post requests to the monaa server by @AsbjoernJC in #27
- 14 logformatter by @AndersToft20 in #32
- convert datetimes to miliseconds by @AndersToft20 in #33
- 14 logformatter by @AndersToft20 in #35
- 20 upload logfile button by @JonasGLund99 in #36
- change to use raw data in request to monaa backend instead of form data. by @AndersToft20 in #37
- 21 lav et input felt til at skrive en timed regular expression viewlog by @KORFITZ1DEV in #38
- 39 GitHub actions cicd by @KORFITZ1DEV in #46
- 31 lav noget der viser rkker af logs i html by @AsbjoernJC in #42
- 19 mappingoverview component createmappings by @AsbjoernJC in #48
- Add files via upload by @KORFITZ1DEV in #52
- 22 mappinglist component by @AndersToft20 in #51
- infinite scroll by @AndersToft20 in #53
- 49 fix css p logtable by @AsbjoernJC in #54
- fix scroll by @AndersToft20 in #60
- ignore newlines in files import files. Fix key error in log table by @AndersToft20 in #57
- 55 add app context by @KORFITZ1DEV in #65
- 29 queryhandler should use the loghandler by @AsbjoernJC in #61
- Fixes by @JonasGLund99 in #66
- 40 test setup by @JonasGLund99 in #69
- 68 warning component by @AndersToft20 in #73
- 67 context refactor by @AsbjoernJC in #74
- 75 scoll in logtable by @AndersToft20 in #76
- 80 move logsearch to logtable by @AsbjoernJC in #82
- error handling by @AndersToft20 in #79
- FileLines and skraldespand 🗑️ now stays in place 😱 by @AsbjoernJC in #78
- 71 test af modeller by @KORFITZ1DEV in #84
- 62 highlighting by @JonasGLund99 in #88
- Optimi by @AsbjoernJC in #90
- 83 input validation fileupload by @JonasGLund99 in #91
- LogSearcher now checks if the approximation is overshot by @AsbjoernJC in #92
- fix matchfind when new match outside shown lines by @AndersToft20 in #93
- 85 test af components by @JonasGLund99 in #94
- Find zones fix by @AsbjoernJC in #95
- Files are now identical to log1Col_20000 but repeated with ascending … by @AsbjoernJC in #98
- shiiish by @AndersToft20 in #103
- Created static classes by @AsbjoernJC in #105
- Add loader by @JonasGLund99 in #96
- Moved cn to helper function by @JonasGLund99 in #107
- 87 deconstruct logtable by @JonasGLund99 in #110
- 111 favicon by @JonasGLund99 in #113
- Removed things that should only be passed as arguments by @AsbjoernJC in #112
New Contributors
- @AsbjoernJC made their first contribution in #1
- @JonasGLund99 made their first contribution in #7
- @KORFITZ1DEV made their first contribution in #24
- @AndersToft20 made their first contribution in #32
Full Changelog: https://github.com/JonasGLund99/TimeTrace/commits/v1.0