David Morabito

Results 2 issues of David Morabito

**Affected versions**: 3.20.0, 3.20.1 **Version 3.19.0 (works as expected)** ``` # note limit get_one_commit = self.bitbucket.get_commits ( project_key, repository_name, limit=1, hash_newest='refs/heads/master' ) print(type(get_one_commit)) # print(len(get_one_commit)) # 1 ``` **Version 3.20.0**...

Notes: The configuration of the plugin is not documented. So, maybe this issue is for a lack of configuration. Anyway, and error handling should be added, in order to avoid...