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
For example; in one of my repos I have a ton of small files; most of them like documentation there are two or more of. However, there is only ONE Large JavaScript file. SearchCode insists the JS code is only 12% of the repo. Where if you count file sizes of the repo; JS would end up being over 50% of the project.
The text was updated successfully, but these errors were encountered:
- BREAKING CHANGE Changed validation of repository names such that they must be alphanumeric, _ or - with client and server side validation
- BREAKING CHANGE Fix spelling of check_filerepo_chages to check_filerepo_changes for properties file
- Set follow symlinks to be configurable through properties file #99
- Clicking Remove will also clear the text box filters #98
- Improved stop/reset jobs logic, deleted jobs persist on searchcode restart #41
- Add logic to calculate project stats by lines not files and display next to existing #103
- Deep guess logic added to guess a files type based on keyword heuristic's #105
- Additional languages added to classifier database, F#, Mathematica, Parrot, Puppet, Rakefile, PKGBUILD, Cargo, Lock, License
- API auditing via logs added #57
- Search results now have RSS feed #114
- Can add custom HTML/CSS/JS to all pages #107
- Add average index time seconds to repo overview page #118
- Fix bug where unable to filter on html page #120
For example; in one of my repos I have a ton of small files; most of them like documentation there are two or more of. However, there is only ONE Large JavaScript file. SearchCode insists the JS code is only 12% of the repo. Where if you count file sizes of the repo; JS would end up being over 50% of the project.
The text was updated successfully, but these errors were encountered: