Gyorgy Orban
Gyorgy Orban
allow to set the config file path from an environment variable
Gitlab has various ways to show code quality and test result produced by a CI job. - [Code Quality](https://docs.gitlab.com/ee/user/project/merge_requests/code_quality.html) view which requires that the analysis results are in a partial...
In #1869 one fix of the problematic schema parts was done in the newly introduced and not yet released database schema. It should be fixed at other places in the...
Clang and Clang-tidy have different configuration format to manage checker options. A common configuration option format would be nice where the user can configure the checker options the same way...
introduce the trim-path-prefix for the `CodeChecker cmd diff` command too. the generated gerrit_review.json might contain absolute paths which is not accepted by gerrit.
## Windows port requirements and limitations ## Dependencies - Python [available](https://www.python.org/downloads/windows/) - Psycopg2 [available](https://pypi.python.org/pypi/psycopg2/2.6.2) - Pg8000 [available](https://pypi.python.org/pypi/pg8000) - Python-ldap [available](https://pypi.python.org/pypi/python-ldap/) - Python-pam [Linux only](https://pypi.python.org/pypi/python-pam/) - PostgreSQL [available](https://www.postgresql.org/download/windows/) - Thrift compiler...
Add [related content](https://gohugo.io/content-management/related/) support, available since v0.27.
add support for [multilingual mode](http://gohugo.io/content-management/multilingual/)
If there is a saved environment use that to detect the intercept binary. Needs to be updated when #3014 is merged
Until CodeChecker is not configured properly in the plugin an exception is thrown. We should handle this exception and give an error message to the users that the plugin failed...