JetBrains / ideolog

Interactive viewer for '.log' files.
MIT License
252 stars 54 forks source link

fix go to source intention for log formats with unspecified category column #134

Closed sergeykhargelia closed 2 years ago

sergeykhargelia commented 2 years ago

In case of an unspecified category column, go to source intention worked wrong, because files-candidates for the transition were selected incorrectly (since they are selected, among other things, based on whether they contain a mention of the category). I have fixed this behavior, now if there is no category, the files are searched for mentions of words from the event message.

I also added some tests for it and set up testing using github actions.

volkov commented 2 years ago

@mfilippov take a look, please

mfilippov commented 2 years ago

@sergeykhargelia Thank you for the contribution. PR included in 203.0.29.0