Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Tests And Bug Fixes For RdfLoader Files #42

Merged
merged 5 commits into from
Nov 8, 2020

Commits on Aug 27, 2020

  1. Add Tests And Bug Fixes For parse_file.go

     - noticeText can now assume two states: SPDX_NOASSERTION and string
     - add tests for parse_file.go file
     - relationship now returns the MUX error
     - getRelationshipTypeFromURI fixed
     - add constant for NS_SPDX+"Checksum" (SPDX_CHECKSUM_CAPITALIZED)
     - file Dependency set to the file being populated
     - add extended support for licenseInfoInFile
    
    Signed-off-by: RishabhBhatnagar <bhatnagarrishabh4@gmail.com>
    RishabhBhatnagar committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    f652816 View commit details
    Browse the repository at this point in the history
  2. Add Tests And Bug Fixes For Relationship

    Signed-off-by: RishabhBhatnagar <bhatnagarrishabh4@gmail.com>
    RishabhBhatnagar committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    6a86ef8 View commit details
    Browse the repository at this point in the history
  3. Add Tests For Annotation and CreationInfo

    Signed-off-by: RishabhBhatnagar <bhatnagarrishabh4@gmail.com>
    RishabhBhatnagar committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    054eb91 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Add Tests and Bug Fixes for Relationships and Licenses

     - licenseTypes: renamed license of WithExceptionOperator to member
     - ignore rdf:type triple in Licenses
     - add comment to LicenseException
    
    Signed-off-by: Rishabh Bhatnagar <bhatnagarrishabh4@gmail.com>
    RishabhBhatnagar committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    84fab30 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Add Tests And Bug Fixes For Remaining Files

     - setting file referenced in the range to parser files instead of the Unpackaged Files.
     - externalReference now requires just a node rather than a triple.
     - tidied and DRYed parsing of Snippet range.
     - allow licenseInfoInFile of File to be AnyLicenseInfo instead of SimpleLicensingInfo.
     - change signature of getSnippetInformation from Triple To Node.
     - add simpleLicensingInfo switch in the anyLicensingInfo switch.
     - change input of getExternaelDocumentRef from triples to Node for easier prototyping.
     - remove unused methods in utils
     - remove parser association from utils functions
    
    Signed-off-by: Rishabh Bhatnagar <bhatnagarrishabh4@gmail.com>
    RishabhBhatnagar committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    08d5f11 View commit details
    Browse the repository at this point in the history