(WIP) Add Bitbucket integration and enhancements#681
Draft
Ayyanaruto wants to merge 5 commits intomiddlewarehq:mainfrom
Draft
(WIP) Add Bitbucket integration and enhancements#681Ayyanaruto wants to merge 5 commits intomiddlewarehq:mainfrom
Ayyanaruto wants to merge 5 commits intomiddlewarehq:mainfrom
Conversation
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
- Implemented BitbucketIntegrationCard component for displaying integration status and actions. - Added integration actions for linking and unlinking Bitbucket accounts with appropriate loading states and notifications. - Created ConfigureBitbucketModalBody component for user input to link Bitbucket accounts, including validation for username, password, and custom domain. - Integrated error handling and user feedback through snackbar notifications. - Included visual representation of required permissions for Bitbucket App Passwords.
…on and error handling
…nd team management
…repository management
- 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.
4e51ead to
abe79fa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduce Bitbucket integration with features for linking accounts, repository management, and improved error handling. Implemented a configuration modal and enhanced API services for Bitbucket support, including repository search and incident management. Updated authentication methods and added necessary validations.