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

[announcements] Migrate announcements plugin #1134

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

kurtaking
Copy link
Contributor

@kurtaking kurtaking commented Aug 30, 2024

Hey, I just made a Pull Request!

✔️ Checklist

  • A changeset describing the change and affected packages. (more info)
  • Added or updated documentation
  • Tests for new functionality and regression tests for bug fixes
  • Screenshots attached (for UI changes)
  • All your commits have a Signed-off-by line in the message. (more info)

@backstage-goalie
Copy link
Contributor

backstage-goalie bot commented Aug 30, 2024

Changed Packages

Package Name Package Path Changeset Bump Current Version
@backstage-community/plugin-announcements-backend workspaces/announcements/plugins/announcements-backend minor v0.9.3
@backstage-community/plugin-announcements-common workspaces/announcements/plugins/announcements-common minor v0.2.4
@backstage-community/plugin-announcements-node workspaces/announcements/plugins/announcements-node minor v0.2.4
@backstage-community/plugin-announcements-react workspaces/announcements/plugins/announcements-react minor v0.4.2
@backstage-community/announcements workspaces/announcements/plugins/announcements minor v0.10.0
@backstage-community/plugin-search-backend-module-announcements workspaces/announcements/plugins/search-backend-module-announcements minor v0.2.5

Signed-off-by: Kurt King <[email protected]>
Signed-off-by: Kurt King <[email protected]>
Comment on lines +8 to +25
"scripts": {
"dev": "concurrently \"yarn start\" \"yarn start-backend\"",
"start": "yarn workspace @backstage-community/plugin-announcements start",
"start-backend": "yarn workspace @backstage-community/plugin-announcements-backend start",
"start:ci": "concurrently \"yarn start\" \"yarn start-backend:ci\"",
"build": "backstage-cli repo build --all",
"tsc": "tsc",
"tsc:full": "tsc --skipLibCheck false --incremental false",
"new": "backstage-cli new --scope internal",
"clean": "backstage-cli repo clean",
"test": "backstage-cli repo test",
"test:all": "backstage-cli repo test --coverage",
"lint": "backstage-cli repo lint --since origin/main",
"lint:all": "backstage-cli repo lint",
"version": "changeset version && yarn install && (git commit -am 'Update internal dependencies' || true)",
"release": "changeset publish",
"prepare": "husky install",
"postinstall": "husky install || true"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

todo: do I need to rework these?

Signed-off-by: Kurt King <[email protected]>
@kurtaking kurtaking marked this pull request as ready for review August 30, 2024 15:27
@kurtaking
Copy link
Contributor Author

I've thoroughly reviewed 53 files and skimmed another 30. It would be helpful to have an initial review.

@kurtaking kurtaking changed the title Migrate announcements plugin [announcements] Migrate announcements plugin Aug 30, 2024
@BethGriggs
Copy link
Collaborator

Closing and reopening for the CI issue (we're working on that in #875)

@BethGriggs BethGriggs closed this Sep 2, 2024
@BethGriggs BethGriggs reopened this Sep 2, 2024
@BethGriggs
Copy link
Collaborator

CI seems to be failing with on the yarn install step 🤔 I also notice the root yarn.lock has been updated - is that intentional?

Copy link
Contributor

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 Sep 28, 2024
@BethGriggs BethGriggs removed the stale label Oct 2, 2024
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.

2 participants