simple-bitbucket-commit-checker icon indicating copy to clipboard operation
simple-bitbucket-commit-checker copied to clipboard

Simple, and easy to use, commit checker for Atlassian Bitbucket Server

Results 18 simple-bitbucket-commit-checker issues
Sort by recently updated
recently updated
newest added

I wanted to deactivate the checker for a specific project. When I did this, I got a database error. No additional information. I was not able to deactivate this plugin...

SBCC: 3.12 BitBucket Server: 5.7.0 After the "Enable" button is clicked, we get the error: "The settings must only have values of type String, Boolean or Number." ![image](https://user-images.githubusercontent.com/39469485/75548427-8800bf80-5a2d-11ea-97e2-3b938c02bd03.png)

This is the regex^([a-z0-9-_.]+[/])*([a-zA-Z0-9-_.]*)$ we are using for branch name validation in bitbucket.As per this expression any branch created only with Uppercase letters and numbers should not allow.But it is...

Reasoning found here: https://community.developer.atlassian.com/t/eula-and-data-center-for-free-apps/26062 Releases are available for manual install from: https://github.com/tomasbjerre/simple-bitbucket-commit-checker/releases And here is how to install them: https://confluence.atlassian.com/upm/installing-add-ons-273875715.html#InstallingMarketplaceapps-Installingbyfileupload

Can SBCC return a valid error when commit is done through bitbucket gui? When we try to perform a edit and commit directly in the Bitbucket GUI, when a commit...

enhancement

One in our team has Swedish letters in his name. When he tries to push he gets the following errors from SBCC: ``` remote: - Bitbucket: 'Hugo Sjöberg' != Commit:...

bug

Bitbucket 5.14.1 SBCC plugin: 3.12 ------------------------------------- When editing in a browser and committing the change, the commit dialog box just sits there with the loading spinner if you do not...

bug

We have been using this plugin for a while to prevent commits against certain issue types and closed stories in Jira. We have upgraded Bitbucket from v4.11 to v5.14 and...

question

Hi, The use-case is to prevent use from typing the wrong Jira issue into the commit message. We typically create the branch from Jira so there is no way to...

question

We have regex validation of commit messages. The commit messages aren't checked on push if we enable the check pull requests option. Along with other hooks (force push disabling, verify...

bug