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
When a user attempts to create a Bitbucket application with "master" as the default branch, they encounter an error on the KubeRocketCI (KRCI) platform. The error message displayed is "failed to set default branch: setting default branch in Bitbucket repository: api is not supported". This issue suggests that the API call KRCI is making to set the default branch in Bitbucket is not supported by Bitbucket's API, or the method used is incorrect.
Acceptance criteria
Error Identification: The root cause of the unsupported API call is identified.
API Update: The API call to set the default branch in Bitbucket is updated to a supported method or endpoint.
Testing: After fixing, creating a Bitbucket application with "master" as the default branch should not result in an error.
Error Handling: If the API call fails for any reason, a more descriptive error message should be provided to the user.
Documentation: Update any relevant documentation to reflect the correct API usage or any changes made to handle this error.
The text was updated successfully, but these errors were encountered:
Fixed:
- Error 'API not supported' while processing default branch for Codebase.
Now, this error is logged, and don't block Codebase.
- The operator creates new branches from Codebase.spec.defaultBranch.
Fixed:
- Error 'API not supported' while processing default branch for Codebase.
Now, this error is logged, and don't block Codebase.
- The operator creates new branches from Codebase.spec.defaultBranch.
Fixed:
- Error 'API not supported' while processing default branch for Codebase.
Now, this error is logged, and don't block Codebase.
- The operator creates new branches from Codebase.spec.defaultBranch.
Fixed:
- Error 'API not supported' while processing default branch for Codebase.
Now, this error is logged, and don't block Codebase.
- The operator creates new branches from Codebase.spec.defaultBranch.
When a user attempts to create a Bitbucket application with "master" as the default branch, they encounter an error on the KubeRocketCI (KRCI) platform. The error message displayed is "failed to set default branch: setting default branch in Bitbucket repository: api is not supported". This issue suggests that the API call KRCI is making to set the default branch in Bitbucket is not supported by Bitbucket's API, or the method used is incorrect.
Acceptance criteria
The text was updated successfully, but these errors were encountered: