Skip to content
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

create-app: include missing plugins as part of the template #2084

Conversation

ayshiff
Copy link
Contributor

@ayshiff ayshiff commented Aug 23, 2020

Hey, I just made a Pull Request!

Fixes #1843

This adds the missing plugins to the app.

  • @backstage/plugin-circleci
  • @backstage/plugin-explore
  • @backstage/plugin-github-actions
  • @backstage/plugin-lighthouse
  • @backstage/plugin-sentry
  • @backstage/plugin-tech-radar
  • @backstage/plugin-techdocs

✔️ Checklist

  • All tests are passing yarn test
  • Screenshots attached (for UI changes)
  • Relevant documentation updated
  • Prettier run on changed files
  • Tests added for new functionality
  • Regression tests added for bug fixes

@ayshiff ayshiff marked this pull request as ready for review August 23, 2020 15:25
@ayshiff ayshiff requested a review from a team as a code owner August 23, 2020 15:25
@freben
Copy link
Member

freben commented Aug 28, 2020

Hey, sorry that we've been slow to adopt this - you seem to have to rebase now.

@ayshiff ayshiff force-pushed the feature/create-app-plugins-circleci-explore branch from ec2c6be to af89201 Compare August 29, 2020 11:32
@ayshiff ayshiff force-pushed the feature/create-app-plugins-circleci-explore branch from af89201 to 1637987 Compare September 1, 2020 06:09
@ayshiff ayshiff marked this pull request as draft September 1, 2020 06:10

import {
techdocsStorageApiRef,
TechDocsStorageApi,

techdocsStorageApiRef,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like a duplicate import snuck in here...

@ayshiff ayshiff marked this pull request as ready for review September 1, 2020 15:48
@marcuseide marcuseide merged commit 887cfd3 into backstage:master Sep 2, 2020
@Rugvip
Copy link
Member

Rugvip commented Sep 2, 2020

@ayshiff Thanks! 😁

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.

Include more plugins in the create-app template
4 participants