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

fix(catalog/bitbucketCloud,events): fix repo:push topic not matching BitbucketCloudEventRouter #14798

Conversation

pjungermann
Copy link
Contributor

The sub-topic separator was changed from / to . as part of the change and review process at the original PR introducing this capability.
Unfortunately, the adjustment at the entity provider was forgotten.

Additionally, this change adds a few missing test for the onEvent/onRepoPush feature.

Relates-to: PR #13931
Signed-off-by: Patrick Jungermann Patrick.Jungermann@gmail.com

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)

…`BitbucketCloudEventRouter`

The sub-topic separator was changed from `/` to `.` as part of the change and review process
at the original PR introducing this capability.
Unfortunately, the adjustment at the entity provider was forgotten.

Additionally, this change adds a few missing test for the `onEvent`/`onRepoPush` feature.

Relates-to: PR backstage#13931
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
@pjungermann pjungermann requested review from a team as code owners November 23, 2022 00:59
@github-actions github-actions bot added the area:catalog Related to the Catalog Project Area label Nov 23, 2022
@github-actions
Copy link
Contributor

Changed Packages

Package Name Package Path Changeset Bump Current Version
@backstage/plugin-catalog-backend-module-bitbucket-cloud plugins/catalog-backend-module-bitbucket-cloud patch v0.1.6-next.0

Copy link
Member

@jhaals jhaals left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@jhaals jhaals merged commit 1dba4c0 into backstage:master Nov 23, 2022
@pjungermann pjungermann deleted the pjungermann/bitbucketCloud/fix-topic branch November 23, 2022 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:catalog Related to the Catalog Project Area
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants