summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-01-28Prep 0.2.0 releasev0.2.0mo khan
2020-01-28Identifiy defect in redirect loop from net-hippiemo khan
2020-01-28Remove some duplication and fix linter errorsmo khan
2020-01-28Add ability to choose levenshtein algorithmmo khan
2020-01-28Speed up faulty connection testsmo khan
2020-01-28exclude results that do not match minimum similarity thresholdmo khan
2020-01-28Add matcher for `.sln` filesmo khan
2020-01-28Extract method to parse projects files from slnmo khan
2020-01-28Parse sln filesmo khan
2020-01-28Parse an empty sln filemo khan
2020-01-27Handle nil licenses from rubygems APIv0.1.7mo khan
2020-01-27Return empty list of licenses when `licenses` key has nil valuemo khan
2020-01-27Prep 0.1.6 releasemo khan
2020-01-27Clone quietlymo khan
2020-01-27Fix path to .git dirmo khan
2020-01-27Update spdx gateway to return a hash instead of a cataloguemo khan
2020-01-27Add ability to pull latest catalogue from git clonemo khan
2020-01-27Read license file from local checkout of spdx data filesmo khan
2020-01-27Add class to clone spdx data locallymo khan
2020-01-27Read license file directly and skip json parsingmo khan
2020-01-27Simplify the tokenizer using scanmo khan
2020-01-27Shrink docker image and implement Comparablemo khan
2020-01-27Collapse Text class into Contentmo khan
2020-01-27Merge tokenizer into text classmo khan
2020-01-27Delete Content::Strippermo khan
2020-01-27Fix some rubocop errorsmo khan
2020-01-27Remove prefix and suffix from tokenizermo khan
2020-01-27Use method instead of instance variablemo khan
2020-01-27Default to iterating through all licenses including deprecatedmo khan
2020-01-27Rename dice_coefficient to similarity_scoremo khan
2020-01-27Inline variablemo khan
2020-01-27Exclude deprecated licensesmo khan
2020-01-27Add a simple tokenizermo khan
2020-01-27Skip empty contentmo khan
2020-01-27Collapse linesmo khan
2020-01-27Use simple canonical form in dice coefficient algorithmmo khan
2020-01-27Ensure #similar? returns a booleanmo khan
2020-01-25canonicalize text before strippingmo khan
2020-01-25Extract class to strip license contentmo khan
2020-01-25Start to test out string similaritymo khan
2020-01-25Extract Content classmo khan
2020-01-25Replace licensee with dice coefficient similarity analysis using spdx license...mo khan
2020-01-25Extract class to guess license of contentmo khan
2020-01-24Extract PackageReference classmo khan
2020-01-24Move Csproj::ProjectFile to a separate filemo khan
2020-01-24Move recursion in to project filemo khan
2020-01-24Start to split responsibilitiesmo khan
2020-01-24scan csproj files that depend on other projectsmo khan
2020-01-23Exclude nil licensesv0.1.5mo khan
2020-01-23Fetch license data from rubygems.org apimo khan