fabric8-analytics-server icon indicating copy to clipboard operation
fabric8-analytics-server copied to clipboard

fabric8-analytics API server

Results 70 fabric8-analytics-server issues
Sort by recently updated
recently updated
newest added
trafficstars

https://github.com/fabric8-analytics/fabric8-analytics-server/blob/37b533626ab6972b109c45f1b0b24ff1d48b0f2f/bayesian/api_v1.py#L326

enhancement

https://github.com/fabric8-analytics/fabric8-analytics-server/blob/37b533626ab6972b109c45f1b0b24ff1d48b0f2f/bayesian/api_v1.py#L272

enhancement

https://github.com/fabric8-analytics/fabric8-analytics-server/blob/37b533626ab6972b109c45f1b0b24ff1d48b0f2f/bayesian/api_v1.py#L234

enhancement

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

enhancement

https://github.com/fabric8-analytics/fabric8-analytics-server/blob/37b533626ab6972b109c45f1b0b24ff1d48b0f2f/bayesian/api_v1.py#L83

enhancement

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...

bug

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...

enhancement

Can any developer look at the following issue please? ``` bayesian/utils.py:331: unused variable 'projection' (100% confidence) ```

bug

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 ```...