simple-bitbucket-commit-checker
simple-bitbucket-commit-checker copied to clipboard
Simple, and easy to use, commit checker for Atlassian Bitbucket Server
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." 
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...
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:...
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...
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...
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...
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...