You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously calculated confidence scores are stored and are only updated when a new SonarQube analysis has been run. Otherwise, the stored score is returned, reducing response time
Updated docs
Sections: user guide, implementation notes
Updated how the pages are arranged
Separated logging in flaskapp backend into three files:
app.log: general logs of the application
fp.log: logs specific to the false positive classification
aifix.log: logs specific to the AIFix
Bug Fixes
No issues are shown in issue list if the flaskapp (for confidence scores) is not reachable
AIFix not working in error tree
Crash when clicking group node in error tree
gunicorn workers time out very quickly during AIFix, making it almost impossible to get a response
"Create GitHub PR" button in quick fix tab doesn't show as disabled