-
Notifications
You must be signed in to change notification settings - Fork 434
feat(DependencyTrack): Migrated dependency track plugin to community plugins #2534
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
feat(DependencyTrack): Migrated dependency track plugin to community plugins #2534
Conversation
Thanks for the contribution! |
Changed Packages
|
af51d96
to
4a13a13
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @harmenbrinkmanTRIMM, I haven’t had the chance to go through the code thoroughly yet, but I’ve pointed out a few things I noticed.
workspaces/dependencytrack/plugins/dependencytrack/backstage.json
Outdated
Show resolved
Hide resolved
workspaces/dependencytrack/plugins/dependencytrack/tsconfig.json
Outdated
Show resolved
Hide resolved
workspaces/dependencytrack/plugins/dependencytrack/.github/workflows/npm-publish.yml
Outdated
Show resolved
Hide resolved
workspaces/dependencytrack/plugins/dependencytrack/.github/dependabot.yml
Outdated
Show resolved
Hide resolved
Also to get the CI to pass, you'll have to run prettier and resolve all warnings mentioned in the api report |
This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution! |
Haven't had time to work on this yet. I expect to have an update in about a week or so. |
@04kash I've updated my branch with the improvements you've mentioned. Could you please check if all is well now? Thanks in advance :) |
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Harmen Brinkman <harmen.brinkman@trimm.nl>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Harmen Brinkman <harmen.brinkman@trimm.nl>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Harmen Brinkman <harmen.brinkman@trimm.nl>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Harmen Brinkman <harmen.brinkman@trimm.nl>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Harmen Brinkman <harmen.brinkman@trimm.nl>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Harmen Brinkman <harmen.brinkman@trimm.nl>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Harmen Brinkman <harmen.brinkman@trimm.nl>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Harmen Brinkman <harmen.brinkman@trimm.nl>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Harmen Brinkman <harmen.brinkman@trimm.nl>
* various - Remove backend import from alpha export Signed-off-by: Andre Wanlin <awanlin@spotify.com> * mta corrections Signed-off-by: Andre Wanlin <awanlin@spotify.com> --------- Signed-off-by: Andre Wanlin <awanlin@spotify.com> Co-authored-by: Kashish Mittal <113269381+04kash@users.noreply.github.com> Signed-off-by: Harmen Brinkman <harmen.brinkman@trimm.nl>
I'm not sure what happend, had to do a rebase because of the DCO error popping up and me forgetting to sign-off my commit. After rebasing and force updating as described by the DCO doc, all these requests for reviewers where sent out. My apologies for this. |
Hey @harmenbrinkmanTRIMM, it looks like your rebase picked up loads of additional commits. I'd recommend resetting to If it's helpful, when I forget to sign my commits I tend to use |
Ok thanks for the input, I'll cherry pick it then. |
Closed this PR and opened a clean one #2962 |
…plugins
Hey, I just made a Pull Request!
Migrated dependencytrack plugin to community plugins.
✔️ Checklist