Skip to content

Releases: vishesh-baghel/glide

v1.0.0

15 Jan 04:37
fc5b751
Compare
Choose a tag to compare

Features added in this release:

  • Glidee-bot can be installed on one or more repositories on GitHub.
  • Glidee-bot generates a real-time risk score for all the files present on a repository based on a 6-month-old commit history.
  • After the app installation, you don't have to wait for file processing. Glidee-bot pre-calculates all the risk scores along with predicted risk scores to provide real-time risk analysis of files during a code review.
  • Glidee-bot automatically filters out non-functional files like readme. It generates a risk score for only files that are closely related to the core business logic of an application.
  • Whenever a pull request is opened on a repository, glidee-bot adds a comment on the discussion thread with the curated list of the top 10 files that are bug-prone to help developers pay more attention to these files.
  • Whenever a pull request is closed on a repository, glidee-bot updates the current and predicted risk scores for all the files that were modified in that pull request.
  • Glidee-bot handles file path modifications gracefully. It means you won't lose risk scores for files that are renamed. For eg- if a file named 'home.tsx' has a risk score of 0.25 and you renamed it to 'Home.tsx' then the associated risk scores would be transferred to the new file path, which means 'Home.tsx' is now having a risk score of 0.25.