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

Gordf #46

Merged
merged 15 commits into from
Nov 14, 2020
Merged

Gordf #46

merged 15 commits into from
Nov 14, 2020

Commits on Aug 19, 2020

  1. Add Support For RDFLoader Without License

     - The Licensing Info is Incomplete
     - Some other attributes are not set in the tools-golang data model.
    
    Signed-off-by: RishabhBhatnagar <bhatnagarrishabh4@gmail.com>
    RishabhBhatnagar committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    f609198 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Add Support For License

     - The update allows the model to handle all types of licenses.
     - Removed all methods identified as unused.
    
    Signed-off-by: RishabhBhatnagar <bhatnagarrishabh4@gmail.com>
    RishabhBhatnagar committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    d8eb2d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. Merge pull request #40 from RishabhBhatnagar/gordf

    Add Support For RDFLoader Including Licenses
    swinslow committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    35fc7e0 View commit details
    Browse the repository at this point in the history

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

Commits on Nov 8, 2020

  1. Merge pull request #42 from RishabhBhatnagar/gordf

    Add tests and bug fixes ror RdfLoader files
    swinslow committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    1308779 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Update gordf Module Path

     - changed gordf library path from github.com/RishabhBhatnagar/gordf to
       github.com/spdx/gordf
    
    Signed-off-by: Rishabh Bhatnagar <bhatnagarrishabh4@gmail.com>
    RishabhBhatnagar committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    21596ce View commit details
    Browse the repository at this point in the history
  2. Expand external document ref data structure

    Signed-off-by: Steve Winslow <steve@swinslow.net>
    swinslow authored and RishabhBhatnagar committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    76cc89f View commit details
    Browse the repository at this point in the history
  3. Fix parsing for expanded external document refs

    Signed-off-by: Steve Winslow <steve@swinslow.net>
    swinslow authored and RishabhBhatnagar committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    b98a1d2 View commit details
    Browse the repository at this point in the history
  4. Fix saving for expanded external document refs

    Signed-off-by: Steve Winslow <steve@swinslow.net>
    swinslow authored and RishabhBhatnagar committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    5896dba View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Use Updated ExternalDocumentRef For RDFLoader

     - ExternalDocumentRef is now a struct instead of a coalesced string
     - Also, added dependency of github.com/spdx/gordf in go.mod file
    
    Signed-off-by: Rishabh Bhatnagar <bhatnagarrishabh4@gmail.com>
    RishabhBhatnagar committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    20e0683 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #45 from RishabhBhatnagar/gordf

    Update RDFLoader wrt new ExternalDocumentReference and Change Module Path of GoRdf
    swinslow committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    54a920e View commit details
    Browse the repository at this point in the history