Files
backstage/.changeset
Patrick Jungermann 9fed130139 feat: split BitbucketClient into BitbucketCloudClient, BitbucketServerClient
Bitbucket Cloud and Bitbucket Server (fka. Stash) are different product lines at Atlassian
and offer different APIs.

This was also reflected within the client which contained a mix of endpoints for both.

This is a tiny transparent step towards an easier maintainable setup as proposed at #9923.
The change is transparent for users of the processor, contained within the internals of it.

Besides the maintainability as of #9923, this can also enable future enhancements like
handling of rate limits, etc.

Some API interactions are not part of the client but are included in other packages like
`packages/integration` and then e.g. used at the `UrlReader` implementation.
This imposes some challenges towards topics like rate limit handling, etc.
Due to this, it may even make sense to externalize the clients in the future
(or alternative options) and ensure all interactions go through it.

As part of creating entity providers for such processors (#10183), this might be a good candidate
to create separate entity providers instead. It would not impact current users of the processor
(more than one entity provider).

Relates-to: #9923
Relates-to: #10183
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-03-30 01:36:04 +02:00
..
2022-03-22 19:58:27 +01:00
2022-02-08 10:09:31 +01:00
2022-03-25 10:02:46 -04:00
2022-03-25 10:02:46 -04:00
2022-03-28 10:30:37 +02:00
2022-03-18 16:35:25 +01:00
2022-03-25 11:25:22 +01:00
2022-03-28 11:45:42 +02:00
2022-03-21 13:53:35 +01:00
2022-03-23 00:11:57 +05:30
2022-03-16 15:40:49 +00:00
2022-03-29 08:42:22 +00:00
2022-03-16 17:50:33 +01:00
2022-03-22 19:24:05 +01:00
2022-03-25 14:43:22 +01:00
2022-03-29 09:53:51 +02:00
2022-03-23 16:07:10 -04:00
2022-03-25 11:25:22 +01:00

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in our documentation