aboutsummaryrefslogtreecommitdiff
path: root/idsearcher
AgeCommit message (Collapse)Author
2023-02-28Added blueprints to spdx-tools libraryIbrahim Kanouche
Test: m all Change-Id: Iccd31e33b40d6d7cd1a876ca468332b01d1b9e34
2022-10-07chore: add idsercher functions for 2.3Keith Zantow
Signed-off-by: Keith Zantow <kzantow@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>
2022-03-15test fixesCatalin Stratu
Signed-off-by: Catalin Stratu <catalinstratu45@gmail.com>
2022-03-15test fixesCatalin Stratu
Signed-off-by: Catalin Stratu <catalinstratu45@gmail.com>
2022-03-15test fixesCatalin Stratu
Signed-off-by: Catalin Stratu <catalinstratu45@gmail.com>
2020-06-14Add missing 2.2 tests for idsearcherSteve Winslow
Signed-off-by: Steve Winslow <steve@swinslow.net>
2020-06-14Add idsearcher and tests for 2.2Steve Winslow
Signed-off-by: Steve Winslow <steve@swinslow.net>
2020-05-10Refactor idsearcher to handler 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>