summaryrefslogtreecommitdiff
path: root/spec/unit/dotnet
AgeCommit message (Collapse)Author
2024-12-31feat: Add support for Ruby 3.2+HEADv0.19.0mainmo khan
2020-05-25Convert from using string paths to using Pathnamemo khan
* Extract a ./bin/run script * Extract defintion for NEWLINE * Add specs for matching yarn.lock * Add specs for Report * Convert package_manager to pathname * Display path in report * matches? to match?
2020-04-25Fix some specs, break othersmo khan
2020-04-19Collapse file storage code into Cache classmo khan
2020-04-13Extract Registerable module and memoize registered instancesmo khan
2020-04-13Inject http into each gatewaymo khan
2020-04-13Extract map_from methodmo khan
2020-04-13Provide gateway enough information to choose appropriate sourcemo khan
2020-04-12Collapse dotnet license plugin into generic onemo khan
2020-04-12Fix rubocop errorsmo khan
2020-04-12Remove unrelated codemo khan
2020-04-12Start to move nuget license lookup to separate plugin classmo khan
2020-04-11Remove catalogue from base Parser classmo khan
2020-04-10Remove VCR and recordings that are not neededmo khan
2020-04-10Resolve licenses from a central locationmo khan
2020-04-10Fix nuget gateway and yarn pkg specsmo khan
2020-04-09Start to decouple parsers from httpmo khan
2020-04-06Attempt to fix more recordingsmo khan
2020-03-11Iterate through nuget pages in ascending ordermo khan
2020-03-09Fix linter errorsmo khan
2020-03-09Update spec to fetch two pages of datamo khan
2020-03-09Iterate through all nuget packages or starting from a specific pagemo khan
2020-03-09Allow iterating through nuget packages starting from a pagemo khan
2020-03-03Print status during index buildmo khan
2020-03-03Convert nuget index to use csv filesmo khan
2020-03-03Fix linter errormo khan
2020-03-03Update build subcommand to delegate to Indexmo khan
2020-03-02Extract dotnet namespacemo khan