Skip to content

Commit

Permalink
Merge pull request #411 from nexB/symbol-string-docs
Browse files Browse the repository at this point in the history
Add tutorial for symbol and string collection using `/api/collect` endpoint
  • Loading branch information
JonoYang authored May 10, 2024
2 parents ff5fd35 + 7db678c commit 972e714
Show file tree
Hide file tree
Showing 9 changed files with 436 additions and 90 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Next Release

- Add `/api/from_purl/purl2git` endpoint to get a git repo for a purl.
- Add `/api/to_purl/go` endpoint to get a purl from a golang import string or a package string in go.mod.
- Support indexing of PURLs listed in https://github.com/nexB/purldb/issues/326,
https://github.com/nexB/purldb/issues/327, https://github.com/nexB/purldb/issues/328,
https://github.com/nexB/purldb/issues/329 and https://github.com/nexB/purldb/issues/356.
- Support ``addon_pipelines`` for symbol and string collection in ``/api/collect`` endpoint. https://github.com/nexB/purldb/pull/393
- Store ``source_symbols`` and ``source_strings`` in ``extra_data`` field. https://github.com/nexB/purldb/pull/351


v4.0.0
Expand Down
2 changes: 1 addition & 1 deletion docs/source/how-to-guides/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ thourgh specifica use cases:
:maxdepth: 2

matchcode
purl2sym
tutorial_symbol_and_string_collection
3 changes: 0 additions & 3 deletions docs/source/how-to-guides/purl2sym.rst

This file was deleted.

Loading

0 comments on commit 972e714

Please sign in to comment.