Daniel Krupp
Daniel Krupp
The report filtering post processing step was removed as part of the --skip SKIPFILE parameter and was separated out to a --filter SKIPFILE parameter. This way the reports are not...
#4160 introduces oauth based user authentication It should be possible to use LDAP based group lookup after successful oauth based authentication. Today, the LDAP based group lookup is configured together...
This is the phase II authorization part of the oauth based authentication #4160 Requirements: Group adminisration should be only possible with SUPERUSER global permission. See https://github.com/Ericsson/codechecker/blob/master/docs/web/permissions.md#superuser It should be possible...
'CodeChecker cmd runs --enabled-checkers' should list all checkers which were enabled in at least one of the selected runs. for example `CodeChecker cmd runs -n master --enabled-checkers -o plaintext` shoudl...
CodeChecker should be able to query the group membership of the user from the Entra DB after successful Micosoft Entra Oauth authentication. The group membership should be queried using the...
If only one oauth provider is configured, the provider selection modal can be skipped and the user can be redirected to the providers authentication screen directly after clicking "SSO Login"....
Since vue2 has reached end of life support https://v2.vuejs.org/eol/ We will need to upgrade the gui framework to vue3 https://v3-migration.vuejs.org/
**Basic Visualization of coverage data** Test Code coverage is an important quality metric of a project similarly to static analysis results. It should be possible to visualize the test coverage...
CodeChecker will have a **metrics view**, where different scalar metrics can be stored per run and run history event (storage event) for each file and directory. **Metrics stored per run...