Skip to content

Commit 6070cad

Browse files
authored
Add service for purl2git (#299)
* Add and modify tests Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com> * Fix tests Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com> * Fix tests Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com> * Add from_purl/purl2git endpoint Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com> * Fix linting Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com> * Fix tests Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com> * Fix tests Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com> * Fix tests Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com> * Add CHANGELOG Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com> --------- Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent cf6f240 commit 6070cad

10 files changed

Lines changed: 372 additions & 214 deletions

File tree

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
Next Release
5+
----------------
6+
7+
- Add `/api/from_purl/purl2git` endpoint to get a git repo for a purl.
8+
- Add `/api/to_purl/go` endpoint to get a purl from a golang import string or a package string in go.mod.
9+
10+
411
v4.0.0
512
------------
613

0 commit comments

Comments
 (0)