Skip to content

Release 1.2.0

Latest

Choose a tag to compare

@brenkec brenkec released this 27 May 09:46
· 2 commits to main since this release

Changelog

  • Added filtering and sorting to custom issue list
  • All confidence scores are now fetched at once
  • 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