Ben Boyter
Ben Boyter
Currently for convenience the usernames and passwords of the repositories are stored unencrypted. Need to encrypt them as well, but sadly they need to be reversible. Should also look into...
Should be here rather than on the searchcode channel https://github.com/boyter/searchcode/issues/47
This would mean making it possible to control the number of lines before and after a match. Similar to how grep works with the `-B5 -A5` options. Need to pay...
Sometimes on a search it is there, then hides when you page through or do a new search.
It would be very useful to be able to filter by licence on the code. This is a complex one to implement though. Perhaps just having a simple bit of...
Would be nice to be able to influence how sorting occurs.
Its a little complex that both are contained in the same code. Splitting them apart would have some testing benefits. Since the checks to see what files should be processed...
The current internal GIT owner calculation is rather slow. Need to investigate ways of speeding this up.
Hook into the spelling suggestor to split apart words such as, MAXDOCUMENTQUEUELINESIZE into max document queue line size