-
Notifications
You must be signed in to change notification settings - Fork 127
(WIP) Add Bitbucket integration and enhancements #681
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
base: main
Are you sure you want to change the base?
Conversation
- 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.
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.