Adds optional support for the EventsService passed
as argument to the factory method.
For the new backend, the EventsService is used as dependency and passed on.
Events support will be active always.
The support for the deprecated EventBroker and its interfaces was kept for
easier migration and will be removed as a separate follow-up change that
could go into a following release.
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
Adds optional support for the EventsService passed
as argument to the factory method.
For the new backend, the EventsService is used as dependency and passed on.
Events support will be active always.
The support for the deprecated EventBroker and its interfaces was kept for
easier migration and will be removed as a separate follow-up change that
could go into a following release.
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
- Fixes the support for the new backend system that was broken entirely
(with and without events support).
- Migrates the `BitbucketCloudEntityProvider` to use the `EventsService`.
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
* Added more documentation on migrating catalog modules to the new backend system. (A-Github)
* Tweaked a few existing documentation page to recommend schedules are set via
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
Added section to the migration guide specifically around how to migrate the Microsoft Graph Entity Provider.
Updated current documentation to recommend setting schedule in config rather than code.
Whilst not strictly nessescarry for the migration docs, documenting this way of setting the schedule eases migrations later (since the new backend system only allows setting schedules via config and not code)
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
Microsoft have renamed Azure Active Directory to Entra ID. https://learn.microsoft.com/en-us/azure/active-directory/fundamentals/new-name . This PR updates references to AAD to refer to Entra ID.
* On each documentation page, I include `formerly Azure Active Directory` in the first non heading reference to Entra ID. This will help anyone unfaimiliar withthe name change, and will also mean the page continues to show up in search results if people search for the old name.
* I didn't correct references in file names, as this would cause broken links. If we have a way of redirecting those to new urls I can look at doign that, but if not, I think it's better to leave existing links working.
* There were a few references to AAD in release notes for older versions - I left these alone as the product naming was correct at the time of the release notes.
* LDAP provider still has references to "Active Directory" as these reference to the on premise Active Directory, not Azure Active Directory
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
The purpose of this change is to highlight the style of API access token required to enable the Bitbucket Cloud integration as it was not previously clear. The existing error will not distinguish between an Atlassian Account key(which wont work) and a Bitbucket App Password(which will.
Signed-off-by: John Kriter <john.r.kriter@accenture.com>
Just an update to Integrations Gitlab OrgData, once it's not defined the necessary addition to packages/backend/src/plugins/catalog.ts as in all others
Signed-off-by: Roland Sgs <rolandsantos.goncalves@gmail.com>