bugspots icon indicating copy to clipboard operation
bugspots copied to clipboard

Implementation of simple bug prediction hotspot heuristic

Results 5 bugspots issues
Sort by recently updated
recently updated
newest added

Can bugspot be integrated with github . If somebody checkin a file which is a hotspot , an alert need to be send to team

BugSpots Fails with the following message on a few repos ``` Failed to run BugSpots: /var/lib/gems/2.3.0/gems/bugspots-0.2.2/lib/bugspots/scanner.rb:31:in `scan': undefined method `date' for nil:NilClass (NoMethodError) from /var/lib/gems/2.3.0/gems/bugspots-0.2.2/bin/bugspots:49:in `' from /usr/local/bin/bugspots:22:in `load' from...

I have a large project, where I only want to see bug spots in one of the subdirectories, but when I tried running `bugspots -b mybranch ./directory` I got the...

I tried to install bugports on Windows(MSYS2). However, I cannot install because of some compile error. # My Installation Instructions 1. Install MSYS2. 2. run `msys2_shell.bat` and ``` pacman -S...

Removing merges from the commit history should give more relevant results for a given depth. Grit allows native git commands, so this can be done by just passing options to...