summaryrefslogtreecommitdiff
path: root/spec/unit/core
AgeCommit message (Expand)Author
2024-12-31feat: Add support for Ruby 3.2+HEADv0.19.0mainmo khan
2021-06-02fix: map lockfile to package managermo khan
2020-06-07Remove Reportmo khan
2020-05-25Convert from using string paths to using Pathnamemo khan
2020-05-17fix linter warningsmo khan
2020-05-17Skip empty lock filesmo khan
2020-05-17Fix license detection for arraysmo khan
2020-05-15Make #scan a private methodmo khan
2020-05-15Load entries in index on demandmo khan
2020-05-15Tidy up code enough so that it can be used to rebuild the index filesmo khan
2020-05-15Load from in memory indexmo khan
2020-05-14play with pointersmo khan
2020-05-12play with pointersmo khan
2020-05-12Extract index scan to work towards more efficient seeksmo khan
2020-05-11Use quick parse for easy parsing and fallback to csv for more complicated sce...mo khan
2020-05-11Remove usage of temporary buffermo khan
2020-05-11Build naive csv parsermo khan
2020-05-07Remove parens and fix bug with squeezemo khan
2020-05-07Build a composite license that traverses and expression treemo khan
2020-05-07Parse spdx expressions to determine licensemo khan
2020-05-04Inline loading of license content from git repo directlymo khan
2020-05-03Remove duplicate specmo khan
2020-05-03Add pending specs for detections to correctmo khan
2020-05-03Update expected output in specsmo khan
2020-05-03Remove fuzzy matchmo khan
2020-05-02Stick to a single text similarity algorithm for nowmo khan
2020-05-02Detect license in under 10 msmo khan
2020-05-02Mark performance test as pendingmo khan
2020-05-02Fix failing testsmo khan
2020-04-25Fix linter errorsmo khan
2020-04-22Try to improve guess specsmo khan
2020-04-13Optimise sort, hash and equality operationsmo khan
2020-04-13Extract a circuit classmo khan
2020-04-13Stop attempting connections to unreachable hostsmo khan
2020-04-12Fix linter errorsmo khan
2020-04-12Collapse composer license pluginmo khan
2020-04-12Collapse python license pluginmo khan
2020-04-12Collapse js license pluginmo khan
2020-04-12Collapse ruby license pluginmo khan
2020-04-12Collapse java maven license pluginmo khan
2020-04-12Collapse dotnet license plugin into generic onemo khan
2020-04-12Remove rubocop warnings and update to latestmo khan
2020-04-12Extract license plugin for rubygemsmo khan
2020-04-12Extract pypi license pluginmo khan
2020-04-12Extract js license pluginmo khan
2020-04-12Extract license plugin for javamo khan
2020-04-12Fix rubocop errorsmo khan
2020-04-12Add license plugin for composermo khan
2020-04-12Start to move nuget license lookup to separate plugin classmo khan
2020-04-11Extract packagist gatewaymo khan