-
-
Notifications
You must be signed in to change notification settings - Fork 38
add dependencies #296
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
add dependencies #296
Conversation
Signed-off-by: Calle Kabo <calle@kabo.nu>
just run the tests as described here: https://github.com/CycloneDX/cyclonedx-node-module/blob/master/CONTRIBUTING.md
|
Signed-off-by: Calle Kabo <calle@kabo.nu>
@kabo please rebase on latest master |
Signed-off-by: Calle Kabo <calle@kabo.nu>
Signed-off-by: Calle Kabo <calle@kabo.nu>
Signed-off-by: Calle Kabo <calle@kabo.nu>
Signed-off-by: Calle Kabo <calle@kabo.nu>
Signed-off-by: Calle Kabo <calle@kabo.nu>
the dependency graph might look like an easy feature at first, it is totally understandable, that this feature needs some back and forth, and lots of reading of examples here a re some resources that helped implementing the feature in other tools |
implementation looks promising. |
@kabo could you add a entry to the HISTORY? the format could look like this: # Changelog
All notable changes to this project will be documented in this file.
## unreleased
* Added
* Dependency graph is built and emitted. ([#61] via [#296])
[#61]: https://github.com/CycloneDX/cyclonedx-node-module/issues/61
[#296]: https://github.com/CycloneDX/cyclonedx-node-module/pull/296
## 3.8.1 - 2022-05-05 |
Signed-off-by: Calle Kabo <calle@kabo.nu>
reviewed the snapshots. all looks good. |
thanks you for the feature, @kabo . |
Closes #61
#244 seems to have stalled...
This should be enough to to add dependencies though?
If someone could please direct me to some docs on how to generate new test snapshots I could do that as well.