You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Implement Bitbucket integration and PR revert synchronization
- Added RevertPRsBitbucketSyncHandler to manage pull request revert mappings.
- Enhanced ExternalIntegrationsService with Bitbucket API methods for workspace and repository management.
- Updated incidents integration to support Bitbucket as an incident provider.
- Modified ETL incidents factory to handle Bitbucket incidents.
- Introduced BITBUCKET enum in IncidentProvider for better integration handling.
- Improved datetime parsing in time utility to support various formats.
- Created unit tests for Bitbucket ETL handler to ensure proper functionality.
- Updated Bitbucket authentication API to use email and API token instead of username and app password.
- Refactored ConfigureBitbucketModalBody to accommodate new authentication method.
- Adjusted auth utility functions to validate Bitbucket credentials using email and API token.
0 commit comments