8000 Tags · Ericsson/codechecker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Ericsson/codechecker

Tags

v6.26.0

Toggle v6.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4594 from gulyasgergely902/cc_diff_incorrect_gerr…

…it_json_output

[feat] Check if file path is absolute or not in gerrit py.

v6.26.0-rc1

Toggle v6.26.0-rc1's commit message
[version] Bump up version 6.26.0-rc1

v6.25.1

Toggle v6.25.1's commit message
Add OWASP Top 10 guideline

v6.25.0

Toggle v6.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4477 from cservakt/parsing-guideline

[Refactor] Guideline stat parser

v6.24.7

Toggle v6.24.7's commit message
Add libldap to docker image

The codechecker server faield to connect to to
SSL ldap server without this package

v6.24.6

Toggle v6.24.6's commit message
Add recommendation for the minimum python version

v6.24.5

Toggle v6.24.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge commit from fork

[Don't merge as is! v6.24.5] Move from cookie-based to token-based authentication

v6.25.0-rc1

Toggle v6.25.0-rc1's commit message
[version] Bump version to 6.25.0-rc1

v6.24.4

Toggle v6.24.4's commit message
[fix] Get product configuration with view permission

The getProductConfiguration() function on Product endpoint requires a
current product in the URL for checking view permission. The requirement
of having view permission has been added in
8953b30. However there is no "current
product" in the Product endpoint URL queries, but the product id is
provided through a function parameter.

v6.24.3

Toggle v6.24.3's commit message
CodeChecker authentication fixed

If the super_user field was missing from the
config file, CodeChecker authentication failed
for all users.
0