fabric8-analytics-server
fabric8-analytics-server copied to clipboard
fabric8-analytics API server
https://github.com/fabric8-analytics/fabric8-analytics-server/blob/37b533626ab6972b109c45f1b0b24ff1d48b0f2f/bayesian/api_v1.py#L326
https://github.com/fabric8-analytics/fabric8-analytics-server/blob/37b533626ab6972b109c45f1b0b24ff1d48b0f2f/bayesian/api_v1.py#L272
https://github.com/fabric8-analytics/fabric8-analytics-server/blob/37b533626ab6972b109c45f1b0b24ff1d48b0f2f/bayesian/api_v1.py#L234
https://github.com/fabric8-analytics/fabric8-analytics-server/blob/37b533626ab6972b109c45f1b0b24ff1d48b0f2f/bayesian/api_v1.py#L218
https://github.com/fabric8-analytics/fabric8-analytics-server/blob/37b533626ab6972b109c45f1b0b24ff1d48b0f2f/bayesian/api_v1.py#L138
https://github.com/fabric8-analytics/fabric8-analytics-server/blob/37b533626ab6972b109c45f1b0b24ff1d48b0f2f/bayesian/api_v1.py#L83
Currently, the `user-feedback` endpoint does not contain check if the payload sent to this endpoint is correct according to (any) schema. Possible fix: 1) check payload right after it is...
Please take a look and try to reduce cyclomatix complexity for the following functions: ``` tests/test_utils.py F 169:0 test_version_info_tuple - C (11) tests/test_license_extractor.py F 67:0 test_extract_licenses - C (13) bayesian/dependency_finder.py...
Can any developer look at the following issue please? ``` bayesian/utils.py:331: unused variable 'projection' (100% confidence) ```
To help resolve the corner cases in the current version comparator, we need to replace it with the version comparator Library compiled by @GeetikaBatra. Sample error with current comparator ```...