-
Notifications
You must be signed in to change notification settings - Fork 244
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
plugin(quay-actions): migration of quay-actions plugin to backstage/community-plugins workspace #1897
plugin(quay-actions): migration of quay-actions plugin to backstage/community-plugins workspace #1897
Conversation
Changed Packages
|
cc9d1ec
to
3c64e92
Compare
Running |
Of course, |
Can you also rename the workspace to just quay instead of quay actions? We can later add other quay plugins in there as well then |
I think you renamed the wrong directory 😅, instead of renaming |
Thanks, you'd also have to run |
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.
looks good!
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.
Thanks for contributing this plugin @Fortune-Ndlovu, left a few easy comments.
There is one additional task that would be great to see is the in app examples. Here are the ones for the GitHub scaffolder actions: https://github.com/backstage/backstage/blob/master/plugins/scaffolder-backend-module-github/src/actions/github.examples.ts. These then show up in the app here: https://demo.backstage.io/create/actions
Can you also add this workspace to the CODEOWNERS file? |
Thanks for the contribution! |
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com> Signed-off-by: Fortune-Ndlovu <ndlovufortune97@gmail.com>
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com> Signed-off-by: Fortune-Ndlovu <ndlovufortune97@gmail.com>
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com> Signed-off-by: Fortune-Ndlovu <ndlovufortune97@gmail.com>
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com> Signed-off-by: Fortune-Ndlovu <ndlovufortune97@gmail.com>
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com> Signed-off-by: Fortune-Ndlovu <ndlovufortune97@gmail.com>
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com> Signed-off-by: Fortune-Ndlovu <ndlovufortune97@gmail.com>
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com> Signed-off-by: Fortune-Ndlovu <ndlovufortune97@gmail.com>
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com> Signed-off-by: Fortune-Ndlovu <ndlovufortune97@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Fortune-Ndlovu <ndlovufortune97@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Fortune-Ndlovu <ndlovufortune97@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Fortune-Ndlovu <ndlovufortune97@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Signed-off-by: Fortune-Ndlovu <ndlovufortune97@gmail.com>
* repo-tools: update @backstage/repo-tools version Signed-off-by: Kashish Mittal <kmittal@redhat.com> * Update workspaces/repo-tools/packages/cli/src/lib/workspaces/templates/workspace/package.json.hbs Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Signed-off-by: Kashish Mittal <113269381+04kash@users.noreply.github.com> --------- Signed-off-by: Kashish Mittal <kmittal@redhat.com> Signed-off-by: Kashish Mittal <113269381+04kash@users.noreply.github.com> Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Signed-off-by: Fortune-Ndlovu <ndlovufortune97@gmail.com>
* Remove private flag from Mend Signed-off-by: Darius <dariusz.sobkowicz@gmail.com> * Add changeset Signed-off-by: Darius <dariusz.sobkowicz@gmail.com> * Fix versioning Signed-off-by: Darius <dariusz.sobkowicz@gmail.com> * Update changeset Signed-off-by: Darius <dariusz.sobkowicz@gmail.com> * Add codeowner Signed-off-by: Darius <dariusz.sobkowicz@gmail.com> --------- Signed-off-by: Darius <dariusz.sobkowicz@gmail.com> Signed-off-by: Fortune-Ndlovu <ndlovufortune97@gmail.com>
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com> Signed-off-by: Fortune-Ndlovu <ndlovufortune97@gmail.com>
f8bbc47
to
4b3330b
Compare
the noise came from: |
@Fortune-Ndlovu the PR seems to have some unrelated commits 🤔 |
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.
Thanks for the updates, spotted to small items to fix. 👍
workspaces/quay/plugins/quay-actions/src/actions/github.examples.ts
Outdated
Show resolved
Hide resolved
d58669c
to
2fa6d97
Compare
Signed-off-by: Fortune Ndlovu <fndlovu@redhat.com>
Signed-off-by: Fortune Ndlovu <fndlovu@redhat.com>
Hi @Fortune-Ndlovu, something odd has happened to this PR that seems like it may have reverted a number of your changes to address comments. Can you give it a look, please? |
It appears that you force-pushed without including the changes made directly in this PR through committed suggestions. |
Rebase has made a mess on this PR, I am creating a new PR now with the relevant suggestions. Should take a few minutes, thanks. |
Hey, I just made a Pull Request!
The
quay-actions
plugin from the janus-idp/backstage-plugins repository was migrated to the community plugins, The migration was performed by following the manual migration steps outlined in the Community Plugins CONTRIBUTING guide✔️ Checklist
Signed-off-by
line in the message. (more info)