bruntib

Results 42 issues of bruntib

In concurrent storage of two runs containing the same files leads to duplicate key constraint violation. Some DBMSs can gracefully handle this issue by supporting "ON CONFLICT DO NOTHING" clause...

database :file_cabinet:
bugfix :hammer:

The SQL statement querying review status counts when filtering reports in GUI with uniqueing was invalid.

database :file_cabinet:
bugfix :hammer:
server :desktop_computer:

On server side "path hash" prevents multiple storage of a report in a header when the header is included in multiple translation units. Otherwise a report would be stored as...

bugfix :hammer:
server :desktop_computer:

The location of clang-tidy documentations changed. Until now they were at the same directory level, but they have been organized to separate directories based on their main group names. Fixes...

documentation :book:
clang-tidy :dragon:

When compilation database is generated by intercept build then a build action in this JSON file contains "arguments" field instead of "command" which is a list of command-line arguments instead...

CLI :computer:
bugfix :hammer:
analyzer :chart_with_upwards_trend:
tu_collector :page_with_curl:

When #3655 lands, CLI arguments will be present twice in analyzer_config after all arguments are parsed. This is because the CLI arguments are parsed to check the value of --config,...

bug :bug:

I would suggest two improvements on the web interface: - [x] Clicking on "Apply" button at a filter option should close the options' window. - [x] Filter options are collapsed...

enhancement :star2:
GUI :art:

There are some command-line options that are common among plugins and can also be given individually to specific plugins. For example `--input` can be given compilation database JSON files (that...

Kind: Enhancement :star2:
Kind: Question :question:
Kind: Discussion :speech_balloon:
Target: Parser

We should introduce a sub-command (`CodeCompass_version`) or flag (`CodeCompass_parser --version`, `CodeCompass_webserver --version`) which prints CodeCompass version. The output should contain some version info and commit ID if available. Let's discuss...

Kind: Enhancement :star2:
Kind: Discussion :speech_balloon:

Macros are not handled properly in C/C++ plugin. Earlier we had the feature for displaying a whole macro expansion. This feature should be ported to the current master version. Besides...

Kind: Enhancement :star2:
Plugin: C++