Skip to content

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

Conversation

harmenbrinkmanTRIMM
Copy link

…plugins

Hey, I just made a Pull Request!

Migrated dependencytrack plugin to community plugins.

✔️ Checklist

  • A changeset describing the change and affected packages. (more info)
  • Added or updated documentation

@backstage-goalie
Copy link
Contributor

Thanks for the contribution!
All commits need to be DCO signed before they are reviewed. Please refer to the the DCO section in CONTRIBUTING.md or the DCO status for more info.

@backstage-goalie
Copy link
Contributor

Changed Packages

Package Name Package Path Changeset Bump Current Version
@backstage-community/plugin-dependencytrack workspaces/dependencytrack/plugins/dependencytrack major v0.3.1

Copy link
Member

@04kash 04kash left a 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.

@04kash
Copy link
Member

04kash commented Jan 24, 2025

Also to get the CI to pass, you'll have to run prettier and resolve all warnings mentioned in the api report

Copy link
Contributor

github-actions bot commented Feb 8, 2025

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!

@github-actions github-actions bot added the stale label Feb 8, 2025
@harmenbrinkmanTRIMM
Copy link
Author

Haven't had time to work on this yet. I expect to have an update in about a week or so.

@github-actions github-actions bot removed the stale label Feb 12, 2025
@harmenbrinkmanTRIMM
Copy link
Author

@04kash I've updated my branch with the improvements you've mentioned. Could you please check if all is well now? Thanks in advance :)

backstage-service and others added 10 commits February 19, 2025 16:01
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>
@harmenbrinkmanTRIMM
Copy link
Author

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.

@BethGriggs
Copy link
Collaborator

Hey @harmenbrinkmanTRIMM, it looks like your rebase picked up loads of additional commits. I'd recommend resetting to upstream/main and then cherry-picking your original commits.

If it's helpful, when I forget to sign my commits I tend to use git rebase HEAD~1 --signoff.

@harmenbrinkmanTRIMM
Copy link
Author

Hey @harmenbrinkmanTRIMM, it looks like your rebase picked up loads of additional commits. I'd recommend resetting to upstream/main and then cherry-picking your original commits.

If it's helpful, when I forget to sign my commits I tend to use git rebase HEAD~1 --signoff.

Ok thanks for the input, I'll cherry pick it then.

@harmenbrinkmanTRIMM
Copy link
Author

Closed this PR and opened a clean one #2962

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.