aboutsummaryrefslogtreecommitdiff
path: root/tvloader/parser2v1
AgeCommit message (Collapse)Author
2023-02-28Added blueprints to spdx-tools libraryIbrahim Kanouche
Test: m all Change-Id: Iccd31e33b40d6d7cd1a876ca468332b01d1b9e34
2022-10-03updated constantspxp928
Signed-off-by: pxp928 <parth.psu@gmail.com>
2022-09-28changed to string type based on commentpxp928
Signed-off-by: pxp928 <parth.psu@gmail.com>
2022-09-28added referenceType enumpxp928
Signed-off-by: pxp928 <parth.psu@gmail.com>
2022-07-19replace all v2_1, v2_2 with new conventionBrandon Lum
Signed-off-by: Brandon Lum <lumjjb@gmail.com>
2022-04-25Overhaul structs, refactor JSON parser and saverIan Ling
Signed-off-by: Ian Ling <ian@iancaling.com>
2021-07-04Minor cleanup edits to text and commentsSteve Winslow
Signed-off-by: Steve Winslow <steve@swinslow.net>
2021-05-12Units Tests in tvloader structured and a few tests addedspecter25
Signed-off-by: specter25 <ujjwalcoding012@gmail.com>
2021-05-12Structural modifications in error checksspecter25
-- Added file name display in error messages - Structured the tests in respective files Signed-off-by: specter25 <ujjwalcoding012@gmail.com>
2021-04-04Structural changes in spdxId fix for package and filesspecter25
- Fix capitalized initials of error messages - Other structural changes to increase code efficiency Signed-off-by: specter25 <ujjwalcoding012@gmail.com>
2021-03-28Error on missing package and file ids in v2.1specter25
- Shows error if a Package has a missing SPDXID tag - Show error if a File has a missing SPDXID tag Signed-off-by: specter25 <ujjwalcoding012@gmail.com>
2020-11-11Merge pull request #43 from swinslow/issue-38Steve Winslow
Fix tvloader storing incorrect doc ID
2020-11-08Fix parsing for expanded external document refsSteve Winslow
Signed-off-by: Steve Winslow <steve@swinslow.net>
2020-11-08Fix tvloader storing incorrect doc IDSteve Winslow
Signed-off-by: Steve Winslow <steve@swinslow.net>
2020-05-25Add tests for non-covered sectionsSteve Winslow
Signed-off-by: Steve Winslow <steve@swinslow.net>
2020-05-09Refactor parser to handle element ID mapsSteve Winslow
Signed-off-by: Steve Winslow <steve@swinslow.net>
2020-01-09Create Go ModuleRishabhBhatnagar
- Unpack directory v0 to move all the content to the root directory. - ./v0/* converted to ./* - all the test cases were fixed to remove one directory less indexing for test files - add go.mod - go version 1.13 is used to have a relatively stable versioning system Signed-off-by: RishabhBhatnagar <bhatnagarrishabh4@gmail.com>