Commit c5e8408
Add test suite and bump version to 0.2.0
Tests:
- Timestamp parsing (ISO, European, US formats)
- Log level detection and normalization
- Column type detection
- Pattern extraction
- Advanced filter compilation (AND/OR/NOT logic)
CI:
- Add test step to CI and release workflows
- Tests run on all platforms before build
Version 0.2.0 features:
- Column-Aware Analyzer with actionable insights
- Advanced Conditional Filter (Rule Builder)
- Time Gap Detection with navigation
- Settings modal with user preferences
- Trackpad scroll speed normalization
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 3adefc3 commit c5e8408
8 files changed
Lines changed: 2080 additions & 12 deletions
File tree
- .github/workflows
- src/tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 11 | + | |
| 12 | + | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
0 commit comments