
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
@roadiehq/backstage-plugin-bitbucket-pullrequest
Advanced tools
This plugin is deprecated in favor of the Backstage Community plugin:
@backstage-community/plugin-bitbucket-pull-requests
To migrate from @roadiehq/backstage-plugin-bitbucket-pullrequest
to @backstage-community/plugin-bitbucket-pull-requests
:
Uninstall the Roadie plugin:
yarn remove @roadiehq/backstage-plugin-bitbucket-pullrequest
Install the Backstage Community plugin:
yarn add @backstage-community/plugin-bitbucket-pull-requests
Update your imports in packages/app/src/components/catalog/EntityPage.tsx
:
- import { EntityBitbucketPullRequestsContent } from '@roadiehq/backstage-plugin-bitbucket-pullrequest';
+ import { EntityBitbucketPullRequestsContent } from '@backstage-community/plugin-bitbucket-pull-requests';
No other changes are needed.
cd packages/app
yarn add @roadiehq/backstage-plugin-bitbucket-pullrequest
// packages/app/src/components/catalog/EntityPage.tsx
import { EntityBitbucketPullRequestsContent } from '@roadiehq/backstage-plugin-bitbucket-pullrequest';
...
const serviceEntityPage = (
<EntityLayout>
...
<EntityLayout.Route path="/bitbucket-pullrequests" title="Bitbucket">
<EntityBitbucketPullRequestsContent />
</EntityLayout.Route>
...
</EntityLayout>
// app-config.yaml
proxy:
'/bitbucket/api':
target: https://bitbucket.org
changeOrigin: true
headers:
Authorization: Bearer ${BITBUCKET_TOKEN}
Accept: 'application/json'
Content-Type: 'application/json'
bitbucket:
# Defaults to /bitbucket/api and can be omitted if proxy is configured for that url
proxyPath: /bitbucket/api
yarn start
and navigate to services tabs.metadata:
annotations:
bitbucket.com/project-slug: <example-bitbucket-project-name>/<example-bitbucket-repo-name>
Roadie gives you a hassle-free, fully customizable SaaS Backstage. Find out more here: https://roadie.io.
FAQs
Unknown package
The npm package @roadiehq/backstage-plugin-bitbucket-pullrequest receives a total of 140 weekly downloads. As such, @roadiehq/backstage-plugin-bitbucket-pullrequest popularity was classified as not popular.
We found that @roadiehq/backstage-plugin-bitbucket-pullrequest demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 11 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.