This repository has been archived by the owner on Dec 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Kurt King <[email protected]>
- Loading branch information
Showing
13 changed files
with
131 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
'@procore-oss/backstage-plugin-search-backend-module-announcements': major | ||
'@procore-oss/backstage-plugin-announcements-backend': major | ||
'@procore-oss/backstage-plugin-announcements-common': major | ||
'@procore-oss/backstage-plugin-announcements-react': major | ||
'@procore-oss/backstage-plugin-announcements-node': major | ||
'@procore-oss/backstage-plugin-announcements': major | ||
--- | ||
|
||
The announcements plugin has been migrated to the @backstage-community namespace. This will be the last release under the @procore-oss namespace and the changeset will not be migrated. | ||
|
||
All plugins are perserved at version 0.1.1, and the new packages are available at the following locations: | ||
|
||
- [@backstage-community/plugin-announcements](https://www.npmjs.com/package/@backstage-community/plugin-announcements) | ||
- [@backstage-community/plugin-announcements-backend](https://www.npmjs.com/package/@backstage-community/plugin-announcements-backend) | ||
- [@backstage-community/plugin-announcements-common](https://www.npmjs.com/package/@backstage-community/plugin-announcements-common) | ||
- [@backstage-community/plugin-announcements-react](https://www.npmjs.com/package/@backstage-community/plugin-announcements-react) | ||
- [@backstage-community/plugin-announcements-node](https://www.npmjs.com/package/@backstage-community/plugin-announcements-node) | ||
|
||
The code for the announcements plugins can be found [here](https://github.com/backstage/community-plugins/tree/main/workspaces/announcements). Looking to contribute or help maintain? Check out the [contributing guide](https://github.com/backstage/community-plugins/blob/main/CONTRIBUTING.md) in the community plugins repository. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,25 @@ | ||
export * from './service/router'; | ||
/** | ||
* @deprecated | ||
* | ||
* We've moved to the new community-maintained repo at `@backstage-community/plugin-announcements-backend`. | ||
* This package is no longer maintained. | ||
* | ||
* To upgrade: | ||
* 1. Install the new package: `@backstage-community/plugin-announcements-backend` | ||
* 2. Update your imports to use the new package | ||
* 3. Uninstall this package: `@procore-oss/backstage-plugin-announcements-backend` | ||
* | ||
* The current version is preserved as @backstage-community/[email protected] | ||
*/ | ||
export { announcementsPlugin as default } from './plugin'; | ||
|
||
export * from './service/router'; | ||
export { buildAnnouncementsContext } from './service/announcementsContextBuilder'; | ||
|
||
import { AnnouncementCollatorFactory as AnnouncementCollatorFactory_ } from '@procore-oss/backstage-plugin-search-backend-module-announcements'; | ||
|
||
/** | ||
* @public | ||
* @deprecated Use `AnnouncementCollatorFactory` from `@procore-oss/backstage-plugin-search-backend-module-announcements` instead | ||
* @deprecated Use `AnnouncementCollatorFactory` from `@backstage-community/plugin-search-backend-module-announcements` instead | ||
*/ | ||
export type AnnouncementCollatorFactory = AnnouncementCollatorFactory_; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
/** | ||
* @deprecated | ||
* | ||
* We've moved to the new community-maintained repo at `@backstage-community/plugin-announcements-common`. | ||
* This package is no longer maintained. | ||
* | ||
* To upgrade: | ||
* 1. Install the new package: `@backstage-community/plugin-announcements-common` | ||
* 2. Update your imports to use the new package | ||
* 3. Uninstall this package: `@procore-oss/backstage-plugin-announcements-common` | ||
* | ||
* The current version is preserved as @backstage-community/[email protected] | ||
*/ | ||
|
||
/** @deprecated - import from @backstage-community/plugin-announcements-common */ | ||
export * from './permissions'; | ||
/** @deprecated - import from @backstage-community/plugin-announcements-common */ | ||
export * from './types'; | ||
/** @deprecated - import from @backstage-community/plugin-announcements-common */ | ||
export * from './constants'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# @procore-oss/backstage-plugin-announcements-node | ||
|
||
Welcome to the Node.js library package for the announcements plugin! | ||
|
||
_This plugin was created through the Backstage CLI_ | ||
This package is deprecated and no longer maintained. Please use the `@backstage-community/plugin-announcements-node` package instead. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,29 @@ | ||
/** | ||
* @deprecated | ||
* | ||
* We've moved to the new community-maintained repo at `@backstage-community/plugin-announcements-node`. | ||
* This package is no longer maintained. | ||
* | ||
* To upgrade: | ||
* 1. Install the new package: `@backstage-community/plugin-announcements-node` | ||
* 2. Update your imports to use the new package | ||
* 3. Uninstall this package: `@procore-oss/backstage-plugin-announcements-node` | ||
* | ||
* The current version is preserved as @backstage-community/[email protected] | ||
*/ | ||
export { type AnnouncementsService } from './AnnouncementsService'; | ||
|
||
/** | ||
* @deprecated | ||
* | ||
* We've moved to the new community-maintained repo at `@backstage-community/plugin-announcements-node`. | ||
* This package is no longer maintained. | ||
* | ||
* To upgrade: | ||
* 1. Install the new package: `@backstage-community/plugin-announcements-node` | ||
* 2. Update your imports to use the new package | ||
* 3. Uninstall this package: `@procore-oss/backstage-plugin-announcements-node` | ||
* | ||
* The current version is preserved as @backstage-community/[email protected] | ||
*/ | ||
export { DefaultAnnouncementsService } from './DefaultAnnouncementsService'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
/** | ||
* @deprecated | ||
* | ||
* We've moved to the new community-maintained repo at `@backstage-community/plugin-announcements`. This | ||
* package is no longer maintained. | ||
* | ||
* To upgrade: | ||
* 1. Install the new package: `@backstage-community/plugin-announcements` | ||
* 2. Update your imports to use the new package | ||
* 3. Uninstall this package: `@procore-oss/backstage-plugin-announcements` | ||
* | ||
* The current version is preserved as @backstage-community/[email protected] | ||
*/ | ||
export * from './plugin'; | ||
|
||
import { | ||
|
@@ -6,12 +19,12 @@ import { | |
} from '@procore-oss/backstage-plugin-announcements-react'; | ||
|
||
/** | ||
* @deprecated Use `AnnouncementsApi` from `@procore-oss/backstage-plugin-announcements-react` instead | ||
* @deprecated Import from `@backstage-community/plugin-announcements-react` for the latest supported version | ||
*/ | ||
export type AnnouncementsApi = AnnouncementsApi_; | ||
|
||
/** | ||
* @public | ||
* @deprecated Use `announcementsApiRef` from `@procore-oss/backstage-plugin-announcements-react` instead | ||
* @deprecated Import from `@backstage-community/plugin-announcements-react` for the latest supported version | ||
*/ | ||
export const announcementsApiRef = announcementsApiRef_; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# @procore-oss/backstage-plugin-search-backend-module-announcements | ||
|
||
The announcements backend module for the search plugin. | ||
This package is deprecated and no longer maintained. Please use the `@backstage-community/plugin-search-backend-module-announcements` package instead. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
/** | ||
* @deprecated | ||
* | ||
* We've moved to the new community-maintained repo at `@backstage-community/plugin-search-backend-module-announcements`. This | ||
* package is no longer maintained. | ||
* | ||
* To upgrade: | ||
* 1. Install the new package: `@backstage-community/plugin-search-backend-module-announcements` | ||
* 2. Update your imports to use the new package | ||
* 3. Uninstall this package: `@procore-oss/backstage-plugin-search-backend-module-announcements` | ||
* | ||
* The current version is preserved as @backstage-community/[email protected] | ||
*/ | ||
export { searchModuleAnnouncementsCollator as default } from './module'; | ||
|
||
/** @deprecated */ | ||
export * from './collators'; |